Warning: The magic method MchGdbcBasePublicPlugin::__wakeup() must have public visibility in /data/web/virtuals/50643/virtual/www/subdom/wp/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php on line 44 Dejvino's notebook
Categories
Brainwaves

Autostart Apps in Phosh

I was wondering how to automatically start applications after booting a PinePhone with Phosh. Sounds like the standard way is to put .desktop files into ~/.config/autostart.

So to automatically start e.g. Gajim when Phosh starts, do this:

mkdir -p ~/.config/autostart
cp /usr/share/applications/org.gajim.Gajim.desktop ~/.config/autostart/

My motivation was to automatically start Gajim so that 1) I don’t forget to do it and 2) it unlocks the Default password storage (it prompts for the master password) right after reboot.

Related

(56)

Leave a Reply

Your email address will not be published.