Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
@ 2020-08-24 18:24 harrisonthorne
  2020-08-24 18:32 ` harrisonthorne
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: harrisonthorne @ 2020-08-24 18:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3398 bytes --]

New issue by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/24457

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  

Void 5.7.15_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFFFFFF

* package:  

gnome-authenticator-3.32.2_1

### Expected behavior

The app should start.

### Actual behavior

It doesn't.

### Steps to reproduce the behavior

After installing `gnome-authenticator`, running it from the command-line (`authenticator`) yields

```
Traceback (most recent call last):
  File "/usr/bin/authenticator", line 31, in <module>
    require_version("Handy", "0.0")
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Handy not available
```

So I installed `libhandy` (0.0.13_1). Then I get this from authenticator:

```
Traceback (most recent call last):
  File "/usr/bin/authenticator", line 55, in <module>
    from Authenticator.models import Logger
  File "/usr/lib/python3.8/site-packages/Authenticator/models/__init__.py", line 31, in <module>
    from .backup import BackupJSON
  File "/usr/lib/python3.8/site-packages/Authenticator/models/backup.py", line 23, in <module>
    from Authenticator.widgets import AccountsWidget
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/__init__.py", line 21, in <module>
    from .provider_image import ProviderImage
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/provider_image.py", line 26, in <module>
    from pyfavicon import Favicon
ModuleNotFoundError: No module named 'pyfavicon'
```

I installed `python3-pip` and did `pip3 install --user pyfavicon`. And now authenticator gives me this:

```
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 59, in do_startup
    self._setup_actions()
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 142, in _setup_actions
    Keyring.get_default().connect("notify::can-be-locked",
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 49, in get_default
    Keyring.instance = Keyring()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 44, in __init__
    self.props.can_be_locked = self.is_password_enabled() and self.has_password()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 136, in is_password_enabled
    state = Secret.password_lookup_sync(schema, {}, None)
gi.repository.GLib.Error: g-dbus-error-quark: The name org.freedesktop.secrets was not provided by any .service files (2)
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 77, in do_activate
    window = Window.get_default()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 70, in get_default
    Window.instance = Window()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 55, in __init__
    self.init_template('Window')
TypeError: <lambda>() takes 0 positional arguments but 1 was given
```

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
@ 2020-08-24 18:32 ` harrisonthorne
  2020-08-24 18:34 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: harrisonthorne @ 2020-08-24 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679294265

Comment:
> notuptodate

`xi -u` didn't change the problem. New `xuname`:

Void 5.7.15_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFFFFF

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
  2020-08-24 18:32 ` harrisonthorne
@ 2020-08-24 18:34 ` ericonr
  2020-08-24 18:35 ` harrisonthorne
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-08-24 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679295085

Comment:
Did you try 'libhandy1' instead?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
  2020-08-24 18:32 ` harrisonthorne
  2020-08-24 18:34 ` ericonr
@ 2020-08-24 18:35 ` harrisonthorne
  2020-08-24 18:36 ` harrisonthorne
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: harrisonthorne @ 2020-08-24 18:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679295473

Comment:
Just did, here's the output (I don't think it's different lol):

```
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 59, in do_startup
    self._setup_actions()
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 142, in _setup_actions
    Keyring.get_default().connect("notify::can-be-locked",
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 49, in get_default
    Keyring.instance = Keyring()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 44, in __init__
    self.props.can_be_locked = self.is_password_enabled() and self.has_password()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 136, in is_password_enabled
    state = Secret.password_lookup_sync(schema, {}, None)
gi.repository.GLib.Error: g-dbus-error-quark: The name org.freedesktop.secrets was not provided by any .service files (2)
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 77, in do_activate
    window = Window.get_default()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 70, in get_default
    Window.instance = Window()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 55, in __init__
    self.init_template('Window')
TypeError: <lambda>() takes 0 positional arguments but 1 was given
```

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (2 preceding siblings ...)
  2020-08-24 18:35 ` harrisonthorne
@ 2020-08-24 18:36 ` harrisonthorne
  2020-08-24 18:48 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: harrisonthorne @ 2020-08-24 18:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679295918

Comment:
Is it working for you (or anyone else)? I think our concern might have to do with this?

```
The name org.freedesktop.secrets was not provided by any .service files (2)
```

I'm using `runit`

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (3 preceding siblings ...)
  2020-08-24 18:36 ` harrisonthorne
@ 2020-08-24 18:48 ` ericonr
  2020-08-24 19:13 ` ericonr
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-08-24 18:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679301754

Comment:
Do you have `gnome-keyring` installed? Might need to add it as dependency... And it definitely shouldn't require a package from pip. 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (4 preceding siblings ...)
  2020-08-24 18:48 ` ericonr
@ 2020-08-24 19:13 ` ericonr
  2020-08-25 17:03 ` sgn
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-08-24 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-679313512

Comment:
We're definitely missing a lot of deps: https://gitlab.gnome.org/World/Authenticator/-/blob/master/requirements.txt

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (5 preceding siblings ...)
  2020-08-24 19:13 ` ericonr
@ 2020-08-25 17:03 ` sgn
  2020-08-25 17:18 ` sgn
  2020-08-26 23:41 ` [ISSUE] [CLOSED] " sgn
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-08-25 17:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-680151611

Comment:
Working on it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (6 preceding siblings ...)
  2020-08-25 17:03 ` sgn
@ 2020-08-25 17:18 ` sgn
  2020-08-26 23:41 ` [ISSUE] [CLOSED] " sgn
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-08-25 17:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/24457#issuecomment-680159333

Comment:
Please test #24470 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [ISSUE] [CLOSED] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
  2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
                   ` (7 preceding siblings ...)
  2020-08-25 17:18 ` sgn
@ 2020-08-26 23:41 ` sgn
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-08-26 23:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3401 bytes --]

Closed issue by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/issues/24457

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  

Void 5.7.15_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFFFFFF

* package:  

gnome-authenticator-3.32.2_1

### Expected behavior

The app should start.

### Actual behavior

It doesn't.

### Steps to reproduce the behavior

After installing `gnome-authenticator`, running it from the command-line (`authenticator`) yields

```
Traceback (most recent call last):
  File "/usr/bin/authenticator", line 31, in <module>
    require_version("Handy", "0.0")
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Handy not available
```

So I installed `libhandy` (0.0.13_1). Then I get this from authenticator:

```
Traceback (most recent call last):
  File "/usr/bin/authenticator", line 55, in <module>
    from Authenticator.models import Logger
  File "/usr/lib/python3.8/site-packages/Authenticator/models/__init__.py", line 31, in <module>
    from .backup import BackupJSON
  File "/usr/lib/python3.8/site-packages/Authenticator/models/backup.py", line 23, in <module>
    from Authenticator.widgets import AccountsWidget
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/__init__.py", line 21, in <module>
    from .provider_image import ProviderImage
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/provider_image.py", line 26, in <module>
    from pyfavicon import Favicon
ModuleNotFoundError: No module named 'pyfavicon'
```

I installed `python3-pip` and did `pip3 install --user pyfavicon`. And now authenticator gives me this:

```
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 59, in do_startup
    self._setup_actions()
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 142, in _setup_actions
    Keyring.get_default().connect("notify::can-be-locked",
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 49, in get_default
    Keyring.instance = Keyring()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 44, in __init__
    self.props.can_be_locked = self.is_password_enabled() and self.has_password()
  File "/usr/lib/python3.8/site-packages/Authenticator/models/keyring.py", line 136, in is_password_enabled
    state = Secret.password_lookup_sync(schema, {}, None)
gi.repository.GLib.Error: g-dbus-error-quark: The name org.freedesktop.secrets was not provided by any .service files (2)
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/application.py", line 77, in do_activate
    window = Window.get_default()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 70, in get_default
    Window.instance = Window()
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/window.py", line 55, in __init__
    self.init_template('Window')
TypeError: <lambda>() takes 0 positional arguments but 1 was given
```

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-08-26 23:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 18:24 [ISSUE] gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work harrisonthorne
2020-08-24 18:32 ` harrisonthorne
2020-08-24 18:34 ` ericonr
2020-08-24 18:35 ` harrisonthorne
2020-08-24 18:36 ` harrisonthorne
2020-08-24 18:48 ` ericonr
2020-08-24 19:13 ` ericonr
2020-08-25 17:03 ` sgn
2020-08-25 17:18 ` sgn
2020-08-26 23:41 ` [ISSUE] [CLOSED] " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).