blob: 8e9249db7c8a6ebb9fe92b03c7d697c2cd6d7fc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Thu, 19 Aug 2010 14:26:30 +0200
Subject: [PATCH] Always startup, not only with a valid ticket cache
Closes: #582497
---
src/krb5-auth-dialog.desktop.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
index 6c83b31..ed21e6e 100644
--- a/src/krb5-auth-dialog.desktop.in
+++ b/src/krb5-auth-dialog.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
_Name=Network Authentication
_Comment=Kerberos Network Authentication Dialog
-Exec=krb5-auth-dialog
+Exec=krb5-auth-dialog -A
Terminal=false
Type=Application
X-GNOME-Bugzilla-Bugzilla=GNOME
--
|