You are not logged in.
Hello, I'm a XFCE lover.
I was wondering if I can change the size of the icons of the launcher menu that you have when right-click on the desktop.
I use it a lot, way more than the classical menu, but I have problems to see the little icons.
Thank you for helping.
Last edited by slytry (2018-11-10 04:30:54)
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
Hello and welcome.
Which version of xfdesktop are you using?
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
Xfdesktop 4.12.4-2, I'm on Arch (Antergos).
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
There is nothing specific to xfdesktop where you can configure this setting. However, you can use gtk2's gtk-icon-sizes property to affect the size of icons in ALL gtk-menu icons. To do so, go to Settings Manager > Settings Editor and on the xsettings channel for the /Gtk/icon-sizes (String) property add "gtk-menu=32x32". If a value already exists there, append this to the end separated by a : (colon). You can change the 32x32 but there is an upper limit (I think 64).
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
Thank you for helping.
I followed your suggestion, restarted, but nothing changed.
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
Can you post back:
xfconf-query -c xsettings -lv
...and:
cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | grep IconSizes
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
This is the first:
$ xfconf-query -c xsettings -lv
/Gtk/ButtonImages true
/Gtk/CanChangeAccels false
/Gtk/ColorPalette black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90
/Gtk/CursorThemeName xcursor-breeze
/Gtk/CursorThemeSize 0
/Gtk/DecorationLayout menu:minimize,maximize,close
/Gtk/FontName Cantarell 10
/Gtk/IconSizes gtk-menu=64x64
/Gtk/IMModule
/Gtk/IMPreeditStyle
/Gtk/IMStatusStyle
/Gtk/KeyThemeName
/Gtk/MenuBarAccel F10
/Gtk/MenuImages true
/Gtk/MonospaceFontName Monospace 10
/Gtk/ToolbarIconSize 3
/Gtk/ToolbarStyle icons
/Net/CursorBlink true
/Net/CursorBlinkTime 1200
/Net/DndDragThreshold 8
/Net/DoubleClickDistance 5
/Net/DoubleClickTime 250
/Net/EnableEventSounds false
/Net/EnableInputFeedbackSounds false
/Net/IconThemeName Papirus-Adapta-Nokto
/Net/SoundThemeName default
/Net/ThemeName Qogir-dark
/Xfce/LastCustomDPI 96
/Xft/Antialias 1
/Xft/DPI 96
/Xft/Hinting -1
/Xft/HintStyle hintfull
/Xft/RGBA none
The second:
$ cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | grep IconSizes
<property name="IconSizes" type="string" value="gtk-menu=64x64"/>
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
Try "gtk-menu=32x32" and "gtk-menu=48x48" to see if changes. Perhaps size 64 icons aren't supported.
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
Try "gtk-menu=32x32" and "gtk-menu=48x48" to see if changes. Perhaps size 64 icons aren't supported.
Greetings!
A while back i had downloaded (but not installed) the OP's "Papirus" icon set. To be of some help here, I looked in its archive just now and can confirm that the usual icon sizes are supported (16x16, 22x22, 24x24, 32x32, 48x48, 64x64 & Symbolic), and each size also comes in a high-dpi version (ie 48x8@2x).
Cheers, m4a
Linux Mint 21.3 -- xfce 4.18 ... Apple iMAC -- Lenovo, Dell, HP Desktops and Laptops -- Family & Community Support
Offline
I tried all your suggestions, but nothing worked.
I'm sorry.
Anyway now I'm getting used, so it is not a real problem anymore.
Thank you.
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
My apologies, I just realized there is a typo there. The parameter should be:
gtk-menu=48,48
...note the , (comma) instead of the x.
It supports all the way up to 512 as per the available icon sizes that mint4all references.
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
Voila!
I set "gtk-menu=24,24" and it's gold for my eyes!
Thank you.
You know if I can edit the tiltle of the post to add a tag "solved"?
Thank you again
Last edited by slytry (2018-11-09 22:05:51)
Antergos XFCE (4.12) + KDE Neon + Windows 10
Motherboard Asus P8H67-M LE - CPU: Intel Core™ i5-2400 CPU @ 3.10GHz - RAM 10 Gb
Samsung EVO 250 Gb Ssd + WD HDD 2 Tb
Offline
You know if I can edit the tiltle of the post to add a tag "solved"?
Yes you can. Edit the first post.
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
My apologies, I just realized there is a typo there. The parameter should be:
gtk-menu=48,48
...note the , (comma) instead of the x.
It supports all the way up to 512 as per the available icon sizes that mint4all references.
Thanks a lot for looking into this! I've successfully tweaked my system, and the larger icons in the menu are easier to recognize and look well-balanced with my choice of menu-font.
In addition, i've successfully added the ":gtk-button=28,28" option with the result that the panel-buttons' icons in my launchers are a bit larger, thus appear more refined; moreover the various context menus are a bit larger as well, and the various action-buttons' images on the popup-windows finally display the icon theme's REAL images, and not just the down-graded/default 16x16px images.
All in all -- a great result! Kudos to Xfce's tweakability
Cheers, m4a
Linux Mint 21.3 -- xfce 4.18 ... Apple iMAC -- Lenovo, Dell, HP Desktops and Laptops -- Family & Community Support
Offline
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 599.42 KiB (Peak: 616.27 KiB) ]