you folks rock!, a few questions

Ralf Habacker ralf.habacker at freenet.de
Tue Feb 19 08:15:02 CET 2008


S Page schrieb:
> I installed 4.00.80 with kdewin-installer-gui-0.9.0-1.exe
>
> KHelpCenter starts up!  Amarok OMG <3 :-) !
>
>
> Amarok installed phonon something, so in KTeaTime Configure 
> Notifications, I can preview sounds like KDE_Beep_Bottles.wav!
> However,
> * KTeaTime's alarm notification itself doesn't play a sound
> * KTouch doesn't make any typewrite or mistake sounds
> * khangman wouldn't play sounds
> Is there any sound configuration required?
>
> I think kdegames should also depend on this phonon package.
>
> In the new installer, there's no way to find out more about an installed 
> package, or remove it, because it doesn't show up if up-to-date and 
> installed.
>
> With recent builds I never see anything in DebugView (Dbgview.exe), 
> whereas back in November I would see useful messages when programs have 
> problems.  Is there some way to see error/warning output?
>   
i guess this is related to the following code in From 
FindKD4Internals.cmake

   if (WIN32)
      # we always link against the release version of QT with mingw
      # (even for debug builds). So we need to define QT_NO_DEBUG
      # or else QPluginLoader rejects plugins because it thinks
      # they're built against the wrong QT.
      add_definitions(-DQT_NO_DEBUG)
   endif (WIN32)

May be there is a way to limit this to QPluginLoader.

Ralf




More information about the Kde-windows mailing list