![]() |
2013-11-21
, 18:39
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#12
|
devel-su Password:(default is: rootme)
BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ /home/user/Asd/execroot.sh Usage: /home/user/Asd/execroot.sh command ~ $
![]() |
2013-11-21
, 22:49
|
|
Posts: 355 |
Thanked: 396 times |
Joined on Dec 2009
@ USA
|
#13
|
The Following 3 Users Say Thank You to humble For This Useful Post: | ||
![]() |
2013-11-23
, 07:39
|
Posts: 637 |
Thanked: 445 times |
Joined on Dec 2009
@ Kaliningrad, Russia
|
#14
|
It also says "operation not permitted" when you chmod so you need to be root?
To get root do:
![]() |
2013-11-23
, 08:07
|
Posts: 637 |
Thanked: 445 times |
Joined on Dec 2009
@ Kaliningrad, Russia
|
#15
|
![]() |
2013-11-23
, 08:34
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#16
|
chmod a+rx /home/user/scripts/execroot.sh
The Following User Says Thank You to Mikkosssss For This Useful Post: | ||
![]() |
2013-11-23
, 18:25
|
Posts: 637 |
Thanked: 445 times |
Joined on Dec 2009
@ Kaliningrad, Russia
|
#17
|
The Following User Says Thank You to Kroll For This Useful Post: | ||
![]() |
2015-10-05
, 19:31
|
Posts: 100 |
Thanked: 307 times |
Joined on Jan 2015
@ Argentina
|
#18
|
![]() |
2015-10-05
, 22:30
|
Posts: 100 |
Thanked: 307 times |
Joined on Jan 2015
@ Argentina
|
#19
|
You can do it manually by making following text file:
And name it something.desktopCode:[Desktop Entry] Type=Application Name=Name of your shortcut Exec=Command that you want to do Icon=/patch/to/your/icon.png
Then place it to /home/user/.local/share/applications
Terminal=true
Exec=/bin/sh /home/user/myscript.sh
I could not find /home/user/myscript.sh running /bin/sh instead
![]() |
2015-10-06
, 04:11
|
Posts: 4 |
Thanked: 5 times |
Joined on Jan 2014
@ Finland
|
#20
|
The Following 5 Users Say Thank You to n9dyfi For This Useful Post: | ||
Look on my screenshot please, it says "syntax error"...