| Summary: | [abrt] wallpapoz-0.5-8.fc16: wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | moroveno30 |
| Component: | wallpapoz | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | mtasaka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:109400b86749122e0f38e07d7db9db3520d03759 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-29 01:01:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 711541 *** |
libreport version: 2.0.7 abrt_version: 2.0.6 cmdline: python /usr/libexec/daemon_wallpapoz executable: /usr/libexec/daemon_wallpapoz kernel: 3.1.2-1.fc16.x86_64 reason: wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' time: Sat 26 Nov 2011 09:17:03 AM EST uid: 1000 username: mike backtrace: :wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' : :Traceback (most recent call last): : File "/usr/libexec/daemon_wallpapoz", line 90, in <module> : wallpapozxml = XMLProcessing() : File "../share/wallpapoz/lib/xml_processing.py", line 49, in __init__ : wallpapoz_system = WallpapozSystem() : File "../share/wallpapoz/lib/wallpapoz_system.py", line 56, in __init__ : self.finding_total_workspaces() : File "../share/wallpapoz/lib/wallpapoz_system.py", line 116, in finding_total_workspaces : self.total_workspaces = int(self.exec_cmd_under_X("xprop -root _NET_NUMBER_OF_DESKTOPS")[36:38]) :ValueError: invalid literal for int() with base 10: '' : :Local variables in innermost frame: :self: <wallpapoz_system.WallpapozSystem instance at 0x17137a0>