The Following User Says Thank You to wicket For This Useful Post: | ||
|
2014-09-20
, 21:46
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#22
|
|
2014-09-22
, 08:54
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#23
|
By using auto-hiding panels of quite big size (with adequately sized icons), you can create UI that works finger-friendly, and still leaves 799x479 pixels* for applications.
You might be interested to know (if you don't already know it) that there is an EFL UI for ConnMan called EConnMan but you would need to build it as hasn't yet been packaged for Debian.
I have tried out few browsers. I installed Iceweasel and as you might expect it ate a lot of the memory but other than that there were no real issues and I was able to install some of my favourite add-ons. It's actually quite responsive for single tab/window browsing if you don't have a lot of other stuff running. It runs much better than it does in Maemo under Easy Debian (from what I remember).
I ran into another bug when I tried it in that there was nowhere to enter a URL!
If you want a really lightweight browser then I recommend links2. It does display graphics, just don't expect anything fancy like JavaScript.
This might also be a good option.
I was thinking of something similar. It should be possible to detect whether there's something plugged into the audio jack and automatically switch to the appropriate profile. I'm not actually sure what the critical frequency is. I would very much appreciate it if someone can confirm it.
The Following User Says Thank You to sulu For This Useful Post: | ||
|
2014-09-23
, 10:18
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#24
|
I also tried to create a centered static panel on top where windows don't dock. The idea was to have this panel cover most of the window decoration but grant access to the window control buttons. But this setup was kind of buggy (not always on top, windows sometimes docked, some weird lxmenu behavior).
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2014-09-26
, 08:06
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#25
|
|
2014-09-28
, 22:21
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#26
|
# cat /usr/share/applications/wmctrl_close.desktop [Desktop Entry] Keywords=editor Name=wmctrl_close Exec=wmctrl -c :ACTIVE: Icon=editdelete Terminal=false Type=Application MimeType=text/plain Categories=GTK;Utility;TextEditor;
The Following 9 Users Say Thank You to sulu For This Useful Post: | ||
|
2014-09-29
, 16:44
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#27
|
|
2014-09-29
, 19:07
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#28
|
@Estel (or someone else who knows):
Is there a way in openbox to undecorate (disable title bar) all windows by default and permanently?
<application name="*" class="*"> <decor>no</decor> <position> <x>0</x> <y>0</y> </position> </application>
# the name or the class can be set, or both. this is used to match # windows when they appear. role can optionally be set as well, to # further restrict your matches. # the name, class, and role use simple wildcard matching such as those # used by a shell. you can use * to match any characters and ? to match # any single character. # when multiple rules match a window, they will all be applied, in the # order that they appear in this list
The Following 4 Users Say Thank You to Estel For This Useful Post: | ||
|
2014-09-29
, 21:09
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#29
|
Sure, you edit the ~/.config/openbox/lxde-rc.xml file, and in the <applications> section, you add something like this:
<application name="*" class="*"> <decor>no</decor> <maximize>yes</maximize> </application>
|
2014-09-29
, 22:47
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#30
|
Not sure this is the correct thread, but anyway:
If someone takes the job of helping me a bit (not sure what kind of help I'll need , but I know nothing about PA) with the stuff on https://gitorious.org/maemo-multimed...f262a7ebe413c: I will (try to) RE the missing parts (xprot, xprot-ambient-temp and eq)
DebiaN900 - Native Debian on the N900.Deprecated in favour of Maemo Leste.Maemo Leste for N950 and N9 (currently broken).
Devuan for N950 and N9.
Mobile devices with mainline Linux support - Help needed with documentation.
"Those who do not understand Unix are condemned to reinvent it, poorly." - Henry Spencer