LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FluxBox - can I add icons to my desktop? amd 2 other ?'s (https://www.linuxquestions.org/questions/linux-software-2/fluxbox-can-i-add-icons-to-my-desktop-amd-2-other-s-91016/)

bohh 09-09-2003 05:22 PM

FluxBox - can I add icons to my desktop? amd 2 other ?'s
 
Can I add icons to my desktop? If so how?
I could do it in Gnome, but I like FB so far besides no icons.

Another question I see a lot of people with status bars on the sides and other things... how would I do that?

And last, can I view my drives (are they called mounts in linux)? I gnome I could browse my harddrive in a windowed viewer...possible in FB?


Thanks for the help!

Bohh

Proud 09-09-2003 05:37 PM

Fluxbox is a window manager, so it simply manages the decorations around your apps' windows, and also sets the background image and has a toolbar and slit.
Kde and Gnome are desktop environments, they have their own apps like file managers as well as dealing with the windows and desktop.

Those status displays are either dock apps in the slit, or GKrellm, or both.

Try Nautius --no-desktop for viewing your files as normal, or just nautilus if you like it's desktop icons so much.

Other ways of getting icons in Fluxbox include using Fbdesk, Idesk, Rox Filer's Pinboard, and other such apps.

bohh 09-09-2003 05:46 PM

Thanks for the reply! Think I will try and use Gkrellum and FBdesk.

How do you all look at your files and stuff then with FB? Through the console? Guess I could do that...

Another quick question. I've downloaded a theme for FB, see'ing how (I assume) I have to go through the konsole how would i install it?

Thank you,
Bohh

acid_kewpie 09-09-2003 05:52 PM

console rules. Trust people when they say you'll soon swear by it for speed.

to install a theme, just copy it into the styles directory, e.g. /usr/share/fluxbox/styles

Proud 09-09-2003 05:52 PM

You can use the apps you normally did in Kde and Gnome, just right click the desktop to get the menu. You can edit it by copying it from (probably) /usr/share/fluxbox/menu to ~/.fluxbox/menu and then update ~/.fluxbox/init to point to it.
Install the theme to ~/.fluxbox/styles, and any pixmaps probably go in ~/.fluxbox/pixmaps/theme name/
Try my pixmap themes for the development versions of Fluxbox :)

bohh 09-09-2003 05:55 PM

ok :) thanks a lot for the help. Sorry for all the questions, but have another that just popped up.

I'm trying to install GKrellm, it is an rpm.. so I go to console and get to the directory but I don't know the command to run/install the rpm.

Thanks again, really apprciate all the help !

Bohh

[edit] still trying to install this theme.. its in a tar.bz2... how would i extract the files in it to a folder or something so i can copy the files to the folder you listed?

DrOzz 09-09-2003 09:31 PM

for an rpm you type ::
rpm -ivh packagename.rpm
after you install it you can type ::
gkrellm
in the terminal to run it..
and to extract your theme you will type ::
tar -jxvf filename.tar.bz2
then you copy it to the styles folder
cp /folder/name /usr/share/fluxbox/styles
or move it to there ::
mv /folder/name /usr/share/fluxbox/styles


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