| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:distros:opensuse_tumbleweed_xfce [2026/05/10 04:51] – [Firewalld] Sean Rhone | linux:distros:opensuse_tumbleweed_xfce [2026/05/11 20:41] (current) – Sean Rhone |
|---|
| |
| ===== General ===== | ===== General ===== |
| | |
| | **** |
| | |
| | sudo zypper install firefox-esr filezilla foliate gimp google-noto-*-fonts keepassxc libreoffice MozillaThunderbird transmission-gtk vlc vlc-codecs 7zip android-tools aria2 fastfetch gstreamer-plugins-*-extra htop Mesa-demo-x secret-tool sensors unar yt-dlp |
| | |
| | ===== Fixes ===== |
| |
| * 2026/05/02: H.264 ''libavcodec58'' version from [[https://build.opensuse.org/projects/openSUSE:Factory/packages/firefox-esr/files/firefox-esr.spec|firefox-esr.spec]] | * 2026/05/02: H.264 ''libavcodec58'' version from [[https://build.opensuse.org/projects/openSUSE:Factory/packages/firefox-esr/files/firefox-esr.spec|firefox-esr.spec]] |
| | * 2026/05/10: ''typelib-1_0-Xfconf-0'' resolved ''xfce4-screensaver-preferences'' settings panel |
| |
| sudo zypper install firefox-esr libavcodec58_134 filezilla foliate gimp google-noto-*-fonts keepassxc libreoffice MozillaThunderbird transmission-gtk vlc vlc-codecs 7zip android-tools aria2 fastfetch gstreamer-plugins-*-extra htop Mesa-demo-x secret-tool sensors unar yt-dlp | libavcodec58_134 typelib-1_0-Xfconf-0 |
| |
| ===== Intel ===== | ===== Intel ===== |
| gio mime 'text/plain' 'org.xfce.mousepad.desktop' | gio mime 'text/plain' 'org.xfce.mousepad.desktop' |
| |
| gio mime 'image/jpeg' 'viewnior.desktop' | gio mime 'image/jpeg' 'org.gnome.Shotwell-Viewer.desktop' |
| |
| gio mime 'image/png' 'viewnior.desktop' | gio mime 'image/png' 'org.gnome.Shotwell-Viewer.desktop' |
| |
| gio mime 'image/bmp' 'viewnior.desktop' | gio mime 'image/bmp' 'org.gnome.Shotwell-Viewer.desktop' |
| |
| gio mime 'application/pdf' 'atril.desktop' | gio mime 'application/pdf' 'org.gnome.Evince.desktop' |
| |
| gio mime 'application/epub+zip' 'com.github.johnfactotum.Foliate.desktop' | gio mime 'application/epub+zip' 'com.github.johnfactotum.Foliate.desktop' |
| |
| xdg-settings set 'default-web-browser' 'firefox.desktop' | xdg-settings set 'default-web-browser' 'firefox-esr.desktop' |
| |
| ==== Terminal ==== | ==== Terminal ==== |
| xfconf-query --channel 'xfce4-terminal' --property '/misc-cursor-blinks' --type 'bool' --set 'true' --create | xfconf-query --channel 'xfce4-terminal' --property '/misc-cursor-blinks' --type 'bool' --set 'true' --create |
| |
| xfconf-query --channel 'xfce4-terminal' --property '/font-use-system' --type 'bool' --set 'true' --create | xfconf-query --channel 'xfce4-terminal' --property '/font-use-system' --type 'bool' --set 'false' --create |
| |
| xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --type 'bool' --set 'false' --create | xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --type 'bool' --set 'false' --create |
| |
| cat '/etc/hosts' | grep "$HOSTNAME" || echo "127.0.0.1 $HOSTNAME" | sudo tee --append '/etc/hosts' > '/dev/null' | cat '/etc/hosts' | grep "$HOSTNAME" || echo "127.0.0.1 $HOSTNAME" | sudo tee --append '/etc/hosts' > '/dev/null' |
| | |
| | hostname -i |
| |
| ===== Printer ===== | ===== Printer ===== |
| |
| * TODO | * TODO |
| |
| ==== Default Apps ==== | |
| |
| **** | |
| |
| xdg-settings set 'default-web-browser' 'firefox-esr.desktop' | |
| |
| ==== Keyboard Shortcuts ==== | ==== Keyboard Shortcuts ==== |
| '/usr/bin/bash' -c "'/usr/bin/secret-tool' lookup 'keepass' 'default' | '/usr/bin/keepassxc' --pw-stdin ~/'Documents/keepass.kdbx'" | '/usr/bin/bash' -c "'/usr/bin/secret-tool' lookup 'keepass' 'default' | '/usr/bin/keepassxc' --pw-stdin ~/'Documents/keepass.kdbx'" |
| |
| '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' -e ~/'.local/scripts/opensuse-updater.sh'" | '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' --working-directory='/tmp' -e ~/'.local/scripts/opensuse-updater.sh'" |
| |
| ===== Firefox ===== | ===== Firefox ===== |
| export GSK_RENDERER='cairo' | export GSK_RENDERER='cairo' |
| export GTK_A11Y='none' | export GTK_A11Y='none' |
| | export NO_AT_BRIDGE='1' |
| export GTK_OVERLAY_SCROLLING='0' | export GTK_OVERLAY_SCROLLING='0' |
| |