Mailinglist Archive: opensuse-bugs (3542 mails)
| < Previous | Next > |
[Bug 710038] Xfce should setup/start/configur gnome-keyring in the same way GNOME does
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 1 Sep 2011 14:32:22 +0000
- Message-id: <20110901143222.228CF24551E@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=710038
https://bugzilla.novell.com/show_bug.cgi?id=710038#c8
--- Comment #8 from Guido Berhörster <gber@xxxxxxxxxxxx> 2011-09-01 14:32:21
UTC ---
I would suggest the following workaround for now:
1. Open the Session settings:
Settings -> Preferences -> Settings Manager -> Session and Startup
2. Enable GNOME compatibility mode:
Go to Advanced, check "Launch GNOME services on startup"
3. Disable unwanted GNOME-only autostart files:
Execute the following one-liner on the shell:
for gnome_autostart in $(awk '/^OnlyShowIn=/ && /GNOME;/ && !/XFCE;/ { print
FILENAME }' /etc/xdg/autostart/*); do : sed '$aHidden=true' ${gnome_autostart}
${HOME}/.config/autostart/${gnome_autostart##*/}; done
I'll talk to upstream later and see if we can move gnome-keyring support out of
GNOME compatibility mode.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |