Hi all, to distribute my applications I use to create a deb package including a desktop file for the menu; in the menu file I write this command:
Exec=mono /path_to_application/application_nanme.exe Recently this command fails to run. When I launch my app form the Gnome Menu (today on a Ubuntu 6.06) the main window appears and immediatly application close. If I run the same command from a terminal everything it's ok ! This is a sample desktop file: [Desktop Entry] Encoding=UTF-8 Categories=Application;Utility; Exec=mono /usr/local/test/test.exe Icon=test.png StartupNotify=true Terminal=false Type=Application Name=Test applciation GenericName=Test Application Comment=Nothing to say Any ideas ? By -- LAAS --------------------------<| http://laas.altervista.org ----<| _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
