Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[kde-testing] and [kde-crazy] KDE4 overlays thread (part 3)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
994 posts
  • Page 18 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 40
  • Next
Author
Message
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sat Feb 14, 2009 8:03 am

@krog
I have the same problems. What helps is to search the file kde4-base.eclass and comment out the line mentioning xorg there when compiling portage tree stuff.
Top
tampakrap
Retired Dev
Retired Dev
User avatar
Posts: 71
Joined: Tue Nov 27, 2007 4:26 pm
Location: Prague, Czech Republic
Contact:
Contact tampakrap
Website

Post by tampakrap » Sat Feb 14, 2009 3:42 pm

We have set xorg-1.5.2 as minimum requirements because of many problems reported with the previous ones.
And as for the snapshots, we have removed them because of the rename of the tarballs by the upstream. We are now waiting for an answer from upstream.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

Post by asturm » Sat Feb 14, 2009 4:15 pm

Everyone using KDE-4.2 should upgrade to xorg-x11-7.4 anyway.
Top
Krog
Guru
Guru
User avatar
Posts: 355
Joined: Tue Jun 26, 2007 5:00 pm
Location: Roma, Italy

Post by Krog » Sat Feb 14, 2009 5:50 pm

so now I must upgrade xorg... ok...
Top
mziab
l33t
l33t
User avatar
Posts: 644
Joined: Fri Oct 01, 2004 12:11 pm
Contact:
Contact mziab
Website

Post by mziab » Sat Feb 14, 2009 6:30 pm

tampakrap wrote:We have set xorg-1.5.2 as minimum requirements because of many problems reported with the previous ones.
Could you elaborate? What issues were fixed in xorg-server 1.5.2? I'm using the KDE 4.2, xorg-server 1.3, nvidia-drivers 180.29 combo and everything seems to be working flawlessly.
Gentoo Linux 13.0 | 3.19 | glibc 2.19 | gcc 4.9.2

mteam | mziab's blog | roslin
Top
Krog
Guru
Guru
User avatar
Posts: 355
Joined: Tue Jun 26, 2007 5:00 pm
Location: Roma, Italy

Post by Krog » Sat Feb 14, 2009 7:21 pm

so for me...
i tryed xorg 1.5.2 but didn't find an easy guide to configure mouse, keyboard andsynaptic touchpad.
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sat Feb 14, 2009 7:22 pm

Does the old xorg.conf not work with the new xserver?
Top
neuron
Advocate
Advocate
User avatar
Posts: 2371
Joined: Tue May 28, 2002 7:43 pm

Post by neuron » Sat Feb 14, 2009 8:45 pm

you shouldn't need to configure any input device, they are handled by hal.

And make sure you recompile your xorg drivers after xorg updates (as noted in most guides, and as an update message when updating xorg).
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sat Feb 14, 2009 9:26 pm

I just switched to qt-4.5.0-rc1 as well as to xorg-7.4 and the newest xorg-server in the tree. Now I have several issues:
1.) In kdm I get an English keyboard layout while normally (under kde itself) I have a German one.
2.) The akregator part in kontact does not remember which columns I want to have shown (Title, Author, Date, Source etc.) and which width I'd like them to have. Before the update, I in principal had the same issue, however I only had to tell akregator at the beginning of each session what to show. Now I can configure one feed, go to the next and all settings are gone again :-(
3.) My synaptics touchpad does not support tapping anymore (the least concern, since I hardly ever use it).
Top
rahulthewall
Veteran
Veteran
User avatar
Posts: 1264
Joined: Thu Nov 01, 2007 11:28 pm
Location: Zürich
Contact:
Contact rahulthewall
Website

Post by rahulthewall » Sat Feb 14, 2009 11:23 pm

Boccaccio wrote: 3.) My synaptics touchpad does not support tapping anymore (the least concern, since I hardly ever use it).
API changes in the recent synaptics driver. Here is my configuration. Tapping, scrolling and all work nicely.

Code: Select all

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "Device"                "/dev/input/mouse1"
        Option          "SendCoreEvents"                           
        Option          "Protocol"              "auto-dev"         
        Option          "SHMConfig"             "on"               
        Option          "Emulate3Buttons"       "on"               
        Option          "LeftEdge"              "130"              
        Option          "RightEdge"             "900"              
        Option          "TopEdge"               "130"              
        Option          "BottomEdge"            "640"              
        Option          "FingerLow"             "7"                
        Option          "FingerHigh"            "8"                
        Option          "AccelFactor"           "0.05"             
        Option          "LockedDrags"           "0"                
        Option          "MaxTapTime"            "180"              
        Option          "MinTapTime"            "110"              
        Option          "ClickTime"             "0"                
        Option          "EmulateMidButtonTime"  "75"               
        Option          "VertScrollDelta"       "20"               
        Option          "HorizScrollDelta"      "20"               
        Option          "MinSpeed"              "0.70"             
        Option          "MaxSpeed"              "0.60"             
        Option          "AccelFactor"           "0.030"            
        Option          "EdgeMotionMinSpeed"    "200"              
        Option          "EdgeMotionMaxSpeed"    "200"              
        Option          "CircularScrolling"     "1"                
        Option          "CircScrollDelta"       "0.1"              
        Option          "CircScrollTrigger"     "1"                
        Option          "VertTwoFingerScroll"   "on"               
        Option          "TapButton1"            "1"                
