Re: [gentoo-user] GTK fonts uglified after update

2006-11-29 Thread Shaw Vrana
On Wed, Nov 29, 2006 at 09:54:16AM -0500, Ben Kelly wrote:
 On Wednesday 29 November 2006 12:13 am, Shaw Vrana wrote:
  I just performed an emerge -Du world and found that the fonts in the few
  gtk apps that I use (gaim and wireshark) have now become quite ugly.  I
  followed the wiki at http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts to
  beautify a while back and the changes I made there have remained intact
  through the update.
 
 Are you running KDE with the gtk-qt theme engine?  If so, I had a similar 
 problem with fonts no longer being anti-aliased in gaim.  I found the 
 solution on this page:
 
 http://www.kde-look.org/content/show.php?content=9714
 
 Basically you need to change your General font setting in the control center. 
  
 Once you make a change (any change) you can change it back to how you had it 
 originally.  Once you restart your gtk applications the fonts should be 
 aliased again.  There is no explanation for why this works, but it resolved 
 the issue for me.

Wow, you're right, that fixed it!  But I'm using the Crystal SVG theme.
I wonder what causes this nastiness?  I'll hunt around for an appropriate
KDE mailing list and report it there.  

Thank you!
Shaw
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] GTK fonts uglified after update

2006-11-28 Thread Shaw Vrana
Hello All,

I just performed an emerge -Du world and found that the fonts in the few
gtk apps that I use (gaim and wireshark) have now become quite ugly.  I
followed the wiki at http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts to
beautify a while back and the changes I made there have remained intact
through the update.

In order to track down what caused the problem, and hopefully figure out
how to fix this ugliness, I would like to get a list of the packages most
recently emerged.  My emerge failed halfway through due to bug 155170, so I
would probably need to be able to retrieve the packages updated during my
last couple updates.  A link or a man page is fine, I'm just not sure where
to look.  Of course, if anyone has any specific ideas or thoughts about
what happened to the fonts during this update, I'd love to hear that too.

Thanks,
Shaw
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem compiling lirc for streamzap with 2.6.14-rc3

2005-10-14 Thread Shaw Vrana
Hello again Gentooers,

I'm attempting to get the streamzap remote working with lirc.  According to 
the howtos around, I've created LIRC_OPTS in make.conf with a value of 
--with-driver=streamzap. Emerging lirc afterwards, however, gives me 
the compilation errors attached.  Also, I get the message Streamzap is not 
Kernel 2.6 ready and will not be compiled.  Is this true or does it work out 
of the box?  I've seen both reports out there.  The 2.6.14-rc3 kernel I'm 
running seems to know the device and register it properly.

Oct 13 17:47:40 kron kernel: usb 2-1: Product: Streamzap Remote Control
Oct 13 17:47:40 kron kernel: usb 2-1: Manufacturer: Streamzap, Inc.
Oct 13 17:47:40 kron kernel: usb 2-2: new low speed USB device using uhci_hcd 
Oct 13 17:47:41 kron kernel: usb 2-2: Product: PS2 to USB Converter


Any information about this would be useful.

Thanks,
Shaw
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:802: checking for a BSD compatible install
configure:855: checking whether build environment is sane
configure:926: checking for mawk
configure:926: checking for gawk
configure:956: checking whether make sets ${MAKE}
configure:1081: checking for gcc
configure:1194: checking whether the C compiler (gcc -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall ) works
configure:1210: gcc -o conftest -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall   conftest.c  15
configure:1207: warning: return type defaults to `int'
configure:1236: checking whether the C compiler (gcc -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall ) is a cross-compiler
configure:1241: checking whether we are using GNU C
configure:1250: gcc -E conftest.c
configure:1269: checking whether gcc accepts -g
configure:1308: checking for style of include used by make
configure:1342: checking dependency style of gcc
configure:1420: checking for a BSD compatible install
configure:1473: checking whether make sets ${MAKE}
configure:1502: checking for mknod
configure:1538: checking for mkfifo
configure:1574: checking for depmod
configure:1610: checking for libusb-config
configure:1643: checking whether ln -s works
configure:1675: checking for Cygwin environment
configure:1691: gcc -c -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall  conftest.c 15
configure: In function `main':
configure:1687: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1687: error: (Each undeclared identifier is reported only once
configure:1687: error: for each function it appears in.)
configure: failed program was:
#line 1680 configure
#include confdefs.h

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1708: checking for mingw32 environment
configure:1720: gcc -c -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall  conftest.c 15
configure: In function `main':
configure:1716: error: `__MINGW32__' undeclared (first use in this function)
configure:1716: error: (Each undeclared identifier is reported only once
configure:1716: error: for each function it appears in.)
configure: failed program was:
#line 1713 configure
#include confdefs.h

int main() {
return __MINGW32__;
; return 0; }
configure:1737: checking how to run the C preprocessor
configure:1758: gcc -E  conftest.c /dev/null 2conftest.out
configure:1892: checking host system type
configure:1913: checking build system type
configure:1942: checking for ld used by GCC
configure:2010: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
GNU ld version 2.15.92.0.2 20040927
configure:2027: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
configure:2039: checking for BSD-compatible nm
configure:2077: checking for a sed that does not truncate output
configure:2161: checking how to recognise dependent libraries
configure:2347: checking for object suffix
configure:2353: gcc -c -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall  conftest.c 15
configure:2373: checking for executable suffix
configure:2383: gcc -o conftest -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall   conftest.c  15
configure:2414: checking command to parse /bin/nm -B output
configure:2497: gcc -c -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall  conftest.c 15
configure:2500: /bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'  conftest.nm
configure:2551: gcc -o conftest -O2 -march=pentium4 -pipe -fomit-frame-pointer -Wall   conftest.c conftstm.o 15
conftest.c:6: warning: `main' is usually a function
configure:2600: checking for dlfcn.h
configure:2610: gcc -E  conftest.c /dev/null 2conftest.out
configure:2779: checking for ranlib
configure:2846: checking for strip
configure:3089: checking for objdir
configure:3116: checking for gcc option to produce PIC
configure:3264: checking if gcc PIC flag -fPIC works
configure:3278: gcc -c -O2 -march=pentium4 -pipe 

[gentoo-user] automating sound restart after resume

2005-05-26 Thread Shaw Vrana
..At some point along the way, I found that my sound no longer worked after a 
suspend on my ThinkPad T30. Running /etc/init.d/alsasound restart fixes all 
this nicely and I've automated this to occur after resume. 

Restarting alsa, however, causes amaroK to stop running, which makes me 
restart it after each resume.  As I do this quite often, I'd really like to 
automate this as well.  However, as root is the user that runs all of the 
scripts in /etc/apm/, simply starting/stopping amarok with apm does not work 
too well..I don't want amarok running as root, and looking in /root for it's 
configuration file. I'd like it to run as myself.  Unfortunately, changing 
amarok to run as `setuid user' doesn't work, reporting that the KDE libraries 
were not built to run setuid. :

[EMAIL PROTECTED] shaw 86]% ll `which amarok`
-rwsr-sr-x  1 shaw users 32012 May 16 19:50 /usr/kde/3.3/bin/amarok
[EMAIL PROTECTED] shaw 87]% !$
`which amarok`
QSettings: error creating /root/.qt
amaroK: [Loader] Starting amarokapp..
QSettings: error creating /root/.qt
The KDE libraries are not designed to run with suid privileges.

So this doesn't work either.  Perhaps I should go back and figure out why I 
need to restart alsa.  Assuming I fail this, as I haven't been successful so 
far, can any of you wise gentooers think of an automated way for me to start 
amarok as a user coming back from resume?

Thanks once again,
Shaw
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] automating sound restart after resume

2005-05-26 Thread Shaw Vrana
On Thursday 26 May 2005 11:10 am, Antonino Sabetta wrote:
  far, can any of you wise gentooers think of an automated way for me to
  start amarok as a user coming back from resume?

 Wouldn't su user -c amarok work?

Like a charm, thanks!

Shaw
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] rlogin ebuild

2005-05-06 Thread Shaw Vrana
Is there an ebuild available for rlogin?  I haven't been able to find one 
using emerge --search or equery. What am I missing?

Thanks in advance,
Shaw
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rlogin ebuild

2005-05-06 Thread Shaw Vrana
On Friday 06 May 2005 11:06 am, Beber [Gentoo] wrote:
 yes, It's includ in net-misc/netkit-rsh ;)

Thanks for the tip.  Any tips about how one might go about finding the package 
that contains a certain file when emerge --search and equery belongs fail to 
find anything?

Shaw 
-- 
gentoo-user@gentoo.org mailing list