openSUSE Forums > Applications » KDE 4.1.1 Upadate Checkerboard Problem

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read

Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
Page 2 of 5 1 2 34 Last »
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 11-Sep-2008, 06:34
swamp_yankee's Avatar
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 10
swamp_yankee hasn't been rated much yet
Default Re: KDE 4.1.1 Upadate Checkerboard Problem

Goemon,

Did you forces an update of all the KDE4 packages or did you just rename the kde and kde4 folders?

Benjamin_Xiao, thanks very much for the tip on updating an entire group of packages. I knew there had to be a simpler method!
Reply With Quote
  #12 (permalink)  
Old 11-Sep-2008, 14:26
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 5
Goemon hasn't been rated much yet
Default Re: KDE 4.1.1 Upadate Checkerboard Problem

Both, I thought.

I'll give it another go...
Reply With Quote
  #13 (permalink)  
Old 12-Sep-2008, 05:44
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 5
Goemon hasn't been rated much yet
Default Re: KDE 4.1.1 Upadate Checkerboard Problem

Got i going OK on a retry.

For reference, I did the following:

1) booted into a console session
2) ren/del the .kde & .kde4 dirs in home
3) Forced a refresh for all KDE4 pacakges using the command-line version of YAST (a real life-saver - ALWAYS make sure you install it...)
4) Started a KDE4 session (making sure NOT to start a KDE3 session)
Reply With Quote
  #14 (permalink)  
Old 16-Sep-2008, 00:09
Explorer Penguin
 
Join Date: Jul 2008
Location: Toronto, Canada
Posts: 137
reggler hasn't been rated much yet
Send a message via ICQ to reggler
Default Re: what worked for me...

Quote:
Originally Posted by Benjamin_Xiao View Post
When you filter for kde 4 packages, you can go to packages->all packages in this list->upgrade if newer version available. You don't need to manually check each icon.
This does not work for me, get several conflicts cause there's no libqt4 >= 4.1.1 available... oh man, this is crappy
Reply With Quote
  #15 (permalink)  
Old 16-Sep-2008, 00:20
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,072
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: what worked for me...

Add the qt4 build service repo
Index of /repositories/KDE:/Qt44/openSUSE_11.0
run updates to that
now try kde4.1
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #16 (permalink)  
Old 16-Sep-2008, 02:55
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 2
edke hasn't been rated much yet
Default Re: what worked for me...

Quote:
Originally Posted by caf4926 View Post
Add the qt4 build service repo
Index of /repositories/KDE:/Qt44/openSUSE_11.0
run updates to that
now try kde4.1
Confirmed, after adding this repo latest update was without conflicts and KDE4.1 is working as it suposed to. Only I lost all panels, looks like I logout from broken session and config with no panels was saved
Reply With Quote
  #17 (permalink)  
Old 16-Sep-2008, 03:51
Busy Penguin
 
Join Date: Jun 2008
Posts: 388
RedDwarf hasn't been rated much yet
Default Re: what worked for me...

Quote:
Originally Posted by caf4926 View Post
Add the qt4 build service repo
Index of /repositories/KDE:/Qt44/openSUSE_11.0
To avoid problems the repo that should be added is KDE:Qt, not KDE:Qt44

Code:
$ osc meta prj KDE:KDE4:Factory:Desktop
<project name="KDE:KDE4:Factory:Desktop">                
  <title>KDE 4.1.x Packages</title>                      
  <description>This project contains the KDE version currently developed in Factory for the next openSUSE release. It is supposed to be always useable and mostly bugfree. We gladly accept bugreports and enhancement requests, especially if those are not reproduceable with KDE:KDE4:STABLE:Desktop</description>                        
  <person role="maintainer" userid="wstephenson"/>                                                             
  <person role="maintainer" userid="Beineri"/>
  <person role="maintainer" userid="dirkmueller"/>
  <person role="maintainer" userid="coolo"/>
  <person role="maintainer" userid="jpr"/>
  <person role="maintainer" userid="llunak"/>
  <person role="bugowner" userid="dirkmueller"/>
  <debuginfo>
