remember when i thought an offline installer was a good idea? a pre-built squashfs that still needed internet to install DEs? "offline" in name only. it was a lie. a beautiful, naive lie. so i killed it. ripped out the mode picker, the connectivity check, the whole AskMode() circus. calamares-next now just shows a notice saying "yeah that wasnt actually offline" and launches directly into online mode. no more pretending. also fixed the QML nav button because having a greyed out "Next" on the last page is terrible UX. now it says "Done" and quits. youre welcome. and since we nuked the offline mode, might as well make the online mode look fucking spectacular. enter antergos-layan-theme: - kvantum theme because your apps deserve better than qt dreck - sddm theme (AntergosDark-Layan) for a sexy login screen - every plasma plasmoid from the rice (panel colorizer, netspeed, shutdown switch, applets, separators, music toolbar, the works) - yakuake arc-dark skin - antergos logos in /usr/share/logos and /usr/share/pixmaps - konsole profile, desktop appletsrc, all that jazz - kde_settings.conf now points to AntergosDark-Layan sddm theme also replaced the old antergos-grub-theme with the Layan grub theme because the old one was a git-sourced abomination. 75 distro icons, terminal box, selection widgets, antergos wallpaper. ships to /usr/share/grub/themes/antergos/ so calamares finds it. oh and a dozen audit fixes: - kscreenlockerrc wallpaper path fixed - kdialogrc no longer says some other distro - 7 stale knsregistry files deleted (dev machine was leaking) - systemd-inhibit guarded with command -v (dinit doesnt have it) - plasma restart uses killall not systemctl --user - "XeroLinux Toolkit" -> "Antergos Toolkit" in appletsrc - KDE_SESSION_VERSION=5 -> =6 (its 2026) - mirrorlist script says Artix not Arch - SDDM Messages.sh removed from build artifacts
44 lines
2.2 KiB
Desktop File
44 lines
2.2 KiB
Desktop File
# Version 1.0
|
|
# https://www.opencode.net/ashark/compare-using-meld_dolphin-service-menu
|
|
|
|
[Desktop Entry]
|
|
Type=Service
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=inode/directory;application/octet-stream;
|
|
Icon=org.gnome.meld
|
|
Actions=setArg1;diff;diffsudo;_SEPARATOR_;selected;selectedsudo;
|
|
X-KDE-StartupNotify=false
|
|
X-KDE-Submenu=Compare using meld
|
|
X-KDE-Submenu[ru]=Сравнить используя meld
|
|
|
|
[Desktop Action setArg1]
|
|
Icon=document-compareleft
|
|
Exec=echo "%U" > /tmp/meld-menu-arg1
|
|
Name=Mark for use in left column
|
|
Name[ru]=Пометить для использования в левой колонке
|
|
|
|
[Desktop Action diff]
|
|
Icon=document-compareright
|
|
Exec=ARG1=$(cat /tmp/meld-menu-arg1);meld "$ARG1" %U; rm /tmp/meld-menu-arg1;
|
|
Name=Use in right column and compare
|
|
Name[ru]=Использовать в правой колонке и сравнить
|
|
|
|
[Desktop Action diffsudo]
|
|
Icon=document-compareright
|
|
Exec=ARG1=$(cat /tmp/meld-menu-arg1); rm /tmp/meld-menu-arg1; if [ "$XDG_SESSION_TYPE" = "wayland" ]; then xhost +si:localuser:root && pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=6 KDE_FULL_SESSION=true dbus-launch meld "$ARG1" %U && xhost -si:localuser:root ; else pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=6 KDE_FULL_SESSION=true meld "$ARG1" %U; fi;
|
|
Name=Use in right column and compare as root
|
|
Name[ru]=Использовать в правой колонке и сравнить как root
|
|
|
|
[Desktop Action selected]
|
|
Icon=kr_comparedirs
|
|
Exec=meld %U; rm /tmp/meld-menu-arg1;
|
|
Name=Compare selected (highlighted) files/folders
|
|
Name[ru]=Сравнить выделенные (подсвеченные) файлы/папки
|
|
|
|
[Desktop Action selectedsudo]
|
|
Icon=kr_comparedirs
|
|
# Exec=sudo meld %U; rm /tmp/meld-menu-arg1;
|
|
Exec=if [ "$XDG_SESSION_TYPE" = "wayland" ]; then xhost +si:localuser:root && pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=6 KDE_FULL_SESSION=true dbus-launch meld %U && xhost -si:localuser:root ; else pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY KDE_SESSION_VERSION=6 KDE_FULL_SESSION=true meld %U; fi;
|
|
Name=Compare selected (highlighted) files/folders as root
|
|
Name[ru]=Сравнить выделенные (подсвеченные) файлы/папки как root
|