diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces')
3 files changed, 0 insertions, 158 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml deleted file mode 100644 index 5c7fdc0..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.freedesktop.login1.Manager.xml +++ /dev/null @@ -1,112 +0,0 @@ -<!-- - SPDX-FileCopyrightText: 2023 dbus.freedesktop.org - SPDX-License-Identifier: GPL-3.0-or-later ---> -<node> - <interface name="org.freedesktop.login1.Manager"> - <method name="PowerOff"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="PowerOffWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="Reboot"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="RebootWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="Halt"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="HaltWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="Suspend"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="SuspendWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="Hibernate"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="HibernateWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="HybridSleep"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="HybridSleepWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="SuspendThenHibernate"> - <arg type="b" name="interactive" direction="in"/> - </method> - <method name="SuspendThenHibernateWithFlags"> - <arg type="t" name="flags" direction="in"/> - </method> - <method name="CanPowerOff"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanReboot"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanHalt"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanSuspend"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanHibernate"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanHybridSleep"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="CanSuspendThenHibernate"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="ScheduleShutdown"> - <arg type="s" name="type" direction="in"/> - <arg type="t" name="usec" direction="in"/> - </method> - <method name="CancelScheduledShutdown"> - <arg type="b" name="cancelled" direction="out"/> - </method> - <method name="CanRebootParameter"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="SetRebootParameter"> - <arg type="s" name="parameter" direction="in"/> - </method> - <method name="CanRebootToFirmwareSetup"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="SetRebootToFirmwareSetup"> - <arg type="b" name="enable" direction="in"/> - </method> - <method name="CanRebootToBootLoaderMenu"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="SetRebootToBootLoaderMenu"> - <arg type="t" name="timeout" direction="in"/> - </method> - <method name="CanRebootToBootLoaderEntry"> - <arg type="s" name="result" direction="out"/> - </method> - <method name="SetRebootToBootLoaderEntry"> - <arg type="s" name="boot_loader_entry" direction="in"/> - </method> - <method name="SetWallMessage"> - <arg type="s" name="wall_message" direction="in"/> - <arg type="b" name="enable" direction="in"/> - </method> - <signal name="PrepareForShutdown"> - <arg type="b" name="start"/> - </signal> - <signal name="PrepareForSleep"> - <arg type="b" name="start"/> - </signal> - </interface> -</node> diff --git a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml deleted file mode 100644 index fb398fc..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.SessionManager.xml +++ /dev/null @@ -1,20 +0,0 @@ -<!-- - SPDX-FileCopyrightText: 2024 dbus.gnome.org - SPDX-License-Identifier: GPL-3.0-or-later ---> -<node> - <interface name="org.gnome.SessionManager"> - <method name="Inhibit"> - <arg type="s" name="app_id" direction="in"/> - <arg type="u" name="toplevel_xid" direction="in"/> - <arg type="s" name="reason" direction="in"/> - <arg type="u" name="flags" direction="in"/> - <arg type="u" name="inhibit_cookie" direction="out"/> - </method> - <method name="Uninhibit"> - <arg type="u" name="inhibit_cookie" direction="in"/> - </method> - <method name="Shutdown"/> - <method name="Reboot"/> - </interface> -</node> diff --git a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml deleted file mode 100644 index b9769d7..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/dbus-interfaces/org.gnome.Shell.Extensions.ShutdownTimer.xml +++ /dev/null @@ -1,26 +0,0 @@ -<!-- - SPDX-FileCopyrightText: 2023 Deminder <tremminder@gmail.com> - SPDX-License-Identifier: GPL-3.0-or-later ---> -<node> - <interface name="org.gnome.shell.Extensions.ShutdownTimer"> - <method name="ScheduleShutdown"> - <arg type="b" direction="in" name="shutdown"/> - <arg type="s" direction="in" name="action"/> - </method> - <method name="ScheduleWake"> - <arg type="b" direction="in" name="wake"/> - </method> - <method name="GetState"> - <arg type="s" direction="out" name="state"/> - </method> - <signal name="OnMessage"> - <arg type="s" direction="out" name="message"/> - </signal> - <signal name="OnStateChange"> - <arg type="s" direction="out" name="state"/> - </signal> - <signal name="OnExternalChange"/> - </interface> -</node> - |