sisyphus 1.5-alt1.1
Mikhail Novosyolov 2 years ago
parent b564a0b89f
commit 710e5e24e1
  1. 13
      kometa-xdg.spec
  2. 1
      plasma5/XDG_CONFIG_DIRS/dolphinrc
  3. 3
      plasma5/XDG_CONFIG_DIRS/kdeglobals
  4. 60
      plasma5/XDG_CONFIG_DIRS/powermanagementprofilesrc
  5. 26
      plasma5/XDG_DATA_DIRS/kservices5/ServiceMenus/setAsWallpaper.desktop
  6. 3
      plasma5/XDG_DATA_DIRS/kxmlgui5/dolphin/dolphinui.rc

@ -3,8 +3,8 @@ Summary: XDG desktop settings for Kometa distros
Summary(ru): Настройки рабочего окружения дистрибутивов Комета
License: GPL-3.0
Group: Graphical desktop/Other
Version: 1.4
Release: alt1
Version: 1.5
Release: alt1.1
Source0: kometa-xdg-%version.tar
Source1: COPYING
BuildArch: noarch
@ -174,6 +174,15 @@ cd scripts
./test.sh
%changelog
* Wed Feb 16 2022 Mikhail Novosyolov <mikhailnov@altlinux.org> 1.5-alt1.1
- Commit 1.5-alt1 by tema@
* Tue Feb 15 2022 Artem Proskurnev <tema@altlinux.org> 1.5-alt1
- Add power settings
- Add Dolphin filer panel
- Add "Set as wallpaper"
- Set Chromium as the default browser
* Fri Dec 24 2021 Mikhail Novosyolov <mikhailnov@altlinux.org> 1.4-alt1
- Add setting $XDG_DATA_DIRS, enable "Show Previews" button in Dolphin
- Tune description: note that kometa-xdg-core can be used just to set env outside of Kometa

@ -1,2 +1,3 @@
[General]
FilterBar=true
GlobalViewProps=false

@ -1,3 +1,6 @@
[General]
BrowserApplication=chromium.desktop
[Icons]
Theme=kometa-classic-light

@ -0,0 +1,60 @@
[AC]
icon=battery-charging
[AC][BrightnessControl]
value=100
[AC][DPMSControl]
idleTime=3000
[AC][DimDisplay]
idleTime=2700000
[AC][HandleButtonEvents]
lidAction=1
powerButtonAction=16
triggerLidActionWhenExternalMonitorPresent=false
[Battery]
icon=battery-060
[Battery][BrightnessControl]
value=100
[Battery][DPMSControl]
idleTime=1500
[Battery][DimDisplay]
idleTime=1320000
[Battery][HandleButtonEvents]
lidAction=1
powerButtonAction=16
triggerLidActionWhenExternalMonitorPresent=false
[Battery][SuspendSession]
idleTime=1800000
suspendThenHibernate=false
suspendType=1
[LowBattery]
icon=battery-low
[LowBattery][BrightnessControl]
value=30
[LowBattery][DPMSControl]
idleTime=120
[LowBattery][DimDisplay]
idleTime=60000
[LowBattery][HandleButtonEvents]
lidAction=2
powerButtonAction=16
triggerLidActionWhenExternalMonitorPresent=true
[LowBattery][SuspendSession]
idleTime=300000
suspendThenHibernate=false
suspendType=1

@ -0,0 +1,26 @@
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=image/*;
Actions=SetAsWallpaper;
X-KDE-Priority=TopLevel
X-KDE-StartupNotify=false
[Desktop Action SetAsWallpaper]
Icon=preferences-desktop-wallpaper
Name=Set as Wallpaper
Name[ar]=تعيين كخلفية سطح المكتب
Name[cn]=设置为桌面背景
Name[de]=Als Desktophintergrund festlegen
Name[en]=Set as Wallpaper
Name[es]=Establecer como fondo de escritorio
Name[fr]=Choisir comme arrière-plan du Bureau
Name[hi_IN]=डकटप पठभिप मट कर
Name[id]=Definir como fundo de ambiente de trabalho
Name[it]=Imposta come sfondo del desktop
Name[jp]=デスクトップの背景として設定
Name[pl]=Ustaw jako tło pulpitu
Name[pt]=Definir como fundo de ambiente de trabalho
Name[ru]=Сделать фоновым изображением рабочего стола
Name[ua]=Установити як фон робочого стола
Exec=qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "%u")}';

@ -137,8 +137,8 @@
<Action name="icons"/>
<Action name="compact"/>
<Action name="details"/>
<Action name="url_navigators"/>
<Action name="show_preview"/>
<Action name="url_navigators"/>
<Action name="split_view"/>
<Action name="split_stash"/>
<Action name="toggle_search"/>
@ -199,5 +199,6 @@
<Action name="edit_paste" priority="0"/>
<Action name="toggle_search" priority="0"/>
<Action name="toggle_filter" priority="0"/>
<Action name="show_preview" priority="0"/>
</ActionProperties>
</gui>

Loading…
Cancel
Save