You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next, create /etc/dconf/profile/user with the following content:
user-db:user
system-db:local
Now,
mkdir -p /etc/dconf/db/local.d/locks
Create /etc/dconf/db/local.d/locks/00-dock-pinned-apps with the following content:
# lock down the pinned apps on dock applet
/org/mate/panel/objects/dockapplet/prefs/pinned-apps
Run
dconf update
3. Login to user session
User is still able to unpin/pin apps to the dock. The expectation is that the user should no longer be able to pin or unpin apps from the dock. Is my assumption correct or am I missing something here?
Great work on the dock by the way.
The text was updated successfully, but these errors were encountered:
To reproduce:
1. Setup dock
2. Create a dconf lock
Next, create /etc/dconf/profile/user with the following content:
Now,
Create /etc/dconf/db/local.d/locks/00-dock-pinned-apps with the following content:
Run
3. Login to user session
User is still able to unpin/pin apps to the dock. The expectation is that the user should no longer be able to pin or unpin apps from the dock. Is my assumption correct or am I missing something here?
Great work on the dock by the way.
The text was updated successfully, but these errors were encountered: