Control: tags -1 patch

Here is a patch to change the menu default settings use the
"debian-swirl" icon. It could've been e.g. "start-here" as well.

Regards,
Juhani
Description: use Debian logo for the menu button
Author: Juhani Numminen <[email protected]>
Bug-Debian: https://bugs.debian.org/762510
Forwarded: not-needed
Last-Update: 2015-09-20

--- a/files/usr/share/cinnamon/applets/[email protected]/settings-schema.json
+++ b/files/usr/share/cinnamon/applets/[email protected]/settings-schema.json
@@ -6,13 +6,13 @@
  },
  "menu-icon-custom" : {
     "type" : "checkbox",
-    "default" : false,
+    "default" : true,
     "description" : "Use a custom icon",
     "tooltip" : "Unchecking this allows the theme to set the icon"
  },
  "menu-icon" : {
     "type" : "iconfilechooser",
-    "default" : "/usr/share/cinnamon/theme/menu-symbolic.svg",
+    "default" : "debian-swirl",
     "description" : "Icon",
     "tooltip" : "Select an icon to show in the panel.",
     "dependency" : "menu-icon-custom",

Reply via email to