

`--# haim -t Foo.iso
mount: mount point doesn't exist /media/haim/Foo yok
Can't Mount your Image
It's supposed to Haim create mount point itself, doesn't it ? Though running haim as root, im getting the error above. - Jun 12 2009

Various KDE 1.-4. Improvements by key87 20 comments
cmake_minimum_required(VERSION 2.6.0)
set(KDE_MIN_VERSION "4.00.82")
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include(MacroLibrary)
include(CheckIncludeFile)
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}
${KDE4_INCLUDE_DIR} ${QT_INCLUDES})
but after that, getting another error:
[ 50%] /var/pisi/sysinfo-2.0-1/work/sysinfo-2.0/src/sysinfo.cpp:32:16: error: hd.h: No such file or directory
Built target libksysinfopart_automoc
looks like it is looking for hwinfo which is a Suse only stuff. so:
1.CmakeLists.tx is not complete
2.what offer for other distros except SuSe ? - Feb 04 2009

Various KDE 1.-4. Improvements by key87 20 comments
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:9 (kde4_add_plugin):
Unknown CMake command "kde4_add_plugin". - Feb 04 2009

Various KDE 1.-4. Improvements by key87 20 comments

Dolphin Service Menus by slux83 12 comments
Anyone else tried on kde4 ? - Jan 28 2009

Plasma 4 Extensions by ZigmunD 8 comments

System Software by wusel1007 28 comments
Just tried to compile 0.3.6. one error about installing translations. In translations/Makefile:
lrelease -compress $$language; line gives en error. I think it must like -uncompress or just lrelease.
Otherwise, the locale files are going under /usr/local/translations where is no application really using. It's better to move them under /usr/share/kndiswrapper/i18n/ or /usr/share/locale
Best Regards... - Nov 07 2008

Amarok 1.x Scripts by ultramancool 46 comments