EndSection  
Who shall guard the guards?
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 7:58 am

I have to add another, very serious problem:

All the popup information, e.g. when a new message in kopete arrives, are not shown anymore. And an instant messenger which does not tell me, when I am getting a new message is quite senseless...
Top
neuron
Advocate
Advocate
User avatar
Posts: 2371
Joined: Tue May 28, 2002 7:43 pm

Post by neuron » Sun Feb 15, 2009 9:39 am

Boccaccio wrote:I have to add another, very serious problem:

All the popup information, e.g. when a new message in kopete arrives, are not shown anymore. And an instant messenger which does not tell me, when I am getting a new message is quite senseless...
check .xsession-error when you get a msg, got a theory about knotify being broken on this one..
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 10:01 am

Here is all kopete related stuff from a fresh .xsession-error:
kbuildsycoca: WARNING: '/usr/kde/4.2/share/applications/kde4/kopete.desktop' specifies undefined mimetype/servicetype 'application/x-kopete-emoticons'
kbuildsycoca: WARNING: '/usr/kde/4.2/share/applications/kde4/kopete.desktop' specifies undefined mimetype/servicetype 'application/x-icq'
kopete(13519)/libkopete Kopete::PluginManager::loadPluginInternal: Unable to find a plugin named ' "" '!
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519): Attempt to use QAction "show_participants_widget" with KXMLGUIFactory!
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssssssayasx')"
kopete(13519): Attempt to use QAction "show_participants_widget" with KXMLGUIFactory!
Cannot register object at /kopete/MainWindow_2/actions because actions exports its own child objects
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssssssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 10:07 am

Concerning the xorg-update problems (which don't really belong in here, probably), I managed to get the keyboard stuff solved by copying /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi to /etc/hal/fdi/policy/10-keymap.fdi and changing the keyboard layout given there from us to de.
The touchpad still does not work as I want, though I searched the web and copied over the corresponding fdi file.
Top
HELPcho
n00b
n00b
Posts: 9
Joined: Sat Jun 10, 2006 8:45 am
Location: Plovdiv
Contact:
Contact HELPcho
Website

kde-base/plasma-workspace-9999 broken compile!

Post by HELPcho » Sun Feb 15, 2009 10:38 am

Hello guys,
could anyone help me with this:
[ 36%] Building CXX object plasma/dataengines/calendar/CMakeFiles/plasma_engine_calendar.dir/calendarengine.o
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:25:30: error: KHolidays/Holidays: No such file or directory
[ 36%] Building CXX object plasma/dataengines/applicationjobs/CMakeFiles/plasma_engine_applicationjobs.dir/jobviewadaptor.o
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp: In member function 'virtual bool CalendarEngine::sourceRequestEvent(const QString&)':
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:48: error: 'KHolidays' has not been declared
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:48: error: expected `;' before 'region'
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:52: error: 'region' was not declared in this scope
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:54: error: 'KHolidays' has not been declared
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:54: error: expected `;' before 'holidays'
/var/tmp/portage/kde-base/plasma-workspace-9999/work/plasma-workspace-9999/plasma/dataengines/calendar/calendarengine.cpp:55: error: 'holidays' was not declared in this scope
make[2]: *** [plasma/dataengines/calendar/CMakeFiles/plasma_engine_calendar.dir/calendarengine.o] Error 1
make[1]: *** [plasma/dataengines/calendar/CMakeFiles/plasma_engine_calendar.dir/all] Error 2
[ 36%] make[1]: *** Waiting for unfinished jobs....
Building CXX object plasma/dataengines/applicationjobs/CMakeFiles/plasma_engine_applicationjobs.dir/jobviewserveradaptor.o
Linking CXX shared module ../../../lib/plasma_engine_applicationjobs.so
[ 36%] Built target plasma_engine_applicationjobs
make: *** [all] Error 2

It is really strage to miss a file?!? and to boke an important part beacuse of missing file (If it is the problem)!
Top
tampakrap
Retired Dev
Retired Dev
User avatar
Posts: 71
Joined: Tue Nov 27, 2007 4:26 pm
Location: Prague, Czech Republic
Contact:
Contact tampakrap
Website

Post by tampakrap » Sun Feb 15, 2009 11:26 am

we got too many bug reports about composite problems that's why we decided to put xorg server 1.5.2 as dep.
I added the following line

Code: Select all

Option         "AllowEmptyInput" "false"
to the ServerLayout section of xorg.conf, and had to recompile xf86-input-{mouse,synaptics} because they weren't loaded (Xorg.0.log errors)
Top
NaiL
Apprentice
Apprentice
User avatar
Posts: 228
Joined: Thu Feb 13, 2003 2:28 pm
Location: Spain/BCN

Post by NaiL » Sun Feb 15, 2009 11:40 am

Boccaccio wrote:1.) In kdm I get an English keyboard layout while normally (under kde itself) I have a German one.
About this, I just changed the keyboard layout using the KDE GUI-based configuration tools.

K -> System -> System settings -> Regional & Language -> Keyboard Layout -> Layout -> "Choose your flag"
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 11:44 am

NaiL wrote:
Boccaccio wrote:1.) In kdm I get an English keyboard layout while normally (under kde itself) I have a German one.
About this, I just changed the keyboard layout using the KDE GUI-based configuration tools.

K -> System -> System settings -> Regional & Language -> Keyboard Layout -> Layout -> "Choose your flag"
Well my problem was nit really kde related but due to the switching to the new Xorg which recognizes all devices automatically using hal.
Top
NaiL
Apprentice
Apprentice
User avatar
Posts: 228
Joined: Thu Feb 13, 2003 2:28 pm
Location: Spain/BCN

Post by NaiL » Sun Feb 15, 2009 11:50 am

Yes, the same happened to me, and that is how I solved it :P
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 11:53 am

Ok, then there are two solutions to our problem...
Top
Boccaccio
Apprentice
Apprentice
Posts: 286
Joined: Tue Jul 19, 2005 8:08 pm

Post by Boccaccio » Sun Feb 15, 2009 12:53 pm

I found an additional problem after the update: I cannot switch between the different activities by using Ctrl+Shift+N :-(
Top
spongo
n00b
n00b
User avatar
Posts: 4
Joined: Tue Jan 27, 2009 4:47 pm

Post by spongo » Sun Feb 15, 2009 5:17 pm

if you don't like what hal is doing after upgrading to xorg-server-1.5:

you can still use xorg.conf the old way and play configuring your touchpad/keyboardlayout in hal another day, just add into xorg.conf at Section "ServerFlags"
Option "AutoAddDevices" "false"
Top
Krog
Guru
Guru
User avatar
Posts: 355
Joined: Tue Jun 26, 2007 5:00 pm
Location: Roma, Italy

Post by Krog » Sun Feb 15, 2009 6:34 pm

spongo wrote:if you don't like what hal is doing after upgrading to xorg-server-1.5:

you can still use xorg.conf the old way and play configuring your touchpad/keyboardlayout in hal another day, just add into xorg.conf at Section "ServerFlags"
Option "AutoAddDevices" "false"
THANKS
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

Post by wrc1944 » Sun Feb 15, 2009 8:17 pm

Anybody see this one? (I'm on amd64, kde-live, qt-4.5.0-rc1):

Code: Select all

 [ 83%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/customtemplates_kfg.o
Linking CXX shared library ../lib/libkmailprivate.so
CMakeFiles/kmailprivate.dir/subscriptiondialog.o: In function `KMail::SubscriptionDialogBase::createListViewItem(int)':
subscriptiondialog.cpp:(.text+0x33c8): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x36b7): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x3c24): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x3ec2): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkmailprivate.so.4.2.0] Error 1
make[1]: *** [kmail/CMakeFiles/kmailprivate.dir/all] Error 2
make: *** [all] Error 2
 * 
 * ERROR: kde-base/kmail-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3735:  Called kde4-meta_src_compile
 *             environment, line 2891:  Called kde4-base_src_make
 *             environment, line 2672:  Called cmake-utils_src_make
 *             environment, line 1028:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";

This is the only failure I had today.
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
SpectreDragon
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Fri Aug 22, 2008 10:47 pm
Location: Germany

Post by SpectreDragon » Sun Feb 15, 2009 9:01 pm

Boccaccio wrote:I have to add another, very serious problem:

All the popup information, e.g. when a new message in kopete arrives, are not shown anymore. And an instant messenger which does not tell me, when I am getting a new message is quite senseless...
I had the same problem some time ago. Started with a complete clean .kdelive dir and it worked again (no clue why). It's worth a try.
Top
Locked

994 posts
  • Page 18 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 40
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic