Why only KDE, XFCe and Fluxbox

Message
Author
User avatar
siamhie
Global Moderator
Posts: 3344
Joined: Fri Aug 20, 2021 5:45 pm

Re: Why only KDE, XFCe and Fluxbox

#11 Post by siamhie »

LinuxSpring1 wrote: Wed Jun 12, 2024 2:51 am Fluxbox is more light weight than XFCE? I was under the impression that only LXDE was more light weight.

fluxbox is a window manager. XFCE is a desktop environment.

Code: Select all

sudo ps_mem.py | grep fluxbox
Private  +   Shared  =  RAM used
4.6 MiB + 530.5 KiB =   5.1 MiB	fluxbox
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
Freja
Developer
Posts: 756
Joined: Thu May 02, 2019 2:15 pm

Re: Why only KDE, XFCe and Fluxbox

#12 Post by Freja »

Oops, I didn't know well about Fluxbox, sorry...
In the world filled desire,
I seek only essence, serve for MX.
I just needing only ideal in the art at all.
I want to protect place of rest called MX LINUX. :coffee:
Sony VAIO Pro 11inch Silver (FHD) extrox (MX23)

User avatar
LinuxSpring1
Posts: 274
Joined: Sun May 05, 2024 8:57 am

Re: Why only KDE, XFCe and Fluxbox

#13 Post by LinuxSpring1 »

siamhie wrote: Wed Jun 12, 2024 3:20 am
LinuxSpring1 wrote: Wed Jun 12, 2024 2:51 am Fluxbox is more light weight than XFCE? I was under the impression that only LXDE was more light weight.

fluxbox is a window manager. XFCE is a desktop environment.

Code: Select all

sudo ps_mem.py | grep fluxbox
Private  +   Shared  =  RAM used
4.6 MiB + 530.5 KiB =   5.1 MiB	fluxbox
So basically FluxBox is like IceWM?

User avatar
dolphin_oracle
Developer
Posts: 22251
Joined: Sun Dec 16, 2007 12:17 pm

Re: Why only KDE, XFCe and Fluxbox

#14 Post by dolphin_oracle »

LinuxSpring1 wrote: Wed Jun 12, 2024 8:35 am
siamhie wrote: Wed Jun 12, 2024 3:20 am
LinuxSpring1 wrote: Wed Jun 12, 2024 2:51 am Fluxbox is more light weight than XFCE? I was under the impression that only LXDE was more light weight.

fluxbox is a window manager. XFCE is a desktop environment.

Code: Select all

sudo ps_mem.py | grep fluxbox
Private  +   Shared  =  RAM used
4.6 MiB + 530.5 KiB =   5.1 MiB	fluxbox
So basically FluxBox is like IceWM?
in that they are both window managers, yes. they work differently.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
AVLinux
Posts: 2998
Joined: Wed Jul 15, 2020 1:15 am

Re: Why only KDE, XFCe and Fluxbox

#15 Post by AVLinux »

Hi,

I would say the biggest User noticeable thing about using a Window Manager vs. a Desktop Environment is that Window Managers don't 'manage' the Desktop so you will miss the traditional ability to set wallpaper, have a Panel or Dock and place launchers/icons on the Desktop.. Distros based on Window Managers (as a great example MX-Fluxbox) rely on a series of separate dedicated programs (ie Nitrogen, Tint2) to fill in and perform these tasks and it can be done very well but requires a lot more pre-configuration and customization to accomplish. WM-based Distros by and large are generally better suited to folks with at least some Linux experience where Desktop Environments have a more familiar monolithic behaviour like Windows or MacOS..

User avatar
asqwerth
Developer
Posts: 7936
Joined: Sun May 27, 2007 5:37 am

Re: Why only KDE, XFCe and Fluxbox

#16 Post by asqwerth »

I believe the MX version of fluxbox has a fair number of graphical tools/menus to make certain tasks/configuration easier.

Probably less need for editing text files for configs than maybe other vanilla WMs.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
AVLinux
Posts: 2998
Joined: Wed Jul 15, 2020 1:15 am

Re: Why only KDE, XFCe and Fluxbox

#17 Post by AVLinux »

asqwerth wrote: Wed Jun 12, 2024 10:27 am I believe the MX version of fluxbox has a fair number of graphical tools/menus to make certain tasks/configuration easier.

Probably less need for editing text files for configs than maybe other vanilla WMs.
Indeed, I intended to get that across by saying it was pre-configured, but yes I should have clarified it also has significant custom tools to aid in configuration.

User avatar
siamhie
Global Moderator
Posts: 3344
Joined: Fri Aug 20, 2021 5:45 pm

Re: Why only KDE, XFCe and Fluxbox

#18 Post by siamhie »

AVLinux wrote: Wed Jun 12, 2024 9:51 am
Window Managers don't 'manage' the Desktop so you will miss the traditional ability to set wallpaper, have a Panel or Dock and place launchers/icons on the Desktop

I had played around with various WM's (afterstep, windowmaker, fvwm, sawfish, etc.) before I came across fluxbox back in the early 2000's and this is what attracted me to that desktop.

Features

Right-clicking on the desktop gives a root menu
Customizable root menu
Wallpapers
Running applications appear in a taskbar
Support for desktop themes[2]
Customizable keyboard shortcuts
Window tabbing
Slit for applications such as system monitors
Customization

Customization is done by editing configuration files in the .fluxbox subdirectory in the user's home directory:

Keyboard shortcuts are stored in the ~/.fluxbox/keys file.
Menu layout is in the ~/.fluxbox/menu file.
Everything that is run at startup is kept in the ~/.fluxbox/startup file.
The fluxbox configuration file is held at ~/.fluxbox/init.

Sorry to have strayed off topic. :hitmyhead:
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
LinuxSpring1
Posts: 274
Joined: Sun May 05, 2024 8:57 am

Re: Why only KDE, XFCe and Fluxbox

#19 Post by LinuxSpring1 »

siamhie wrote: Wed Jun 12, 2024 12:07 pm
AVLinux wrote: Wed Jun 12, 2024 9:51 am
Window Managers don't 'manage' the Desktop so you will miss the traditional ability to set wallpaper, have a Panel or Dock and place launchers/icons on the Desktop

I had played around with various WM's (afterstep, windowmaker, fvwm, sawfish, etc.) before I came across fluxbox back in the early 2000's and this is what attracted me to that desktop.

@siamhie , @AVLinux are there any screenshots of the WM only Linux systems? If you are using WM only Linux would you please attach 1-2 screenshots on how they appear. And thanks for the clearest explanation that I have seen till date on what is the difference between Desktop and Window Managers. It helps a lot.

User avatar
asqwerth
Developer
Posts: 7936
Joined: Sun May 27, 2007 5:37 am

Re: Why only KDE, XFCe and Fluxbox

#20 Post by asqwerth »

You could check out Bunsenlabs distro, which is based on openbox and Debian Stable.

And for a huge number of other WMs contained within 1 distro, check out our sister distro, antiX.

They use various other independent (ie, non-DE) programs to sort out wallpaper, panel, etc.

And lots of tasks can be done by simply right clicking on the desktop.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Locked

Return to “General”