hello!
Newly installed MXlinux.
Kernel: 5.10.0-18-amd64 x86_64
bits: 64
Desktop: Fluxbox 1.3.7
Distro: MX-21.2.1_fluxbox_x64 Wildflower September 18 2022
1. How can I make right-clicking the desktop screen show the usual stuff like copy, paste, etc. instead of the Fluxbox stuff like All Apps, Recent files, etc.
2. I prefer to use zzzfm instead of thunar file browser. Using zzzfm, I added a folder to
/home/user/ named myfolder. Why can't I see myfolder on the desktop screen?
3. I prefer the fluxbox toolbar over the Traditional toolbar. How can I edit the fluxbox toolbar or some things on it like the time format?
4. How can I have only one workspace? Currently it seems I have two -
W-1 and W-2.
5. In order to turn on the numlock upon booting MX-Linux, I edited /etc/lightdm/lightdm.conf by adding this line
greeter-setup-script=/usr/bin/numlockx on
under [SeatDefaults].|
I'm not sure but it seems that if I do this, MX-Linux is unable to boot properly - blank screen, no desktop screen, i have to manually push the power button to turn off the computer.
So how exactly do I make MX-Linux turn on numlock upon booting / logging in ?
Thank you for your time.
Help me with these settings please? [SOLVED]
Help me with these settings please? [SOLVED]
Last edited by kaye on Tue Aug 15, 2023 8:03 am, edited 1 time in total.
Re: Help me with these settings please?
#5:
Did you also install that package? If no:
On Fluxbox:
Add into the startup file:
Did you also install that package? If no:
Code: Select all
sudo apt update ; sudo apt install numlockx -y
On Fluxbox:
Add into the startup file:
Code: Select all
#Enable NumLock at login
numlockx &
Re: Help me with these settings please?
Thanks a lot Charlie Brown. That worked.Charlie Brown wrote: Mon Aug 14, 2023 12:42 pm #5:
Did you also install that package? If no:
Code: Select all
sudo apt update ; sudo apt install numlockx -y
On Fluxbox:
Add into the startup file:
Code: Select all
#Enable NumLock at login numlockx &
Re: Help me with these settings please?
in the /.fluxbox/init file, unfortunately not collected in one place, the entries are a bit scattered. search term : workspacekaye wrote: Mon Aug 14, 2023 12:17 pm
4. How can I have only one workspace? Currently it seems I have two -
W-1 and W-2.
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
mx-fluxbox, what else?
In nature there are neither rewards nor punishments.
There are consequences.
my wallpaper gallery
Re: Help me with these settings please?
#1: right-click something that can be copied such as a file (in Thunar), a string (in an editor), etc. Fluxbox is a Window Manager, and there is no desktop per se.
#2: Root Menu > Appearance > Desktop icons
#3: Root Menu > Settings > Configure > Init (not easy to work with...); for time, search the file for %H or %I
#4: middle click desktop to see window menu
BTW: you might try helping yourself. There is a Fluxbox Manual (Alt+F1) and no less than 25 videos available.
#2: Root Menu > Appearance > Desktop icons
#3: Root Menu > Settings > Configure > Init (not easy to work with...); for time, search the file for %H or %I
#4: middle click desktop to see window menu
BTW: you might try helping yourself. There is a Fluxbox Manual (Alt+F1) and no less than 25 videos available.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: Help me with these settings please?
thanks everyone. will now mark as solved