The Following User Says Thank You to Beatty For This Useful Post: | ||
|
2010-11-03
, 19:30
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#882
|
|
2010-11-03
, 19:59
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#883
|
You may need to call the dbus command withPop all your command into QBW and test to see if they work.Code:run-standalone.sh dbus-send --type=m...
The Advanced settings have a multi line edit box which makes it much easier to edit your commands. QBW scripts are basically normal XTerminal scripts so you might find it easier to test in XTerminal, but the Advanced settings will also display the output if you press Run
|
2010-11-03
, 20:01
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#884
|
I use MA-G's scripts as they are easy to remember and find
http://talk.maemo.org/showpost.php?p=784834&postcount=1
|
2010-11-03
, 20:11
|
Posts: 51 |
Thanked: 63 times |
Joined on May 2010
|
#885
|
The Following User Says Thank You to Beatty For This Useful Post: | ||
|
2010-11-03
, 20:23
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#886
|
--profileset does profile setting
You're right re OC. You could try this
http://wiki.maemo.org/Desktop_Comman..._CPU_frequency
|
2010-11-03
, 20:26
|
Posts: 51 |
Thanked: 63 times |
Joined on May 2010
|
#887
|
That's what i already use in CMD. What's confusing me is do i use the same code i'd use in CMD in QBW? And, if so, where does that code go? In other words, do i need to open 'advanced' and put it there, or do i just do 'add cmd' from the main screen options?
|
2010-11-03
, 20:39
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#888
|
sudo kernel-config load ideal
sudo gainroot
|
2010-11-03
, 20:54
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#889
|
Rich
Open your QBW and press Add Cmd, in there type your command
after you have done that if you press Advanced Settings your will see you command there. Both boxes are the same, the Add/Edit Cmd boxes are single line boxes where as the Advanced Setting Cmd box is a multi line box for complex scripting.Code:sudo kernel-config load ideal
Everything is the same as the normal command prompt, except you cannot use
as it will open a new shell and your script will stop as it will be waiting for the new shell to close.Code:sudo gainroot
|
2010-11-03
, 20:57
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#890
|
http://talk.maemo.org/showpost.php?p=784834&postcount=1