I need to pin an application in Unity launcher such that it can be seen for all users.
Currently, everything I changed seems to only affect the local user.
|
I need to pin an application in Unity launcher such that it can be seen for all users. Currently, everything I changed seems to only affect the local user. |
|||||||||
|
|
To make appear applications pinned in launcher for newly created users you can change default settings schema by setting up a new override: Create file /usr/share/glib-2.0/schemas/10_local-unity-launcher.gschema.override and insert the following code (.desktop files are stored under /usr/share/applications/):
You have to insert all pinned applications. See /usr/share/glib-2.0/schemas/com.canonical.Unity.gschema.xml for default values by searching settings schema and key:
Then recompile schemas file /usr/share/glib-2.0/schemas/gschemas.compiled (which is used by gsettings):
|
||||
|
|