install xfwm too (forgot it), remove test commands and remove environments file so apps are not run using wayland but X11 instead.

This commit is contained in:
Anders da Silva Rytter Hansen 2026-01-26 17:39:37 -03:00
commit 86ee17f829
3 changed files with 4 additions and 18 deletions

View file

@ -2,8 +2,6 @@
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
ls -la ./
for f in *.tar.bz2; do tar -xjf "$f"; done
cd xfce4-dev-tools-4.20.0
@ -39,6 +37,9 @@ cd ../xfce4-session-4.20.0
cd ../xfce4-settings-4.20.0
./configure --prefix=/usr && make && make install
cd ../xfwm4-4.20.0/
./configure --prefix=/usr && make && make install
cd ../xfdesktop-4.20.0
./configure --prefix=/usr && make && make install