On Sun, Aug 2, 2020, 10:26 PM <[email protected]> wrote: > > > On that topic, I'm having huge difficulties making it so starting a qube, > say app-firefox, automatically starts a program, like firefox. I've tried > rc.local but that's pre-boot, before X11. Others have suggested something > related to /etc/config or something, but that involves fiddling with > templates and implies an ungodly amount of templates. Would you happen to > have any suggestions? >
To start an app automatically in a appvm when the vm starts you can copy the app.desktop file into (from my vague memory) your .config/autostart (?) directory. Each time that vm starts that application will be launched just as if you started it manually from the menu. But if that vm starts on system startup, and before you login, this still may not work any better than the rc.local method. You might then create a .desktop to call a script that sleeps until the x11 is available, and have that script launch the app when the system is ready. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/CAJ5FDnhE4UpTD_iHSNjkaOtJQcFy4EzpW57YwTg28VfAVBgHFQ%40mail.gmail.com.
