You are not logged in.
Pages: 1
Hi there,
I have a little problem with panels autohide delay. I have in ~/.config/gtk-3.0/gtk.css
* {
-XfcePanelWindow-popup-delay: 400;
-XfcePanelWindow-popdown-delay: 2500;
}
And the sad fact is that the first part is working, so popup of panels is delayed, but they are diseapring instantly. For me the second part is trully important. I would be appreciate for help.
Offline
I am not sing XFCE Desktop at this time (testing Cinnamon) but later today when I have time, I can try testing some ideas but in the meantime, I would suspect that the popup delay is not working, either. I could be wrong. But if in your .css is another command enabling that, it would give the illusion that it is working because it is working under another instruction.
You might try
-#define DEFAULT_POPUP_DELAY (400)
-#define DEFAULT_POPDOWN_DELAY (2500)
Or.
XfcePanelWindow-popup {
transition-delay: all 400ms;
}
XfcePanelWindow-popdown {
transition-delay: all 2500ms;
}
I do not know if either of the above will work. I cannot test it to play with it at this moment- But I figure some answer is better than waiting and a wrong answer that nudges you in the right direction to figure it out is still helpful.
Offline
Offline
Try the following instead:
#XfcePanelWindow {
-XfcePanelWindow-popup-delay: 400;
-XfcePanelWindow-popdown-delay: 2500;
}
Tested to work successfully in my Debian Sid VM.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
-#define DEFAULT_POPUP_DELAY (400)
-#define DEFAULT_POPDOWN_DELAY (2500)
This one killed my panels. All panels disappeared after "xfce4-panel -r".
XfcePanelWindow-popup {
transition-delay: all 400ms;
}
XfcePanelWindow-popdown {
transition-delay: all 2500ms;
}
Doesn't work either.
#XfcePanelWindow {
-XfcePanelWindow-popup-delay: 400;
-XfcePanelWindow-popdown-delay: 2500;
}
This one works exactly like mine. 1st part looks like working, second part nope.
@alcornoqui
I don't know what to do with information from first url. I read the second one before i wrote 1st post, but still i have no idea how to make it working.
Offline
#XfcePanelWindow { -XfcePanelWindow-popup-delay: 400; -XfcePanelWindow-popdown-delay: 2500; }
This one works exactly like mine. 1st part looks like working, second part nope.
Which distro and which version of xfce4-panel are you running?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Maurycy88 wrote:#XfcePanelWindow { -XfcePanelWindow-popup-delay: 400; -XfcePanelWindow-popdown-delay: 2500; }
This one works exactly like mine. 1st part looks like working, second part nope.
Which distro and which version of xfce4-panel are you running?
Xubuntu 18.04 with Xfce4.14. I made it with netinstall ubuntu (system core without any de) then added repository xubuntu-dev/staging, then installed xubuntu-core.
Offline
Which exact version of xfce4-panel are you running?
xfce4-panel -V
Is there anything else in your ~/.config/gtk-3.0/gtk.css file? Can you post the full content? Or alternatively, leave only the above in the file for a test. (Note: you need to restart xfce-panel for changes to gtk.css to have an effect)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Which exact version of xfce4-panel are you running?
xfce4-panel -V
Is there anything else in your ~/.config/gtk-3.0/gtk.css file? Can you post the full content? Or alternatively, leave only the above in the file for a test. (Note: you need to restart xfce-panel for changes to gtk.css to have an effect)
xfce4-panel 4.14.3 (Xfce 4.14)
Copyright (c) 2004-2011
The Xfce development team. All rights reserved.
Please report bugs to <http://bugzilla.xfce.org/>.
I created gtk.css, there're only there 4 lines from the 1st post.
As i wrote i use "xfce4-panel -r" after every change in gtk.css.
Offline
Had this same problem, for me the fix was to right-click the panel -> Panel -> Panel preferences -> and set "Automatically hide the panel" to Always. Then the configuration in gtk.css should work.
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 561.68 KiB (Peak: 578.52 KiB) ]