Notices


Reply
Thread Tools
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#71
Could it be possible that the Optimize N900 desktop file doesn't launch a window?
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#72
Originally Posted by ivgalvez View Post
Could it be possible that the Optimize N900 desktop file doesn't launch a window?
sorry for the late response.. but i don't think so
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 

The Following User Says Thank You to humble For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#73
hey guys i was just messing arould and found an even better shortcut for OptimizeN900 (the power button) let me know if your intrested.

Note: 2 issues
I dont yet know how to incorporate this into an install (should be possible thou).
any suggestions on how to do this will be very welcomed.

and an extra xterm pops up. i found a walk around to that but it involves puting "killall osso-xterm" at the end of our OptimizeN900 script. its not a problem to me but may be to others or you can simply x out of it(the exta xterm window).
any suggestions on how to stop that extra xterm window will be very welcomed too.
Attached Images
 
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 

The Following User Says Thank You to humble For This Useful Post:
danx's Avatar
Posts: 304 | Thanked: 20 times | Joined on Jan 2010 @ irvine
#74
so what do i need to install this app?
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#75
Originally Posted by danx View Post
so what do i need to install this app?
i think you mean that shortcut if so right now it has to be manually done. you have to go to "/etc/systemui/" and edit systemui.xml (don't really wanna post the howto because i want to implement this and get rid of the desktop shortcut .)
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#76
Originally Posted by humble View Post
hey guys i was just messing arould and found an even better shortcut for OptimizeN900 (the power button) let me know if your intrested.

Note: 2 issues
I dont yet know how to incorporate this into an install (should be possible thou).
any suggestions on how to do this will be very welcomed.

and an extra xterm pops up. i found a walk around to that but it involves puting "killall osso-xterm" at the end of our OptimizeN900 script. its not a problem to me but may be to others or you can simply x out of it(the exta xterm window).
any suggestions on how to stop that extra xterm window will be very welcomed too.
This looks really promising.

Anyway, let me suggest you to keep all this stuff in different packages.
- One package with the Optimize N900 just a desktop shortcut that is easy to use.
- Other package with CON900 to be able to easy edit and test (that would be useful only for power users) and depend on the OptimizeN900 package,
- Third package for the button in Power Button, depending also from the first package.

Thanks
 

The Following User Says Thank You to ivgalvez For This Useful Post:
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#77
A few minor fixes you could do:

- The .desktop file for OptimizeN900 has been written in DOS format, thus it has ^M symbols at the end of every line.
- The script OptimizeN900 should have executable flags (it is a script). This way you could invoke it from the .desktop without the /bin/sh.
 

The Following User Says Thank You to ivgalvez For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#78
Originally Posted by ivgalvez View Post
A few minor fixes you could do:

- The .desktop file for OptimizeN900 has been written in DOS format, thus it has ^M symbols at the end of every line.
- The script OptimizeN900 should have executable flags (it is a script). This way you could invoke it from the .desktop without the /bin/sh.
thanks (not only for this post but the one before too.)no time thou
EDit: but if you would like to no problems.

All is fixed in this qoute.
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON

Last edited by humble; 2011-03-16 at 02:16.
 

The Following User Says Thank You to humble For This Useful Post:
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#79
I suppose you know this, but if you include a file optimizeN900.xml in /etc/systemui with this text

Code:
<powerkeymenu path="/">
 <menuitem priority="20" name="Optimize N900">
    <icon>optimize</icon>
    <callback service="com.nokia.HildonDesktop.AppMgr"
      path="/com/nokia/HildonDesktop/AppMgr"
      interface="com.nokia.HildonDesktop.AppMgr"
      method="LaunchApplication" bus="session"
      autostart="true">
      <argument type="string">optimize-n900</argument>
    </callback>
 </menuitem>
</powerkeymenu>
You will have a nice button in the Power Key Menu.

In my device I'm using icons borrowed from KDE.
Attached Images
 
 

The Following User Says Thank You to ivgalvez For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#80
@ivgalvez

kind of. (i didnt know all i needed to do is create optimizeN900.xml, i thought i had to mod systemui.xml.)

well that makes making this package super easy. maybe this weekend i will make the packages (editor, desktop shortcut ,and power key menu shortcut)

thanks
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:52.