| Summary: | app-portage/kportagetray-0.2.4-r1 gives error on startup | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | manuel |
| Component: | Current packages | Assignee: | 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 | ||
Created attachment 405572 [details]
emerge --info
*** This bug has been marked as a duplicate of bug 505314 *** I don't understand. There is no AttributeError in the other bug. |
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