Bug 711541 - [abrt] wallpapoz-0.5-6.fc15: wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: ''
Summary: [abrt] wallpapoz-0.5-6.fc15: wallpapoz_system.py:116:finding_total_workspaces...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wallpapoz
Version: 15
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:109400b86749122e0f38e07d7db...
: 756553 756919 757069 757204 757215 757329 757379 757380 757381 757409 757432 757433 757434 757494 757521 758544 758550 759368 759724 759867 759869 760374 760420 760738 760811 761095 761113 761307 765595 765644 766174 766175 766268 766282 766317 766387 766410 766677 (view as bug list)
Depends On:
Blocks: 756553
TreeView+ depends on / blocked
 
Reported: 2011-06-07 18:27 UTC by Un Vagabundo
Modified: 2011-12-13 03:42 UTC (History)
50 users (show)

Fixed In Version: wallpapoz-0.5-9.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-10 19:32:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to verify number of desktops (603 bytes, patch)
2011-10-09 16:47 UTC, Jeff Bastian
no flags Details | Diff
debug xprop in wallpapoz (732 bytes, patch)
2011-10-10 16:49 UTC, Jeff Bastian
no flags Details | Diff
.xsession-errors (3.99 KB, text/plain)
2011-11-24 05:07 UTC, Mamoru TASAKA
no flags Details

Description Un Vagabundo 2011-06-07 18:27:28 UTC
abrt version: 2.0.1
architecture:   i686
cmdline:        
component:      wallpapoz
executable:     /usr/libexec/daemon_wallpapoz
kernel:         2.6.38.6-27.fc15.i686
os_release:     Fedora release 15 (Lovelock)
package:        wallpapoz-0.5-6.fc15
reason:         wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: ''
time:           Sun Jun  5 15:30:10 2011
uid:            500
username:       Berkona

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 0x8b46a8c>

Comment 1 Mamoru TASAKA 2011-06-07 22:51:28 UTC
Well, would you tell me the following?

* Please write which desktop environment you are using.
* How and when is this bug reproducible? Also if possible please
  provide the way you can reproduce this bug
* Please write the result of the following command:
  $ xprop -root _NET_NUMBER_OF_DESKTOPS
* Please attatch ~/.wallpapoz/wallpapoz.xml
* Please attach ~/.xsession-errors when this bug occurs

Comment 2 Al Pantilimon 2011-06-25 08:03:32 UTC
Package: wallpapoz-0.5-8.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Did nothing special. Wallpapoz just crashes under Gnome 3.

Comment 3 Al Pantilimon 2011-06-25 08:29:15 UTC
a) Gnome 3 in Fedora 15 (Lovelock)
b) as mentioned above - did nothing special - trying to move active window to a different workspace. Should mention I am also affected by https://bugzilla.redhat.com/show_bug.cgi?id=707652 (similar action : trying to move active window to different workspace - Boom)
c) xprop -root _NET_NUMBER_OF_DESKTOPS
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 4
unfortunately this is not at the moment of the crash. Actually the behavior of Gnome 3 is it creates and shuffles workspaces dynamically and if one moves the active window from 1 to 4, there's a fifth workspace briefly created then the whole lot shifts one position up and the fifth workspace is destroyed.
d) wallpapoz.xml :
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Wallpapoz>
<wallpapoz interval="5" random="0" style="2" type="workspace">
    <workspace name="rename this" no="1">
        <file>/usr/share/backgrounds/laughlin/default/laughlin.xml</file>
    </workspace>
    <workspace name="rename this" no="2">
        <file>/usr/share/backgrounds/laughlin/default/laughlin.xml</file>
    </workspace>
</wallpapoz>
e) There's no such file

Comment 4 Mamoru TASAKA 2011-06-25 11:39:03 UTC
Well, then
- would you tell me if this bug is reproducible? (i.e. how often do you see this issue?)

Comment 5 Al Pantilimon 2011-06-26 08:19:36 UTC
100% reproducible.

Steps to re-create :

1. Make sure you have more than one workspace (put whatever application window in each workspace for example workspaces 1 & 2)

2. Right click on the title bar of the application window of workspace 1, select Move to Another Workspace, then pick Workspace 3. Actualy you can get this, as far as I can tell, whenever you force that dynamic creation, destruction of the last workspace and shifting of the workspaces up for the first time in the session.

