diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | skel-lxde/.config/autostart/compiz_start.desktop | 6 | ||||
-rw-r--r-- | skel-lxde/.config/autostart/install-flash-local.desktop | 8 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/clipit-startup.desktop | 27 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/lxqt-compton.desktop | 16 | ||||
-rw-r--r-- | skel/.Xdefaults | 17 |
7 files changed, 4 insertions, 78 deletions
diff --git a/debian/changelog b/debian/changelog index e7661e7..a1146c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -etcskel-kanotix (2.0.46) unstable; urgency=medium +etcskel-kanotix (2.0.50) unstable; urgency=medium - * Update lxde configs + * Sync git repo + * Fixes for lxde - -- Holger Paradies <retabell@gmx.de> Sun, 15 Jun 2025 15:38:29 +0200 + -- Holger Paradies <retabell@gmx.de> Sun, 15 Jun 2025 18:51:59 +0200 etcskel-kanotix (2.0.45) unstable; urgency=medium diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/skel-lxde/.config/autostart/compiz_start.desktop b/skel-lxde/.config/autostart/compiz_start.desktop deleted file mode 100644 index 0116984..0000000 --- a/skel-lxde/.config/autostart/compiz_start.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=Compiz Starter -Comment=Start Compiz -Type=Application -Exec=kanotix-start-compiz -OnlyShowIn=XFCE;LXDE; diff --git a/skel-lxde/.config/autostart/install-flash-local.desktop b/skel-lxde/.config/autostart/install-flash-local.desktop deleted file mode 100644 index dc684cb..0000000 --- a/skel-lxde/.config/autostart/install-flash-local.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Flash Installer -Name[de]=Flash installieren -Comment=Install and Update Flash -Comment[de]=Flash installieren und aktualisieren -Type=Application -Exec=install-flash-local & -OnlyShowIn=XFCE;LXDE;LXQt; diff --git a/skel-lxqt/.config/autostart/clipit-startup.desktop b/skel-lxqt/.config/autostart/clipit-startup.desktop deleted file mode 100644 index ad56a11..0000000 --- a/skel-lxqt/.config/autostart/clipit-startup.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Entry] -Name=ClipIt -Comment=Clipboard Manager -Comment[cs]=Správce schránky -Comment[da]=Udklipsholder -Comment[de]=Zwischenablage-Verwaltung -Comment[es]=Gestor de Portapapeles -Comment[es_ES]=Gestor del portapapeles -Comment[et]=Lõikepuhvrihaldur -Comment[fr]=Gestionnaire de presse-papier -Comment[hu]=Vágólapkezelő -Comment[it]=Gestore degli appunti -Comment[ja]=クリップボード・マネージャ -Comment[nb]=Utklippstavleverkty -Comment[pl]=Schowek -Comment[pt_BR]=Gerenciador de Área de Transferência -Comment[ro]=Administrator clipboard -Comment[ru]=Менеджер буфера обмена -Comment[sv]=Urklippshanterare -Comment[tr]=Pano Yöneticisi -Comment[zh_CN]=剪切板管理器 -Icon=clipit-trayicon -Exec=clipit -Terminal=false -Type=Application -OnlyShowIn=GNOME;XFCE;LXDE;Unity;LXQt; -X-GNOME-Autostart-enabled=true diff --git a/skel-lxqt/.config/autostart/lxqt-compton.desktop b/skel-lxqt/.config/autostart/lxqt-compton.desktop deleted file mode 100644 index 7009a06..0000000 --- a/skel-lxqt/.config/autostart/lxqt-compton.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Comment=A X compositor -Comment[de]=Kompositionsmanager für X11 -Comment[pt]=Compositor para o servidor X -Exec=compton --dbus -GenericName=X compositor -GenericName[de]=X11 Kompositionsmanager -GenericName[pt]=Compositor X -Hidden=true -Name=Compton (X Compositor) -Name[de]=Compton (X11 Kompositionsmanager) -Name[pt]=Compton (Compositor X) -OnlyShowIn=LXQt; -TryExec=compton -Type=Application -X-LXQt-Module=true diff --git a/skel/.Xdefaults b/skel/.Xdefaults deleted file mode 100644 index 87cd0ab..0000000 --- a/skel/.Xdefaults +++ /dev/null @@ -1,17 +0,0 @@ -Netscape*background: #C4C4A8 -Netscape*XmLGrid.foreground: #000000 -Netscape*XmLGrid.background: #DEDEAA -Netscape*XmLGrid.selectForeground: #E5E5E5 -Netscape*XmLGrid.selectBackground: #AAAA8F -Netscape*XmPushButton*shadowThickness: 1 -Netscape*XmPushButtonGadget*shadowThickness: 1 -Netscape*XmCascadeButton.shadowThickness: 1 -Netscape*XmCascadeButtonGadget.shadowThickness: 1 -Netscape*confirmExit: True -Netscape*useStdoutDialog: False -Netscape*useStderrDialog: True -Netscape*mailnewsGlobalTranslations: #override \ - Meta ~Ctrl<Key>D: xfeDoCommand(deleteFolder) \n\ - Alt ~Ctrl<Key>D: xfeDoCommand(deleteFolder) \n\ - :<Key>osfDelete: xfeDoCommand(deleteAny) \n\ - :<Key>Delete: xfeDoCommand(deleteAny) |