LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2012, 07:48 PM   #1
cesarion76
Member
 
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 56

Rep: Reputation: 3
Audacious 3.2.4 error in current


Hi all:
After upgrading to latest -current I run audacious and get this message when I try to add files to the playlist.

Code:
:~$ audacious 

(audacious:4678): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed

`trap' para punto de parada/seguimiento
Someone have a similar problem? Any help is welcome

Edit: libcddb-1.3.2-x86_64-2.txz is installed in the system.

Last edited by cesarion76; 07-15-2012 at 09:01 PM. Reason: addendum
 
Old 07-15-2012, 08:18 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I just tried it, adding files works, but I get this error when starting Audacious:
Code:
Failed to load plugin (/usr/lib/audacious/Input/cdaudio-ng.so): libcddb.so.2: cannot open shared object file: No such file or directory

Last edited by TobiSGD; 07-15-2012 at 08:20 PM.
 
Old 07-15-2012, 08:22 PM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
perhaps you missed this update?
Code:
l/libcddb-1.3.2-i486-2.txz:  Rebuilt.
 
Old 07-15-2012, 08:27 PM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by cesarion76 View Post
Hi all:
After upgrading to latest -current I run audacious and get this message when I try to add files to the playlist.

Code:
:~$ audacious 

(audacious:4678): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed

`trap' para punto de parada/seguimiento
Someone have a similar problem?...
Yes, I get the same exact error when trying to open a file.

Edit in: And libcddb-1.3.2-x86_64-2.txz is installed.

Last edited by cwizardone; 07-15-2012 at 08:30 PM.
 
Old 07-15-2012, 08:30 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by willysr View Post
perhaps you missed this update?
Code:
l/libcddb-1.3.2-i486-2.txz:  Rebuilt.
That is even more weird. My system is as up to date as possible, I just haven't that library installed. That makes me wonder if I am missing more. Is there a slackpkg command that lets it search for packages that are not installed, but should be installed in a full install? EDIT:Nevermind, did that with upgradepkg.

On-topic: After I installed libcddb I have no error messages at all, adding files to the playlist works.

Last edited by TobiSGD; 07-15-2012 at 08:34 PM.
 
Old 07-15-2012, 10:09 PM   #6
hba
Member
 
Registered: May 2012
Location: Oaxaca, México
Distribution: Slackware Linux
Posts: 45

Rep: Reputation: 20
Quote:
Originally Posted by TobiSGD View Post
Is there a slackpkg command that lets it search for packages that are not installed, but should be installed in a full install?
Code:
root@localhost:~# slackpkg install-new
 
Old 07-15-2012, 10:33 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by hba View Post
Code:
root@localhost:~# slackpkg install-new
This will only install packages that are new in the Slackware tree, not older packages that are just not installed.
I just solved that problem with mounting my mirror, going to the slackware-current/slackware/ directory and launched
Code:
upgrade-pkg --install-new {a,ap,d,f,kde,l,n,tcl,x,xap,y}/*.t?z
I don't use emacs and tex so I omitted that.
 
Old 07-15-2012, 10:47 PM   #8
hba
Member
 
Registered: May 2012
Location: Oaxaca, México
Distribution: Slackware Linux
Posts: 45

Rep: Reputation: 20
I see, if that is what you need then something like

Code:
root@localhost:~# slackpkg install xap
could help you.
 
1 members found this post helpful.
Old 07-16-2012, 02:05 AM   #9
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
you can use also
Code:
slackpkg install slackware
or
Code:
slackpkg install slackware64
if you're on 64bit.
 
1 members found this post helpful.
Old 07-16-2012, 09:20 AM   #10
cesarion76
Member
 
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 56

Original Poster
Rep: Reputation: 3
At boot I get this:

Code:
updating gtk.immodules ... error while loading libffi.so.6 ... etc
/var/log/messages and get this:
Code:
Jul 16 10:56:50 cesarion kernel: [ 1228.472051] audacious[2696] trap int3 ip:7f2a51e1fd89 sp:7fff83f56460 error:0
Can it be something in the GTK libs?
just reinstalled GTK 1,2 & 3 pkg but still the same.
 
Old 07-16-2012, 09:37 AM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
libffi was added with the upgrade from June 25. Are you sure that you have launched slackpkg install-new?
Other than that, I just realized that Audacious does not use the GTK-theme I use, so this maybe indeed is a GTK problem.
 
Old 07-16-2012, 09:42 AM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
you're probably missing the libffi package: take in account that only full installs are supported, if you decide not to install something you do it under your own responsibility and you're (mainly) on your own.
 
Old 07-16-2012, 10:29 AM   #13
cesarion76
Member
 
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 56

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by ponce View Post
you're probably missing the libffi package: take in account that only full installs are supported, if you decide not to install something you do it under your own responsibility and you're (mainly) on your own.
libffi package is installed. I'm running full current x86_64 multilib. Upgraded using:

Code:
slackpkg upgrade-all
slackpkg install-new
slackpkg clean-system
slackpkg new-config
edit: just reinstalled audacious and audacious plugins. still the same.

Last edited by cesarion76; 07-16-2012 at 10:37 AM.
 
Old 07-16-2012, 10:50 AM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Offtopic: You should always run install-new before upgrade-all when updating the system.
 
Old 07-16-2012, 10:57 AM   #15
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Here...on a fresh full install of -current (fri 13)...
whenever I tried to open a file or add files to the playlist
audacious would just exit with this error message:
Quote:
GLib-GIO-ERROR **: No GSettings schemas are installed on the system ...
Came across this page:
GNOME_Package_Guidelines
Which mentions...
Quote:
...When a new GSettings schema installed on the system, the GSettings database should
be recompiled
So as root I did:
Code:
glib-compile-schemas /usr/share/glib-2.0/schemas
And I can now open a file and add files to the playlist without issue.
I then had to find/configure a gtk3 theme for audacious as the default is ugly.

HTH
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Upgrade Audacious in -current? Nylex Slackware 22 01-15-2011 12:20 AM
[SOLVED] Audacious in Current Gavin Harper Slackware 1 09-08-2010 10:16 AM
Current audacious-plugins has to be recompiled against libmowgli ivandi Slackware 1 08-28-2010 09:55 PM
[SOLVED] Slackware-current, Audacious missing from XFCE system tray Eternal_Newbie Slackware 0 02-08-2008 05:39 PM
audacious, mcs from -current bioe007 Slackware 11 05-01-2007 04:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration