Add Debian install instructions#27
Conversation
|
|
||
| <Tabs> | ||
| <TabItem label="Debian" value="Debian"> | ||
| Debian 11 and above can automatically retrive debug symbols from the Internet by export the following environment variable: |
There was a problem hiding this comment.
| Debian 11 and above can automatically retrive debug symbols from the Internet by export the following environment variable: | |
| Debian 11 and above can automatically retrieve debug symbols from the Internet by exporting the following environment variable: |
src/data/supportList.tsx
Outdated
| Ubuntu Budgie applets are also available on Debian. They are optional, but can enhance your experience: | ||
| <CodeBlock language="bash"> | ||
| sudo apt install budgie*applet | ||
| </CodeBlock> |
There was a problem hiding this comment.
The steps should be for Budgie Desktop specifically, not Ubuntu Budgie applets, so this should be removed.
src/data/supportList.tsx
Outdated
| </Admonition> | ||
| It is recommended to install the default GTK and icon theme: | ||
| <CodeBlock language="bash"> | ||
| sudo apt install arc-theme papirus-icon-theme |
There was a problem hiding this comment.
Materia is recommended over Arc.
|
Fixed. On Debian, |
Simply because materia is unmaintained - it has been unmaintained for a couple of years now. Arc is still actively maintained. The other Suggested theme I'm considering for Debian is orchis-gtk-theme which has really good budgie support and the package itself is well maintained under Debian. I'll be uploading a budgie-desktop-environment package soonish which will give a minimal view of budgie but with proper icons/theme/cursors/default browser etc. That will change the Suggested packages for budgie under Debian. All of this is a different topic though. |
Fixes #15