Bug 1141376 - Missing requires : libXScrnSaver
Summary: Missing requires : libXScrnSaver
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: taskcoach
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Šimon Lukašík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-12 21:02 UTC by Michael S.
Modified: 2014-09-28 04:29 UTC (History)
4 users (show)

Fixed In Version: taskcoach-1.4.0-2.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-28 04:29:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michael S. 2014-09-12 21:02:17 UTC
Description of problem:

Taskcoach crash on started, asking for libXss.so.1 with this backtrace :

Traceback (most recent call last):
  File "/usr/bin/taskcoach", line 72, in <module>
    start()
  File "/usr/bin/taskcoach", line 63, in start
    app = application.Application(options, args)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/patterns/singleton.py", line 29, in __call__
    class_.instance = super(Singleton, class_).__call__(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 117, in __init__
    self.init(**kwargs)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 226, in init
    self.settings, splash=splash)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/gui/mainwindow.py", line 92, in __init__
    self.taskFile.efforts())
  File "/usr/lib/python2.7/site-packages/taskcoachlib/gui/idlecontroller.py", line 84, in __init__
    super(IdleController, self).__init__()
  File "/usr/lib/python2.7/site-packages/taskcoachlib/patterns/observer.py", line 333, in __init__
    super(Observer, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/powermgt/idle.py", line 111, in __init__
    IdleQuery.__init__(self)
  File "/usr/lib/python2.7/site-packages/taskcoachlib/powermgt/idle.py", line 46, in __init__
    _xss = CDLL('libXss.so.1')
  File "/usr/lib64/python2.7/ctypes/__init__.py", line 360, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libXss.so.1: cannot open shared object file: No such file or directory

Installing it fix the silent software breakage.

Comment 1 Fedora Update System 2014-09-14 16:28:23 UTC
taskcoach-1.4.0-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/taskcoach-1.4.0-2.fc20

Comment 2 lnie 2014-09-15 04:00:58 UTC
taskcoach-1.4.0-2.fc20 works

Comment 3 Fedora Update System 2014-09-19 10:16:48 UTC
Package taskcoach-1.4.0-2.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing taskcoach-1.4.0-2.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-11068/taskcoach-1.4.0-2.fc20
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-09-28 04:29:11 UTC
taskcoach-1.4.0-2.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


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