extending an MX 19.2 XFCE Panel function to FluxBox

Help for MX Fluxbox
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
AA BB
Posts: 393
Joined: Mon Nov 11, 2019 10:49 pm

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#21 Post by AA BB »

@ ceeslans .. looks great on my desktop

PPC
Posts: 362
Joined: Tue Sep 11, 2018 8:22 am

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#22 Post by PPC »

Maybe a bit off topic, but connected to extending functionality to Fluxbox dock ( I didn't think this tips needs a separate thread): one can easily add a way to launch applications that's very similar to the one Gnome uses (I prefer the menu or desktop icons, but this may please people used to Ubuntu):

Code: Select all

width=$(xrandr --current | grep '*' | uniq | awk '{print $1}' | cut -d 'x' -f1)
height=$(xrandr --current | grep '*' | uniq | awk '{print $1}' | cut -d 'x' -f2)
yad --icons --width=$width --height=$height --undecorated --skip-taskbar --read-dir=/usr/share/applications
Very easy to use:
Scroll down until you find the application you want to run, if you have to.
Double left click lanches the selected application.
Press "Esc" or the "Cancel" button to leave the launcher.

P.

User avatar
ceeslans
Posts: 862
Joined: Sun Apr 14, 2019 3:48 am

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#23 Post by ceeslans »

@PPC: nice one! even though it is too gnome-ish to my taste too, others may find it useful as a launcher.

feel that there are some issues which would need to be solved:
1) would it be possible to sort the icons alphabetically
2) can the icons be resized to a uniform size? now the mx-dockmaker icon is shown in a giant 200x180 px size...
3) could customs width-/height values be set (ion selected area instead of the whole desktop)

actually, for quick application launcher, MX already has xfce4-appfinder installed.
it could be added to the fluxbox menu - or just as easy be added to the dock

Code: Select all

[exec] (All applications) {xfce4-appfinder --disable-server}

for me, I'm more than happy with fbmenugen (fluxbox menu generator).
this perl script creates a fluxbox menu on basis of the *.desktop files (mainly in /usr/share/applications - so same as your yad script), all sorted alphabetically and in its own category). see my post how to install it: viewtopic.php?f=143&t=58127#p575474
.
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
Jerry3904
Administrator
Posts: 23513
Joined: Wed Jul 19, 2006 6:13 am

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#24 Post by Jerry3904 »

xfce4-appfinder is already at the top of the dock, and AFAIAC eliminates the need for spending much time on the default menu--an historical obsession of fluxbox users.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
ceeslans
Posts: 862
Joined: Sun Apr 14, 2019 3:48 am

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#25 Post by ceeslans »

^ that is a valid point.
but not all fluxbox users are keen on running a desktop dock or -icons. I'm obviously one of them
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
Jerry3904
Administrator
Posts: 23513
Joined: Wed Jul 19, 2006 6:13 am

Re: extending an MX 19.2 XFCE Panel function to FluxBox

#26 Post by Jerry3904 »

it's also in the root menu as "All apps"
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Post Reply

Return to “MX Fluxbox Official Release”