wayland support in plasma

2015-01-12 Thread Treeve Jelbert
now that plasma-workspace requires wayland, is there any reason not to build kwin with wayland supoprt? If kwin supports wayland, do I need xorg-server in order to run plasma-desktop? If not, it appears that the only user of xorg-server would be sddm. Is a version of sddm which only require

standalone build of konqueror is broken

2014-11-03 Thread Treeve Jelbert
in order to test standalone builds, I created a staging directory whit symlinks to all the components of kde-baseapps. The probelm seems to be that libkonq installs /opt/qt5/share/dbus-1/interfaces/org.kde.FavIcon.xml but cmake does not know how to include it The same problem occurs with ke

startkde script has some qt4 relics

2014-09-21 Thread Treeve Jelbert
startkde has the following code: # in case we have been started with full pathname spec without being in PATH bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` if [ -n "$bindir" ]; then qbindir=`qtpaths --binaries-dir` qdbus=$qbindir/qdbus case $PATH in $bindir|$bindir:*|*:$bindir

kwin compile broken with qt5.4

2014-08-18 Thread Treeve Jelbert
FAILED: /var/lib/sorcery/build/c++ -DKCOREADDONS_LIB - DKDE_DEFAULT_DEBUG_AREA=1212 -DQT_CONCURRENT_LIB - DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB - DQT_NETWORK_LIB -DQT_NO_DEBUG -D QT_QML_LIB -DQT_QUICK_LIB -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT

multiple PO_FILES related failures with plasma release tarballs

2014-07-15 Thread Treeve Jelbert
I tried a clean build of the release tarballs on my notebook, having previous built the code from git on my desktop machine. Using gcc version: 4.8.2 Building in dir: /usr/src/baloo-5.0.0 baloo55.0.0 INSTALL_PREFIX=/opt/qt5 -- The C compiler identification is GNU 4.8.2 -- The CXX compiler id

dbus service files

2014-06-13 Thread Treeve Jelbert
I have just read .martin-graesslin's b;og on this subject, so I checked my system $ ls -l /opt/qt5/share/dbus-1/services total 28 -rw-r--r-- 1 root root 68 Jun 6 16:15 kf5_org.kde.kuiserver.service -rw-r--r-- 1 root root 87 May 6 11:03 org.freedesktop.Akonadi.Control.service -rw-r--r-- 1 root r

kwin: build failure with gcc-4.9.0

2014-04-28 Thread Treeve Jelbert
I recently installed gcc-4.9.0 kwin fails to compile with the following error: FAILED: /var/lib/sorcery/build/c++ -DKCOREADDONS_LIB -DQT_CONCURRENT_LIB - DQT_CORE_LIB -DQT_DBUS_LIB -DQ T_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG - DQT_QML_LIB -DQT_QUICK_LIB -DQT _

fix for installed libksysguard-headers

2014-03-22 Thread Treeve Jelbert
rom 6a8e6694ca39efb02c3a8f4c445d93b0e4185396 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sat, 22 Mar 2014 11:02:51 +0100 Subject: [PATCH 1/2] fix installed libksysguard headers --- libksysguard/processcore/processes.h | 2 +- libksysguard/processui/ProcessModel.h | 2 +- libksysguard/proces

cyclic dependency kwin <> plasma-workspace

2014-03-22 Thread Treeve Jelbert
kwin requires KSMServerDBusInterface from plasma-workspace plasma-workspace requires KWinDBusInterface from kwin $ git grep KSMServerDBusInterface kwin/CMakeLists.txt:find_package(KSMServerDBusInterface CONFIG REQUIRED) plasma-desktop/CMakeLists.txt:find_package(KSMServerDBusInterface CO