Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-23-2012, 03:39 AM
|
#1
|
|
Member
Registered: Sep 2006
Posts: 338
Rep:
|
GLib-GIO-Message when starting emacs after latest -current update
When starting emacs from CLI I now get this:
Code:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
When using emacs -nw the message goes away.
Is this by intention, or a "bug"?
|
|
|
|
07-23-2012, 12:56 PM
|
#2
|
|
Member
Registered: Apr 2004
Distribution: Slackware64 13.37
Posts: 123
Rep:
|
Starting with 23.2, Emacs uses GConf for some features - since GConf is now part of -current proper (it was moved from extra/ to the l/ series yesterday), I assume Emacs is picking up GConf at run time. You can disable Emacs's support for GConf by recompiling with --without-gconf.
edit: it seems it's also because Emacs requires dconf as well as GConf for the feature described in the post below to work correctly, so try installing dconf as an alternative to recompiling with --without-gconf. If it works, maybe dconf needs to be added to Slackware too...
Last edited by CTM; 07-23-2012 at 01:07 PM.
|
|
|
|
07-23-2012, 01:00 PM
|
#3
|
|
Member
Registered: Apr 2004
Distribution: Slackware64 13.37
Posts: 123
Rep:
|
...and playing detective, even though I don't use Emacs:
Code:
-nw Tells Emacs not to use its special interface to X. If you use
this switch when invoking Emacs from an xterm(1) window, dis-
play is done in that window.
Emacs uses GConf for its "font-use-system-font" feature, which I assume is only used in conjunction with Emacs's "special interface to X".
|
|
|
|
07-24-2012, 01:13 AM
|
#4
|
|
Member
Registered: Sep 2006
Posts: 338
Original Poster
Rep:
|
I think I'll just wait for an official emacs package without the issue or perhaps Patrick will bring in dconf. 
|
|
|
|
07-25-2012, 07:50 AM
|
#5
|
|
Member
Registered: Apr 2004
Distribution: Slackware64 13.37
Posts: 123
Rep:
|
Your wish was granted:
Code:
Wed Jul 25 02:02:40 UTC 2012
e/emacs-24.1-x86_64-3.txz: Rebuilt.
Don't use GConf.

|
|
|
|
07-26-2012, 03:32 AM
|
#6
|
|
Member
Registered: Sep 2006
Posts: 338
Original Poster
Rep:
|
I'm still getting the message with the latest emacs package. Very odd, as I can see --disable-gconf added to the slackbuild script. Apparently something more is needed to get rid of it.
|
|
|
|
07-26-2012, 08:21 AM
|
#7
|
|
Senior Member
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
|
Quote:
Originally Posted by CTM
edit: it seems it's also because Emacs requires dconf as well as GConf for the feature described in the post below to work correctly, so try installing dconf as an alternative to recompiling with --without-gconf. If it works, maybe dconf needs to be added to Slackware too...
|
Any application that spouts
Code:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Is looking for dconf.
http://permalink.gmane.org/gmane.comp.gnome.shell/5897
|
|
|
|
07-26-2012, 03:51 PM
|
#8
|
|
Member
Registered: Sep 2006
Posts: 338
Original Poster
Rep:
|
OK, so I'm guessing we'll see dconf added to -current soon? Or perhaps --disable-dconf can be added to the emacs build script also?
|
|
|
|
07-27-2012, 12:19 AM
|
#9
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 442
Rep:
|
No problems here.
edit: sorry, starting from terminal:
Quote:
|
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
|
Last edited by BrZ; 07-27-2012 at 12:25 AM.
|
|
|
|
07-27-2012, 07:47 PM
|
#10
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 442
Rep:
|
Even after today's update, the message is still here.
Building emacs with "--without-dconf": "configure: WARNING: unrecognized options: --without-dconf"
After compiling dconf, no more error. Seems dconf is a new dependency now =[
|
|
|
|
07-28-2012, 11:57 AM
|
#11
|
|
Senior Member
Registered: May 2008
Posts: 2,843
|
"--without-gsettings"
|
|
|
|
07-28-2012, 10:31 PM
|
#12
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 442
Rep:
|
Thanks GazL, I'll try to build with that option and uninstall dconf. In the mean time, I discovered that if I "export GSETTINGS_BACKEND=memory", emacs start without warning.
|
|
|
|
07-28-2012, 11:13 PM
|
#13
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 442
Rep:
|
Worked a treat GazL, thanks again.
|
|
|
|
07-31-2012, 02:45 PM
|
#14
|
|
Member
Registered: Jan 2012
Distribution: Slackware
Posts: 31
Rep: 
|
So what do you people think, should we expect emacs to be rebuilt or dconf to be added as a dependency? Or nothing at all?
|
|
|
|
07-31-2012, 04:27 PM
|
#15
|
|
Senior Member
Registered: May 2008
Posts: 2,843
|
I expect he'll get around to rebuilding it with '--without-gsettings', as that seemed to be the intent with the last rebuild when he disabled gconf (it just wasn't enough).
Of course, that's just my guess, which is no better than anyone else's.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:15 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|