Antonio Teixeira
94708c25ba
* support drop in files in $r/etc/<desktop>_defaults.conf.d which take priority over the distribution provided $r/etc/<desktop>_defaults.conf * extend syntax of <desktop>_defaults.conf, prefixing a directive with a "-" removes an otherwise identical earlier directive OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=93
15 lines
463 B
Diff
15 lines
463 B
Diff
Index: b/src/validate.c
|
|
===================================================================
|
|
--- a/src/validate.c
|
|
+++ b/src/validate.c
|
|
@@ -329,6 +329,9 @@ static DesktopKeyDefinition registered_d
|
|
/* Since 1.5 */
|
|
{ DESKTOP_BOOLEAN_TYPE, "SingleMainWindow", FALSE, FALSE, FALSE, NULL },
|
|
|
|
+ /* SuSE specific */
|
|
+ { DESKTOP_BOOLEAN_TYPE, "X-SuSE-translate", FALSE, FALSE, FALSE, NULL },
|
|
+
|
|
/* Keys reserved for KDE */
|
|
|
|
/* since 0.9.4 */
|