From ac63d806302b0f115be18db7c8212812a03fb2bb Mon Sep 17 00:00:00 2001 From: mammo0 Date: Mon, 23 Oct 2023 01:50:42 +0200 Subject: contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6059) The `mimetypes` property contains the section `text/plain`. This causes for example the Gnome Editor to recognize every simple text file as a firejail profile file. See this issue: https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/612 Fixes #6057. --- contrib/syntax/files/firejail-profile.lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/syntax/files/firejail-profile.lang.in b/contrib/syntax/files/firejail-profile.lang.in index acd5c86ce..a5deceb2c 100644 --- a/contrib/syntax/files/firejail-profile.lang.in +++ b/contrib/syntax/files/firejail-profile.lang.in @@ -7,7 +7,7 @@ --> - text/plain;text/x-firejail-profile + text/x-firejail-profile *.profile;*.local;*.inc # -- cgit v1.2.3-54-g00ecf