3. Boom - get the crash.

So I would say you can see the bug once every working session if you reshuffle workspaces. If you don't work with your workspaces like that - nothing happens.

Any advice on what I can do to track down what happens at that precise moment? I mean c) above was not done during the crash, but rather after, and the condition to reproduce this is too dynamic to be able to capture the exact status manually.

Many thanks in advance!

Comment 6 Mamoru TASAKA 2011-07-17 09:17:34 UTC
Do you still see this issue? Unfortunately I don't have any system where gnome-shell works and I always use "classic mode".

Comment 7 Al Pantilimon 2011-07-31 13:06:43 UTC
(In reply to comment #6)
> Do you still see this issue? Unfortunately I don't have any system where
> gnome-shell works and I always use "classic mode".

I uninstalled wallpapoz and switched to kde. Sorry.

Kind Regards,

Al

Comment 8 Heiko Adams 2011-07-31 21:12:59 UTC
Package: wallpapoz-0.5-8.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)

Comment
-----
(Re)start the system
Login

Comment 9 Heiko Adams 2011-07-31 21:19:23 UTC
I forgot: I'm using Gnome3 and the crash happend after restarting the system. I don't have an idea if this is related to automatic login or not.

Comment 10 Heiko Adams 2011-08-02 00:03:50 UTC
I've made a bugreport to upstream: https://github.com/vajrasky/wallpapoz/issues/3

Comment 11 Leif Madsen 2011-09-22 23:58:10 UTC
Package: wallpapoz-0.5-8.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Rebooted, logged in, immediately crashed. Using NVIDIA drivers.

Comment 12 Trever Adams 2011-09-30 23:17:04 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
I have this set as an autostart on login. Since upgrading to F16 beta, it has started crashing.

Comment 13 Jeff Bastian 2011-10-09 15:59:44 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
This error appeared as soon as I logged in.

Comment 14 Jeff Bastian 2011-10-09 16:47:10 UTC
Created attachment 527106 [details]
patch to verify number of desktops

The problem is that daemon_wallpapoz is launching too early in the Gnome Shell startup process and there are no virtual desktops defined yet.

If you use twm, you can see what xprop is returning:
  $ xprop -root _NET_NUMBER_OF_DESKTOPS
  _NET_NUMBER_OF_DESKTOPS:  not found.

Python cannot change " not found" into an integer, hence the error message:
  invalid literal for int() with base 10: ''

Attached is a patch that extends the safety checks in /usr/bin/daemon_wallpapoz to make sure that xprop is not returning the above error message.  It fixes the problem on my system.

Currently the script checks 4 times with a sleep of 3 seconds between checks, so I suppose if a system is slow and it takes longer than 12 seconds to define the virtual desktops, then wallpapoz will never start.

