Skip to content

Commit

Permalink
Fixed missing schema declarations for org.cinnamon.desklets
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Aug 23, 2013
1 parent 39bcf95 commit 719df05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/org.cinnamon.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,11 @@
</key>
</schema>

<schema id="org.cinnamon.desklets" path="/org/cinnamon/desklets/"
gettext-domain="@GETTEXT_PACKAGE@">
<child name="launcher" schema="org.cinnamon.desklets.launcher" />
</schema>

<schema id="org.cinnamon.desklets.launcher" path="/org/cinnamon/desklets/launcher/"
gettext-domain="@GETTEXT_PACKAGE@">
<key name="launcher-list" type="as">
Expand Down
3 changes: 2 additions & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ cp data/org.cinnamon.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/

sudo rm -rf /usr/share/glib-2.0/schemas/org.cinnamon.applets.*.gschema.xml
sudo rm -rf /usr/share/glib-2.0/schemas/org.cinnamon.desklets.*.gschema.xml
sudo rm -rf /usr/share/glib-2.0/schemas/org.cinnamon.extensions.*.gschema.xml
sudo rm -rf /usr/share/cinnamon/applets/*@cinnamon.org
sudo rm -rf /usr/share/cinnamon/desklets/*@cinnamon.org
sudo rm -rf /usr/share/cinnamon/extensions/*@cinnamon.org
sudo rm -rf /usr/lib/cinnamon-settings
sudo rm -rf /usr/lib/cinnamon-menu-editor
sudo cp -R files/usr /
sudo cp -R files/etc /

sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

0 comments on commit 719df05

Please sign in to comment.