fix(profile): ensure gsconnect-preferences is part of gnome-extension-gsconnect.

This commit is contained in:
Alexandre Pujol 2025-02-20 20:18:44 +01:00
parent af85db9148
commit a53ffeb251
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -9,7 +9,7 @@ include <tunables/global>
@{share_dirs} = /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io
@{share_dirs} += @{user_share_dirs}/gnome-shell/extensions/gsconnect@andyholmes.github.io
@{exec_path} = @{share_dirs}/service/daemon.js
@{exec_path} = @{share_dirs}/service/daemon.js @{share_dirs}/gsconnect-preferences
profile gnome-extension-gsconnect @{exec_path} {
include <abstractions/base>
include <abstractions/audio-client>