Comment 15 Mamoru TASAKA 2011-10-09 19:44:55 UTC
(In reply to comment #14)
> Created attachment 527106 [details]
> patch to verify number of desktops
> 

Well the problem is that as you see on the comment 5, it seems that this issue occurs not only on startup, but when changing workspace on GNOME shell in some way, and I don't know what xprop is returning at that time.

Comment 16 Mamoru TASAKA 2011-10-09 19:46:40 UTC
( And not that currently I am using GNOME 3 with _classic mode_ because GNOME 3 with default mode is still unstable for me )

Comment 17 Jeff Bastian 2011-10-10 16:49:02 UTC
Created attachment 527267 [details]
debug xprop in wallpapoz

It's not crashing for me using the method in comment 5.  Maybe something has changed in Fedora 16 Beta and Gnome 3.2 that's fixed this?

Just in case, though, I added some instrumentation to the wallpapoz daemon to log the output of xprop to /tmp/wallpapoz_debug.out

See the attached patch.

Example output from the debug log while adding and removing desktops:
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 2
Slice of [36:38] "2
"
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 2
Slice of [36:38] "2
"
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 4
Slice of [36:38] "4
"
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 4
Slice of [36:38] "4
"
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 3
Slice of [36:38] "3
"
_NET_NUMBER_OF_DESKTOPS(CARDINAL) = 3
Slice of [36:38] "3
"

I had to run the wallpapoz client in order to trigger the daemon to check the number of desktops.

Comment 18 Rob 2011-10-12 20:02:45 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crashed at boot
Also crashed when trying to run manually from activities menu

Comment 19 joern 2011-10-14 21:21:12 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
I installed a few more packages and tried logging into a Gnome session to see if that would allow me to
configure the Language as British English.
I got an error message immediately on logging in.

Comment 20 gerard duterque 2011-10-18 20:59:40 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
a la mise en route de gnome

Comment 21 gerard duterque 2011-10-19 13:42:47 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
à la mise en route

Comment 22 Tony Themelis 2011-10-23 19:30:16 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
crash occured after boot

Comment 23 Kevin Johnson 2011-10-26 12:11:39 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
I logged into the gnome3 session.  I think it has something to do with my background image.  I attempted to change it before, and each time I log in it goes back to an older wallpaper that I had.

Comment 24 Kevin Johnson 2011-10-30 15:51:53 UTC
I no longer receive this after launching wallpapoz manually through applications and deleting all entries and re-adding entries.  So something in the upgrade of gnome-shell from 3.0 to 3.2 didn't agree with my saved gnome settings

Comment 25 Lofton Alley 2011-11-02 11:24:51 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
startup
crash

Comment 26 Steve Foster 2011-11-03 01:27:40 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Login to f16

Comment 27 adriano 2011-11-03 21:09:10 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
just login

Comment 28 Mukundan Ragavan 2011-11-05 18:29:55 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
The crash happened at boot.

Comment 29 Mukundan Ragavan 2011-11-05 18:48:57 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crash happened during boot

Comment 30 Stefan Hellermann 2011-11-08 09:18:25 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
happend on logout + login of same user

Comment 31 Lofton Alley 2011-11-11 22:53:46 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
startup
crash

Comment 32 mdmpsyd@gmail.com 2011-11-12 01:51:53 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
startup

Comment 33 meddlingmonk 2011-11-12 02:49:37 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Wallpapoz crashes when logging into Gnome.

Comment 34 Lofton Alley 2011-11-12 16:40:53 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
startup
crash

Comment 35 al_halama 2011-11-12 19:37:00 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
This occurred on logging in after upgrading to Fedora 16 using the preupgrade

Comment 36 Ivan Virgili 2011-11-12 22:08:02 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
I just installed wallpapoz that is loaded when I log in...
I get the error as soon as I log in as a user...

Comment 37 mdmpsyd@gmail.com 2011-11-13 05:13:54 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
logging in

Comment 38 mrblack 2011-11-13 12:15:53 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Au démarrage du system

Comment 39 Mark 2011-11-13 21:46:28 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
just boot up

Comment 40 Mark 2011-11-13 23:01:31 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
just booted

Comment 41 mdmpsyd@gmail.com 2011-11-14 00:05:48 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
booted up

Comment 42 at 2011-11-14 00:49:51 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
add  the second diplay to gnome desktop.
logout.
login.
then crashed.

Comment 43 Mark 2011-11-14 18:03:30 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
just boot up

Comment 44 Cyril Sluchanko 2011-11-15 08:37:37 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
No actions were performed.

Comment 45 Cyril Sluchanko 2011-11-15 09:30:29 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Just logged in and got error message.

Comment 46 mdmpsyd@gmail.com 2011-11-16 00:28:11 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
on boot

Comment 47 Josef Sukdol 2011-11-16 21:10:08 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
1.) fresh install F16
2.) log in 
3.) change wallpaper
4.) log out
5.) reboot
6.) log in

Comment 48 Danilo Gimenez 2011-11-18 11:06:20 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Did nothing, just logon on F16/gnome3.

Comment 49 Filip Hort 2011-11-20 16:14:13 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
This error comes immediately after start of Gnome.

Comment 50 J.Jansen 2011-11-21 10:35:38 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
-upgrading F15 ->F16 with a working Walpapoz
-updating all packages to current version
-starting gnome session that normally would use wallpaoz
   wallpapoz crashes and does not work

Comment 51 Joel Uckelman 2011-11-21 11:37:51 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crashed on login to GNOME 3.

Comment 52 Justin Burland 2011-11-21 14:21:53 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: i686
OS Release: Fedora release 16 (Verne)

Comment
-----
logging in

Comment 53 Rich Boyce 2011-11-21 16:51:31 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crash occured at log in to gnome-shell

Comment 54 david.minster 2011-11-22 11:34:06 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
I just logged on to this message

Comment 55 Stefan Hellermann 2011-11-22 16:34:05 UTC
on bootup wallpapoz does not work. But starting wallpapoz from "activities" and clicking there "restart daemon" works. After this, the wallpaper changes regularly. I have to do it on every restart.

Comment 56 Joel Uckelman 2011-11-22 20:52:27 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crashed on GNOME3 login.

Comment 57 Joel Uckelman 2011-11-22 20:54:24 UTC
Package: wallpapoz-0.5-8.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)

Comment
-----
Crashed on GNOME3 login.

Comment 58 Mamoru TASAKA 2011-11-24 05:07:54 UTC
Created attachment 535775 [details]
.xsession-errors

.xsession-errors

Finally reproduced using F-16 x86_64 live DVD

Comment 59 Mamoru TASAKA 2011-11-24 05:10:54 UTC
I will now try to fix this...

Comment 60 Mamoru TASAKA 2011-11-26 15:41:52 UTC
*** Bug 757204 has been marked as a duplicate of this bug. ***

Comment 61 Mamoru TASAKA 2011-11-26 15:42:18 UTC
*** Bug 757069 has been marked as a duplicate of this bug. ***

Comment 62 Mamoru TASAKA 2011-11-26 15:42:42 UTC
*** Bug 756919 has been marked as a duplicate of this bug. ***

Comment 63 Mamoru TASAKA 2011-11-26 15:43:13 UTC
*** Bug 756553 has been marked as a duplicate of this bug. ***

Comment 64 Mamoru TASAKA 2011-11-26 15:43:34 UTC
*** Bug 757329 has been marked as a duplicate of this bug. ***

Comment 65 Mamoru TASAKA 2011-11-26 15:43:54 UTC
*** Bug 753978 has been marked as a duplicate of this bug. ***

Comment 66 Mamoru TASAKA 2011-11-26 15:44:26 UTC
*** Bug 757215 has been marked as a duplicate of this bug. ***

Comment 67 Mamoru TASAKA 2011-11-29 00:58:08 UTC
*** Bug 757380 has been marked as a duplicate of this bug. ***

Comment 68 Mamoru TASAKA 2011-11-29 00:58:32 UTC
*** Bug 757381 has been marked as a duplicate of this bug. ***

Comment 69 Mamoru TASAKA 2011-11-29 00:58:53 UTC
*** Bug 757409 has been marked as a duplicate of this bug. ***

Comment 70 Mamoru TASAKA 2011-11-29 00:59:28 UTC
*** Bug 757432 has been marked as a duplicate of this bug. ***

Comment 71 Mamoru TASAKA 2011-11-29 00:59:49 UTC
*** Bug 757433 has been marked as a duplicate of this bug. ***

Comment 72 Mamoru TASAKA 2011-11-29 01:00:11 UTC
*** Bug 757434 has been marked as a duplicate of this bug. ***

Comment 73 Mamoru TASAKA 2011-11-29 01:00:39 UTC
*** Bug 757379 has been marked as a duplicate of this bug. ***

Comment 74 Mamoru TASAKA 2011-11-29 01:01:16 UTC
*** Bug 757494 has been marked as a duplicate of this bug. ***

Comment 75 Mamoru TASAKA 2011-11-29 01:01:50 UTC
*** Bug 757521 has been marked as a duplicate of this bug. ***

Comment 76 Fedora Update System 2011-11-29 01:04:27 UTC
wallpapoz-0.5-9.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/wallpapoz-0.5-9.fc16

Comment 77 Fedora Update System 2011-11-29 01:05:32 UTC
wallpapoz-0.5-9.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/wallpapoz-0.5-9.fc15

Comment 78 Fedora Update System 2011-11-30 01:51:32 UTC
Package wallpapoz-0.5-9.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing wallpapoz-0.5-9.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2011-16558/wallpapoz-0.5-9.fc16
then log in and leave karma (feedback).

