Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-10-20 18:03:29

pam547
Member
Registered: 2020-10-20
Posts: 6

[Panel] Multiple Delays With Popup [Debian Bullseye]

Hi,

I found this way to put in ./config/gtk-3.0/gtk.css and it's working fine :

* {
-XfcePanelWindow-popup-delay: 500;
-XfcePanelWindow-popdown-delay: 250;
-XfcePanelWindow-autohide-size: 1;
} 

I would choose multiple delay for each panel like :

* {
-XfcePanelWindow1-popup-delay: 5000;
-XfcePanelWindow2-popup-delay: 200;
-XfcePanelWindow3-popup-delay: 200;
} 

or other.
I look about https://developer.gnome.org/gtk3/ but unreadable for me.
Anyone to help this please ?


$ xfce4-panel -V
xfce4-panel 4.14.4 (Xfce 4.12)

Copyright (c) 2004-2011
	L’équipe de développement de Xfce. Tous droits réservés.

Veuillez signaler les bogues à <http://bugzilla.xfce.org/>.

From xfce4-weather-plugin i had some conflict with Buster et Bullseye, so I can't install gtk-3-dev and GTKInspector. If nothing, i'm waiting about that.

Thanks

Last edited by pam547 (2020-10-20 18:39:27)

Offline

#2 2020-10-20 21:16:31

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: [Panel] Multiple Delays With Popup [Debian Bullseye]

Unfortunately, xfce4-panel does not distinguish between panels at a CSS class level - they all have the same class name(s). Identifiers are not present either. So there is no way to distinguish between panels for theming purposes.


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

#3 2020-10-21 10:23:26

pam547
Member
Registered: 2020-10-20
Posts: 6

Re: [Panel] Multiple Delays With Popup [Debian Bullseye]

Hey, thanks a lot for this answer even if no way.

If I understood, CSS is for GTK+ style properties.

Maybe a solution with Xfconf settings ?

Offline

#4 2020-10-21 14:08:44

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: [Panel] Multiple Delays With Popup [Debian Bullseye]

Unfortunately no, the autohide settings are not panel-specific but apply to all panels.


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

#5 2020-10-22 10:29:40

pam547
Member
Registered: 2020-10-20
Posts: 6

Re: [Panel] Multiple Delays With Popup [Debian Bullseye]

Ok ok ok cool

For this, I found only difference between hmm :
#define MENU_POPUP_DELAY               (225)
#define DEFAULT_POPUP_DELAY   (225)

This enhances the focus stuff:

* {
-XfcePanelWindow-autohide-size: 1;
}

But sometimes the widget is not the wellcom :
  vCetyru.jpeg

Thanks for all again and good thinks for future smile

Last edited by pam547 (2020-10-22 11:31:26)

Offline

#6 2020-10-22 11:41:26

pam547
Member
Registered: 2020-10-20
Posts: 6

Re: [Panel] Multiple Delays With Popup [Debian Bullseye]

It could will be really fine to choose which widgets on each workspace tongue

B'bye.

Offline

Board footer

Powered by FluxBB