Package Details: whatip 1.2-1

Git Clone URL: https://aur.archlinux.org/whatip.git (read-only, click to copy)
Package Base: whatip
Description: Info on your IP
Upstream URL: https://gabmus.gitlab.io/whatip
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 2
Popularity: 0.000393
First Submitted: 2020-11-13 16:20 (UTC)
Last Updated: 2024-01-22 00:57 (UTC)

Latest Comments

yochananmarqos commented on 2021-08-07 00:41 (UTC)

@ignapk: I'm aware. I created an upstream issue a couple weeks ago: https://gitlab.gnome.org/GabMus/whatip/-/issues/19

Upstream needs to adapt to new libatwaita changes.

ignapk commented on 2021-08-07 00:28 (UTC)

The program this package provides fails at runtime with following error:

[ignapk@arch ~]$ whatip 
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/whatip/__main__.py", line 184, in do_command_line
    self.do_activate()
  File "/usr/lib/python3.9/site-packages/whatip/__main__.py", line 73, in do_activate
    self.window = AppWindow()
  File "/usr/lib/python3.9/site-packages/whatip/app_window.py", line 22, in __init__
    self.bottom_bar.set_stack(self.main_stack)
TypeError: argument stack: Expected Adw.ViewStack, but got whatip.main_stack.MainStack