View Single Post
Posts: 78 | Thanked: 24 times | Joined on Feb 2012 @ Moscow
#34
I want to add Midnight Commander entry launched as root without second xterm window. Is it possible?

Okay. .desktop file changed to Exec=osso-xterm 'sudo mc'
and systemui.xml changed to
<menuitem priority="5" name="MC">
<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">mc</argument>
</callback>
</menuitem>
Working like a charm.

Last edited by OMOIKANE; 2012-06-13 at 16:55.