On 01/-10/-28163 20:59, Chuck Burns wrote:
I installed an entire system, and then installed KDE 4.7.3, including
kdegames4.7.3
However, upon attempting to load any of the games, Most are just
empty windows, kubrick -sortof- works, but no menu is shown at all.
# kolf
QPixmap::handle(): Pixmap is not an X11 class pixmap
QPixmap::handle(): Pixmap is not an X11 class pixmap
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 142 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x114
X Error: BadShmSeg (invalid shared segment parameter) 159
Extension: 142 (MIT-SHM)
Minor opcode: 3 (X_ShmPutImage)
Resource id: 0x4200013
X Error: BadShmSeg (invalid shared segment parameter) 159
Extension: 142 (MIT-SHM)
Minor opcode: 3 (X_ShmPutImage)
Resource id: 0x4200013
X Error: BadShmSeg (invalid shared segment parameter) 159
Extension: 142 (MIT-SHM)
Minor opcode: 3 (X_ShmPutImage)
Resource id: 0x4200013
I can confirm this for kdegames-4.7.3.
Putting the patch attached to games/kdegames4/files/ reverts the
behavior to that of kdegames-4.7.2, which has working graphics although
presumably slower.
Cheers,
Jan Henrik
--- libkdegames/CMakeLists.txt 2011-10-28 09:54:02.000000000 +0200
+++ libkdegames/CMakeLists.txt 2010-08-19 10:51:18.000000000 +0200
@@ -79,9 +79,6 @@
kgamedifficulty.cpp
cardcache.cpp
)
-if(Q_WS_X11)
- set(kdegames_LIB_SRCS ${kdegames_LIB_SRCS}
chooserastergraphicssystem.cpp)
-endif(Q_WS_X11)
kde4_add_ui_files(kdegames_LIB_SRCS
kgamethemeselector.ui
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information