The Following 2 Users Say Thank You to Grant For This Useful Post: | ||
|
2010-04-27
, 15:43
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#1022
|
I don't, as yet, know how to view the contents of a folder in x term.
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-05-01
, 23:08
|
|
Posts: 111 |
Thanked: 74 times |
Joined on Feb 2010
@ Germany
|
#1023
|
The Following 9 Users Say Thank You to Dr.MZ For This Useful Post: | ||
|
2010-05-02
, 18:51
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#1024
|
|
2010-05-02
, 20:33
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#1025
|
|
2010-05-04
, 14:23
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Mar 2010
@ Exeter (UK)
|
#1026
|
Perhaps a simpler way to add a reboot button not requiring MC:
1) Open X terminal as root
2) cd /etc/systemui
3) Make a backup of the systemui file: cp systemui.xml systemui.xml.orig
3) Edit the file in any editor, e.g. vi systemui.xml
You need to make this section:
look like:Code:<!-- <menuitem priority="20" name="Reboot"> <return>6</return> <po>osso-powerup-shutdown</po> </menuitem> <menuitem priority="10" name="Soft poweroff"> <return>7</return> <po>osso-powerup-shutdown</po> </menuitem> <menuitem priority="5" name="Top in XTerm"> <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true"> <argument type="string">/usr/bin/top</argument> </callback> </menuitem> -->
Code:<menuitem priority="20" name="Reboot"> <return>6</return> <po>osso-powerup-shutdown</po> </menuitem> <!-- <menuitem priority="10" name="Soft poweroff"> <return>7</return> <po>osso-powerup-shutdown</po> </menuitem> <menuitem priority="5" name="Top in XTerm"> <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true"> <argument type="string">/usr/bin/top</argument> </callback> </menuitem> -->
|
2010-05-04
, 14:27
|
Posts: 87 |
Thanked: 277 times |
Joined on Feb 2010
@ Helsinki, Finland
|
#1027
|
This is my first mod am I am a bit old and dodery but these to clips of code look the same???
|
2010-05-04
, 14:45
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Mar 2010
@ Exeter (UK)
|
#1028
|
|
2010-05-04
, 15:23
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Mar 2010
@ Exeter (UK)
|
#1029
|
|
2010-05-04
, 23:49
|
Posts: 49 |
Thanked: 22 times |
Joined on May 2010
@ belgium
|
#1030
|
<return>9</return>
<po>osso-powerup-shutdown</po>
<callback service="com.nokia.profiled" path="/com/nokia/profiled" interface="com.nokia.profiled" method="set_profile" bus="session" autostart="true">
<argument type="string">general</argument>
</callback>
</menuitem>
<menuitem priority="20" name="Reboot">
<return>6</return>
<po>osso-powerup-shutdown</po>
</menuitem>
1 space line between it
<!--
<menuitem priority="10" name="Soft poweroff">
<return>7</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<menuitem priority="5" name="Top in XTerm">
<callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
<argument type="string">/usr/bin/top</argument>
</callback>
</menuitem>
-->
</powerkeymenu>
<return>9</return>
<po>osso-powerup-shutdown</po>
<callback service="com.nokia.profiled" path="/com/nokia/profiled" interface="com.nokia.profiled" method="set_profile" bus="session" autostart="true">
<argument type="string">general</argument>
</callback>
</menuitem>
<menuitem priority="20" name="Reboot">
<return>6</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<!--
<menuitem priority="10" name="Soft poweroff">
<return>7</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<menuitem priority="5" name="Top in XTerm">
<callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
<argument type="string">/usr/bin/top</argument>
</callback>
</menuitem>
-->
</powerkeymenu>
Tags |
maemo mods, mods thread |
Thread Tools | |
|
"cd /usr/share/themes/li" and then hit the touchscreen "Tab" button. It will either show you all the directories in /usr/share/themes/ that start with "li", or if you only have one directory in there that starts with "li" it will autocomplete the entire name of the directory.