[SOLVED] Make the panel show up above maximized windows

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
oracle2b

[SOLVED] Make the panel show up above maximized windows

Post by oracle2b »

http://www.webupd8.org/2011/05/get-mini ... xfce4.html

I successfully used the instructions from the above site on xubuntu 12.04 but it didn't work on linuxmint 12.04 xfce.

The command :

Code: Select all

xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts -t bool -n -s true
did not make the panel to show up above maximized windows .

What can I do to fix it.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
oracle2b

Re: Make the panel show up above maximized windows [guide fa

Post by oracle2b »

I Solved the issue..

I went into

Code: Select all

 xfce4-settings-editor
and saw that linuxmint uses "panel-1" by default and not "panel-0" that xubuntu uses.

This command fixed the issue.

Code: Select all

xfconf-query -c xfce4-panel -p /panels/panel-1/disable-struts -t bool -n -s true
gychang

Re: [SOLVED] Make the panel show up above maximized windows

Post by gychang »

thanks for posting will try this on mine.
Locked

Return to “Xfce”