I installed an application in the Debian template using sudo install apt applicationname.deb.
I then shut down Debian 10 (and all other Debian templates). I rebooted Debian 10. Then I shut it down again.
The application shows up in the Debian 10 template Application list.
I created a new AppVM template for Debian just for this app. I found the application in the list inside the Qube settings for this AppVM and added the application. Then I ran the application. Nothing happened. The AppVM qube starts, but the application never opens.
I then started the application using the Debian 10 template (which is really not smart, but I wanted to see if it would run). It did run. The settings in both qubes are exactly the same. The Debian 10 Qube just for the app has the same memory, internet, everything.
One possible explanation is that the Debian package uses some part of
the file system that isn’t inherited by the qubes. You should be able to
see this if you try to start it from the command line.
You can read here
about how the qubes inherit from the template.
The shortcut is there. It’s not that there is no shortcut.
I am so n00b that I don’t even know where the f*ck the app is. I see it in the menu, but when I do a search in the qube file system at the highest directory level, I only see a program link, and a program icon, and some other stuff. All of the file sizes are small, with the largest one being the icon image. I do see the name of the app with a .desktop attached to it, but is that it? I’m not sure of the command I would use to run it in a terminal. I know sudo… apt? install? cd? Are there other commands?
I feel like I’m in way over my head. I really wanted to get rid of Microsoft Windows after a bad experience. I am not a lesbian, but I was curious about… what they do. Afterwards, Bing started marketing various gloves and scented oils to me. It was probably a coincidence, but the whole thing made me uncomfortable. I thought I had been so slick, using incognito mode and clearing the history another time. Then I read more about Windows and was horrified. I am f*cking done with Windows.
I decided if I was going to unchain myself from Microsoft, I may as well go all in. And before you say it, no, I don’t want to f*cking learn Mint. I am learning Qubes, if I am learning Linux, I will figure out Qubes or destroy myself through insomnia in the process.
Should I just copy a bunch of random folders over to the AppVM and hope it works?
Also, my Debian template and AppVM now have two “Run Terminal” programs, so there’s that too…
I have no idea what a debug or verbose switch. I’m literally probably the dumbest person on this forum. Which means I’m still smarter than most people, but dumb as hell for here.
I’m not sure what this would do. Do I type this in my Terminal? In the Dom0 terminal?
Should I click the first “Run Terminal” program that is now listed in all Debian templates or the second “Run Terminal” program that is now listed in all Debian templates?
hey everyone starts somewhere. You got a bunch of stuff done on your own and are reaching out for help with things you are stuck with. Hardly dumb, to me.
OK so sounds like a source build which has been packaged up. You can find out which files have been installed by using dpkg. Do this in your template first to make sure its installed
sudo dpkg -L packagename
In that output you can see exactly what the binary was called and where it is installed. You can then call that file directly using terminal