![]() |
2011-03-07
, 15:57
|
Posts: 67 |
Thanked: 126 times |
Joined on Jun 2010
@ Germany
|
#2
|
[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=true Name=EasySteer Exec=python /home/user/MyDocs/Python/EasySteer/Main.py X-Osso-Type=application/x-executable Icon=steering_wheel X-Icon-Path=/usr/share/icons
Ive created the .desktop file and its added to my desktop. It also has the correct icon, but everytime i click it, nothing happens. could someone please help me?
I'll post the .desktop file:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=true
Name=EasySteer
Exec=/usr/bin/xterm "python /home/user/MyDocs/Python/EasySteer/Main.py"
X-Osso-Type=application/x-executable
Icon=steering_wheel
X-Icon-Path=/usr/share/icons
The script is located at /home/user/MyDocs/Python/EasySteer/Main.py