LinuxQuestions.org
Review your favorite Linux distribution.
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 05-28-2005, 12:28 PM   #1
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Rep: Reputation: 15
blackbox issues


i just have a few basic questions i have been searching to the answer for but havent got very far.
1. how do u change the background in blackbox
2.how do u change/install blackbox themes
3. how do i edit the right-click menu to add programs to it
any help will be appreciated
 
Old 05-28-2005, 12:44 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
This should get you started;
http://blackboxwm.sourceforge.net/BlackboxDocumentation
 
Old 05-28-2005, 01:22 PM   #3
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
comprookie, the reason i am switching to blackbox is because i have had troubles with fluxbox, i read their faq and man pages and i couldnt get every theme i downloaded from freshmeat to work, also it was having transparency issues i.e. i couldnt display aterm transparency. also how do u set a background as default?
 
Old 05-28-2005, 01:40 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I use Esetroot it comes with eterm,I don't like eterm I use aterm but I have never had any problems with Esetroot;
Code:
Esetroot -center /path/to/image.png
also you can use -scale
Code:
Esetroot -scale /path/to/image.png
once you get what you want you can add it to your .xinitrc if you use startx or to the style or theme you are using.
Some of the themes you may need to edit to include the fonts that you have installed.You can use xfontsel to see which ones are installed.What distro are you using and what version of fluxbox did you have problems with.Blackbox is good but I am just used to fluxbox.
 
Old 05-28-2005, 01:57 PM   #5
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
i am using gentoo. genkernel 2.6. i just emerged fluxbox from a terminal. how do u install a new theme in fluxbox?

Last edited by Cryptix; 05-28-2005 at 02:02 PM.
 
Old 05-28-2005, 02:12 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Set up your /home/yourname/.fluxbox/init so your menu is being read,like this;
Code:
session.menuFile:	/home/david/.fluxbox/menu
restart fluxbox,you don't need to exit x just restart
next download a style,just happen to have some here;
http://www.abbottdavid.com/styles/
untar it and put it in /home/yourname/.fluxbox/styles
some will go there on there own and some need to be moved
there will be inside the style some pixmaps and the theme.cfg
let me know if you need anything else here is some more;
http://abbottdavid.no-ip.info/fluxbox/index.html and
http://gentoo-wiki.com/HOWTO_Fluxbox
and this will get your fonts to look good
http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts
You will be busy

Last edited by comprookie2000; 05-28-2005 at 02:18 PM.
 
Old 05-28-2005, 02:30 PM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
To install those good looking artwiz fonts you will need to create the file as root;
/etc/portage/package.kewords and add this to it;<--should be keywords
media-fonts/artwiz-aleczapka-en ~x86 then
Code:
emerge artwiz-aleczapka-en
then edit /etc/X11/xorg.conf and add them,here is mine
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/artwiz-aleczapka-en/"
# FontPath "/usr/share/fonts/freefont/"
Now you will have to restart X

Last edited by comprookie2000; 05-28-2005 at 02:47 PM.
 
Old 05-28-2005, 02:33 PM   #8
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
how do i make a background default and fullscreen?
 
Old 05-28-2005, 02:37 PM   #9
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
-scale add it to .xinitrc or if you start fluxbox with startfluxbox add it to
/home/yourname/.fluxbox/startup
Did you do your reading?
download this one save it in your home dir;
http://www.abbottdavid.com/screenshots/prettyocean.jpg
and set it with;
Esetroot -scale prettyocean.jpg
what happens?

Last edited by comprookie2000; 05-28-2005 at 02:42 PM.
 
Old 05-28-2005, 02:41 PM   #10
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
btw i added that line to /etc/portage/package.keywords and it still says artwiz-aleczapka-en package masked when i emerge artwiz-aleczapka-en
 
Old 05-28-2005, 02:46 PM   #11
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I typed it wrong should be /etc/portage/package.keywords
 
Old 05-28-2005, 02:48 PM   #12
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
ok i think there's something wrong with my fluxbox because it wont let me set backgrounds etc. i want to just delete it and emerge it again how do i do that?

PS. your running gentoo right? how did u get ur sound to work? i follow the alsa tutorial on the gentoo site and it still didnt work.
 
Old 05-28-2005, 02:50 PM   #13
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
yah i put in keywords cause thats wut i figured u meant.. still didnt work
 
Old 05-28-2005, 02:53 PM   #14
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Put the whole filename in package.keyworks
emerge search artwiz-aleczapka-en to see what it is and make sure you have the ~x86 at the end
emerge -C fluxbox

what kind of sound card?

Last edited by comprookie2000; 05-28-2005 at 02:59 PM.
 
Old 05-28-2005, 02:55 PM   #15
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
VIA technologies, Inc. VT8233/A/8235/7237 AC97 Audio Controller (rev 50)
 
  


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
Blackbox start-up issues Dralnu Linux - Software 1 09-06-2005 11:46 AM
Blackbox issues Cyric Linux - Software 8 10-03-2004 10:23 PM
Blackbox MeatAbstract Linux - Software 2 09-25-2003 11:54 AM
Blackbox Smog Linux - Software 14 06-17-2003 03:11 PM
Blackbox Stephanie Linux - General 2 05-21-2002 04:40 PM

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

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