LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-26-2006, 05:02 PM   #1
Mithic
Member
 
Registered: Nov 2006
Location: Downers Grove, Illinois
Distribution: Slackware 11, Kernel 2.6.18
Posts: 42

Rep: Reputation: 15
A Few Questions...


I'm having a few problems i need help with.

First, I'm using fluxbox right now and when i login, the wallpaper i set flashes real quick then goes back to the default fluxbox color. I've tried setting "fbsetbg -f /path/wallpaper.jpg" in the startup file and that didnt work.

Second, I installed Aterm on both kde and fluxbox and it doesnt show up in any of the menu's. How do i start it up?

Third, I used Kwifi in kde for my wireless connection. Is there a way to use it in fluxbox or is there another program i can use?

I appreciate any help.
 
Old 11-26-2006, 05:14 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I haven't used Fluxbox but I know that in Ice Window Manager the software that puts the wallpaper image on the screen has to remain running in the background. Try this.
Code:
fbsetbg -f /path/wallpaper.jpg &
You can run Aterm by opening a terminal window and entering the command aterm on the command line.

You can also use Kwifi the same way.
 
Old 11-26-2006, 05:55 PM   #3
Mithic
Member
 
Registered: Nov 2006
Location: Downers Grove, Illinois
Distribution: Slackware 11, Kernel 2.6.18
Posts: 42

Original Poster
Rep: Reputation: 15
Thanks, "fbsetbg -f /path/wallpaper.jpg &" worked.
When i type aterm or kwifi in a terminal it just says "command not found".
 
Old 11-27-2006, 08:32 AM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I should have checked to see what the binary names for each application is before I wrote. Just now I used the locate command to search the file system for the string "kwifi". Here is what it showed me.
Code:
user01> locate kwifi
/opt/kde3/bin/kwifimanager
The locate utility showed a bunch of other lines as well. It looks like the kwifi software is called kwifimanager. Try entering kwifimanager in a terminal window. If /opt/kde3/bin is not in your PATH then you will have to write the entire path as well as the program name.

I couldn't find aterm on my system. This is what I got when I used the locate utility to find "aterm".
Code:
user01> locate aterm
...
/opt/kde3/share/apps/kappfinder/apps/System/Terminal/aterm.desktop
...
/usr/share/susehelp/meta/Administration/System/aterm.desktop
...
/usr/share/update-desktop-files/templates/System/Terminal/aterm.desktop
...
There were more lines. I didn't put them in because they matched the characters "aterm" in the middle of other words. So it looks like I don't have aterm but there are signs that SuSE knows about it. It just wasn't installed.

That's how you can use the locate utility to find things. It only works if you have a cron job to run "updatedb" from time to time, such as once a day. Most distributions will probably set this up automatically when the system is installed. Slackware probably won't.

Last edited by stress_junkie; 11-27-2006 at 08:44 AM.
 
Old 11-27-2006, 08:41 AM   #5
Mithic
Member
 
Registered: Nov 2006
Location: Downers Grove, Illinois
Distribution: Slackware 11, Kernel 2.6.18
Posts: 42

Original Poster
Rep: Reputation: 15
Ok, typing "kwifimanager" worked...thanks alot.
 
Old 11-27-2006, 08:47 AM   #6
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
fbsetbg -l (lower case L) is the command to set the background to the last background image used.

This is preferable because it remembers the last one you used so you don't have to go in and edit the path and file name every time you decide to change your background image.

Last edited by masonm; 11-27-2006 at 08:49 AM.
 
Old 11-27-2006, 09:00 AM   #7
Mithic
Member
 
Registered: Nov 2006
Location: Downers Grove, Illinois
Distribution: Slackware 11, Kernel 2.6.18
Posts: 42

Original Poster
Rep: Reputation: 15
This is what came up when i searched for "Aterm"

Code:
$ slocate aterm
/usr/local/share/afterstep/doc/html/images/aterm.jpg
/usr/local/share/afterstep/desktop/icons/aterm
/usr/local/share/afterstep/desktop/icons/logos/aterm
/usr/local/share/afterstep/desktop/icons/logos/aterm2
/usr/local/share/afterstep_old/doc/html/images/aterm.jpg
/usr/local/share/afterstep_old/desktop/icons/aterm
/usr/local/share/afterstep_old/desktop/icons/logos/aterm
/usr/local/share/afterstep_old/desktop/icons/logos/aterm2
/usr/share/terminfo/l/lisaterm
/usr/share/terminfo/l/lisaterm-w
/usr/share/terminfo/v/versaterm
/usr/share/terminfo/s/screen.teraterm
/usr/share/terminfo/t/teraterm
/opt/kde/share/apps/kappfinder/apps/System/Terminal/aterm.desktop
 
Old 02-27-2007, 10:03 PM   #8
regret
LQ Newbie
 
Registered: Dec 2006
Distribution: Slackware;Ubuntu;Fedora
Posts: 7

Rep: Reputation: 0
Are you running Slackware by chance? And if so, did you install aterm via installpkg?

I personally had problems installing aterm as a .tgz file, but when I installed it from the source binaries it works just fine. Once you verify that the program is install by launching it from your native terminal, you can edit your ~/.fluxbox/menu file and add the line
Code:
  [exec]     Aterm     {aterm}
where you want it for clicky-clicky access via the fluxbox menu.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
A few questions Wykyd1 Linux - Software 16 05-15-2004 08:21 AM
Several questions SocialParasite Slackware 4 07-05-2003 04:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:43 AM.

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