Page 13 of 32
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Sun May 07, 2023 7:15 pm
by dolphin_oracle
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
(?)
nice catch..
fixed.
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Sun May 07, 2023 7:21 pm
by Jerry3904
Thanks to both.
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Sun May 07, 2023 7:24 pm
by siamhie
Melber wrote: Sun May 07, 2023 6:11 pm
It never changes regardless what icon theme is set.
@Melber I've installed both the faba and moka icon set and after a logging out and back in my icon changes to a clipboard.
icon.jpg
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Sun May 07, 2023 10:29 pm
by i_ri
hello m_pav
mx-tour
Love that map drawing.
MX-Tour (Fluxbox) has a beautiful page about "App Finder."
The "System Info" page needs of image new QSI 23.02.05.
The mxfl-doc Help button in the Dock is not on the "Get Help" page.
user manual 4.7.9 there is no package <indicator-keylock> in the repository.
i want it; i must install xfce4-power-manager for me
4000kB.
things like screensaver, lock screen, system suspend, display blanking, battery state action etc. are not evident/easy [i need learn something?] in mxfluxbox?
ignore i said, screensaver; it is out. In the past i said, pop squares forever.
mx-conky
Can default be to have Desktop default select "All Desktops?"
historically speaking, fluxbox, what is worth the upgrade?
you can see in siamhie's notes that
Vertical Tabs and Vertical Toolbar improvements
1.3.5 does not do well with Vertical Toolbar; 1.3.7 has Left | Right Toolbar.
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Sun May 07, 2023 11:46 pm
by i_ri
hello m_pav
gumby
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Mon May 08, 2023 3:12 am
by ceeslans
Melber wrote: Sun May 07, 2023 5:58 pm
Re: Ceeslans' fix to stop notifications disappearing off the bottom of the screen
ceeslans wrote: Fri May 05, 2023 9:22 am
- edit systemtray settings:
change padding / background ID / icon-size
Code: 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 =
This works, however changing systray_icon_size to zero results in an oversized icon for xfce4-clipman-plugin
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
@Melber: yes there is, in fact siamhie pointed that out
earlier (great find
@siamhie !)
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Mon May 08, 2023 4:48 am
by Melber
Yep, I'm an idiot, forgot the logout/login requirement to update systray icons.
Still, no matter what the icon theme, the clipman icon remains oversized compared to the other systray icons.
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.
Is it this setting?
Code: Select all
# System tray (notification area)
...
strut_policy = follow_size/minimum/none
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Mon May 08, 2023 5:11 am
by Jerry3904
That icon size doesn't seem to happen to all themes. In simpleclean (my personal favorite) this is the systray code:
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 =
and I get the attached result. Maybe the diff is the resolution on my laptop...
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Mon May 08, 2023 5:34 am
by Jerry3904
@Melber @ceeslans @kobaian I am not a fan of the default panel's treatment of the taskbar, especially when nothing is open, as one big blob. Take a look at simpleclean, where the subtle gradation (dedicated background) makes it apparent that two workspaces exist without using names (W1, etc.) as I did at the beginning and no longer like. Anybody else else interested in adopting that for tint2?
Re: MX-23_fluxbox_alpha2_x64 released for testing
Posted: Mon May 08, 2023 7:14 am
by Melber
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:
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 =
and I get the attached result. Maybe the diff is the resolution on my laptop...
Default simpleclean has panel_size = 67% 38
Do the wifi and volume tooltips appear on screen or disappear off the bottom? Maybe the width % in panel_size also has an influence somehow.
will look into it...