From 232eea40448bf699d86bbde38725a1d3b43d9de3 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Mon, 24 Apr 2017 20:37:47 +0200 Subject: lxqt skeleton, awesome fix, gtk3-ini --- debian/changelog | 12 +++++ debian/control | 6 +++ debian/etcskel-kanotix-lxqt.install | 3 ++ kanotix-x-terminal-emulator.desktop | 19 ++++++++ kanotix-x-www-browser.desktop | 13 +++++ skel-awesome/.config/awesome/rc.lua | 7 ++- .../.config/autostart/install-flash-local.desktop | 2 +- skel-lxqt/.config/autostart/clipit-startup.desktop | 27 ++++++++++ skel-lxqt/.config/autostart/lxqt-compton.desktop | 16 ++++++ skel-lxqt/.config/lxqt/lxqt-powermanagement.conf | 4 ++ skel-lxqt/.config/lxqt/lxqt.conf | 4 ++ skel-lxqt/.config/lxqt/notifications.conf | 3 ++ skel-lxqt/.config/lxqt/panel.conf | 57 ++++++++++++++++++++++ skel-lxqt/.config/lxqt/session.conf | 8 +++ skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf | 57 ++++++++++++++++++++++ skel-lxqt/.config/qterminal.org/qterminal.ini | 3 ++ skel/.config/gtk-3.0/settings.ini | 2 + 17 files changed, 241 insertions(+), 2 deletions(-) create mode 100644 debian/etcskel-kanotix-lxqt.install create mode 100644 kanotix-x-terminal-emulator.desktop create mode 100644 kanotix-x-www-browser.desktop create mode 100644 skel-lxqt/.config/autostart/clipit-startup.desktop create mode 100644 skel-lxqt/.config/autostart/lxqt-compton.desktop create mode 100644 skel-lxqt/.config/lxqt/lxqt-powermanagement.conf create mode 100644 skel-lxqt/.config/lxqt/lxqt.conf create mode 100644 skel-lxqt/.config/lxqt/notifications.conf create mode 100644 skel-lxqt/.config/lxqt/panel.conf create mode 100644 skel-lxqt/.config/lxqt/session.conf create mode 100644 skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf create mode 100644 skel-lxqt/.config/qterminal.org/qterminal.ini create mode 100644 skel/.config/gtk-3.0/settings.ini diff --git a/debian/changelog b/debian/changelog index 97be31a..3654ddb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +etcskel-kanotix (2.0.26~lxqt20) unstable; urgency=medium + + * remove nm-applet autostart, now supported by lxqt + + -- Holger Paradies Thu, 04 Jun 2015 20:44:37 +0200 + +etcskel-kanotix (2.0.26~lxqt19) unstable; urgency=medium + + * LXQt-skel + + -- Holger Paradies Sun, 31 May 2015 14:09:17 +0200 + etcskel-kanotix (2.0.25) unstable; urgency=low * add .kde/share/config/konsolerc diff --git a/debian/control b/debian/control index cab9bd1..a10313a 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,12 @@ Depends: distro-defaults, readline-common Description: Additional skeleton files for LXDE set useful preferences for new users. +Package: etcskel-kanotix-lxqt +Architecture: all +Depends: distro-defaults, readline-common +Description: Additional skeleton files for LXQT + set useful preferences for new users. + Package: etcskel-kanotix-compiz Architecture: all Replaces: etcskel-kanotix-lxde (<< 2.0.9) diff --git a/debian/etcskel-kanotix-lxqt.install b/debian/etcskel-kanotix-lxqt.install new file mode 100644 index 0000000..84088aa --- /dev/null +++ b/debian/etcskel-kanotix-lxqt.install @@ -0,0 +1,3 @@ +skel-lxqt/.config etc/skel/ +kanotix-x-www-browser.desktop usr/share/applications/ +kanotix-x-terminal-emulator.desktop usr/share/applications/ diff --git a/kanotix-x-terminal-emulator.desktop b/kanotix-x-terminal-emulator.desktop new file mode 100644 index 0000000..8ba47f5 --- /dev/null +++ b/kanotix-x-terminal-emulator.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +Version=1.0 +Name=Terminal emulator +Name[pt_BR]=Emulador de terminal +Name[zh_CN]=终端 +Name[zh_TW]=終端機 +Comment=Terminal Emulator +Comment[pt_BR]=Emulador de terminal +Comment[zh_TW]=終端機程式 +GenericName=Terminal Emulator +GenericName[pt_BR]=Emulador de terminal +GenericName[zh_TW]=終端機程式 +Exec=/usr/bin/x-terminal-emulator +Icon=terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator;Utility; +StartupNotify=true +NoDisplay=true diff --git a/kanotix-x-www-browser.desktop b/kanotix-x-www-browser.desktop new file mode 100644 index 0000000..4b50af5 --- /dev/null +++ b/kanotix-x-www-browser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Web Browser +Name[pt_BR]=Navegador web +Name[zh_TW]=瀏覽器 +GenericName=X Web Browser +GenericName[pt_BR]=Navegador web gráfico +GenericName[zh_TW]=網頁瀏覽器 +Exec=/usr/bin/x-www-browser %u +Terminal=false +Type=Application +Categories=GTK;WebBrowser;Network +Icon=web-browser +NoDisplay=true diff --git a/skel-awesome/.config/awesome/rc.lua b/skel-awesome/.config/awesome/rc.lua index c717238..86c9ba1 100644 --- a/skel-awesome/.config/awesome/rc.lua +++ b/skel-awesome/.config/awesome/rc.lua @@ -6,6 +6,10 @@ require("awful.rules") require("beautiful") -- Notification library require("naughty") +naughty.config.default_preset.bg = '#709CD2' +naughty.config.default_preset.fg = '#000000' +naughty.config.default_preset.border_color = '#ffffff' + -- Load Debian menu entries require("debian.menu") @@ -388,4 +392,5 @@ function run_once(cmd) end run_once("nm-applet") -run_once("xfce4-power-manager") +-- run_once("xfce4-power-manager") # not in jessie +run_once("install-flash-local") diff --git a/skel-lxde/.config/autostart/install-flash-local.desktop b/skel-lxde/.config/autostart/install-flash-local.desktop index fd67102..dc684cb 100644 --- a/skel-lxde/.config/autostart/install-flash-local.desktop +++ b/skel-lxde/.config/autostart/install-flash-local.desktop @@ -5,4 +5,4 @@ Comment=Install and Update Flash Comment[de]=Flash installieren und aktualisieren Type=Application Exec=install-flash-local & -OnlyShowIn=XFCE;LXDE; +OnlyShowIn=XFCE;LXDE;LXQt; diff --git a/skel-lxqt/.config/autostart/clipit-startup.desktop b/skel-lxqt/.config/autostart/clipit-startup.desktop new file mode 100644 index 0000000..ad56a11 --- /dev/null +++ b/skel-lxqt/.config/autostart/clipit-startup.desktop @@ -0,0 +1,27 @@ +[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 new file mode 100644 index 0000000..7009a06 --- /dev/null +++ b/skel-lxqt/.config/autostart/lxqt-compton.desktop @@ -0,0 +1,16 @@ +[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-lxqt/.config/lxqt/lxqt-powermanagement.conf b/skel-lxqt/.config/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..b262309 --- /dev/null +++ b/skel-lxqt/.config/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,4 @@ +[General] +__userfile__=true +showIcon=true +useThemeIcons=true diff --git a/skel-lxqt/.config/lxqt/lxqt.conf b/skel-lxqt/.config/lxqt/lxqt.conf new file mode 100644 index 0000000..8e5821a --- /dev/null +++ b/skel-lxqt/.config/lxqt/lxqt.conf @@ -0,0 +1,4 @@ +[General] +__userfile__=true +icon_theme=nuoveXT2 +theme=Kanotix diff --git a/skel-lxqt/.config/lxqt/notifications.conf b/skel-lxqt/.config/lxqt/notifications.conf new file mode 100644 index 0000000..fc10a34 --- /dev/null +++ b/skel-lxqt/.config/lxqt/notifications.conf @@ -0,0 +1,3 @@ +[General] +__userfile__=true +placement=top-right diff --git a/skel-lxqt/.config/lxqt/panel.conf b/skel-lxqt/.config/lxqt/panel.conf new file mode 100644 index 0000000..0b2d73a --- /dev/null +++ b/skel-lxqt/.config/lxqt/panel.conf @@ -0,0 +1,57 @@ +[General] +__userfile__=true + +[clock] +alignment=Right +dateFormat=dd.MM.yy +showDate=below +type=clock + +[desktopswitch] +alignment=Left +labelType=1 +type=desktopswitch + +[mainmenu] +alignment=Left +type=mainmenu + +[panel1] +alignment=-1 +background-color=@Variant(\0\0\0\x43\x1\xff\xffpp\x9c\x9c\xd2\xd2\0\0) +background-image= +desktop=0 +font-color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0) +hidable=false +iconSize=22 +lineCount=1 +opacity=100 +panelSize=32 +plugins=mainmenu, showdesktop2, quicklaunch, desktopswitch, taskbar, tray, volume2, clock +position=Bottom +width=100 +width-percent=true + +[quicklaunch] +alignment=Left +apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop +apps\2\desktop=/usr/share/applications/kanotix-x-www-browser.desktop +apps\3\desktop=/usr/share/applications/kanotix-x-terminal-emulator.desktop +apps\size=3 +type=quicklaunch + +[showdesktop2] +alignment=Left +type=showdesktop + +[taskbar] +alignment=Left +type=taskbar + +[tray] +alignment=Right +type=tray + +[volume2] +alignment=Right +type=volume diff --git a/skel-lxqt/.config/lxqt/session.conf b/skel-lxqt/.config/lxqt/session.conf new file mode 100644 index 0000000..c0514e1 --- /dev/null +++ b/skel-lxqt/.config/lxqt/session.conf @@ -0,0 +1,8 @@ +[General] +__userfile__=true +leave_confirmation=false + +[Environment] +BROWSER=x-www-browser +GTK_CSD=0 +TERM=qterminal diff --git a/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf b/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf new file mode 100644 index 0000000..5551885 --- /dev/null +++ b/skel-lxqt/.config/pcmanfm-qt/lxqt/settings.conf @@ -0,0 +1,57 @@ +[Behavior] +AutoSelectionDelay=600 +ConfirmDelete=true +NoUsbTrash=false +SingleClick=true +UseTrash=true + +[Desktop] +BgColor=#000000 +FgColor=#ffffff +Font="Sans Serif,10,-1,5,50,0,0,0,0,0" +ShadowColor=#000000 +ShowHidden=false +ShowWmMenu=false +SortColumn=name +SortOrder=descending +Wallpaper=/usr/share/images/kanotix-starrise/kanotix-starrise-16x9.png +WallpaperMode=stretch + +[FolderView] +BigIconSize=48 +Mode=detailed +ShowHidden=false +SidePaneIconSize=24 +SmallIconSize=24 +SortColumn=name +SortOrder=descending +ThumbnailIconSize=128 + +[System] +Archiver=file-roller +FallbackIconThemeName=elementary +SIUnit=false +SuCommand=gksu %s +Terminal=qterminal + +[Thumbnail] +MaxThumbnailFileSize=4096 +ShowThumbnails=true +ThumbnailLocalFilesOnly=true + +[Volume] +AutoRun=true +CloseOnUnmount=true +MountOnStartup=false +MountRemovable=false + +[Window] +AlwaysShowTabs=false +FixedHeight=480 +FixedWidth=640 +LastWindowHeight=480 +LastWindowMaximized=false +LastWindowWidth=640 +RememberWindowSize=true +ShowTabClose=true +SplitterPos=150 diff --git a/skel-lxqt/.config/qterminal.org/qterminal.ini b/skel-lxqt/.config/qterminal.org/qterminal.ini new file mode 100644 index 0000000..c38cae8 --- /dev/null +++ b/skel-lxqt/.config/qterminal.org/qterminal.ini @@ -0,0 +1,3 @@ +[General] +TabsPosition=1 +font=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x2\x1\0\x32\x10) diff --git a/skel/.config/gtk-3.0/settings.ini b/skel/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..0352974 --- /dev/null +++ b/skel/.config/gtk-3.0/settings.ini @@ -0,0 +1,2 @@ +[Settings] +gtk-font-name= DejaVu Sans 9 -- cgit v1.0