Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Artwiz fonts && Fluxbox slits/bbpager
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
glawe
n00b
n00b


Joined: 03 Jul 2002
Posts: 35
Location: Sweden

PostPosted: Sat Jul 20, 2002 1:54 am    Post subject: Artwiz fonts && Fluxbox slits/bbpager Reply with quote

Hia all, i tried to install the artwiz fonts, but i dont seem to have chkfontpath installed, what package do i need to emerge to get it ?

cd /usr/X11R6/lib/X11/fonts
tar xzf /path/to/artwiz-fonts-ao.tgz
cd artwiz-fonts
mkfontdir
chkfontpath -q -a /usr/X11R6/lib/X11/fonts/artwiz-fonts:unscaled


Also, ive run E for long time, but i really like Fluxbox so im thinking of switching over to it, i have one question on the slits and bbpager though, how can i change the apperence of (skin) of bbpager, and how can i make it remeber its x,y chords ?? when i start it always dock in the left/down corner (i want it down/right), oh ya, how can i change the mouseclick on it, right now it only responds on my button3 on the mouse, i want it on button 1

Thnx

/Glawe
Back to top
View user's profile Send private message
citizen428
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 317
Location: Vienna, Austria

PostPosted: Mon Jul 22, 2002 3:50 pm    Post subject: Re: Artwiz fonts && Fluxbox slits/bbpager Reply with quote

glawe wrote:
1. i have one question on the slits and bbpager though, how can i change the apperence of (skin) of bbpager,

2. and how can i make it remeber its x,y chords ?? when i start it always dock in the left/down corner (i want it down/right), oh ya, how can i change the mouseclick on it, right now it only responds on my button3 on the mouse, i want it on button 1

ad 1. As I learned today in another thread:

ln -s ~/.fluxbox/init ~/.blackboxrc

ad 2. I just installed bbpager and have the exact same questions...
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Mon Jul 22, 2002 4:29 pm    Post subject: Re: Artwiz fonts && Fluxbox slits/bbpager Reply with quote

glawe wrote:
Hia all, i tried to install the artwiz fonts, but i dont seem to have chkfontpath installed, what package do i need to emerge to get it ?

cd /usr/X11R6/lib/X11/fonts
tar xzf /path/to/artwiz-fonts-ao.tgz
cd artwiz-fonts
mkfontdir
chkfontpath -q -a /usr/X11R6/lib/X11/fonts/artwiz-fonts:unscaled


I just did:

Code:

cd /usr/X11R6/lib/X11/fonts
tar xzf /path/to/artwiz-fonts-ao.tgz
cd artwiz-fonts
mkfontdir
nano -w /etc/X11/XF86Config (add the artwiz fonts dir here)
startx (re-start fluxbox)


Worked for me.
Back to top
View user's profile Send private message
El-Loco
n00b
n00b


Joined: 22 Jul 2002
Posts: 22
Location: Höganäs, Sweden

PostPosted: Mon Jul 22, 2002 5:27 pm    Post subject: Re: Artwiz fonts && Fluxbox slits/bbpager Reply with quote

This is how I did

mkdir /usr/X11R6/lib/X11/fonts/artwiz-fonts
unpacked all the fonts into that folder
cd /usr/X11R6/lib/X11/fonts/artwiz-fonts
mkfontdir
Added /usr/X11R6/lib/X11/fonts/artwiz-fonts:unscaled i
n my /etc/X11/XF86Config down by the FontPath section.
And then restarted.

Worked for me :)
_________________
Gentoo
Back to top
View user's profile Send private message
Mallrats
Guru
Guru


Joined: 15 Jul 2002
Posts: 414
Location: Cleveland Ohio

PostPosted: Mon Jul 22, 2002 6:40 pm    Post subject: Reply with quote

I don't have a command "mkfontdir"
Anyone know why?
Back to top
View user's profile Send private message
El-Loco
n00b
n00b


Joined: 22 Jul 2002
Posts: 22
Location: Höganäs, Sweden

PostPosted: Mon Jul 22, 2002 6:59 pm    Post subject: Reply with quote

Mallrats wrote:
I don't have a command "mkfontdir"
Anyone know why?


Yes, I forgot to say that I typed
Code:
 source /etc/profile

first
_________________
Gentoo
Back to top
View user's profile Send private message
al3x
n00b
n00b


