LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-16-2009, 04:17 PM   #1
Jake and Mac CET 2
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Rep: Reputation: 0
Question Setting Background Images: Step By Step


Hello, My name is Jake. I am in Computer Engineering Technology 2 in my high school. Currently, we are working with linux and flubox (I think fluxbox 9, but not sure) in groups of two (Mac is my partner). Our teacher basically wants us to figure out most of what we are doing on our own. He wants us to pretty much do our own thing and be creative, which is pretty cool.

Before we even start, I will say right now that this is my first time using linux or anything like linux, and my first time using fluxbox or anyting like fluxbox. I have learned C++, SAS, and Visual Basic, and that is the only coding I have ever done (well, some html). Our teacher has got us to the point where we can edit fluxbox with code. I have coded in linux yesterday(I had to install fluxbox). This is the only experience I have with coding. I am not using linux right now, so I cant code it right now. Linux is on a computer Mac and I built in that class. Tommorow I have school, so it would be greatly appreciated if I had an answer ASAP, so that I do not waste the class period trying to find answers and instead be able to use it to code instead.

Currently I am trying to change my background image of fluxbox. I have searched for my answers on different websites, wiki's, and forums. Most of the answers I get usually do not help because of my inexperience with linux and fluxbox. My request is a noob friendly step by step guide to setting a background on fluxbox. I will emphasize noob friendly again. This includes programs you need to install, the editor(s) I need to code in, and everything in between. I hope this helps both me and others, as there is bound to be other linux noobies trying to do the same thing as I am (maybe even people in my class!) I will probably be a regular visitor hear for the next few weeks. Who knows, I may install linux on my PC at home! I hope these responses help both me and future linux noobies.

BTW, bolding important words is an OCD thing, sorry if it bothers anyone.

Last edited by Jake and Mac CET 2; 04-16-2009 at 04:29 PM. Reason: tags, changing the last sentence, changing some words, adding a word
 
Old 04-16-2009, 04:31 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I have searched for my answers on different websites, wiki's, and forums.
really?
I don't think so.


http://www.everyjoe.com/newlinuxuser...er-in-fluxbox/
 
Old 04-16-2009, 04:36 PM   #3
Jake and Mac CET 2
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Wait, do I have to type this code in my text editor: ~/.fluxbox/startup file

Or do I only have to type:fbsetbg -f /home/jon/.fluxbox/backgrounds/my_background.jpg

Only typing the second one did not work for me. Do I have to install feh?
 
Old 04-16-2009, 04:38 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
perhaps you could learn to read?
Open a terminal window and use your favorite text editor to open your ~/.fluxbox/startup file.
 
Old 04-16-2009, 04:50 PM   #5
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Maybe the source didn't have randomly bolded up words?

>Jake and Mac CET 2, Since I highly doubt that changing a desktop background is going to a homework task I think helping here isn't going to be too bad but just to state, we aren't gunna help you with your homework if you are gunna ask for help with that. If you wish to know why, you need to learn to be able to figure things out for yourself, Education is showing how well you can learn and learn things for yourself. Even I just checked and in the two searches I did I found information, second search lead to the site above... I'd advise seeing if you can figure more stuff out for yourself, you'd be surprised just how much you will need to do it once you hit a professional level, and trust me, I do things at a professional level in a datacenter so I have a good idea on this one.
 
Old 04-16-2009, 04:52 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Yes, I believe you do need to install feh.
 
Old 04-16-2009, 04:54 PM   #7
Jake and Mac CET 2
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Do I need to install fbsetbg? what is fbsetbg?

Like I said, I have tried most of the solutions online, and they are not working, I went to this forum to try to figure out why.
 
Old 04-16-2009, 04:57 PM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
No, fbsetg is just a command that comes with fluxbox.
 
Old 04-16-2009, 04:58 PM   #9
Jake and Mac CET 2
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
what about wpsetters?
 
Old 04-16-2009, 05:01 PM   #10
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
From what I can see, it should already be installed with Fluxbox, if it's even an application, it may quite possibly just be a setting within fluxbox itself.

Just open ~/.fluxbox/startup in a text editor, I would recommend nano if you have it, vi(m) is a pain... and emacs... well I'll not go their.

Basically, open terminal
nano ~/.fluxbox/startup
(if works)
^w fbsetbg (^ means the control key, not shift 6)
change the path to the image you want as your desktop, I presume a log out and a log in maybe required.
^o (to write out / save)
^x (to quit)
(if nano does not work)
vi ~/.fluxbox/startup

in vi hit i to insert text, escape to exit insert mode. :x to save and quit... I am not giving a full tutorial of how to use vi, their are many of them around. I don't believe Fluxbox is good for beginners, but even so that was not hard, just the following google results got the answers needed for this. "fluxbox wallpaper" and "linux terminal editors", both first hit and nano is very good at telling you how it works....

Last edited by r3sistance; 04-16-2009 at 05:09 PM.
 
Old 04-16-2009, 05:02 PM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Our teacher basically wants us to figure out most of what we are doing on our own
That"s gonna be fun
 
Old 04-16-2009, 05:10 PM   #12
Jake and Mac CET 2
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by r3sistance View Post
From what I can see, it should already be installed with Fluxbox, if it's even an application, it may quite possibly just be a setting within fluxbox itself.

Just open ~/.fluxbox/startup in a text editor, I would recommend nano if you have it, vi(m) is a pain... and emacs... well I'll not go their.

Basically, open terminal
nano ~/.fluxbox/startup
(if works)
^w fbsetbg (^ means the control key, not shift 6)
change the path to the image you want as your desktop, I presume a log out and a log in maybe required.
^o (to write out / save)
^x (to quit)
(if nano does not work)
vi ~/.fluxbox/startup

in vi hit i to insert text, escape to exit insert mode. :x to save and quit... I am not giving a full tutorial of how to use vi, their are many of them around.
We used vi in a tutorial our teacher gave us. thanks for the info. I would still appreciate more responses, in case this one does not work for me for whatever reason.
 
Old 04-16-2009, 05:12 PM   #13
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by repo View Post
That"s gonna be fun
Reminds me of the time our college lectures asked us to install CVS on a load of windows machines without giving us administrative rights. And then when they got them installed, turned out that every single installation didn't work... we never did properly learn CVS... oh well. In the end we had a cruddy windows GUI and had to go off to one of the cruddy computers left in a broom cupboard kinda deals.

Personally in college we had to learn alot of things for ourselves... not really shocking at that level of education. Heck I installed Mandrake on my laptop in dual boot just to start learning linux, darned classmates password reset it before I even really ever touched linux back then...
 
Old 04-16-2009, 05:34 PM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I would still appreciate more responses, in case this one does not work for me for whatever reason.
That's the spirit.
 
  


Reply

Tags
background, fluxbox, linux



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
LXer: Easy step-by-step guide for incorporating SVG into Web pages LXer Syndicated Linux News 0 07-29-2006 12:54 PM
Step by Step guied for Installation pent@net Dvb card under linux mobassir Linux - Networking 4 06-07-2006 07:31 PM
extremely detailed step by step instructions wanted for nvdia driver installation!!! saquib Linux - Hardware 1 03-09-2006 01:21 AM
Step-by-step instructions setting up RSA Authentication for SSH? houler Linux - Security 16 04-27-2005 07:08 AM
Step by step guide to setting up the internet using Ubuntu. chazyd Linux - Networking 2 04-24-2005 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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