maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   [Question]Get rid of the menu bar (https://talk.maemo.org/showthread.php?t=85871)

schokopudding 2012-08-04 14:56

[Question]Get rid of the menu bar
 
So is it possible, to run an App with an additional command, to get rid of the big menu bar? I mean like "cloudGPS" is doing, there is an integrated menu bar. Or Liqcalendar.

I found this one, but I dont know if i can trust that :D
http://sumoudou.org/%E7%9B%B8%E6%92%...ia%20N900.html

misiak 2012-08-04 16:09

Re: [Question]Get rid of the menu bar
 
This can be trusted, it was disussed 2 years ago: http://talk.maemo.org/showthread.php?t=47831 but I'm not sure if it will work with current PR (or CSSU) as this stuff was designed when PR 1.0-1.2 was in use afaik, but you can check if you feel brave (unless someone else corrects me that it still works with PR 1.3.1, cssu-stable and cssu-testing)

schokopudding 2012-08-04 20:04

Re: [Question]Get rid of the menu bar
 
I am currently running CSSU - stable. But how do other apps deal with that problem? I mean, there are seriously plenty of apps without that big maemo bar

sixwheeledbeast 2012-08-04 21:12

Re: [Question]Get rid of the menu bar
 
I thought you could just add

Code:

-rfull
to the end of the Exec= line in .desktop

/usr/share/applications/hildon/....

Works on stuff like Sygic and Frozen-Bubble etc...

misiak 2012-08-04 21:31

Re: [Question]Get rid of the menu bar
 
Some apps are written using canvases instead of hildon windows. When creating plain X.org windows you can set them to fullscreen, too. I think it's also possible with qt or gtk/hildon, but I'm not 100% sure as I've never needed that and that's just my common sense. Anyway, it can be set in source code before compilation, it's programmer decision.

You can try what sixwheeledbeast suggested maybe. Modified hildon-desktop can be a way to do it also ;)

rakeshyadav 2012-12-14 05:35

Re: [Question]Get rid of the menu bar
 
Thanks bro,
i will try it.

davdav 2012-12-14 05:59

Re: [Question]Get rid of the menu bar
 
maybe use CTRL+SHIFT+N in the application helps :)

mlwane 2012-12-14 07:50

Re: [Question]Get rid of the menu bar
 
One quick and dirty way of doing it is to install wmctrl, and just issue the following command:

Code:

sleep 3 && wmctrl -r :ACTIVE: -b toggle,fullscreen
After 3 seconds of issuing the command whichever window is active will be set to fullscreen. So after you issue the command you have 3 seconds to go to the window that you want in fullscreen.

The command works both ways; if the window is in fullscreen it will set it back to normal as well.

I know this is not the way to do it, but as I was looking for a temporary and quick solution this was enough for me and it worked with no problems at all.

Maybe some of the folks here have a better way of doing it.

Regrads,
mlwane


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

vBulletin® Version 3.8.8