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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-01-2012, 01:44 PM
|
#1
|
Senior Member
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398
|
(gucharmap:12280): GLib-GIO-ERROR **: Settings schema 'org.gnome.Charmap' is not inst
slackware 64/14/3.2.29 stable up to date, full install
was looking into what /bin/[ is and didn't know what [ is called to google it, I tried to run kde/utilities/character map, it didn't run, so from command line gucharmap did
(gucharmap:12280): GLib-GIO-ERROR **: Settings schema 'org.gnome.Charmap' is not installed
Trace/breakpoint trap
/var/log/packages/gucharmap-3.4.1-x86_64-1
I looked but I can't find anything bug wise for slackware, there's other mentions of bugs with gnome for other distros but I use kde.
|
|
|
12-01-2012, 02:16 PM
|
#2
|
Member
Registered: Nov 2003
Posts: 528
Rep:
|
To fix the gucharmap failure, try running this as root:
Quote:
# glib-compile-schemas /usr/share/glib-2.0/schemas
|
While the above does get run as part of certain packages' install scripts, it doesn't get run for gucharmap, which does need it. So depending on the order of package installation, the output files might not include gucharmap's required file. And if it is missing, you get that error.
Note gucharmap is on the Xfce menu as Accessories > Character Map. If you try it and it does nothing, check ~/.xsession-errors for the error above, and try running this command.
|
|
2 members found this post helpful.
|
12-01-2012, 02:55 PM
|
#3
|
Senior Member
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398
Original Poster
|
Thank you ljb643, that was it.
|
|
|
12-01-2012, 04:29 PM
|
#4
|
Member
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231
Rep:
|
Strangely enough doinst.sh script for gucharmap does contain a reference to glib-compile-schemas:
Code:
if [ -e usr/share/glib-2.0/schemas ]; then
if [ -x /usr/bin/glib-compile-schemas ]; then
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
fi
fi
Source: ftp://ftp.slackware.com/pub/slackwar...p/doinst.sh.gz
But for some reason it doesn't get executed.
Btw, I also solved the problem by manually executing glib-compile-schemas some time ago.
|
|
|
12-01-2012, 05:37 PM
|
#5
|
Member
Registered: Nov 2003
Posts: 528
Rep:
|
Quote:
Originally Posted by bobzilla
Strangely enough doinst.sh script for gucharmap does contain a reference to glib-compile-schemas:
...
|
OK, good catch. The commands are in the source package's doinst.sh but never make it into the install package (see /var/log/scripts/gucharmap*). There is a bug in gucharmap.SlackBuild - it neglects to zcat doinst.sh.gz into the package staging area.
(Somebody should report this...)
|
|
|
12-03-2013, 09:27 PM
|
#6
|
Senior Member
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631
|
I know this is a year old post, but I just developed this issue where gucharmap would no longer function on my Slack64 14 systems (KDE or Xfce). This fix above posted by ljb643 still worked like a champ!
Thanks, and Merry, Happy, Seasons Greetings, and all that.
|
|
|
All times are GMT -5. The time now is 11:44 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
|
|