

http://rafb.net/p/aUVJVx45.htmlretroman wrote:So, is there a daily build for kde 4. does anyone have the layman / git config for it?
if i hit logout it turns the screen grey (not sure if its supposed to show something on the grey screen as i still havent gotten icons working yet), but if I hit enter on that screen it logs out finejasuka wrote:So no one else has the logout issue? I'm out of ideas how to fix it....
Well, if I press the logout button, nothing happens and I get this into .xsession-errors: Opening item with URL "leave:/logout". Shutdown/Restart/Start New Session buttons don't work either.sRc wrote:if i hit logout it turns the screen grey (not sure if its supposed to show something on the grey screen as i still havent gotten icons working yet), but if I hit enter on that screen it logs out finejasuka wrote:So no one else has the logout issue? I'm out of ideas how to fix it....

Code: Select all
gentoo-audio extragear-graphics # emerge kde-misc/extragear-graphics
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) kde-misc/extragear-graphics-9999.4 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* WARNING! This is an experimental ebuild of the extragear-graphics KDE4 SVN tree.
* Use at your own risk. Do _NOT_ file bugs at bugs.gentoo.org because
* of this ebuild!
>>> Unpacking source...
* subversion check out start -->
* repository: svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
A graphics/cmake
A graphics/cmake/modules
SNIP
A graphics/CMakeLists.txt
U graphics
Checked out revision 762306.
* working copy: /usr/portage/distfiles/svn-src/KDE/extragear/graphics
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/kde-misc/extragear-graphics-9999.4/work/extragear-graphics-9999.4 ...
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works

Code: Select all
ebuild extragear-graphics-9999.4.ebuild digestCode: Select all
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
KMNAME="extragear" # added these 2 lines
KMMODULE="graphics"
NEED_KDE="svn"
inherit kde4svn
MY_PV="${PV%_pre*}" # added these 3 lines
PREFIX="${KDEDIR}"
SLOT="kde-svn"
DESCRIPTION="extragear-graphics." # changed name
HOMEPAGE="http://www.kde.org/"
KEYWORDS=""
IUSE="chm debug djvu exiv2 gphoto2 htmlhandbook jpeg pdf scanner tetex tiff"
LICENSE="GPL-2 LGPL-2"
DEPEND="
>=app-misc/strigi-0.5.7
kde-base/qimageblitz
>=media-libs/freetype-2
media-libs/libpng
virtual/opengl
virtual/ghostscript
chm? ( app-doc/chmlib )
djvu? ( >=app-text/djvu-3.5.17 )
exiv2? ( >=media-gfx/exiv2-0.12 )
gphoto2? ( media-libs/libgphoto2 )
jpeg? ( media-libs/jpeg )
pdf? ( >=app-text/poppler-0.5.4 >=app-text/poppler-bindings-0.5.4 )
scanner? ( media-gfx/sane-backends )
tiff? ( media-libs/tiff )"
RDEPEND="${DEPEND}
tetex? (
|| ( >=app-text/tetex-2
app-text/ptex
app-text/cstetex
app-text/dvipdfm ) )"
pkg_setup() {
for ghostscript in app-text/ghostscript-{gnu,esp,afpl}; do
if has_version ${ghostscript}; then
KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK}
${ghostscript} X"
fi
done
use pdf && KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK}
app-text/poppler-bindings qt4"
kde4svn_pkg_setup
}
src_compile() {
mycmakeargs="${mycmakeargs}
-DWITH_BLITZ=ON
$(cmake-utils_use_with chm CHM)
$(cmake-utils_use_with djvu DjVuLibre)
$(cmake-utils_use_with exiv2 Exiv2)
$(cmake-utils_use_with gphoto2 Gphoto2)
$(cmake-utils_use_with jpeg JPEG)
$(cmake-utils_use_with pdf Poppler)
$(cmake-utils_use_with scanner Sane)
$(cmake-utils_use_with tiff TIFF)"
kde4-base_src_compile
}

Code: Select all
21.4% ( 86.3) knotify4 : schedule_timeout (process_timeout)
15.4% ( 61.9) <interrupt> : uhci_hcd:usb1, nvidia
12.4% ( 50.0) <interrupt> : PS/2 keyboard/mouse/touchpad
7.9% ( 31.9) firefox-bin : futex_wait (hrtimer_wakeup)
5.8% ( 23.2) X : do_setitimer (it_real_fn)Code: Select all
SSL support could not be initialized for account xxxxxxxxxxx@gmail.com. This is most likely because the QCA TLS plugin is not installed on your system.