From 4e31341403a8e8232c614da4523b302a16ee772a Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Mon, 23 Jan 2006 23:54:33 +0000 Subject: [PATCH] Remove code that attempts GNOME Keyring Unlocks. --- c_micasad/cache/SecretStore.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/c_micasad/cache/SecretStore.cs b/c_micasad/cache/SecretStore.cs index 27e7de2c..12dfb970 100644 --- a/c_micasad/cache/SecretStore.cs +++ b/c_micasad/cache/SecretStore.cs @@ -145,17 +145,7 @@ namespace sscs.cache internal bool StartPersistenceByDesktopPasswd(string desktopPasswd) { CSSSLogger.DbgLog("StartPersistenceByDesktopPasswd - Called"); -#if LINUX - // attempt unlock of gnome-keyring rings - try - { - GnomeKeyring.AttemptGKUnlock(desktopPasswd); - } - catch (Exception e) - { - CSSSLogger.DbgLog(e.ToString()); - } -#endif + // make sure we have a user home directory if (GetUserHomeDirectory() == null || GetUserHomeDirectory().Length < 1) {