panel one pop icon size

Ralf Mardorf ralf.mardorf at alice-dsl.net
Tue Jul 11 11:38:28 CEST 2023


On Mon, 2023-07-10 at 19:20 -0700, ToddAndMargo wrote:
> Is there any way to just reduce the pop ups
> icon size?

Hi,

I don't know.

If you don't need all those items, you can get rid of some, by either
using the OnlyShowIn or the NotShowIn option of the desktop files.

OnlyShowIn=MATE;
NotShowIn=XFCE;

So for example

   • rocketmouse at archlinux ~ 
   $ cat /usr/share/applications/tor-browser-en.desktop
   [Desktop Entry]
   Version=1.0
   Type=Application
   Name=Tor Browser (en-US)
   Exec=/usr/bin/tor-browser-en
   Icon=tor-browser-en
   Categories=Network;
   Comment=Tor Browser Bundle: anonymous browsing using Firefox and Tor

copy this to

   ~/.local/share/applications/tor-browser-en.desktop

then edit it to read

   [Desktop Entry]
   Version=1.0
   Type=Application
   Name=Tor Browser (en-US)
   Exec=/usr/bin/tor-browser-en
   Icon=tor-browser-en
   Categories=Network;
   Comment=Tor Browser Bundle: anonymous browsing using Firefox and Tor
   OnlyShowIn=MATE;

or to

   [Desktop Entry]
   Version=1.0
   Type=Application
   Name=Tor Browser (en-US)
   Exec=/usr/bin/tor-browser-en
   Icon=tor-browser-en
   Categories=Network;
   Comment=Tor Browser Bundle: anonymous browsing using Firefox and Tor
   NotShowIn=XFCE;

the desktop file in $HOME/.local/share/applications/ does override the
file in /usr/share/applications/.

You can add several environments like this:

   OnlyShowIn=GNOME;KDE;LXDE;MATE;Razor;ROX;TDE;Unity;XFCE;Old;LXQt;Budgie;Cinnamon;Pantheon

or

   NotShowIn=GNOME;KDE;LXDE;MATE;Razor;ROX;TDE;Unity;XFCE;Old;LXQt;Budgie;Cinnamon;Pantheon

Regards,
Ralf


More information about the Xfce mailing list