You are not logged in.
I have GUI interface that I wrote in C with the GTK library. I want it to launch whenever I turn on the computer. I can't figure out how to do this. If I have both my app and Terminal open and I reboot, Terminal will be open after reboot but my app will not. Is there something special that I have to do with my app to have it register with the session manager or something? It just seems to me that there must be something special about the applications that are already installed on this machine. Slackware 13.
Offline
You can add you application to the autostart list here:
Menu -> Settings -> Session and Startup -> Application Autostart
Or you can manually create a launcher in /home/username/.config/autostart/
keep on rockin' in the free world
Offline
Ok, but I want to be able to move it around and have it start in the position that I left it.
Offline
You need to implement a session manager client in your application, for example xfce-sm-client. That will give you a unique client-id so the window manager can restore the window state on login.
Offline
Thank you. That's exactly what I was looking for.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 528.77 KiB (Peak: 530.05 KiB) ]