Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

eatyourbaby
Copy link

Fixes #15

@serebit serebit added the enhancement New feature or request label Aug 16, 2023
@@ -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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:

Comment on lines 62 to 65
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>
Copy link
Member

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.

</Admonition>
It is recommended to install the default GTK and icon theme:
<CodeBlock language="bash">
sudo apt install arc-theme papirus-icon-theme
Copy link
Member

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.

@eatyourbaby
Copy link
Author

eatyourbaby commented Aug 20, 2023

Fixed.

On Debian, arc-theme is suggested as a dependency instead of materia-gtk-theme. I'm not sure why. Maybe @fossfreedom can chime in?

@fossfreedom
Copy link

Fixed.

On Debian, arc-theme is suggested as a dependency instead of materia-gtk-theme. I'm not sure why. Maybe @fossfreedom can chime in?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting Budgie: Document Debian procedure
4 participants