[Mono-winforms-list] Start an App right after login

Baltasar García Perez-Schofield baltasarq at gmail.com
Wed Mar 19 12:32:36 UTC 2014


	Hi, Assuncao,
	
> I tried many different ways to add an executable (winforms) created in C#
> using mono to start automatically after login, but all my attempts didn't
> work.
> Does anyone know how can I do it? I'm running my application on Raspbian
> (Debian distro).

	So you are trying to achieve that in a Linux distro. Anyway, I think that what you are describing is more related to a installer or something like that, than to the C#/mono program itself.

	The best way I can think of is to create a .desktop file, like the ones you can find in /usr/share/applications, and copy it to the .config/autostart directory of the user.

-- 
Baltasar (baltasarq at gmail.com  http://baltasarq.info/)


More information about the Mono-winforms-list mailing list