--------------------------------------------
ADDED LATER BY EDIT: I've restated the problem more accurately in a new thread here:
http://forum.lxde.org/viewtopic.php?f=8&t=36635
--------------------------------------------
Background:
System was created with an installation CD made from the Ubuntu Saucy 13.10, 32 bit, mini.iso. (or maybe it was Precise or Raring at the time and I've since upgraded to Saucy, I forget) to get a basic tty-only system. I installed x, a display manager and greeter, openbox, lxterminal, lxpanel (though I do NOT have it set to start up automatically and use it rarely), thunar, Mirage (pic viewer), vlc, and a little of this and that. I do NOT "manage the desktop" with thunar or anything else. PCmanfm is not installed. So this is not strictly an lxde system but a plain openbox one. As far as I know there is no forum for plain openbox systems, nor one for minimalist hybrids. There is however, a lot of openbox expertise in the denizens of this forum, which is my excuse for asking a (strictly speaking) non-lxde question in an lxde forum.
A lot of my aps ignore my ~/.config/openbox/rc.xml applications section. In fact, the only ap that I know for sure does honor it is Mirage. Gedit, thunar, and firefox definitely ignore the
Code: Select all
<application name="*" type="normal">
Here is a copy of the relevant portion at the end containing the application section[NOTE: Revised,after I belatedly absorbed the implications of Rex's comment on the edit button] :
Code: Select all
. . . [starting near the bottom] . . .
</menu>
<applications>
<!--
# this is an example with comments through out. use these to make your
. . . [skipping some commented out stuff]
# end of the example
-->
<!--*************************************-->
<!--
This should correspond to the wmctrl menu line for "very big":
<position force="yes">
<x>0</x>
<y>60</y>
<width>1912</width>
<height>970</height>
</position>
<maximized>no</maximized>
but doesn't work.
-->
<!--=====================================-->
<application title="*">
<position force="yes">
<x>0</x>
<y>60</y>
<width>1912</width>
<height>150</height>
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<application name="XScreenSaver: StarWars Settings">
<position force="yes">
<x>0</x>
<y>200</y>
<width>1800</width>
<height>1080</height>.
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<!-- I want height 970 but I have it set
noticeably low so if this finally works
I'll know it.-->
<application name="thunar" type="normal">
<position force="yes">
<x>0</x>
<y>60</y>
<height>150</height>
<width>1912</width>
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<application title="*File Manager*" type="normal">
<position force="yes">
<x>0</x>
<y>60</y>
<height>97</height>
<width>1912</width>
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<!--=====================================-->
<application name="*gedit*">
<position force="yes">
<x>2</x>
<y>60</y>
<width>1912</width>
<height>970</height>.
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<!--=====================================-->
<application name="LXTerminal">
<position force="yes">
<x>2</x>
<y>60</y>
<width>1912</width>
<height>970</height>.
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<application name="CLEO Options">
<position force="yes">
<x>0</x>
<y>200</y>
<width>1800</width>
<height>1080</height>.
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
<application name="Conky">
<decor>no</decor>
<desktop>all</desktop>
<layer>above</layer>
<skip_taskbar>yes</skip_taskbar>
</application>
<!--=====================================-->
<!--=====================================-->
<application title="Mirage">
<position force="yes">
<x>2</x>
<y>1</y>
<width>1912</width>
<height>1025</height>
</position>
<maximized>no</maximized>
</application>
<!--=====================================-->
</applications>
<!--*****************************************-->
</openbox_config>
<!-- extra lines to force gedit to show
the line numbers correctly
. . . [skipping a lot of commented out blank lines]
extra lines to force gedit to show
the line numbers correctly
-->