<enable repository='openSUSE_11.0'/>
<enable repository='openSUSE_Factory'/>
  </debuginfo>
  <repository name="openSUSE_10.3">
    <path repository="openSUSE_10.3" project="KDE:Qt"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>
  <repository name="openSUSE_11.0">
    <path repository="openSUSE_11.0" project="KDE:Qt"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
    <arch>ppc</arch>
    <arch>ppc64</arch>
  </repository>
  <repository name="openSUSE_Factory">
    <path repository="standard" project="openSUSE:Factory"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
    <arch>ppc</arch>
    <arch>ppc64</arch>
  </repository>
  <repository name="SLE_10">
    <path repository="SLE_10" project="devel:tools:building"/>
    <path repository="standard" project="SUSE:SLE-10:SP2:SDK"/>
    <path repository="SLE_10" project="home:dirkmueller:playground:kde4"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>
</project>
Reply With Quote
  #18 (permalink)  
Old 16-Sep-2008, 10:42
Student Penguin
 
Join Date: Sep 2008
Location: Bangalore, India
Posts: 62
thejaswihr hasn't been rated much yet
Default Re: KDE 4.1.1 Upadate Checkerboard Problem

Ok guys, here is the deal.
The recent update of KDE-4.1 from KDE4:Factory did not have all the dependencies for all the packages. What was missing was libqt4-4.1.1 package. Due to this missing dependency, kde4base, kdebase4-runtime and some plasma theme packages were not upgraded. So most of the packages were upgraded but not all. Due to this incosistency we had to face the "checker-board". (We can coin it as a term )
To resolve this issue, just add the QT4 build service repo to your repository list.
Code:
sudo zypper ar "http://download.opensuse.org/repositories/KDE:/Qt44/openSUSE_11.0/" "KDE:Qt"
sudo zypper refresh
Once thats done, update all the packages
Code:
sudo zypper up -t package
sudo zypper dup
Thats it. Restart your system and you should have your favourite KDE4 back with all its charm .

There is *no need* to delete or move ~/.kde4 or ~/.kde and loose all your settings. There is also *no need* to reinstall all the KDE4 packages.

- Thejaswi Raya
Reply With Quote
  #19 (permalink)  
Old 16-Sep-2008, 12:23
Explorer Penguin
 
Join Date: Jul 2008
Location: Toronto, Canada
Posts: 137
reggler hasn't been rated much yet
Send a message via ICQ to reggler
Default Re: what worked for me...

Well I got myself logged back into "normal" kde now but my problem is i seem to have lost certain info from the .kde folder but it's weird in kontact e.g. the folders are all there but no content the mails are gone. any explanation for this? also my kde 4 settings seem to be gone mostly... like wall paper but autostart seems to be correct now... i have no cluewhat'as going on.... especially the gone kontact contents are bad can i get it back somehow?
Even the contacts are still there in Kontact but the mails are gone.... huh???
Reply With Quote
  #20 (permalink)  
Old 16-Sep-2008, 12:33
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 33
sosaudio1 hasn't been rated much yet
Default Re: KDE 4.1.1 Upadate Checkerboard Problem

So maybe one day I will learn to listen to KDE and YaST when the dependency issues jump out at me...LOL I sat there for a good uh...30 seconds and then say....ehh what the heck...that'll teach me LOL...

OK but on the flip side of this, is there a way we could get the pkg managers to set up a dependency to where when KDE Runtime is not going to be updated it throws a flag?

One more question....

Resolve the repo addy. Is it QT44 or is it KDE:QT?

If there are two we need to know the correct one before delving into a possible dependecncy hell.

I love openSuse!!!!!

L8R
Rich
Reply With Quote
Reply
Page 2 of 5 1 2 34 Last »

Bookmarks

Tags
ati, kde, kde 4.1


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2