Remove XFCE and xscreensaver

This commit is contained in:
Anders da Silva Rytter Hansen 2026-03-27 12:43:18 -03:00
commit 0b223c7e15
3 changed files with 0 additions and 130 deletions

View file

@ -14,7 +14,6 @@ RUN dnf config-manager --add-repo=https://negativo17.org/repos/epel-nvidia-580.r
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/andersrh/sonicDE/repo/rhel+epel-10/andersrh-sonicDE-rhel+epel-10.repo -y
RUN dnf copr enable yselkowitz/xfce-epel -y
RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlibre/xlibre-xserver/repo/rhel+epel-10/group_xlibre-xlibre-xserver-rhel+epel-10.repo -y
RUN dnf install sonic-workspace-x11 sonic-win sonic-interface-libraries sonic-workspace --allowerasing -y
@ -76,34 +75,9 @@ RUN dnf install -y https://github.com/Alex313031/thorium/releases/download/M138.
RUN dnf install xlibre-xserver-Xorg xlibre-xserver-devel xinput meson gcc cmake libX11-devel libXext-devel libXft-devel libXinerama-devel xorg-x11-proto-devel libxshmfence-devel libxkbfile-devel libbsd-devel libXfont2-devel xkbcomp libfontenc-devel libXres-devel libXdmcp-devel dbus-devel systemd-devel libudev-devel libxcvt-devel libdrm-devel libXv-devel libseat-devel libXv-devel xkbcomp xkeyboard-config-devel mesa-libGL-devel mesa-libEGL-devel libepoxy-devel mesa-libgbm-devel libdrm-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-renderutil-devel openssl-devel libXau-devel libXdmcp-devel libSM-devel libICE-devel startup-notification-devel libgtop2-devel libepoxy-devel libgudev-devel libwnck3-devel.x86_64 libdisplay-info-devel.x86_64 libnotify-devel.x86_64 upower-devel.x86_64 iceauth libICE-devel libSM-devel libXpresent-devel libyaml-devel vte291-devel gtk3-devel xorg-x11-xinit xlibre-xf86-input-libinput-devel xlibre-xf86-input-libinput \
libXScrnSaver-devel libxklavier-devel pam-devel gcc-c++ dbus-glib-devel libtool gettext-devel gstreamer1-devel sqlite-devel pavucontrol pulseaudio-libs-devel weston cage network-manager-applet redshift blueman -y
RUN mkdir /tmp/xfce
WORKDIR /tmp/xfce
ADD https://archive.xfce.org/xfce/4.20/fat_tarballs/xfce-4.20.tar.bz2 ./
RUN tar -xjf xfce-4.20.tar.bz2
WORKDIR /tmp/xfce/src
COPY buildinstallxfce.sh ./
RUN chmod +x buildinstallxfce.sh && ./buildinstallxfce.sh
ADD https://archive.xfce.org/src/apps/xfce4-mixer/4.20/xfce4-mixer-4.20.0.tar.xz ./
ADD https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.7.tar.bz2 ./
ADD https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.7/xfce4-clipman-plugin-1.7.0.tar.xz ./
ADD https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.5/xfce4-pulseaudio-plugin-0.5.1.tar.xz ./
ADD https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.10/xfce4-whiskermenu-plugin-2.10.0.tar.xz ./
ADD https://archive.xfce.org/src/panel-plugins/xfce4-stopwatch-plugin/0.6/xfce4-stopwatch-plugin-0.6.0.tar.xz ./
ADD https://archive.xfce.org/src/apps/xfce4-screensaver/4.20/xfce4-screensaver-4.20.1.tar.xz ./
COPY buildinstallxfceaddons.sh ./
RUN chmod +x buildinstallxfceaddons.sh && ./buildinstallxfceaddons.sh
RUN dnf install ananicy-cpp cachyos-ananicy-rules cachyos-settings -y \
&& systemctl enable ananicy-cpp
RUN dnf install xscreensaver -y
# Install VLC
RUN dnf install vlc vlc-plugins-freeworld vlc-plugin-pipewire -y

View file

@ -1,57 +0,0 @@
#!/bin/sh
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
for f in *.tar.bz2; do tar -xjf "$f"; done
cd xfce4-dev-tools-4.20.0
./configure --prefix=/usr && make && make install
cd ../libxfce4util-4.20.0/
./configure --prefix=/usr && make && make install
cd ../xfconf-4.20.0
./configure --prefix=/usr && make && make install
cd ../libxfce4ui-4.20.0/
./configure --prefix=/usr && make && make install
cd ../exo-4.20.0/
./configure --prefix=/usr && make && make install
cd ../garcon-4.20.0/
./configure --prefix=/usr && make && make install
cd ../libxfce4windowing-4.20.0
./configure --prefix=/usr && make && make install
cd ../xfce4-panel-4.20.0
./configure --prefix=/usr && make && make install
cd ../xfce4-appfinder-4.20.0
./configure --prefix=/usr && make && make install
cd ../xfce4-session-4.20.0
./configure --prefix=/usr && make && make install
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
cd ../xfce4-power-manager-4.20.0
./configure --prefix=/usr && make && make install
cd ../thunar-4.20.0
./configure --prefix=/usr && make && make install
cd ../tumbler-4.20.0
./configure --prefix=/usr && make && make install
cd ../thunar-volman-4.20.0
./configure --prefix=/usr && make && make install

View file

@ -1,47 +0,0 @@
#!/bin/sh
export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
#tar -xf xfce4-screensaver-4.20.1.tar.xz
#cd xfce4-screensaver-4.20.1
#meson setup build
#meson compile -C build
#meson install -C build
#cd ../
tar -xf xfce4-stopwatch-plugin-0.6.0.tar.xz
cd xfce4-stopwatch-plugin-0.6.0
./autogen.sh --prefix=/usr && make && make install
cd ../
tar -xf xfce4-whiskermenu-plugin-2.10.0.tar.xz
cd xfce4-whiskermenu-plugin-2.10.0
meson setup build
meson compile -C build
meson install -C build
cd ../
tar -xf xfce4-pulseaudio-plugin-0.5.1.tar.xz
cd xfce4-pulseaudio-plugin-0.5.1
./autogen.sh --prefix=/usr && make && make install
cd ../
tar -xf xfce4-mixer-4.20.0.tar.xz
cd xfce4-mixer-4.20.0
./autogen.sh --prefix=/usr && make && make install
cd ../
tar -xjf xfce4-notifyd-0.9.7.tar.bz2
cd xfce4-notifyd-0.9.7
./configure --prefix=/usr && make && make install
cd ../
tar -xf xfce4-clipman-plugin-1.7.0.tar.xz
cd xfce4-clipman-plugin-1.7.0
./autogen.sh --prefix=/usr && make && make install