Comment 79 Ivan Virgili 2011-12-01 12:29:47 UTC
Tested.. seems to be working fine. Thanks..

Comment 80 Mamoru TASAKA 2011-12-01 14:03:54 UTC
*** Bug 758544 has been marked as a duplicate of this bug. ***

Comment 81 Mamoru TASAKA 2011-12-02 03:27:12 UTC
*** Bug 758550 has been marked as a duplicate of this bug. ***

Comment 82 Ivan Virgili 2011-12-07 22:42:00 UTC
(In reply to comment #79)
> Tested.. seems to be working fine. Thanks..

I don't get the error message any more, but the daemon doesn't seem to start/work properly.. I'm not sure I took check that in F15..

Comment 83 Fedora Update System 2011-12-10 19:32:59 UTC
wallpapoz-0.5-9.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 84 Fedora Update System 2011-12-10 19:59:50 UTC
wallpapoz-0.5-9.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 85 Mamoru TASAKA 2011-12-12 01:26:00 UTC
*** Bug 766410 has been marked as a duplicate of this bug. ***

Comment 86 Mamoru TASAKA 2011-12-12 01:26:21 UTC
*** Bug 766387 has been marked as a duplicate of this bug. ***

Comment 87 Mamoru TASAKA 2011-12-12 01:26:40 UTC
*** Bug 759368 has been marked as a duplicate of this bug. ***

Comment 88 Mamoru TASAKA 2011-12-12 01:27:02 UTC
*** Bug 766317 has been marked as a duplicate of this bug. ***

Comment 89 Mamoru TASAKA 2011-12-12 01:27:22 UTC
*** Bug 766282 has been marked as a duplicate of this bug. ***

Comment 90 Mamoru TASAKA 2011-12-12 01:27:42 UTC
*** Bug 766268 has been marked as a duplicate of this bug. ***

Comment 91 Mamoru TASAKA 2011-12-12 01:28:04 UTC
*** Bug 766175 has been marked as a duplicate of this bug. ***

Comment 92 Mamoru TASAKA 2011-12-12 01:28:24 UTC
*** Bug 766174 has been marked as a duplicate of this bug. ***

Comment 93 Mamoru TASAKA 2011-12-12 01:29:07 UTC
*** Bug 765644 has been marked as a duplicate of this bug. ***

Comment 94 Mamoru TASAKA 2011-12-12 01:29:28 UTC
*** Bug 765595 has been marked as a duplicate of this bug. ***

Comment 95 Mamoru TASAKA 2011-12-12 01:29:52 UTC
*** Bug 761307 has been marked as a duplicate of this bug. ***

Comment 96 Mamoru TASAKA 2011-12-12 01:30:20 UTC
*** Bug 761113 has been marked as a duplicate of this bug. ***

Comment 97 Mamoru TASAKA 2011-12-12 01:30:42 UTC
*** Bug 761095 has been marked as a duplicate of this bug. ***

Comment 98 Mamoru TASAKA 2011-12-12 01:31:06 UTC
*** Bug 760811 has been marked as a duplicate of this bug. ***

Comment 99 Mamoru TASAKA 2011-12-12 01:31:29 UTC
*** Bug 760738 has been marked as a duplicate of this bug. ***

Comment 100 Mamoru TASAKA 2011-12-12 01:31:51 UTC
*** Bug 760420 has been marked as a duplicate of this bug. ***

Comment 101 Mamoru TASAKA 2011-12-12 01:32:20 UTC
*** Bug 760374 has been marked as a duplicate of this bug. ***

Comment 102 Mamoru TASAKA 2011-12-12 01:32:50 UTC
*** Bug 759869 has been marked as a duplicate of this bug. ***

Comment 103 Mamoru TASAKA 2011-12-12 01:33:12 UTC
*** Bug 759867 has been marked as a duplicate of this bug. ***

Comment 104 Mamoru TASAKA 2011-12-12 01:33:39 UTC
*** Bug 759724 has been marked as a duplicate of this bug. ***

Comment 105 debianu 2011-12-12 05:08:00 UTC
After updating new gnome-shell, it does't reproduce any more.

Comment 106 Mamoru TASAKA 2011-12-13 03:42:35 UTC
*** Bug 766677 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.