Search Criteria
Package Details: discover-overlay 0.7.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/discover-overlay.git (read-only, click to copy) |
---|---|
Package Base: | discover-overlay |
Description: | Yet another Discord overlay for Linux written in Python using GTK3 |
Upstream URL: | https://github.com/trigg/Discover |
Keywords: | discord overlay |
Licenses: | GPL-3.0 |
Submitter: | taragolis |
Maintainer: | Neurognostic |
Last Packager: | Neurognostic |
Votes: | 14 |
Popularity: | 0.47 |
First Submitted: | 2020-10-27 14:43 (UTC) |
Last Updated: | 2024-12-20 10:12 (UTC) |
Dependencies (15)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libappindicator-gtk3
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-pillow (python-pillow-simd-gitAUR)
- python-pulsectl-asyncioAUR (python-pulsectl-asyncio-gitAUR)
- python-pyxdg
- python-requests
- python-setuptools
- python-websocket-client (python-websocket-client-gitAUR)
- python-xlib
- python-build (make)
- python-installer (make)
- python-wheel (make)
- gtk-layer-shell (gtk-layer-shell-gitAUR) (optional) – Wayland support
Latest Comments
Neurognostic commented on 2025-01-06 19:42 (UTC) (edited on 2025-01-06 19:43 (UTC) by Neurognostic)
@blargle, Arch Linux recently had a Python version upgrade from 3.12 to 3.13. All Python packages built locally (e.g. from the AUR) need to be rebuilt when the system's Python version changes.
You can check if you have any Python packages built with the previous version that need to be rebuilt with:
blargle commented on 2024-12-25 18:05 (UTC)
I'm leaving this note for myself and others googling in the future. Whenever an update causes Discover to fail to launch, run
yay -S --rebuild python-pulsectl python-pulsectl-asyncio discover-overlay
or otherwise rebuild each of these three packages in this order to get it working again.cinnamon211 commented on 2024-11-23 22:41 (UTC)
Hey this package has been out of date since the 0.7.4 version and the stable upstream is at 0.7.8 already. Is the maintainer missing in action?
taragolis commented on 2023-08-21 17:28 (UTC)
@Fuxino, @mk1337fi thanks for reporting. I will add it a bit later during the day!
Fuxino commented on 2023-08-21 16:16 (UTC)
Build fails in a clean chroot, adding python-wheel to build dependencies solves the issue.
mk1337fi commented on 2023-08-21 14:57 (UTC)
I had to install python-wheel to build.
taragolis commented on 2023-08-18 10:47 (UTC)
@za3k, just wondering are you sure that
python-setuptools
should be part of dependencies, and not just build-dependencies. I ask because in generalsetuptools
should be used only during installation, not in application runtime, however some apps might use some parts of setuptools, e.g.pkg_resource
, see: https://setuptools.pypa.io/en/latest/pkg_resources.htmlIf it required for discover overlay I would add it as soon as I check that it uses somewhere. If you could provide any error that occur it also would be helpful.
za3k commented on 2023-08-17 23:21 (UTC) (edited on 2023-08-17 23:22 (UTC) by za3k)
This needs
python-setuptools
as a dependencytaragolis commented on 2020-11-20 12:12 (UTC)
Add
gtk-layer-shell
as optional dependency because it only uses on Waylandj.r commented on 2020-11-19 18:30 (UTC)
It also needs
gtk-layer-shell
as dependency