nice catch..i_ri wrote: Sun May 07, 2023 7:13 pm hello m_pav
idesktool
Have you tried CursorOver: gumby?
The current "Software" icon requests su authentication.
in /.idesktop/Software.lnk change to
Command[0]: ideskrun mxpi-launcher
(?)
fixed.
nice catch..i_ri wrote: Sun May 07, 2023 7:13 pm hello m_pav
idesktool
Have you tried CursorOver: gumby?
The current "Software" icon requests su authentication.
in /.idesktop/Software.lnk change to
Command[0]: ideskrun mxpi-launcher
(?)
@Melber: yes there is, in fact siamhie pointed that out earlier (great find @siamhie !)Melber wrote: Sun May 07, 2023 5:58 pm Re: Ceeslans' fix to stop notifications disappearing off the bottom of the screenThis works, however changing systray_icon_size to zero results in an oversized icon for xfce4-clipman-pluginceeslans wrote: Fri May 05, 2023 9:22 am - edit systemtray settings:
change padding / background ID / icon-sizeCode: Select all
# System tray (notification area) systray_padding = 6 0 2 systray_background_id = 8 systray_sort = ascending systray_icon_size = 0 systray_icon_asb = 100 0 0 systray_monitor = 1 systray_name_filter =
systray.png
1. where does the paperclip icon come from?
Is it some sort of symbolic icon hard coded into xfce4-clipman?
2. Anyone have a fix other than systray_icon_size != 0
Is it this setting?siamhie wrote: Fri May 05, 2023 9:55 am I found an easier way when testing MX21-fluxbox. Open the tint2 settings and click on 'Edit the selected theme'. Select panel on the left and scroll to the bottom. Change the option for Maximized windows to "Match the hidden panel size" and save.
Code: Select all
# System tray (notification area)
...
strut_policy = follow_size/minimum/none
Code: Select all
# System tray (notification area)
systray_padding = 4 2 3
systray_background_id = 0
systray_sort = right2left
systray_icon_size = 24
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
Jerry3904 wrote: Mon May 08, 2023 5:11 am That icon size doesn't seem to happen to all themes. In simpleclean (my personal favorite) this is the systray code:and I get the attached result. Maybe the diff is the resolution on my laptop...Code: Select all
# System tray (notification area) systray_padding = 4 2 3 systray_background_id = 0 systray_sort = right2left systray_icon_size = 24 systray_icon_asb = 100 0 0 systray_monitor = primary systray_name_filter =
Code: Select all
systray_icon_size = 24