-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Debian install instructions #27
base: main
Are you sure you want to change the base?
Conversation
@@ -26,6 +26,27 @@ A debug symbol is a special kind of symbol that attaches additional information | |||
In the case of Budgie Desktop, this helps us identify various parts of the Budgie Desktop codebase across its range of components that may affect any issue that requires a backtrace. | |||
|
|||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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