View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#86
About using EasyDebian / HarmChom on Nokia N9 :

- with LXDE, my keyboard (external Bluetooth Stowaway foldable keyboard) doesn't work 100%, numbers and symbols are not available. Just outside LXDE. It is just me or other people has the same problem ? And with N950 keyboard ?

- within LXDE, I can't open any terminal window (htop, etc). But it is not a great problem because I obviously use the Terminal outside LXDE (so I have Harmattan virtual keyboard, etc);

- launching softwares outside LXDE (like "oowriter", etc), there are two bars (top and bottom). Is possible to remove them ?
Answer : Yes ! For OpenOffice Writer outside LXDE and full screen, inside debian as root :
[root@chroot: /] oowriter &
To know the name of the window :
[root@chroot: /] wmctrl -l
So, in this case, it is not oowriter, but "writer" matches the title :
[root@chroot: /] wmctrl -r writer -b toggle,fullscreen
This fullscreen method is not (yet) automatic...
But possibly we will be able to create MeeGo icons to launch oowriter fullscreen, etc.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-24 at 00:09. Reason: Fullscreen soluion