Joined: 19 Jun 2002
Posts: 47

PostPosted: Mon Jul 22, 2002 7:01 pm    Post subject: mkfontdir Reply with quote

If you're trying it as root, you may have to do a

Code:
whereis mkfontdir


...I think it hides in /usr/X11/bin/ or something like that, some path that isn't in root's default paths. If you're trying it as a regular user and you still don't see it, uhm, that's not good :wink: It should be a regular part of your XFree build, but if you don't have it you can always emerge RPM and grab an RPM of it, if you're desperate.

And just from my experience: make sure you actually try a fluxbox/blackbox theme that uses the artwiz fonts before you decide that they aren't working.. I was just checking for them in xfontsel and the GNOME font chooser and they don't show up :roll:
Back to top
View user's profile Send private message
Mallrats
Guru
Guru


Joined: 15 Jul 2002
Posts: 414
Location: Cleveland Ohio

PostPosted: Mon Jul 22, 2002 7:30 pm    Post subject: Reply with quote

found mkfontdir okay
but now I can't find chkfontpath
:oops:
Back to top
View user's profile Send private message
al3x
n00b
n00b


Joined: 19 Jun 2002
Posts: 47

PostPosted: Mon Jul 22, 2002 7:43 pm    Post subject: chkfontpath Reply with quote

chkfontpath is not really necessary. You should be able to find it using the method above (whereis chkfontpath), but yeah it should work without it.
Back to top
View user's profile Send private message
Mallrats
Guru
Guru


Joined: 15 Jul 2002
Posts: 414
Location: Cleveland Ohio

PostPosted: Mon Jul 22, 2002 8:20 pm    Post subject: Reply with quote

still not found, I used whereis and locate

What's the difference?
Back to top
View user's profile Send private message
al3x
n00b
n00b


Joined: 19 Jun 2002
Posts: 47

PostPosted: Tue Jul 23, 2002 12:07 am    Post subject: Unorthodox methods Reply with quote

You want chkfontpath? I got yer chkfontpath RIGHT HERE:

Code:

emerge rpm
wget ftp://rpmfind.net/linux/redhat/7.1/en/os/i386/RedHat/RPMS/chkfontpath-1.9.5-1.i386.rpm
rpm -i --force --nodeps chkfontpath-1.9.5-1.i386.rpm


...that's the evil way of getting chkfontpath. But damnit, it works 8)
Back to top
View user's profile Send private message
glawe
n00b
n00b


Joined: 03 Jul 2002
Posts: 35
Location: Sweden

PostPosted: Tue Jul 23, 2002 1:41 am    Post subject: Reply with quote

hehe... no way im emerging rpm now when i at last have gotten rid of it ;=)

anyway.. i solved my problem with the fonts... i just cant figure out how a config file for bbpager would look like
Back to top
View user's profile Send private message
dioxmat
Bodhisattva
Bodhisattva


Joined: 04 May 2002
Posts: 709
Location: /home/mat

PostPosted: Thu Aug 29, 2002 2:23 pm    Post subject: Reply with quote

/usr/share/bbtools/bbpager.bb is the bbpager conf file.
the only problem I had is, its copying things from the toolbar configuration and I couldnt find a way to make it stop doing that (ie my toolbar is using a gradient texture, but I want bbpager to be plain flat...) . also I couldnt set the border width between the desktops.

anyway, for those interessted, heres my bbpager conf :

Code:

bbpager.position:               +0-0
bbpager.desktop.width:          44
bbpager.desktop.height:         33
bbpager.columns:               1
bbpager.rows:                  1
bbpager.raised:                 True
bbpager.window.focusStyle:      texture

bbpager.desktop.focusStyle:    border
bbpager.desktop.focus:       Flat
bbpager.desktop.focus.color:    darkslategrey

bbpager.bevelWidth:             0
bbpager.frame:                 Flat
bbpager.frame.color:           slategrey

bbpager.desktop:               Flat
bbpager.desktop.color:         slategrey

bbpager.window:                Flat
bbpager.window.color:          slategrey

bbpager.window.focus:          Flat
bbpager.window.focus.color:    rgb:c/9/6

bbpager.active.window.borderColor:   grey
bbpager.inactive.window.borderColor:   black
bbpager.active.desktop.borderColor:   slategrey


goes nice with my modified-to-be-super-flat blues theme.
_________________
mat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum