RadDevon
RadDevon
UBUniversal Blue
Created by RadDevon on 9/18/2024 in #🛟bazzite-help
libgcc error on Homebrew installed apps
Was able to fix by running brew install gcc. Not clear why this was working and suddenly stopped, but it seems to work now.
4 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
I can poke around and see. May not need to though since I can just layer.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
I thought I had looked, but I guess not. Thanks again!
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
Ah, OK. Is Nix in Bazzite out of the box, or do I install via Homebrew?
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
I don't think there's an RPM for it yet sadly, but I'll take another look. I also wanted to install Espanso, and had the same problem there: no RPM for the Wayland version.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
OK, cool. Thank you for taking a look at it!
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
Makes sense. And the export doesn't really do anything to help with that then. So, if it's passing that path to xdg-open, it would pass it to the binary on the container which would then fail to open it.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
It lists the .desktop files, so I'm assuming it uses the paths in those.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
Sure. I'm invoking with the bare command (fuzzel) which should invoke as an app launcher, listing all the .desktop files. That does work. I see the GUI, but no matter which app I select (arrow to select and enter), the GUI goes away but the app never launches.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
Contents of the shortcut:
#!/bin/sh
# distrobox_binary
# name: arch
if [ -z "${CONTAINER_ID}" ]; then
exec "/usr/bin/distrobox-enter" -n arch -- '/usr/bin/fuzzel' "$@"
elif [ -n "${CONTAINER_ID}" ] && [ "${CONTAINER_ID}" != "arch" ]; then
exec distrobox-host-exec '/home/raddevon/.local/bin/fuzzel' "$@"
else
exec '/usr/bin/fuzzel' "$@"
fi
#!/bin/sh
# distrobox_binary
# name: arch
if [ -z "${CONTAINER_ID}" ]; then
exec "/usr/bin/distrobox-enter" -n arch -- '/usr/bin/fuzzel' "$@"
elif [ -n "${CONTAINER_ID}" ] && [ "${CONTAINER_ID}" != "arch" ]; then
exec distrobox-host-exec '/home/raddevon/.local/bin/fuzzel' "$@"
else
exec '/usr/bin/fuzzel' "$@"
fi
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
Oh, maybe you're on X11? I think Fuzzel may only work with Wayland.
33 replies
UBUniversal Blue
Created by RadDevon on 9/17/2024 in #🛟bazzite-help
Unable to use Fuzzel launcher via Distrobox
I had to export a binary even though the command starts a GUI, so maybe that's the issue with the export. Not sure why you can't run it from the container though.
33 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
PR is in. Happy to tweak if it isn't quite right: https://github.com/KyleGospo/docs.bazzite.gg/pull/8
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
OK. I'll take out the mention of it being available, and I can revisit when the PR is reviewed if need be.
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
@j0rge This Bluefin documentation says fish and zsh are included with the image. I find fish in my Bazzite install but not zsh. Did that somehow get deleted from /usr/bin because I installed it via Homebrew, or is it not included with Bazzite? Just doing some basic adaptation of the documentation for Bazzite and confirming everything also applies here.
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
@Kyle Gospo I'd love to contribute something to the docs to capture this for anyone who might want to change shells in the future. Is there a place it would fit? FAQ maybe?
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
$ which lchsh
/usr/bin/lchsh
$ which lchsh
/usr/bin/lchsh
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
I'm on KDE, and I have it.
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
@j0rge I think he's referring to lchsh.
41 replies
UBUniversal Blue
Created by RadDevon on 9/14/2024 in #🛟bazzite-help
Several Flatpak apps broken after changing shells and rebooting
Users are likely not as aware of the state of various bugs as some of the contributors and developers might be.
41 replies