Package Details: discover-overlay-git v0.7.1.r8.g6d92d0f-2

Git Clone URL: https://aur.archlinux.org/discover-overlay-git.git (read-only, click to copy)
Package Base: discover-overlay-git
Description: Yet another Discord overlay for Linux written in Python using GTK3
Upstream URL: https://github.com/trigg/Discover
Keywords: discord overlay
Licenses: GPL3
Conflicts: discover-overlay
Provides: discover-overlay
Submitter: fisch02
Maintainer: taragolis
Last Packager: taragolis
Votes: 9
Popularity: 0.49
First Submitted: 2020-09-27 11:02 (UTC)
Last Updated: 2024-03-25 16:39 (UTC)

Latest Comments

1 2 Next › Last »

trigg commented on 2024-03-25 16:05 (UTC) (edited on 2024-03-25 16:06 (UTC) by trigg)

New dependencies are added upstream,

pip packages are: * asyncio * pulsectl * pulsectl-asyncio

taragolis commented on 2022-06-09 17:59 (UTC)

I've updated requirements to latest changes in discover-overlay repo. So it should build without any errors

cybrid commented on 2021-12-24 22:56 (UTC)

I had to install python-xlib to get this working:

pip install python3-xlib

May want to include this as a dependency.

YAOMTC commented on 2021-08-16 03:00 (UTC)

I second @weirddan455's comment, python-requests and python-pillow still need to be added as dependencies. I also could not run it without them.

YAOMTC commented on 2020-12-18 03:50 (UTC)

Thanks, after rebuilding/reinstalling python-pidfile and discover, it now works.

taragolis commented on 2020-12-13 11:00 (UTC)

You should reinstall python-pidfile because seems it install for python 3.8 but now mainline python interpreter for arch is 3.9

YAOMTC commented on 2020-12-12 00:57 (UTC) (edited on 2020-12-12 01:02 (UTC) by YAOMTC)

After rebuilding and reinstalling, it still doesn't launch. python-pidfile 3.0.0, gtk-layer-shell, python-pillow, and python-requests are installed. This is on Plasma/KWin if it makes any difference.

Traceback (most recent call last):
  File "/usr/bin/discover-overlay", line 33, in <module>
    sys.exit(load_entry_point('discover-overlay==0.3.3', 'console_scripts', 'discover-overlay')())
  File "/usr/bin/discover-overlay", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/discover_overlay/__init__.py", line 14, in <module>
    from .discover_overlay import *
  File "/usr/lib/python3.9/site-packages/discover_overlay/discover_overlay.py", line 18, in <module>
    import pidfile
ModuleNotFoundError: No module named 'pidfile'

weirddan455 commented on 2020-10-30 00:44 (UTC)

python-requests and python-pillow should also be added as dependencies. I was getting Python "Module not found" errors until I installed both.

fisch02 commented on 2020-10-23 17:26 (UTC)

python-cairo and python-pidfile have been added to dependencies (thx taragolis for providing a python-pidfile PKGBUILD)

taragolis commented on 2020-10-23 09:41 (UTC)

I've added python-pidfile to AUR, so now it can be added as dependency to discover