Hi, On Sunday, May 21, 2017 at 4:47:19 AM UTC+10, aforete wrote: > Am I doing something wrong here? is there any other way to start > applications once a vm starts?
Yes, you can do the following in your AppVM: 1) make the directory /home/user/.config/autostart if it doesn't already exist 2) add a file inside that directory called (e.g) thunderbird.desktop that contains the following lines [Desktop Entry] Name=thunderbird Exec=thunderbird Type=Application Reboot your AppVM and Thunderbird should start. Rinse and repeat for any other app. The reason this works is that the autostart files are processed *after* the user's X session has started up. Cheers -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/b41f2753-7dd9-4af7-858f-616f0ed7c173%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
