Re: Latest KDE RPMs

2000-01-09 Thread Darian

On Sun, 09 Jan 2000, Bernhard Rosenkraenzer wrote:
 On Sun, 9 Jan 2000, Brian R. Thacker wrote:
 
  I specified --with-qt-dir=/usr/lib/qt-1.44 and checked the make file to make
  sure qt references pointed to that directory, and that moc was pointing to the
  right place (since the above options doesn't seem tocatch that)
 
 Try setting the environment variable QTDIR first.
 If that doesn't help, send me the config.log file generated by
 ./configure.

Or even better yet, put the QTDIR variable into your ~/.bash_profile


Darian

"AOL - So easy, no wonder people are idiots"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Multiple X sessions

2000-01-05 Thread Darian

 On Sat, 1 Jan 2000, Gustav Schaffter wrote:
  
   I'd like to run X as myself on tty7 and run X as a different user in
   for instance tty8.
  
  Run:
  
  startx -- :1
  
  where 1 can actually be any number other than whatever's already
  running. :) The following function may suffice for you, if placed in your
  .bashrc file.
  
  x ()
  {
  case $(tty|head --bytes 8|tail --bytes 3) in
  tty)
  startx -- :$(tty|head --bytes 11|tail --bytes 2)
  ;;
  pts)
  echo "You can't run this from inside X Windows!"
  ;;
  esac
  }

I must be doing something wrong because I cannot get multiple sessions running
with the command up top there.  I startx normally then hit ctrl-alt-f2 to login
again, then type startx -- :1 and my system locks up tight.  Any suggestions? 
Thanks!

-- 
Darian

"AOL - So easy, no wonder people are idiots"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Real Audio question

1999-12-15 Thread Darian

On Wed, 15 Dec 1999, Brian wrote:
 With rvplayer-5.0-3 one would make a link in /usr/lib/netscape/plugins
 like so:
 
 lrwxrwxrwx   1 root root   28 Aug 18 13:23 librvplayer.so - 
/usr/lib/Real/librvplayer.so
 
 
 In order to enable a Real Audio plugin for netscape.
 
 Does G2Player have a library I can link to /usr//lib/netscape/plugins to
 enable real audio playing a la plugin (like rvplayer had), or do you still
 have to use rvplayer for playing audio via plugin?
 
 Brian

The plugin part of the G2 player doesn't work according to Real, but the player
works great as a helper app with Netscape.  Give it a try.

-- 
Darian

"AOL - So easy, no wonder people are idiots"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: adding TT fonts to 6.1?

1999-12-06 Thread Darian

On Mon, 06 Dec 1999, Tim Fairchild wrote:
 Hi, full of questions today...
 
 Not sure how to add TT fonts with RH6.x  With 5.2 and xfstt it was just
 a matter of adding them to the directory and running a couple of
 commands, but I don't see any info on how to do this on 6.x
 
 Anyone point me to a FM...

You can use xfstt under 6.x the same way as before as far as I can tell.  It
works just dandy for me.

-- 
Darian

"AOL - So easy, no wonder people are idiots"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.