docker-baseimage-gui icon indicating copy to clipboard operation
docker-baseimage-gui copied to clipboard

WANT window buttons on main app

Open irobot73 opened this issue 1 year ago • 3 comments

Sort along the lines of THIS, I'm running an app that requires (@ times) the ability to close (it saves/updates the main CFG & refreshes new folders\files+).

Here, you can see the Docker instance (left) vs. running the same locally (right)

The OPENBOX\RC.XML (located in /run/), has all DECOR nodes set to 'Yes'.

TY for the time/assistance.

irobot73 avatar Dec 14 '24 00:12 irobot73

How/when do you write changes to /var/run/openbox/rc.xml? If changes are done after openbox is started, it has to be restarted/killed.

jlesage avatar Jan 20 '25 01:01 jlesage

How/when do you write changes to /var/run/openbox/rc.xml? If changes are done after openbox is started, it has to be restarted/killed.

This is 'out of the box'/1st run

irobot73 avatar Jan 20 '25 02:01 irobot73

Ok, the following comment confuse me, because decor nodes are not all set to yes by default.

The OPENBOX\RC.XML (located in /run/), has all DECOR nodes set to 'Yes'.

If you want buttons for the main windows, this is the part of /var/run/openbox/rc.xml that need to be changed:

  <!-- Main window should be maximized and without decoration. -->
  <application  type="normal">
    <decor>no</decor>
    <maximized>true</maximized>
    <layer>below</layer>
  </application>

jlesage avatar Feb 09 '25 15:02 jlesage