csb/cinnamon/logo.patch

19 lines
742 B
Diff
Raw Normal View History

--- Cinnamon-4.0.2/files/usr/share/cinnamon/applets/menu@cinnamon.org/settings-schema.json.orig 2018-11-26 01:17:37.106000000 +0700
+++ Cinnamon-4.0.2/files/usr/share/cinnamon/applets/menu@cinnamon.org/settings-schema.json 2018-11-26 01:18:03.416000000 +0700
@@ -40,13 +40,13 @@
},
"menu-custom" : {
"type" : "switch",
- "default" : false,
+ "default" : true,
"description" : "Use a custom icon and label",
"tooltip" : "Check this to specify a custom icon and label"
},
"menu-icon" : {
"type" : "iconfilechooser",
- "default" : "cinnamon-symbolic",
+ "default" : "slackware-logo",
"description" : "Icon",
"tooltip" : "Select an icon to show in the panel.",
"dependency" : "menu-custom",