Skip to content

Commit

Permalink
🆕 [#56] reinstate User Accounts Switchboard plug (ugly hack)
Browse files Browse the repository at this point in the history
Due to libgnome-desktop-3 being missing from a repo, we couldn't use packages to get this plug working. However, I pulled these files right from f36 and everything seems to work absolutely fine. This is almost certainly a hacky solution and we should aim to remove it as soon as possible if we do push it into production.
  • Loading branch information
electricduck committed Jan 11, 2023
1 parent aee8e00 commit cd1c9fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lfs
Submodule lfs updated from e4ac16 to 15cb57
8 changes: 7 additions & 1 deletion src/common/core-pantheon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ add-files: [

# /usr/lib64
["../../lfs/binaries/debian/indicator-application-patched/0.1/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service", "/usr/lib64/indicator-application/indicator-application-service"],
["../../lfs/binaries/misc/switchboard-plug-useraccounts/usr/lib64/libgnome-desktop-3.so.19", "/usr/lib64/libgnome-desktop-3.so.19"],
["../../lfs/binaries/misc/switchboard-plug-useraccounts/usr/lib64/switchboard/system/libuseraccounts.so", "/usr/lib64/switchboard/system/libuseraccounts.so"],
["../../lfs/binaries/misc/switchboard-plug-useraccounts/usr/lib64/switchboard/system/pantheon-useraccounts/guest-session-toggle", "/usr/lib64/switchboard/system/pantheon-useraccounts/guest-session-toggle"],
["../sysroot/cores/pantheon/usr/lib64/switchboard/personal/security-privacy-plug-helper", "/usr/lib64/switchboard/personal/security-privacy-plug-helper"],

# /usr/libexec
Expand All @@ -68,5 +71,8 @@ add-files: [
["../../lib/elementary.icons/apps/32/system-software-install.svg", "/usr/share/icons/elementary/apps/32/system-software-install.svg"],
["../../lib/elementary.icons/apps/48/system-software-install.svg", "/usr/share/icons/elementary/apps/48/system-software-install.svg"],
["../../lib/elementary.icons/apps/64/system-software-install.svg", "/usr/share/icons/elementary/apps/64/system-software-install.svg"],
["../../lib/elementary.icons/apps/symbolic/system-software-install-symbolic.svg", "/usr/share/icons/elementary/apps/symbolic/system-software-install-symbolic.svg"]
["../../lib/elementary.icons/apps/symbolic/system-software-install-symbolic.svg", "/usr/share/icons/elementary/apps/symbolic/system-software-install-symbolic.svg"],

# /usr/share/polkit-1
["../../lfs/binaries/misc/switchboard-plug-useraccounts/usr/share/polkit-1/actions/io.elementary.switchboard.useraccounts.policy", "/usr/share/polkit-1/actions/io.elementary.switchboard.useraccounts.policy"]
]

0 comments on commit cd1c9fb

Please sign in to comment.