Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    * The Truly Epic Maemo 5 MODs Thread *

    Reply
    Page 103 of 240 | Prev | 93   101     102   103   104     105   113 | Next | Last
    Grant | # 1021 | 2010-04-27, 14:25 | Report

    Originally Posted by devildriven View Post
    It was indeed a typo by the looks of it.

    I have now succesfully removed the backgrounds from the Nokia theme!!

    can someone confirm for me that for the iivilsteel grunge theme the code would be as follows...

    $ Sudo gainroot
    $ cd /usr/share/themes/iivilsteel grunge theme/images
    $ Mv ApplicationShortcutAppletPressed.png ApplicationShortcutAppletPressed.png.old
    $ Mv ApplicationShortcutApplet.png ApplicationShortcutApplet.png.old

    iivilsteel grunge theme - With spaces?

    I love the Maemo community! That's yet another brilliant mod i've made to my N900 with all your help!
    For directories/filenames with long names, you can utilize the touchscreen "Tab" button in xterm to autocomplete your command if you have typed enough of it in already. For instance, type in
    "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.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to Grant For This Useful Post:
    Switch_

     
    Rob1n | # 1022 | 2010-04-27, 15:43 | Report

    Originally Posted by devildriven View Post
    I don't, as yet, know how to view the contents of a folder in x term.
    "ls" (that's lower-case L and S). You may find this useful.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to Rob1n For This Useful Post:

     
    Dr.MZ | # 1023 | 2010-05-01, 23:08 | Report

    Complete Overview Icon: Pimp my N900

    Download here: meego.de


    Bluetooth Candy (Version 1.3)


    Bluetooth Modern (Version 1.1)


    Cell Level Bar (Version 1.1)


    Cell Level Color (Version 1.0)


    Cell Level Sonar (Version 2.1)


    Cell Level Tux (Version 1.3)


    Clock Chrono (Version 1.2)


    Clock MeeGo (Version 1.2)


    Clock World (Version 1.1)


    Clock Wood (Version 1.0)


    Volume Concept Turn (Version 1.0)


    Volume Speaker (Version 3.0)


    Volume Turn (Version 1.1)



    I also have other interpretations of icons which you can download to you also. But I would like to point out that not all of these icons was designed by me, but I have only reviewed them.

    Download here: meego.de

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by Dr.MZ; 2010-05-02 at 19:20.
    The Following 9 Users Say Thank You to Dr.MZ For This Useful Post:
    adrianmilev, ceroberts75, D4rKlar, leetut, Maj3stic, maluka, NiftyWolfie, Schturman, v13

     
    Schturman | # 1024 | 2010-05-02, 18:51 | Report

    Hmmm... I have a little problem with fonts... I tried to play with some new fonts and suddenly it stopped to change them... I tried to reboot with original fonts and after this I tried change them again, but nothing... I can see only original nokia fonts... It's looks something like cache somewhere...
    Anyone know what happens and how I can fix that ?
    Thanks

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Schturman | # 1025 | 2010-05-02, 20:33 | Report

    Ok... I got the "tabitha" fonts back... But I can't change to others Maybe because of others is OpenType... but Lucida Calligraphy it is also OpenType and he worked...
    Very strange

    Edit | Forward | Quote | Quick Reply | Thanks

     
    duryard | # 1026 | 2010-05-04, 14:23 | Report

    Originally Posted by pwngu!n View Post
    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:
    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>
    -->
    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>
    -->
    This is my first mod am I am a bit old and dodery but these to clips of code look the same???

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Ministeri | # 1027 | 2010-05-04, 14:27 | Report

    Originally Posted by duryard View Post
    This is my first mod am I am a bit old and dodery but these to clips of code look the same???
    The beginning of commented area (<!--) is moved from before to after menuitem Reboot.

    This makes reboot as option in menu.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    duryard | # 1028 | 2010-05-04, 14:45 | Report

    Thanks Ministeri going to try out my first mod now (I think)

    Edit | Forward | Quote | Quick Reply | Thanks

     
    duryard | # 1029 | 2010-05-04, 15:23 | Report

    Thanks again Ministeri. I,ve done me first mod. Simple I know but hopefully its the first of a lot more

    Only trouble is I have added a reboot option. (Hurray) but as you can see its duplicated the others??


    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by duryard; 2010-05-04 at 15:37. Reason: Added a pic

     
    PsychoModr | # 1030 | 2010-05-04, 23:49 | Report

    you forget the one space line above the <!-- signs.

    look like this :

    Originally Posted by
    <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>

    that should fix your duplicate problem.
    That's the mistake i see.

    not like this :

    Originally Posted by
    <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>


    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by PsychoModr; 2010-05-04 at 23:53.

     
    Page 103 of 240 | Prev | 93   101     102   103   104     105   113 | Next | Last
vBulletin® Version 3.8.8
Normal Logout