Install Fvwm: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "right|200px|link=File:myExt-in-action.png|Image This page provides the basic information on how to install Fvwm3 on different Linux distros '''HOW TO INSTALL on MX Linux''' A. '''INSTALL Fvwm3''' ''sudo apt-get install fvwm3'' '''View documentation, XDG menu, and Network:'''</br> ''sudo apt-get install asciidoctor xterm python3-xdg stalonetray'' '''Required by Extension Installer and thumbnails:'''</br> ''sudo apt install yad gawk sed w...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:myExt-in-action.png|right|200px|link=File:myExt-in-action.png|Image]]
[[File:fvwm-default-105.png|right|200px|link=File:fvwm-default-105.png|Image]]


This page provides the basic information on how to install Fvwm3 on different Linux distros
To install Fvwm3, you can either use your distribution's package manager (if available) or build it from source using meson. The meson build system is preferred, but autotools are available for older systems. Dependencies include development packages specific to your distribution, and optionally Docker for building within a container.


'''HOW TO INSTALL on MX Linux'''
'''Core and Optional dependences, check it here''':<br>
https://github.com/fvwmorg/fvwm3/blob/main/INSTALL.md


A. '''INSTALL Fvwm3'''
'''Download from GitHub and install''':


''sudo apt-get install fvwm3''
''git clone https://github.com/fvwmorg/fvwm3.git''<br>
 
''cd fvwm3''<br>
'''View documentation, XDG menu, and Network:'''</br>
''meson setup --prefix=/usr -Dmandoc=true -Dhtmldoc=true build''<br>
''sudo apt-get install asciidoctor xterm python3-xdg stalonetray''
''ninja -C build''<br>
 
''sudo meson install -C build''
'''Required by Extension Installer and thumbnails:'''</br>
''sudo apt install yad gawk sed wget imagemagick-common''
 
'''Adjust screen resolution and add volume icon:'''</br>
''sudo apt install x11-utils volumeicon-alsa''
 
'''Search app:'''</br>
''sudo apt install rofi xfce4-appfinder''</br>
 
'''Look & Feel:'''</br>
''sudo apt install lxappearance''
 
 
B. '''LOGOUT and select Fvwm3''' on the Window Manager's login panel. After loading, the default Fvwm appears:
 
[[File:fvwm-default-105.png|left|300px|link=File:fvwm-default-105.png|Image]]</br>
</br>
</br>
</br>
</br>
</br>
 
C. '''INSTALL Fvwm3 myExtentions'''
 
Download (click green Code button and "Download ZIP"</br>
https://github.com/rasatpc/FVWM3-myEXT
 
1) Extract Fvwm4-main.zip</br>
2) Copy everything from FVWM3-myEXT-main/ to ~/.fvwm</br>
3) Copy ~/.fvwm/setup/rofi to .config/</br>
 
 
D. '''LOGOUT and LOGIN to Fvwm3'''
 
[[File:myExt-default.png|left|300px|link=File:myExt-default.png|Image]]</br>
 
</br>
</br>
</br>
</br>
</br>


__NOTOC____NOEDITSECTION__
__NOTOC____NOEDITSECTION__


[[Category:howto]]
[[Category:howto]]

Latest revision as of 16:16, 13 July 2025

Image

To install Fvwm3, you can either use your distribution's package manager (if available) or build it from source using meson. The meson build system is preferred, but autotools are available for older systems. Dependencies include development packages specific to your distribution, and optionally Docker for building within a container.

Core and Optional dependences, check it here:
https://github.com/fvwmorg/fvwm3/blob/main/INSTALL.md

Download from GitHub and install:

git clone https://github.com/fvwmorg/fvwm3.git
cd fvwm3
meson setup --prefix=/usr -Dmandoc=true -Dhtmldoc=true build
ninja -C build
sudo meson install -C build