Lemonade App on Bazzite #808
dennemark
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just want to share for others:
I am running lemonade on bazzite. Since bazzite is immutable we cannot just follow the installation of lemonade.
Distrobox
I do it via distrobox.
In i.e. distroshelf I add a Ubuntu distrobox. (its name is "Ubuntu" in my case, the naming is important when calling distrobox-enter). In the bazzite terminal we will see the distrobox directly via the + icon, normally.
Just go into the ubuntu distrobox, there you can follow the commands described by lemonade with
wget ... .deb
sudo dpkg ...
if dpkg complaints because of missing libasound2:
sudo apt updatesudo apt-get install libasound2t64then try again.
Desktop App
(COLLECTION: Noto Emojis
LICENSE: Apache License
AUTHOR: googlefonts
Download the icon and locate it here:
~/.local/share/icons/hicolor/256x256/apps/lemonade.png
nano ~/.local/share/applications/lemonade.desktop
Now you should be able to start lemonade app in bazzite.
Beta Was this translation helpful? Give feedback.
All reactions