mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tools: fix XDG desktop syntax in gnome-shell-overrides-migration
Reported by desktop-file-validate: error: value "True" for boolean key "NoDisplay" in group "Desktop Entry" contains invalid characters, boolean values must be "false" or "true"
This commit is contained in:
parent
da2fc2c9d3
commit
1fca090374
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=GNOME settings overrides migration
|
||||
NoDisplay=True
|
||||
NoDisplay=true
|
||||
Exec=@libexecdir@/gnome-shell-overrides-migration.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue