FS#65835 - [xfce4-screensaver] Missing python-gobject dep for xfce4-screensaver-configure

Attached to Project: Arch Linux
Opened by Saiki Kunio (kunio) - Saturday, 14 March 2020, 15:40 GMT
Last edited by Christian Hesse (eworm) - Monday, 16 March 2020, 10:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s): 0.1.8-2
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
1. Run the command:

```console
% xfce4-screensaver-configure -h
Traceback (most recent call last):
File "/usr/bin/xfce4-screensaver-configure", line 35, in <module>
gi.require_version('Gdk', '3.0')
AttributeError: module 'gi' has no attribute 'require_version'
```

After installing the python-gobject package, it is good again:

```console
% xfce4-screensaver-configure
Traceback (most recent call last):
File "/usr/bin/xfce4-screensaver-configure", line 717, in <module>
show_fatal(primary, _("Screensaver required.") % saver)
NameError: name 'primary' is not defined
% xfce4-screensaver-configure -h
usage: xfce4-screensaver-configure [-h] [--check] [N]

Configure an individual screensaver

positional arguments:
N screensaver name to configure

optional arguments:
-h, --help show this help message and exit
--check check if screensaver is configurable
```
This task depends upon

Closed by  Christian Hesse (eworm)
Monday, 16 March 2020, 10:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  xfce4-screensaver-0.1.8-3

Loading...