![]() |
2009-04-16
, 02:57
|
|
Posts: 861 |
Thanked: 734 times |
Joined on Jan 2008
@ Nomadic
|
#12
|
An infinite while loop that uses wmctrl to force applications into fullscreen. I would seriously not recommend using that (is wmctrl even available for hildon?), because that should pretty much peg the cpu at 100%...A hack to hildon-desktop would be much better.
Anyone good at reverse engineering stuff? (hildon-desktop is closed source, isn't it?).
![]() |
2009-04-16
, 03:24
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#13
|
Weirdly enough, I understand all that you've said and I cannot develop a lick for this platform.
Question: would modifying hildon-desktop also get rid of the app sidebar on the homescreen, or would there be some specific applicaiton-window-control-mechanism that would control this for all applications? Sort of some kind of "full-screen on launch" bit that would be touched?
![]() |
2009-04-16
, 10:18
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#14
|
The Following User Says Thank You to pycage For This Useful Post: | ||
![]() |
2009-04-16
, 10:27
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#15
|
Anyone good at reverse engineering stuff? (hildon-desktop is closed source, isn't it?).
I would seriously not recommend using that (is wmctrl even available for hildon?)
![]() |
2009-04-16
, 14:02
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#16
|
"wmctrl -r :ACTIVE: -b toggle,fullscreen" F6
The Following User Says Thank You to meizirkki For This Useful Post: | ||
![]() |
2009-04-16
, 14:07
|
|
Posts: 861 |
Thanked: 734 times |
Joined on Jan 2008
@ Nomadic
|
#17
|
Pretty simple:
Add Ubuntu repository and install xbindkeys and wmctrl.
Then do like qole said here:
add
to your /home/user/.xbindkeysrcCode:"wmctrl -r :ACTIVE: -b toggle,fullscreen" F6
Then you can add Personal Menu item for xbindkeys or just run it from terminal. After running xbindkeys, either as user or as root, you will be able to fullscreen any app
![]() |
2009-04-16
, 14:11
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#18
|
Seems about right; but this seems like more of a "make any app full-screened" rather than a "by defualt make all apps full screen."
Unless there's something I'm missing in your instructions and Qole's post???
![]() |
2009-04-16
, 18:18
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#19
|
![]() |
2009-04-30
, 14:34
|
|
Posts: 861 |
Thanked: 734 times |
Joined on Jan 2008
@ Nomadic
|
#20
|
Anyone good at reverse engineering stuff? (hildon-desktop is closed source, isn't it?).