Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 887779 Details for
Bug 1089479
qtkeychain does not work in Gnome 3.12
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch qtkeychain to use XDG_SESSION_DESKTOP env. var
qtkeychain-xdg-envvars.patch (text/plain), 586 bytes, created by
Michael Ekstrand
on 2014-04-19 15:04:31 UTC
(
hide
)
Description:
Patch qtkeychain to use XDG_SESSION_DESKTOP env. var
Filename:
MIME Type:
Creator:
Michael Ekstrand
Created:
2014-04-19 15:04:31 UTC
Size:
586 bytes
patch
obsolete
>Index: qtkeychain-0.3.0/keychain_unix.cpp >=================================================================== >--- qtkeychain-0.3.0.orig/keychain_unix.cpp >+++ qtkeychain-0.3.0/keychain_unix.cpp >@@ -32,7 +32,7 @@ enum KeyringBackend { > > static KeyringBackend detectKeyringBackend() > { >- if ( !( qgetenv( "GNOME_KEYRING_CONTROL" ).isNull() && qgetenv("GNOME_KEYRING_SOCKET").isNull() ) && GnomeKeyring::isSupported() ) >+ if ( qgetenv("XDG_SESSION_DESKTOP") == "gnome" && GnomeKeyring::isSupported() ) > return Backend_GnomeKeyring; > else > return Backend_Kwallet;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1089479
: 887779