remove system76 scheduler
This commit is contained in:
parent
aaeec2c368
commit
3ea0f56e2d
2 changed files with 0 additions and 14 deletions
|
|
@ -46,9 +46,6 @@ RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/
|
|||
# Install Gwenview on host for full support for image formats such as HEIC
|
||||
RUN rpm-ostree install gwenview
|
||||
|
||||
# Install system76-scheduler
|
||||
RUN rpm-ostree install system76-scheduler
|
||||
|
||||
# Install Bubblejail
|
||||
RUN wget https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-$(rpm -E %fedora)/secureblue-bubblejail-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_secureblue-bubblejail.repo && \
|
||||
rpm-ostree install bubblejail
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
DBUS_SERVICE="com.system76.Scheduler"
|
||||
DBUS_PATH="/com/system76/Scheduler"
|
||||
DBUS_INTERFACE="com.system76.Scheduler"
|
||||
DBUS_METHOD="SetForegroundProcess"
|
||||
dbus-monitor "destination=$DBUS_SERVICE,path=$DBUS_PATH,interface=$DBUS_INTERFACE,member=$DBUS_METHOD" |
|
||||
while true; do
|
||||
read method call time sender _ dest serial path interface member
|
||||
read type pid
|
||||
[ "$member" = "member=$DBUS_METHOD" ] && qdbus --system $DBUS_SERVICE $DBUS_PATH $DBUS_INTERFACE.$DBUS_METHOD $pid
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue