Remove code that attempts GNOME Keyring Unlocks.
This commit is contained in:
parent
03eac2c9b9
commit
4e31341403
12
c_micasad/cache/SecretStore.cs
vendored
12
c_micasad/cache/SecretStore.cs
vendored
@ -145,17 +145,7 @@ namespace sscs.cache
|
|||||||
internal bool StartPersistenceByDesktopPasswd(string desktopPasswd)
|
internal bool StartPersistenceByDesktopPasswd(string desktopPasswd)
|
||||||
{
|
{
|
||||||
CSSSLogger.DbgLog("StartPersistenceByDesktopPasswd - Called");
|
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
|
// make sure we have a user home directory
|
||||||
if (GetUserHomeDirectory() == null || GetUserHomeDirectory().Length < 1)
|
if (GetUserHomeDirectory() == null || GetUserHomeDirectory().Length < 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user