Results 1 to 6 of 6

Thread: Qt/X11 source-distro apps corrupting KDE Desktop background

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    19
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Qt/X11 source-distro apps corrupting KDE Desktop background

    All -

    I am trying to fall back to an older distro of Qt than the Qt 4.5.1 that ships with Fedora 11 as a workaround a broken QtMySQL driver in 4.5.1 (http://www.qtcentre.org/forum/f-qt-p...295-22654.html) but am running into problems with my source distro built apps as follows:

    • Exposed KDE4 Desktop white(app moved)
    • Other apps when moved produce same effect while my Qt app is running
    • KDE4 Plasma workspace context menu will not display
    • Problem observed with Qt apps compiled from Qt source distros 4.3.4 and 4.4.3
    • All Qt libraries (listed via ldd) resolve to Qt distro libraries
    • Problem does not appear if Qt app rebuilt under Fedora Qt 4.5.1
    • Problem clears after a while. Background redraws, context menus work
    • Using latest nVidia driver. OpenGL enabled, have tested with X11 backing store turned on & turned off


    Any suggestions at all as to what might be happening?

    Thanks,
    Bill


    Qt 4.4.3 build config:

    Qt Code:
    1. Configuration ....... system-sqlite release shared dll largefile stl precompile_header separate_debug_info mmx 3dnow sse sse2 qt3support accessibility opengl minimal-config small-config medium-config large-config full-config reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-mng system-png png system-tiff system-freetype system-zlib nis iconv glib dbus openssl x11sm xshape xrandr xrender fontconfig tablet xkb xmlpatterns svg webkit release
    2. Debug ............... no
    3. Qt 3 compatibility .. yes
    4. QtDBus module ....... yes (run-time)
    5. QtXmlPatterns module yes
    6. Phonon module ....... no
    7. SVG module .......... yes
    8. WebKit module ....... yes
    9. WebKit in Assistant no
    10. STL support ......... yes
    11. PCH support ......... yes
    12. MMX/3DNOW/SSE/SSE2.. yes/yes/yes/yes
    13. IPv6 support ........ yes
    14. IPv6 ifname support . yes
    15. getaddrinfo support . yes
    16. getifaddrs support .. yes
    17. Accessibility ....... yes
    18. NIS support ......... yes
    19. CUPS support ........ no
    20. Iconv support ....... yes
    21. Glib support ........ yes
    22. GStreamer support ... no
    23. Large File support .. yes
    24. GIF support ......... plugin
    25. TIFF support ........ plugin (system)
    26. JPEG support ........ plugin (system)
    27. PNG support ......... yes (system)
    28. MNG support ......... plugin (system)
    29. zlib support ........ system
    30. OpenGL support ...... yes
    31. NAS sound support ... no
    32. Session management .. yes
    33. XShape support ...... yes
    34. Xinerama support .... runtime
    35. Xcursor support ..... runtime
    36. Xfixes support ...... runtime
    37. Xrandr support ...... yes
    38. Xrender support ..... yes
    39. FontConfig support .. yes
    40. XKB Support ......... yes
    41. immodule support .... yes
    42. MySQL support ....... qt
    43. SQLite support ...... plugin (system)
    44. OpenSSL support ..... yes (run-time)
    To copy to clipboard, switch view to plain text mode 
    Last edited by wdezell; 22nd July 2009 at 20:39. Reason: clarification

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.