Dominique Leuenberger
a06c0c08e8
bnc#771177 - Add user 'fax' to the exception list to not show up in gdm - should go to 12.2 OBS-URL: https://build.opensuse.org/request/show/128255 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=43
18 lines
440 B
Diff
18 lines
440 B
Diff
Index: accountsservice-0.6.21/src/daemon.c
|
|
===================================================================
|
|
--- accountsservice-0.6.21.orig/src/daemon.c
|
|
+++ accountsservice-0.6.21/src/daemon.c
|
|
@@ -80,6 +80,12 @@ static const char *default_excludes[] =
|
|
"games",
|
|
"man",
|
|
"at",
|
|
+ "beagleindex",
|
|
+ "fax",
|
|
+ "suse-ncc",
|
|
+ "mailman",
|
|
+ "ldap",
|
|
+ "cyrus",
|
|
NULL
|
|
};
|
|
|