From 1cc2ebdda88e589b3687025ac1d5818ca0a5fae6 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Mon, 26 Jan 2026 23:37:02 -0300 Subject: [PATCH] build xfce4 power manager later --- buildinstallxfce.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildinstallxfce.sh b/buildinstallxfce.sh index 0cb6524..7defc22 100644 --- a/buildinstallxfce.sh +++ b/buildinstallxfce.sh @@ -25,7 +25,7 @@ cd ../garcon-4.20.0/ cd ../libxfce4windowing-4.20.0 ./configure --prefix=/usr && make && make install -cd ../xfce4-power-manager-4.20.0 +cd ../xfce4-panel-4.20.0 ./configure --prefix=/usr && make && make install cd ../xfce4-appfinder-4.20.0 @@ -37,15 +37,15 @@ cd ../xfce4-session-4.20.0 cd ../xfce4-settings-4.20.0 ./configure --prefix=/usr && make && make install -cd ../xfce4-panel-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 +cd ../xfce4-power-manager-4.20.0 +./configure --prefix=/usr && make && make install + cd ../thunar-4.20.0 ./configure --prefix=/usr && make && make install