The Following User Says Thank You to nokian-series For This Useful Post: | ||
![]() |
2010-04-13
, 18:37
|
Posts: 122 |
Thanked: 73 times |
Joined on Jan 2010
@ Turku, Finland
|
#2
|
The Following 2 Users Say Thank You to antoarts For This Useful Post: | ||
![]() |
2010-04-13
, 18:42
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#3
|
The Following User Says Thank You to nokian-series For This Useful Post: | ||
![]() |
2010-04-13
, 18:45
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#4
|
The Following User Says Thank You to Patola For This Useful Post: | ||
![]() |
2010-04-13
, 18:46
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#5
|
Auch...English English..so..'Scripts" ..
Well, thank you, i thing i've i read that entire page i'll get my stuff work.
Good job.
Can anyone close this thread?
The Following User Says Thank You to nokian-series For This Useful Post: | ||
![]() |
2010-04-13
, 20:08
|
|
Posts: 609 |
Thanked: 243 times |
Joined on Jan 2010
@ Eastern USA
|
#6
|
Reading so much english is driving me crazy
With Desktop Command Widget the script is allways running or not?
It can be configured to run only when clicked?
The Following User Says Thank You to xomm For This Useful Post: | ||
Is there any application or workarround to create a widget\shortcut\Icon that runs the code you want on x-terminal (hide) ?
This will make users to be able to run it own things without have to open x-terminal. Create some 'mini applications'.
Two pratical examples:
-Reason: Whatever you want. Phone is slowing down, i.e.
-Name: Reboot
-Just create an image to the icon (a Square with an R, i.e.)
-Just create it code (restart)
So, we have our icon on the desktop, when we click it, no x-terminal opens, but the phone reboots.
-Reason: Go to launch Easy Debian! i.e.
-Name: IncreaseMaxFreq
-Just create an image to the icon (a CPU with an Up arrow, i.e.)
-Just create it code (sudo gainroot)
echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq)
So, we have our icon on the desktop, when we click it, no x-terminal opens, but the increase max_cpu_frequency.
Of course the code needs more lines like how to invoque and close x-terminal process and make other lines run there.
This is just an idea, i searched about it but dont have lucky so..
What do you think. Stupid idea, actualy that is possible or this is a thing to developers only?
Regards.
Last edited by nokian-series; 2010-04-13 at 18:38. Reason: Correct some text