Re: panel one pop icon size

Ralf Mardorf <[email protected]>
Newsgroups gmane.comp.xfce.user
Message-ID <[email protected]>
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@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
_______________________________________________
Xfce mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce
http://www.xfce.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.