Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 552910

Summary: app-portage/kportagetray-0.2.4-r1 gives error on startup
Product: Gentoo Linux Reporter: manuel
Component: Current packagesAssignee: Ronan Arraes Jardim Chagas <ronisbr>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde, proxy-maint, Wizzleby
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description manuel 2015-06-23 08:53:25 UTC
When I start kportagetray in the console, I get an error like this:

kportagetray(5577)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
Traceback (most recent call last):
  File "/usr/bin/kportagetray", line 68, in <module>
    KPortageTray_MainWindow = KPT_MainWindow()
  File "/usr/share/apps/kportagetray/KPT_MainWindow.py", line 145, in __init__
    self.webViewGoHome()
  File "/usr/share/apps/kportagetray/KPT_MainWindow.py", line 714, in webViewGoHome
    self._webViewHome = self._confCheck.checkDefaultWebPage()
  File "/usr/share/apps/kportagetray/KPT_ConfCheck.py", line 62, in checkDefaultWebPage
    defaultWebPage = self._settings.value("general/defaultWebPage", DEFAULT_WEB_PAGE).toString()
AttributeError: 'str' object has no attribute 'toString'
kportagetray(5577)/konsole Konsole::SessionManager::~SessionManager: Konsole SessionManager destroyed with sessions still alive 

Maybe it's related to Python versions?

Reproducible: Always
Comment 1 manuel 2015-06-23 08:55:10 UTC
Created attachment 405572 [details]
emerge --info
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2015-06-26 21:11:15 UTC

*** This bug has been marked as a duplicate of bug 505314 ***
Comment 3 manuel 2015-06-26 21:20:12 UTC
I don't understand. There is no AttributeError in the other bug.