जवाबों:
नए बनाए गए उपयोगकर्ताओं के लिए लॉन्चर में पिन किए गए एप्लिकेशन प्रदर्शित करने के लिए आप एक नया ओवरराइड सेट करके डिफ़ॉल्ट सेटिंग्स स्कीमा बदल सकते हैं:
फ़ाइल बनाएं /usr/share/glib-2.0/schemas/10_local-unity-launcher.gschema.override
और निम्न कोड डालें ( .desktop
फ़ाइलें नीचे संग्रहीत हैं /usr/share/applications/
):
[com.canonical.Unity.Launcher]
favorites=['pinned-application1.desktop', 'pinned-application2.desktop']
आपको सभी पिन किए गए एप्लिकेशन डालने होंगे। /usr/share/glib-2.0/schemas/com.canonical.Unity.gschema.xml
सेटिंग स्कीमा और कुंजी खोज कर डिफ़ॉल्ट मान देखें :
<schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
<key type="as" name="favorites">
<default>DEFAULT_VALUES</default>
तब recompile स्कीमा फ़ाइल /usr/share/glib-2.0/schemas/gschemas.compiled
(जो gsettings द्वारा उपयोग की जाती है):
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/