Xfce Forum

Sub domains
 

You are not logged in.

#1 2014-07-15 12:43:16

vbj
Member
Registered: 2013-09-15
Posts: 2

sys tray/notification area item order

Is it possible to set a fixed order of Known Applications in the Notification Area?

I'm using xdotool for some tasks pertaining a couple of notification icons, and it's a bit difficult if the icons jump around in the area :-)

The Properties window does not seem to have a function like that, and I can't find any file in ~/.config/xfce4 or xfce4-session to hack.

Xfce4 (btw - where do I find the exact xfce4 version number?) on SolydX.

Thanks.

Offline

#2 2014-07-15 15:08:41

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,006

Re: sys tray/notification area item order

It  doesn't look like the functionality exists to specify order - looks like they are just placed alphabetically. From: http://git.xfce.org/xfce/xfce4-panel/tr … tray-box.c:

/* sort icons by name */
name_a = systray_socket_get_name (XFCE_SYSTRAY_SOCKET (a));
name_b = systray_socket_get_name (XFCE_SYSTRAY_SOCKET (b));

You can create an enhancement request over at https://bugzilla.xfce.org/buglist.cgi?c … lution=--- to request this functionality.

I also don't see any method where the items in the notification area are exposed as a listing that can be programmatically queried.

Xfce4 (btw - where do I find the exact xfce4 version number?) on SolydX.

Running "xfce4-about" will get you the general Xfce version, but since you are asking about a component of xfce4-panel, it might be more relevant to specify the panel version:

xfce4-panel -V

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 ---

Online

Board footer

Powered by FluxBB