![]() |
2010-07-05
, 16:42
|
Posts: 24 |
Thanked: 0 times |
Joined on Jun 2010
|
#2
|
![]() |
2010-07-05
, 16:48
|
Posts: 53 |
Thanked: 3 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-07-06
, 07:07
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#4
|
![]() |
2010-07-06
, 09:10
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#5
|
![]() |
2010-07-06
, 09:41
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#6
|
![]() |
2010-07-06
, 09:54
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#7
|
you could try
Exec=/usr/bin/run-standalone.sh home/user/tabcgpa
if that doesnt work, try enclosing the whole string after the = in double quotes?
this is just a (semi) educated guess BTW
![]() |
2010-07-06
, 11:05
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#8
|
same as before now...blank window opens and then closes
is it because run-standalone.sh can be executed as root only and nowhere in the code we use sudo gainroot..?
![]() |
2010-07-06
, 11:53
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#9
|
![]() |
2010-07-06
, 12:03
|
Posts: 42 |
Thanked: 16 times |
Joined on Jan 2010
|
#10
|
I'm trying to create a Desktop short cut to run a terminal program on my N900
I've seen the following info quoted below but as a newcomer could someone please throw some light on the actual Exec command I need to include in the text.....The terminal command is:
run-standalone.sh python2.5 filename.py
Thanks in advance
"On the N900, it is possible to run a terminal program like ‘top’ directly from the Desktop/Shortcut. The following example creates a shortcut to launch the system monitior program ‘top’.
1. Use a text-editor like vi or Leafpad to create a file with the following text:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=topx
Exec=/usr/bin/osso-xterm top
Icon=
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
2. Save the file as topx.desktop.
3. As root, copy the file to the ‘/usr/share/applications/hildon/’ directory. This will create an ugly blue application icon in the Application list called ‘topx’"