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:
parent
c7d54d047e
commit
86ee17f829
3 changed files with 4 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue