public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
@ 2006-06-27  0:33 Jason Weisberger
  2006-06-27  3:31 ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Weisberger @ 2006-06-27  0:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

List,

Here's a new one.  I ended up hard booting my system without shutting down
first because I spilled beer on my keyboard...... ok, now that you're done
laughing, here's the problem:

localhost jbdubbs # /usr/kde/3.5/bin/kded
FATAL: DCOP communication problem!
Aborted

On session start, KDE show an error:

KDE Media Manager not running!

I guess there's something wrong with dcop, but I can't figure out what to do
about it.  I'm sure that people who keep beer FAR away from keyboards like
smart people would know what to do :)


-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 689 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-27  0:33 [gentoo-user] KDE 3.5.3 Media Manager DCOP Error Jason Weisberger
@ 2006-06-27  3:31 ` Teresa and Dale
  2006-06-27  5:56   ` Martins Steinbergs
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-27  3:31 UTC (permalink / raw
  To: gentoo-user

Jason Weisberger wrote:

> List,
>
> Here's a new one.  I ended up hard booting my system without shutting
> down first because I spilled beer on my keyboard...... ok, now that
> you're done laughing, here's the problem:
>
> localhost jbdubbs # /usr/kde/3.5/bin/kded
> FATAL: DCOP communication problem!
> Aborted
>
> On session start, KDE show an error:
>
> KDE Media Manager not running!
>
> I guess there's something wrong with dcop, but I can't figure out what
> to do about it.  I'm sure that people who keep beer FAR away from
> keyboards like smart people would know what to do :)
>
>
> -- 
> Jason Weisberger
> jbdubbs@gmail.com <mailto:jbdubbs@gmail.com> 


I have not rebooted but I did logout of KDE and start getting the same
error about the media manager not running when KDE comes back up.  KDE
3.5.3 here.  I have noticed that CDs don't show up as fast when inserted
and the pop-up doesn't come up anymore.  I think I updated kdelibs the
other day.  Did you do the same recently??

At least know I know it is not just me.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-27  3:31 ` Teresa and Dale
@ 2006-06-27  5:56   ` Martins Steinbergs
  2006-06-27 16:29     ` Jason Weisberger
  0 siblings, 1 reply; 15+ messages in thread
From: Martins Steinbergs @ 2006-06-27  5:56 UTC (permalink / raw
  To: gentoo-user

On Tuesday 27 June 2006 06:31, Teresa and Dale wrote:
> Jason Weisberger wrote:
> > List,
> >
> > Here's a new one.  I ended up hard booting my system without shutting
> > down first because I spilled beer on my keyboard...... ok, now that
> > you're done laughing, here's the problem:
> >
> > localhost jbdubbs # /usr/kde/3.5/bin/kded
> > FATAL: DCOP communication problem!
> > Aborted
> >
> > On session start, KDE show an error:
> >
> > KDE Media Manager not running!
> >
> > I guess there's something wrong with dcop, but I can't figure out what
> > to do about it.  I'm sure that people who keep beer FAR away from
> > keyboards like smart people would know what to do :)
> >
> >
> > --
> > Jason Weisberger
> > jbdubbs@gmail.com <mailto:jbdubbs@gmail.com>
>
> I have not rebooted but I did logout of KDE and start getting the same
> error about the media manager not running when KDE comes back up.  KDE
> 3.5.3 here.  I have noticed that CDs don't show up as fast when inserted
> and the pop-up doesn't come up anymore.  I think I updated kdelibs the
> other day.  Did you do the same recently??
>
> At least know I know it is not just me.
>
> Dale
>
> :-)  :-)

emerge dbus with qt3 flag and/or qt4 flag
then reload dbus
that's it

martins
-- 
Linux 2.6.17-ck1 AMD Athlon(tm) 64 Processor 3200+
 08:54:41 up 13 min,  1 user,  load average: 0.11, 0.32, 0.33
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-27  5:56   ` Martins Steinbergs
@ 2006-06-27 16:29     ` Jason Weisberger
  2006-06-27 16:32       ` Jason Weisberger
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Weisberger @ 2006-06-27 16:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]

Well I did a

USE="qt3" emerge dbus

and then I did:

localhost jbdubbs # /etc/init.d/dbus restart
 * Stopping Hardware Abstraction Layer daemon ...                         [
ok ]
 * Stopping D-BUS system messagebus ...                                   [
ok ]
 * Starting D-BUS system messagebus ...                                   [
ok ]
 * Starting Hardware Abstraction Layer daemon ...                         [
ok ]
localhost jbdubbs # /usr/kde/3.5/bin/kded
FATAL: DCOP communication problem!
Aborted

So problem still exists.


On 6/27/06, Martins Steinbergs <mar@ml.lv> wrote:
>
> On Tuesday 27 June 2006 06:31, Teresa and Dale wrote:
> > Jason Weisberger wrote:
> > > List,
> > >
> > > Here's a new one.  I ended up hard booting my system without shutting
> > > down first because I spilled beer on my keyboard...... ok, now that
> > > you're done laughing, here's the problem:
> > >
> > > localhost jbdubbs # /usr/kde/3.5/bin/kded
> > > FATAL: DCOP communication problem!
> > > Aborted
> > >
> > > On session start, KDE show an error:
> > >
> > > KDE Media Manager not running!
> > >
> > > I guess there's something wrong with dcop, but I can't figure out what
> > > to do about it.  I'm sure that people who keep beer FAR away from
> > > keyboards like smart people would know what to do :)
> > >
> > >
> > > --
> > > Jason Weisberger
> > > jbdubbs@gmail.com <mailto:jbdubbs@gmail.com>
> >
> > I have not rebooted but I did logout of KDE and start getting the same
> > error about the media manager not running when KDE comes back up.  KDE
> > 3.5.3 here.  I have noticed that CDs don't show up as fast when inserted
> > and the pop-up doesn't come up anymore.  I think I updated kdelibs the
> > other day.  Did you do the same recently??
> >
> > At least know I know it is not just me.
> >
> > Dale
> >
> > :-)  :-)
>
> emerge dbus with qt3 flag and/or qt4 flag
> then reload dbus
> that's it
>
> martins
> --
> Linux 2.6.17-ck1 AMD Athlon(tm) 64 Processor 3200+
> 08:54:41 up 13 min,  1 user,  load average: 0.11, 0.32, 0.33
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 3560 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-27 16:29     ` Jason Weisberger
@ 2006-06-27 16:32       ` Jason Weisberger
  2006-06-28  0:00         ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Weisberger @ 2006-06-27 16:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

Martins,

My bad, it did work perfect after I restarted KDE and X.  Thanks for all
your help!

-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 208 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-27 16:32       ` Jason Weisberger
@ 2006-06-28  0:00         ` Teresa and Dale
  2006-06-28  7:24           ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28  0:00 UTC (permalink / raw
  To: gentoo-user

Jason Weisberger wrote:

> Martins,
>
> My bad, it did work perfect after I restarted KDE and X.  Thanks for
> all your help!
>
> -- 
> Jason Weisberger
> jbdubbs@gmail.com <mailto:jbdubbs@gmail.com> 


Well, I added qt and now dbus won't compile.  Did a search and trying a
fix now.  In case someone else is reading this: 

http://bugs.gentoo.org/show_bug.cgi?id=65504

Trying to fix one thing and find something else broke too, I guess it's
broke.  :-\

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28  0:00         ` Teresa and Dale
@ 2006-06-28  7:24           ` Teresa and Dale
  2006-06-28  7:36             ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28  7:24 UTC (permalink / raw
  To: gentoo-user

Teresa and Dale wrote:

>Well, I added qt and now dbus won't compile.  Did a search and trying a
>fix now.  In case someone else is reading this: 
>
>http://bugs.gentoo.org/show_bug.cgi?id=65504
>
>Trying to fix one thing and find something else broke too, I guess it's
>broke.  :-\
>
>Dale
>
>:-)  :-)
>  
>

OK,  the fix did not do well.  I remerged kdelibs according to someone
else and dbus still gives me this:

> checking DBUS_GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> checking for gtk+-2.0 >= 2.4 gthread-2.0... yes
> checking DBUS_GTK_THREADS_CFLAGS... -pthread -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include
> checking DBUS_GTK_THREADS_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0
> -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
> -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
> checking for qglobal.h... found
> checking if we want to link to Qt debugging libraries... release
> checking for QtCore >= 4.1.3 QtXml >= 4.1.3... configure: error: Qt
> integration explicitly required, and Qt libraries not found
>
> !!! Please attach the following file when filing a report to
> bugs.gentoo.org:
> !!! /var/tmp/portage/dbus-0.62/work/dbus-0.62/config.log
>
> !!! ERROR: sys-apps/dbus-0.62 failed.
> Call stack:
>   ebuild.sh, line 1539:   Called dyn_compile
>   ebuild.sh, line 939:   Called src_compile
>   dbus-0.62.ebuild, line 69:   Called econf '--with-x' '--enable-gtk'
> '--enable-python' '--disable-mono' '--enable-dnotify' '--disable-gcj'
> '--disable-selinux' '--disable-verbose-mode' '--disable-checks'
> '--disable-asserts' '--enable-glib' '--with-xml=libxml'
> '--with-system-pid-file=/var/run/dbus.pid'
> '--with-system-socket=/var/run/dbus/system_bus_socket'
> '--with-session-socket-dir=/tmp' '--with-dbus-user=messagebus'
> '--localstatedir=/var' '--enable-doxygen-docs' '--disable-xml-docs'
> '--enable-qt3=/usr/qt/3' '--with-qt3-moc=/usr/qt/3/bin/moc'
> '--enable-qt' '-with-qt-moc=/usr/bin/moc'
>   ebuild.sh, line 541:   Called die
>
> !!! econf failed
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
> root@smoker / #              


qt info for you:

> root@smoker / # emerge -vp qt
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild   R   ] x11-libs/qt-4.1.2  USE="cups doc gif jpeg opengl png
> postgres zlib -accessibility -debug -examples -firebird -mng -mysql
> -nas -nis -odbc -sqlite -xinerama" 0 kB
>
> Total size of downloads: 0 kB
> root@smoker / #   


and this to, just in case:

> root@smoker / # emerge --info
> Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
> 2.6.16-gentoo-r7 i686)
> =================================================================
> System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) XP 2500+
> Gentoo Base System version 1.6.15
> ccache version 2.3 [enabled]
> dev-lang/python:     2.3.4-r1, 2.4.2
> dev-python/pycrypto: 2.0.1-r5
> dev-util/ccache:     2.3
> dev-util/confcache:  [Not Present]
> sys-apps/sandbox:    1.2.17
> sys-devel/autoconf:  2.13, 2.59-r7
> sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
> sys-devel/binutils:  2.16.1-r2
> sys-devel/gcc-config: 1.3.13-r2
> sys-devel/libtool:   1.5.22
> virtual/os-headers:  2.6.11-r5
> ACCEPT_KEYWORDS="x86"
> AUTOCLEAN="yes"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer
> -momit-leaf-frame-pointer -fno-ident -pipe"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
> /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
> /usr/share/config /usr/share/texmf/dvipdfm/config/
> /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
> /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild
> /etc/terminfo"
> CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer
> -momit-leaf-frame-pointer -fno-ident -pipe"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig buildpkg ccache distlocks metadata-transfer
> parallel-fetch sandbox sfperms strict"
> GENTOO_MIRRORS="http://gentoo.osuosl.org/
> http://distro.ibiblio.org/pub/linux/distributions/gentoo/
> http://gentoo.seren.com/gentoo http://gentoo.chem.wisc.edu/gentoo/
> http://cudlug.cudenver.edu/gentoo/ http://gentoo.mirrors.pair.com/
> http://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net "
> LDFLAGS="-Wl,-z,now"
> MAKEOPTS="-j2"
> PKGDIR="/usr/portage/packages"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --compress --force --whole-file --delete --delete-after --stats
> --timeout=180 --exclude='/distfiles' --exclude='/local'
> --exclude='/packages'"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> USE="x86 3dnow X acl acpi alsa amd apache2 apm arts artsd
> artswrappersuid avi berkdb bitmap-fonts bzip2 cdr chroot
> clanJavaScript cli crypt cups dbus doc dri eds emboss encode esd
> ethereal exif f-prot fdftk foomaticdb fortran gaim gcj gdbm gif
> gimpprint gkrellm gphoto2 gpm gstreamer gtk gtk2 hal hbci hpijs imlib
> ipv6 isdnlog java javascript jbig jpeg jpeg2k justify kde libg++
> libwww mad mikmod mmx motif mozilla mp3 mpeg ncurses nls nptl nsplugin
> offensive ofx ogg opengl openoffice pam pcre pdflib perl png postgres
> ppds pppd pysol python qt qt3 qt4 quicktime readline reflection samba
> scanner scribus sdl session spell spl sse ssl tcltk tcpd tiff tkinter
> truetype truetype-fonts tuxracer type1-fonts udev usb vorbis wmf xml
> xmms xorg xprint xv yahoo zlib elibc_glibc kernel_linux userland_GNU"
> Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
> LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
>
> root@smoker / #


Any ideas on this?  That little pop up when I login is bugging me.  ;-)

Thanks

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28  7:24           ` Teresa and Dale
@ 2006-06-28  7:36             ` Teresa and Dale
  2006-06-28  8:24               ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28  7:36 UTC (permalink / raw
  To: gentoo-user

Teresa and Dale wrote:

> <snip>
>
>
>
>Any ideas on this?  That little pop up when I login is bugging me.  ;-)
>
>Thanks
>
>Dale
>:-)  :-)
>
>  
>

Oops, it's looking for a 3.* version of qt.  Hmmmmm.  I'll be back, if I
can't get it fixed.

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28  7:36             ` Teresa and Dale
@ 2006-06-28  8:24               ` Teresa and Dale
  2006-06-28  9:24                 ` Uwe Thiem
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28  8:24 UTC (permalink / raw
  To: gentoo-user

Teresa and Dale wrote:

>Teresa and Dale wrote:
>  
>
>Oops, it's looking for a 3.* version of qt.  Hmmmmm.  I'll be back, if I
>can't get it fixed.
>
>Dale
>:-)
>  
>
OK.  emerged this:

> emerge =x11-libs/qt-3.3.6-r1 -v


then retried dbus with the same error.  I'm officially stumped.  Any
ideas on fixing this or something else that will fix the mediamanager
problem?

Oh, I did do a etc-update, sorry I forgot to try the dispatch thing,
env-update and a source /etc/profile before trying dbus again too.  Just
to make sure.

Thanks

Dale

:-)  :-)  :-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28  8:24               ` Teresa and Dale
@ 2006-06-28  9:24                 ` Uwe Thiem
  2006-06-28 14:54                   ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Uwe Thiem @ 2006-06-28  9:24 UTC (permalink / raw
  To: gentoo-user

On 28 June 2006 09:24, Teresa and Dale wrote:
> Teresa and Dale wrote:
> >Teresa and Dale wrote:
> >
> >
> >Oops, it's looking for a 3.* version of qt.  Hmmmmm.  I'll be back, if I
> >can't get it fixed.
> >
> >Dale
> >
> >:-)
>
> OK.  emerged this:
> > emerge =x11-libs/qt-3.3.6-r1 -v
>
> then retried dbus with the same error.  I'm officially stumped.  Any
> ideas on fixing this or something else that will fix the mediamanager
> problem?

Did you emerge dbus with the "qt3" USEFLAG?

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28  9:24                 ` Uwe Thiem
@ 2006-06-28 14:54                   ` Teresa and Dale
  2006-06-28 16:00                     ` Uwe Thiem
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28 14:54 UTC (permalink / raw
  To: gentoo-user

Uwe Thiem wrote:

>On 28 June 2006 09:24, Teresa and Dale wrote:
>  
>
>>Teresa and Dale wrote:
>>    
>>
>>>Teresa and Dale wrote:
>>>
>>>
>>>Oops, it's looking for a 3.* version of qt.  Hmmmmm.  I'll be back, if I
>>>can't get it fixed.
>>>
>>>Dale
>>>
>>>:-)
>>>      
>>>
>>OK.  emerged this:
>>    
>>
>>>emerge =x11-libs/qt-3.3.6-r1 -v
>>>      
>>>
>>then retried dbus with the same error.  I'm officially stumped.  Any
>>ideas on fixing this or something else that will fix the mediamanager
>>problem?
>>    
>>
>
>Did you emerge dbus with the "qt3" USEFLAG?
>
>Uwe
>
>  
>

Well, I had qt3 in there but I also stuck qt4 in my USE line as well.  I
guess I only need one instead of both.  Live and learn.  Since qt4 is
newer, should I use it instead of qt3??

Dbus did compile this time.  Now to see if mediamanager will work now.  ;-)

Thanks

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28 14:54                   ` Teresa and Dale
@ 2006-06-28 16:00                     ` Uwe Thiem
  2006-06-28 18:59                       ` Teresa and Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Uwe Thiem @ 2006-06-28 16:00 UTC (permalink / raw
  To: gentoo-user

On 28 June 2006 15:54, Teresa and Dale wrote:

> Well, I had qt3 in there but I also stuck qt4 in my USE line as well.  I
> guess I only need one instead of both.  Live and learn.  Since qt4 is
> newer, should I use it instead of qt3??

Qt4 won't be used for KDE before KDE4 - and that won't be released before next 
year. So for the time being...

>
> Dbus did compile this time.  Now to see if mediamanager will work now.  ;-)

Uwe
(crossing fingers)

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28 16:00                     ` Uwe Thiem
@ 2006-06-28 18:59                       ` Teresa and Dale
  2006-06-28 19:29                         ` Jason Weisberger
  0 siblings, 1 reply; 15+ messages in thread
From: Teresa and Dale @ 2006-06-28 18:59 UTC (permalink / raw
  To: gentoo-user

Uwe Thiem wrote:

>On 28 June 2006 15:54, Teresa and Dale wrote:
>
>  
>
>>Well, I had qt3 in there but I also stuck qt4 in my USE line as well.  I
>>guess I only need one instead of both.  Live and learn.  Since qt4 is
>>newer, should I use it instead of qt3??
>>    
>>
>
>Qt4 won't be used for KDE before KDE4 - and that won't be released before next 
>year. So for the time being...
>
>  
>
>>Dbus did compile this time.  Now to see if mediamanager will work now.  ;-)
>>    
>>
>
>Uwe
>(crossing fingers)
>
>  
>

OK.  I logged out, even did a ctrl alt bksp for good measure, then
logged back in, no mediamanager error this time.  I guess it worked. 
All that for a pop up to go away.  < laughs > 

Of course, now when I put in a CD, that thing pops up.  At least it is
not a error though and it really opens up instead of giving me a error
that it is already mounted and such.

I assume I can unmerge qt version 4?

Thanks for the help.  Sorry my rig was such a pest.  It happens.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28 18:59                       ` Teresa and Dale
@ 2006-06-28 19:29                         ` Jason Weisberger
  2006-06-29  7:18                           ` Graham Murray
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Weisberger @ 2006-06-28 19:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1552 bytes --]

Dale,

Yeah you won't need QT4 for anything for quite some time.  Nothing that I
know of uses it yet.  Plus the fact that DBus won't compile with that option
leads me to believe that it's just wasting space.  Once you get rid of it,
make sure to do a revdep-rebuild to make sure you didn't accidentally
compile anything against it.

On 6/28/06, Teresa and Dale <teendale@vista-express.com> wrote:
>
> Uwe Thiem wrote:
>
> >On 28 June 2006 15:54, Teresa and Dale wrote:
> >
> >
> >
> >>Well, I had qt3 in there but I also stuck qt4 in my USE line as well.  I
> >>guess I only need one instead of both.  Live and learn.  Since qt4 is
> >>newer, should I use it instead of qt3??
> >>
> >>
> >
> >Qt4 won't be used for KDE before KDE4 - and that won't be released before
> next
> >year. So for the time being...
> >
> >
> >
> >>Dbus did compile this time.  Now to see if mediamanager will work
> now.  ;-)
> >>
> >>
> >
> >Uwe
> >(crossing fingers)
> >
> >
> >
>
> OK.  I logged out, even did a ctrl alt bksp for good measure, then
> logged back in, no mediamanager error this time.  I guess it worked.
> All that for a pop up to go away.  < laughs >
>
> Of course, now when I put in a CD, that thing pops up.  At least it is
> not a error though and it really opens up instead of giving me a error
> that it is already mounted and such.
>
> I assume I can unmerge qt version 4?
>
> Thanks for the help.  Sorry my rig was such a pest.  It happens.
>
> Dale
> :-)  :-)
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 2233 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error
  2006-06-28 19:29                         ` Jason Weisberger
@ 2006-06-29  7:18                           ` Graham Murray
  0 siblings, 0 replies; 15+ messages in thread
From: Graham Murray @ 2006-06-29  7:18 UTC (permalink / raw
  To: gentoo-user

"Jason Weisberger" <jbdubbs@gmail.com> writes:

> Yeah you won't need QT4 for anything for quite some time.  Nothing
> that I know of uses it yet.  Plus the fact that DBus won't compile
> with that option leads me to believe that it's just wasting space.

There are some ebuilds, such as the lastfm player, which use qt4. DBus
builds perfectly well here with both qt3 and qt4 use flags set.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-06-29  7:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27  0:33 [gentoo-user] KDE 3.5.3 Media Manager DCOP Error Jason Weisberger
2006-06-27  3:31 ` Teresa and Dale
2006-06-27  5:56   ` Martins Steinbergs
2006-06-27 16:29     ` Jason Weisberger
2006-06-27 16:32       ` Jason Weisberger
2006-06-28  0:00         ` Teresa and Dale
2006-06-28  7:24           ` Teresa and Dale
2006-06-28  7:36             ` Teresa and Dale
2006-06-28  8:24               ` Teresa and Dale
2006-06-28  9:24                 ` Uwe Thiem
2006-06-28 14:54                   ` Teresa and Dale
2006-06-28 16:00                     ` Uwe Thiem
2006-06-28 18:59                       ` Teresa and Dale
2006-06-28 19:29                         ` Jason Weisberger
2006-06-29  7:18                           ` Graham Murray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox