Xfce Forum

Sub domains
 

You are not logged in.

#1 2026-06-10 21:52:54

AMnesia
Member
Registered: 2026-06-10
Posts: 1
LinuxFirefox 144.0

[Solved] Source code for the Workspace Switcher applet?

I'm running xfce4 under Debian 13, and it's working well.

I would like to make a small change to the Workspace Switcher, and I'd therefore like to build my own private version of that applet.

I've been looking for the source code for that Workspace Switcher applet, but I haven't been able to find it anywhere. Could someone point me to that applet's source code so I can build my own version?

The small change that I'd like to make is to totally disable all popup messages when I position the cursor over the Workspace Switcher. For example, I'd like "Click to switch to Workspace 2" and all other popups to never show up.

Thank you very much in advance.

UPDATE:

Added later 22 min 01 s:
Oh! Never mind! I fixed it. I just disabled all tooltips for the xfce4-panel by creating a file called $HOME/.config/gtk-3.0/gtk.css with the following contents:

tooltip {
    opacity: 0;
}

Problem solved.

Last edited by AMnesia (2026-06-10 22:15:39)

Offline

#2 2026-06-10 22:15:58

eriefisher
Wanderer
From: ON, Canada
Registered: 2008-10-25
Posts: 985
LinuxFirefox 151.0

Re: [Solved] Source code for the Workspace Switcher applet?


But it's all right, when you're all in pain and you feel the rain come down
It's alright, when you find your way, then you see it disappear
It's alright....
Chris Cornell

Online

#3 2026-06-10 22:51:55

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,644
LinuxFirefox 151.0

Re: [Solved] Source code for the Workspace Switcher applet?

AMnesia wrote:

UPDATE:

Added later 22 min 01 s:
Oh! Never mind! I fixed it. I just disabled all tooltips for the xfce4-panel by creating a file called $HOME/.config/gtk-3.0/gtk.css with the following contents:

tooltip {
    opacity: 0;
}

Problem solved.

FYI. This will disable all GTK tooltips throughout the graphical interface - more than just xfce4-panel.


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Registered users online in this topic: 0, guests: 1
[Bot] CCBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 524.05 KiB (Peak: 525.47 KiB) ]