71
General / Re: gthumb available?
« Last post by spiky on Fri Jun 09 19:34:28 2023 »gychang
Regards Gthumb I will look into adding it to Nutyx.
Regards Gthumb I will look into adding it to Nutyx.
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