[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-23 Thread Michael Vogt
*** This bug is a duplicate of bug 107451 ***
https://bugs.launchpad.net/bugs/107451

** This bug has been marked a duplicate of bug 107451
   [MASTER] [kde] cdrom uprade fails

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-22 Thread Hans-Joachim Daniels
Thanks Sam,
with your DistUpgradeViewKDE.py, I could do the update. 

Thanks again,
Ha-Jo

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-22 Thread Sarah Hobbs
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Hans-Joachim Daniels

** Attachment added: My /var/log/dist-upgrade/apt.log
   http://librarian.launchpad.net/7380886/apt.log

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Hans-Joachim Daniels

** Attachment added: My /var/log/dist-upgrade/main.log
   http://librarian.launchpad.net/7380890/main.log

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Hans-Joachim Daniels
It seems that I can't edit/finish my original report ...

After this error I can only close the window and the installation quits.
So no Feisty for me.

Another remark: I chose not to download the latest files from the net,
since that doesn't work either ...

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Sam Corder
I fixed this by doing the following:
1. Copy feisty.tar.gz from [cdrom]dists/feisty/main/dist-upgrader/binary-all to 
a subdirectory on my hd and extracting it.  You'll likely want to make an empty 
directory to extract to since it will extract all the files to the current 
directory.
2. Edit DistUpgradeViewKDE.py.   Make the following changes
2.a. On line 72 change self.progressbar.setProgress(percent) to 
self.progressbar.setProgress(step)
2.b. Line 65 reads self.progress = parent.window_main.progressbar_cache.  This 
should probably read self.progressbar = but I didn't want to take the chance of 
something else external using it and then bombing (it was really late) so I 
added a line after it that reads :
self.progressbar = parent.window_main.progressbar_cache
3. Save the file and exit your editor.
4. In a terminal in the directory of your modified file execute the following 
command:
sudo python dist-upgrade.py --cdrom=[full path to cdrom] 
--frontend=DistUpgradeViewKDE
In my case I entered sudo python dist-upgrade.py --cdrom=/media/cdrom0/ 
--frontend=DistUpgradeViewKDE
The frontend parameter can likely be ignored since it doesn't seem to change 
anything when passing different frontend parameters like gtk or text.

One other note.  When I chose yes to downloading updated packages I also
got an error about the gnugpg module not being there.  If that happens
to you just choose No and do your updates later.

Good luck.

** Attachment added: My changed file.
   http://librarian.launchpad.net/7381473/DistUpgradeViewKDE.py

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Martin-Éric Racine
This is all very nice, except this bug has nothing to do with package
upgrade-system. Please reassign it to the correct package.

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs