Via terminal I can launch application as s particular groupid:
sudo sg - nonet nonetmath
where nonet is the group name & nonetmath is the binary in /bin... Now I want to create a .desktop file for ease of access
[Desktop Entry]
Type=Application
Name=Mathe
Exec=sudo sg - nonet nonetmath
Icon=<iconpath>
Categories=Education;
but this isn't not working...the system is configured such that sudo dont prompt for pswd this was done by editing
sudo visudo
any help here
.desktopfile executable? They have to be. – stonedsquirrel Feb 3 at 14:43[missing in the first line of your file. I'm guessing it's a typo that happened while posting here, but I thought I better mention it ;-) – stonedsquirrel Feb 3 at 14:48desktop-file-validateon your file to check if it has any errors. – stonedsquirrel Feb 3 at 19:05