1
General / Re: gthumb available?
« Last post by unbalancedskunk on Wed Jun 07 17:24:33 2023 »Well nope but you can install it with Flatpak.
sudo cards install flatpak
flatpak install flathub com.valvesoftware.Steam
flatpak install flathub com.heroicgameslauncher.hgl
sudo chmod 777 /usr/bin/bwrap
is a simple solution.flatpak install flathub org.phoenicis.playonlinux
-->PlayonLinuxflatpak install flathub net.lutris.Lutris
--> Lutrisflatpak install flathub net.davidotek.pupgui2
--> ProtonUp-QTflatpak install flathub com.usebottles.bottles
--> Good Wine Alternative?cd /lib/init/services/
sudo mkdir dockerd
cd dockerd
#!/bin/sh
[ -e /run/dbus/system_bus_socket ] || exit 1
exec /usr/bin/dockerd
sudo chmod 755 run
sudo ln -sv /lib/init/services/dockerd /etc/init/multi/dockerd
sudo rm /etc/init/multi/dockerd
Note that you simply remove the link and not the script it self