LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2009, 09:14 PM   #1
trnz$mr
Member
 
Registered: Oct 2008
Posts: 121

Rep: Reputation: 15
how to run a kbfx package?


this is a stupid question but I'm using KDE 3.5 with slackware 12.2. and in my /opt/kde/lib/ directory I have a kbfx folder.

How do I make this kbfx folder run, before my hair falls out.
I'd like to add the spinx applet to my kicker and install some themes. I can't seem to find the command anywhere online. Any instructions I find online are for ubuntu, which doesn't help at all.
 
Old 02-23-2009, 10:00 PM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by trnz$mr View Post
this is a stupid question but I'm using KDE 3.5 with slackware 12.2. and in my /opt/kde/lib/ directory I have a kbfx folder.

How do I make this kbfx folder run, before my hair falls out.
I'd like to add the spinx applet to my kicker and install some themes. I can't seem to find the command anywhere online. Any instructions I find online are for ubuntu, which doesn't help at all.
You can't make a folder run. You can only run files not folders. If you have installed the kbfx package correctly then just typing kbfxconfigapp in a terminal window will run it.
cheers,
jdk

Last edited by jdkaye; 02-23-2009 at 10:04 PM.
 
Old 02-23-2009, 10:21 PM   #3
trnz$mr
Member
 
Registered: Oct 2008
Posts: 121

Original Poster
Rep: Reputation: 15
inside this kfbx folder there are tons of plugins, applets, icons, and executable files everywhere. If this folder is installed on my system (because I can navigate to it through the root directory) I should be able to see it when I right click my kicker==>add applets==> to kbfx? but kbfx isn't there? As every instruction manuel on earth says it is.

I think I need to initiate this preinstalled kbfx system to get it to work

Last edited by trnz$mr; 02-23-2009 at 11:06 PM.
 
Old 02-23-2009, 11:05 PM   #4
trnz$mr
Member
 
Registered: Oct 2008
Posts: 121

Original Poster
Rep: Reputation: 15
Quote:
If you have installed the kbfx package correctly then just typing kbfxconfigapp in a terminal window will run it
this is the error message I got for that.

Quote:
:/opt/kde/bin# kdesu kbfxconfigapp
sh: kbfxconfigapp: command not found
kbuildsycoca running...
Launched ok, pid = 7771
root@######:/opt/kde/bin# ICE default IO error handler doing an exit(), pid = 7768, errno = 11
when I tried to use 'kdesu kwrite kbfxconfigapp' I had an error message stating that it's all binary and saving it will cause a corrupt file.

Has anyone seen this before, or am I going about it all wrong?
 
Old 02-23-2009, 11:46 PM   #5
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by trnz$mr View Post
this is the error message I got for that.



when I tried to use 'kdesu kwrite kbfxconfigapp' I had an error message stating that it's all binary and saving it will cause a corrupt file.

Has anyone seen this before, or am I going about it all wrong?
kbfxconfigapp is a binary file which is why it is put in a binary folder. If you try to load a binary file into kwrite, which is a text editor, you will always get the message that you quote. I'm not sure why you were trying to edit a binary file but that won't solve your problem. I am somewhat surprised that a package like kbfx installs its executables into an /opt folder. I'll repeat my question of my last post: are you sure you installed the kbfx package correctly? Did you use slackware's package manager to do this?
cheers,
jdk

Last edited by jdkaye; 02-23-2009 at 11:47 PM.
 
Old 02-24-2009, 12:27 AM   #6
trnz$mr
Member
 
Registered: Oct 2008
Posts: 121

Original Poster
Rep: Reputation: 15
Quote:
are you sure you installed the kbfx package correctly? Did you use slackware's package manager to do this?
Actually, kbfx came installed with the slackware 12.2 cd's I purchared from slackware.com.
So, I never actually had to install it. I downloaded a package from sourceforge.com specifically for slackware .tgz.gz file just to see what was in it, and it matched exactely what I had already.

Quote:
I am somewhat surprised that a package like kbfx installs its executables into an /opt folder.
I done some digging around and I found a folder with this directory " /opt/kde/share/apps/kbfxconfigapp " and this had a kbfxconfigappui.rc program file in it. So, with the root privledges under su I keep getting permission denied to run it. So I checked my permissions inquery using ls -ld and this is what I got
Quote:
# /opt/kde/share/apps/kbfxconfigapp# ls -ld
drwxr-xr-x 2 root root 4096 2007-05-16 15:52 .
From what I understood reading other forums and trouble shooting, this looks normal for root. I tried this command assuming it was suspose to do something, but maybe I'm doing this wrong.
Quote:
/opt/kde/share/apps/kbfxconfigapp# ./kbfxconfigappui.rc
bash: ./kbfxconfigappui.rc: Permission denied
I honestly don't know of another file I can try to install to make this thing work. But, I'll keep experimenting I guess.

Thanks for your help thus far. I hope I made more sense this time.
 
Old 02-24-2009, 12:49 AM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Yes, you made a lot more sense. Well done! Doesn't slackware have a package manager? Your kde installation looks very flakey to me (and maybe to KDE itself also). It's hard to imagine that one linux distro has a directory structure soooooo different from the others. I don't know anything about slackware (obviously) but doesn't it have a package manager? You might be better off ripping out kde and then reinstalling it properly. Maybe a slackware guru will help you out here.
cheers,
jdk
 
Old 02-24-2009, 12:55 AM   #8
trnz$mr
Member
 
Registered: Oct 2008
Posts: 121

Original Poster
Rep: Reputation: 15
Ya, KDE is only a start for me. Once I trick it out I'll move to GNOME and then fluxbox. I'm new to Linux (obviously), and it's my first week using it, and it's addicting actually.
I'm going to study this packet manager for slack, maybe I'll gain some insight into all of this.
 
Old 02-24-2009, 01:53 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by trnz$mr View Post
Ya, KDE is only a start for me. Once I trick it out I'll move to GNOME and then fluxbox. I'm new to Linux (obviously), and it's my first week using it, and it's addicting actually.
I'm going to study this packet manager for slack, maybe I'll gain some insight into all of this.
That sounds like a good plan. I'd get spend a couple of months (at least) with KDE before trying anything else. Don't make life too difficult for yourself. Once you're comfortable with KDE then you can experiment with other desktops and find which one suits you best.
Have fun!
jdk
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
KBFX no worky uglydot Linux - Desktop 5 03-02-2007 02:56 PM
kbfx and baghira Cataract Linux - Software 2 01-02-2007 01:31 PM
KBFX Menu Richie55 Mandriva 1 10-29-2006 08:13 AM
kbfx + vista-like eduac Linux - Software 2 12-09-2005 10:16 AM
SUSE 9.3 and KBFX ninjaz SUSE / openSUSE 6 09-14-2005 04:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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