LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-17-2021, 02:32 PM   #1
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Rep: Reputation: 237Reputation: 237Reputation: 237
XMMS error......


nate@Dad:~$ xmms
/usr/share/themes/Breeze/gtk-2.0/gtkrc:4: error: unexpected identifier `gtk-color-scheme', expected keyword - e.g. `style'
/home/nate/.config/gtkrc:5: error: unexpected identifier `gtk-theme-name', expected keyword - e.g. `style'

** CRITICAL **: setup_ctrlsocket(): Failed to assign /tmp/xmms_nate.0 to a socket (Error: Permission denied)
 
Old 10-17-2021, 02:35 PM   #2
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
From my system:
Code:
:~$ xmms
Message: device: default
it launches just fine. Do you have any custom GTK themes set? That error message suggests there's an issue with the theme itself so knowing which one you are using would be helpful.
 
Old 10-17-2021, 02:36 PM   #3
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Original Poster
Rep: Reputation: 237Reputation: 237Reputation: 237
no not really im using current added yesterday
 
Old 10-17-2021, 02:39 PM   #4
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Original Poster
Rep: Reputation: 237Reputation: 237Reputation: 237
I think maybe Cinnamon and Gnome 3.38 is conflicting with XMMS theme?
root@Dad:/home/nate# slackpkg file-search gtkrc

Looking for gtkrc in package list. Please wait... DONE

The list below shows the packages that contains "gtkrc" file.

[inst] cinnamon : mint-themes-1.8.7-noarch-1_csb
[inst] gnome : gtksourceview-4.8.1-x86_64-1dl
[inst] multilib : gtk+3-compat32-3.24.30-x86_64-1compat32
[inst] slackware64 : Greybird-3.22.15-noarch-1
[inst] slackware64 : breeze-gtk-5.23.0-x86_64-1
[inst] slackware64 : gimp-2.10.28-x86_64-1
[inst] slackware64 : gnome-themes-extra-3.28-x86_64-3
[inst] slackware64 : gtk+-1.2.10-x86_64-9
[inst] slackware64 : gtk+2-2.24.33-x86_64-2
[inst] slackware64 : gtk+3-3.24.30-x86_64-1
[inst] slackware64 : gtksourceview3-3.24.11-x86_64-4
[inst] slackware64 : oxygen-gtk2-1.4.6-x86_64-4
[inst] slackware64 : pidgin-2.14.8-x86_64-1
[inst] slackware64 : pygtk-2.24.0-x86_64-7
[inst] slackware64 : thunar-4.16.10-x86_64-1
[inst] slackware64 : vim-8.2.3487-x86_64-1
[unin] alienbob : rawtherapee-4.0.8-x86_64-1alien
[unin] mate : gtk-engines-2.21.0-x86_64-1_msb
[unin] mate : gtksourceview4-4.8.1-x86_64-1_msb
[unin] mate : mate-themes-3.22.22-noarch-1_msb
[unin] slackware64 : xfwm4-4.16.1-x86_64-3

You can search specific packages using "slackpkg search package".
 
Old 10-17-2021, 02:40 PM   #5
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
So this is KDE? Which theme do you have set for GTK applications?
go to Settings->Appearance->Application Style->Configure Gnome/GTK Application style.
 
Old 10-17-2021, 02:41 PM   #6
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
Oh that could be. The error says you are using Breeze which ships with plasma but maybe something else is getting pulled in.
 
Old 10-17-2021, 02:46 PM   #7
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Original Poster
Rep: Reputation: 237Reputation: 237Reputation: 237
Ya Im using Breeze.
I really think it has to do with having multiple DE's on my system....
Hum i think I mite have to delete some.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20211017_144120.png
Views:	26
Size:	108.8 KB
ID:	37496  
 
Old 10-17-2021, 02:57 PM   #8
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
I'm not very well versed in how the themes are pulled in but there is a load order so it's probably pulling in the wrong breeze or something.
 
Old 10-17-2021, 04:25 PM   #9
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Original Poster
Rep: Reputation: 237Reputation: 237Reputation: 237
Ya i do see what you are saying cause I just found out I have 3 different gtk's installed on my system gtk 2.0 gtk 3.0 and gtk 4.0
 
Old 10-17-2021, 04:29 PM   #10
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 508

Rep: Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586Reputation: 586
Quote:
Originally Posted by reddog83 View Post
Ya i do see what you are saying cause I just found out I have 3 different gtk's installed on my system gtk 2.0 gtk 3.0 and gtk 4.0
That's normal but due to all the other stuff you installed it could be a version mismatch. The theme engine is giving that error so it could be a compatibility error. On my system xmms is compiled against gtk 1.2. Maybe see if you can reproduce this in a different desktop or in fluxbox.

EDIT: also make sure you have all 4 GTK packages installed...
slackpkg search gtk
Code:
The list below shows all packages with name matching "gtk".

[inst] compat32    : gtk+2-compat32-2.24.33-x86_64-2compat32
[inst] compat32    : gtk+3-compat32-3.24.30-x86_64-1compat32
[inst] slackware64 : breeze-gtk-5.22.5-x86_64-2
[inst] slackware64 : gtk+-1.2.10-x86_64-9
[inst] slackware64 : gtk+2-2.24.33-x86_64-2
[inst] slackware64 : gtk+3-3.24.30-x86_64-1
[inst] slackware64 : gtk4-4.4.0-x86_64-1

Last edited by Pithium; 10-17-2021 at 04:31 PM.
 
Old 10-18-2021, 04:06 PM   #11
th_r
LQ Newbie
 
Registered: May 2009
Posts: 21

Rep: Reputation: 24
Hi

Check the environment variable GTK_RC_FILES.
$ echo $ GTK_RC_FILES
or
$ export

In my current Slackware, this variable is set to "/etc/gtk/gtkrc:/home/user/.gtkrc:/home/user/.config/gtkrc"
//user - your user on the system

GTK1 theme settings are set by default in /etс/gtk/gtkrc

In your case, this variable is most likely set to the GTK2 config file ....
 
  


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
XMMS and XMMS-WMA darkarcon2015 Linux - Software 5 01-19-2005 02:48 PM
xmms-infopipe can't find xmms.. minm Linux - Software 9 10-18-2004 10:00 PM
ALSA w/ XMMS : No PCM control in xmms Astro Slackware 1 08-08-2004 11:19 PM
Xmms Plugin 1.2.8 [xmms-config problem] MDMA Mandriva 2 01-29-2004 09:55 AM
red hat 9 xmms and nvidia driver-xmms ronss Red Hat 3 09-26-2003 08:06 AM

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

All times are GMT -5. The time now is 03:53 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