Opened 6 years ago
Closed 6 years ago
#18137 closed defect (duplicate)
stratus bar goes away whenever virtualbox gui window is closed vs. when exited from file menu
| Reported by: | k1kwp | Owned by: | |
|---|---|---|---|
| Component: | GUI | Version: | VirtualBox 5.2.22 |
| Keywords: | Cc: | ||
| Guest type: | all | Host type: | Linux |
Description
The status bar is turned off for next time the gui is started every time that the the previous sesstion window was just closed instead of exited from the file menu.
In the xml file: ExtraDataItem name="GUI/Statusbar" value="true" ExtraDataItem name="GUI/Toolbar" value="true" are both changed to false 100% of the time.
diff VirtualBox.xml VirtualBox.xml.b4k 26c26 < <ExtraDataItem name="GUI/Statusbar" value="true"/> ---
<ExtraDataItem name="GUI/Statusbar" value="false"/>
28c28 < <ExtraDataItem name="GUI/Toolbar" value="true"/> ---
<ExtraDataItem name="GUI/Toolbar" value="false"/>
Running fedora 29 with Mate/compiz. First noticed this a few months ago when running fedora 28.
100% reproducible.


This problem is already described in ticket #17855.
See there for more details. Maybe this will help you.
https://www.virtualbox.org/ticket/17855