OSDN Git Service

[fix] : FIxed cinnamon menu icon
authorhayao <hayao@fascode.net>
Thu, 25 Mar 2021 03:03:07 +0000 (12:03 +0900)
committerhayao <hayao@fascode.net>
Thu, 25 Mar 2021 03:03:16 +0000 (12:03 +0900)
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/menu@cinnamon.org/0.json

index 9b311f8..f2f79b8 100644 (file)
@@ -38,6 +38,7 @@
                 "overlay-key",
                 "activate-on-hover",
                 "hover-delay",
+                "force-show-panel",
                 "enable-animation"
             ]
         },
@@ -87,7 +88,7 @@
         "default_icon": "cinnamon-symbolic",
         "dependency": "menu-custom",
         "indent": true,
-        "value": "alter"
+        "value": "/usr/share/icons/hicolor/128x128/apps/alter.png"
     },
     "menu-icon-size": {
         "type": "spinbutton",
         "description": "Icon size",
         "dependency": "menu-custom",
         "indent": true,
-        "value": 29.0
+        "value": 29
     },
     "menu-label": {
         "type": "entry",
         "indent": true,
         "value": 32
     },
+    "show-favorites": {
+        "type": "switch",
+        "default": true,
+        "description": "Show favorites",
+        "tooltip": "Choose whether or not to show favorite files in the menu.",
+        "value": true
+    },
     "show-places": {
         "type": "switch",
         "default": true,
         "tooltip": "Allows path entry in the menu search box.",
         "value": false
     },
+    "force-show-panel": {
+        "type": "switch",
+        "default": true,
+        "description": "Force the panel to be visible when opening the menu",
+        "tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).",
+        "value": true
+    },
     "activate-on-hover": {
         "type": "switch",
         "default": false,
         "callback": "_launch_editor",
         "tooltip": "Press this button to customize your menu entries."
     },
-    "__md5__": "9fef899d7c11697066b5f3c4d8479daf"
-}
+    "__md5__": "c4b27da93411965126569249b61793d7"
+}
\ No newline at end of file