Sorry, but I cannot reproduce this issue and I don't see how it could happen.
PKBUILD clearly states that makedepends=('python-distutils-extra')
Search Criteria
Package Details: ulauncher 5.15.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ulauncher.git (read-only, click to copy) |
---|---|
Package Base: | ulauncher |
Description: | Application launcher for Linux |
Upstream URL: | https://ulauncher.io |
Keywords: | application launcher stable |
Licenses: | GPL3 |
Submitter: | ulauncher |
Maintainer: | ulauncher (friday) |
Last Packager: | friday |
Votes: | 74 |
Popularity: | 1.80 |
First Submitted: | 2017-03-03 09:36 (UTC) |
Last Updated: | 2024-04-02 20:39 (UTC) |
Dependencies (18)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gobject-introspection-runtime (gobject-introspection-runtime-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject (python-gobject-gitAUR)
- python-levenshtein
- python-pyinotify
- python-pyxdg
- python-websocket-client (python-websocket-client-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- wmctrl
- git (git-gitAUR, git-glAUR) (make)
- python-distutils-extra (make)
- python-setuptools (make)
- libappindicator-gtk3 (optional) – tray icon
Required by (1)
Sources (1)
ulauncher commented on 2020-03-14 15:02 (UTC)
odelucca commented on 2020-02-29 21:50 (UTC) (edited on 2020-02-29 21:51 (UTC) by odelucca)
@ulauncher I'm still getting the same error:
"To build ulauncher you need "python3-distutils-extra" ==> ERROR: A failure occurred in build(). Aborting..."
fbn79 commented on 2020-01-22 08:00 (UTC)
Got this error.
Starting build()... File "setup.py", line 12 print('To build ulauncher you need "python3-distutils-extra"', file=sys.stderr)
The error happen event on ulauncher-git package.
All system packages are updated.
ulauncher commented on 2020-01-04 11:45 (UTC)
The issue with missing python modules has been fixed. Turns out some python packages are now being installed into /usr/lib/python3.8/site-packages, but ulauncher is ran by python3.7 which wasn't able to find those.
Fixed in v5.4.1 by adding site-packages from python3.8 to PYTHONPATH
DmAsB commented on 2019-11-24 09:20 (UTC) (edited on 2019-11-24 09:34 (UTC) by DmAsB)
@keno, thanks! Had the same issue, switched to dev now, and it seem to be working just fine.
Was getting the following error message whenever i tried to run ulauncher-toggle from the terminal:
- "Failed to open connection to "session" message bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead."
I tried to set the display variable, but never got it working...
- 5.3.12
- X.Org X Server 1.20.6
- pixman: 0.38.4
- Not forcing to login to xorg (wayland) in etc/gdm/custom.conf (tried forcing, no success)
keno commented on 2019-11-17 20:56 (UTC)
The package does not start at all for me now, I switched to the DEV version of it. https://pastebin.com/zSjKkcVf
Kage-Yami commented on 2019-11-16 13:26 (UTC)
Might be an idea to bump pkgrel
as the package needs to be rebuilt for Python 3.8 - handy for automated AUR tools (without a rebuild, the package won't start).
ibot3 commented on 2019-08-24 19:06 (UTC)
Why is the propagated version 5.2.0-1 and the actual used version is 5.3.0-beta1?
ra213 commented on 2019-06-13 18:07 (UTC)
Hi,
unfortunately the package python2-levenshtein was removed from the repository. Therefore I get this error when I try to install ulauncher.
==> Error: Could not find all required packages: python2-levenshtein (Wanted by: ulauncher)
Pinned Comments
friday commented on 2023-10-02 18:19 (UTC) (edited on 2023-10-21 16:18 (UTC) by friday)
When you update Python, you need to rebuild all python AUR packages, including Ulauncher.
See https://github.com/Ulauncher/Ulauncher/discussions/1280 for more info