Bugzilla – Bug 726488
Docky should depend on libwnck-1-22
Last modified: 2012-06-26 21:11:55 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Docky doesn't work on a GNOME 3 desktop because the libwnck-1 dependancy is missing. Reproducible: Always Steps to Reproduce: 1. zypper in docky 2. launch docky Actual Results: it crashes Expected Results: liwnck should be a dependancy of docky
It's actually a bug in the wnck-sharp package, which apparently doesn't bring in the library... Stephen, Nelson: can you take a look at that?
This is an autogenerated message for OBS integration: This bug (726488) was mentioned in https://build.opensuse.org/request/show/100931 12.1 / gnome-desktop-sharp2
hi, can you have a look at the specfile and change it so that it works with the current specfile validator ? this would work: -Version: %_version -Release: 2 -Source: %{_name}-%{version}.tar.bz2 +Version: %{_version} +Release: 0 +%if %{gnome_version} >= 226 +Source: %{_name}-2.26.0.tar.bz2 +%else +%if %{gnome_version} >= 224 +Source: %{_name}-2.24.0.tar.bz2 +%else +Source: %{_name}-2.20.1.tar.bz2 +%endif +%endif
This is tracked in another bug as well... the SR was rejected and needs more work! *** This bug has been marked as a duplicate of bug 738011 ***