Skip to content

Commit

Permalink
gnome-settings-daemon: Disable usb-protection for now
Browse files Browse the repository at this point in the history
Its really, seriously broken.

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 18, 2025
1 parent 5c78b33 commit 83d01b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Binary file modified g/gnome-settings-daemon/manifest.x86_64.bin
Binary file not shown.
8 changes: 2 additions & 6 deletions g/gnome-settings-daemon/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
"soname(libsystemd.so.0(x86_64))",
"soname(libupower-glib.so.3(x86_64))",
"soname(libwacom.so.9(x86_64))",
"soname(libwayland-client.so.0(x86_64))",
"sysbinary(usbguard-daemon)"
"soname(libwayland-client.so.0(x86_64))"
],
"files": [
"/usr/lib/gnome-settings-daemon-47/libgsd.so",
Expand All @@ -93,7 +92,6 @@
"/usr/lib/gnome-settings-daemon/gsd-sharing",
"/usr/lib/gnome-settings-daemon/gsd-smartcard",
"/usr/lib/gnome-settings-daemon/gsd-sound",
"/usr/lib/gnome-settings-daemon/gsd-usb-protection",
"/usr/lib/gnome-settings-daemon/gsd-wacom",
"/usr/lib/gnome-settings-daemon/gsd-wacom-oled-helper",
"/usr/lib/gnome-settings-daemon/gsd-wwan",
Expand Down Expand Up @@ -126,8 +124,6 @@
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Smartcard.target",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Sound.service",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Sound.target",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.UsbProtection.service",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.UsbProtection.target",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Wacom.service",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Wacom.target",
"/usr/lib/systemd/user/org.gnome.SettingsDaemon.Wwan.service",
Expand Down Expand Up @@ -318,6 +314,6 @@
}
},
"source-name": "gnome-settings-daemon",
"source-release": "8",
"source-release": "9",
"source-version": "47.2"
}
5 changes: 2 additions & 3 deletions g/gnome-settings-daemon/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : gnome-settings-daemon
version : 47.2
release : 8
release : 9
homepage : https://gitlab.gnome.org/GNOME/gnome-settings-daemon
upstreams :
- https://download.gnome.org/sources/gnome-settings-daemon/47/gnome-settings-daemon-47.2.tar.xz : 1eb758862e888f55a0869193087f1cfbcc7a1163654e630099ff4342dd3f6a5a
Expand Down Expand Up @@ -45,10 +45,9 @@ builddeps :
- pkgconfig(x11)
- pkgconfig(xfixes)
rundeps :
- sysbinary(usbguard-daemon)
- cups-filters
setup : |
%meson
%meson -Dusb-protection=false
build : |
%meson_build
install : |
Expand Down

0 comments on commit 83d01b6

Please sign in to comment.