[11:33] Hello, is possible to use UbuntuStudio inside QubesOS? [11:34] second question: how to setup .appimage folder-s in Ubuntu Studio? [11:51] maybe i misunderstand the question. But personally i put akk my .appinage files in /home/myUser/Apps/ [11:51] * maybe i misunderstand the question. But personally i put all my .appimage files in `/home/myUser/Apps/` [12:01] thanks, so all .appimage software should be placed in one folder? [12:01] * thanks, so all .appimage software should be placed in same one folder? [12:13] * thanks, so all .appimage software should be placed in same folder or can stay in different subfolders of the same ? [12:14] * thanks, so all .appimage software should be placed in same folder or can stay in different subfolders of the same parent set in AppImageFolder? ? [13:06] Hi and BIG thank you for the awesome Ubuntu Studio. This is my 6th day using US as my everyday OS .. the system kinda had an insistence to use the real external sound card as master, eventhough it was instructed to use the dock's (integrated USB) soundcard, but when I gave in to its insistence and started using the "real" soundcard as JACK master, now dropping outta JACK and back into JACK is working ok. Just one weird thing... after a reboot [13:06] the audio is incredibly loud at 25% volume, I usually keep it around 45-50%. Didn't see any problem in Alsamixer. Any ideas? [13:07] by "insistence" I mean that when dropping out of JACK it would activate the real external soundcard, eventhough the instruction was to use dock's soundcard [14:57] afaik they can be wherever you want them :) [15:26] even after installation of AppImageLauncher, i see no way to run .appimage files.... [15:27] i just double click them [15:29] I get error for every appimage [15:44] what does the error say? [15:57] if you don't get a lot of feedback, try launch them from the terminal see if you get more info. `cd /path/to/appimagefolder` and then `./app.appimage` doing it that way you might need to make it executable first: `chmod +x /path/to/appimagefolder/app.appimage` [16:07] thanks, they look like executable already [16:59] ok. however, unless you give a little detail about what's happening, error messages for example, it's going to be hard to help you