Search Criteria
Package Details: ulauncher 5.9.0-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | ulauncher |
Maintainer: | ulauncher |
Last Packager: | ulauncher |
Votes: | 42 |
Popularity: | 2.68 |
First Submitted: | 2017-03-03 09:36 |
Last Updated: | 2020-11-22 20:03 |
Dependencies (12)
- gobject-introspection-runtime (gobject-introspection-runtime-git)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- libkeybinder3
- python-cairo (python-cairo-git)
- python-dbus
- python-gobject (python-gobject-git)
- python-levenshtein
- python-pyinotify
- python-websocket-client (python-websocket-client-git)
- python-xdg (python-pyxdg)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- python-distutils-extra (make)
Latest Comments
1 2 3 4 5 Next › Last »
yochananmarqos commented on 2020-12-07 18:34
PKGBUILD critique:
libappindicator-gtk3
should be optionalwmctrl
is missing as an optional dependency, see Hotkey In Wayland.Improved PKGBUILD and install file.
xyverz commented on 2020-12-02 17:46
jtylerjones -- to enable the systemd user service, you may need to create the file
/etc/systemd/user/ulauncher.service
with the contents of https://github.com/Ulauncher/Ulauncher/blob/dev/contrib/systemd/ulauncher.service, and then enable the service withsystemctl --user enable ulauncher.service
.xyverz commented on 2020-12-02 17:37
I was able to get around the
python3-distutils-extra
error by simply installingpython2
.DanieleMDN commented on 2020-12-01 17:41
I fix the python3-distutils-extra error by adding (as ulauncher said) /usr/lib/python3.8/site-packages to the PYTHONPATH:
Open a terminal
Open the .bashrc with a text editor, eg. Kate ~/.bashrc
Add at the end export PYTHONPATH="/usr/lib/python3.8/site-packages"
Install ulauncher
Note: you must be under python environment. I was in anaconda environment and even if the python3-distutils-extra did not appear I was not able to compleate the installation, so I ran conda deactivate and after the installation conda activate
iboyperson commented on 2020-11-05 02:33
5.8.1 (https://github.com/Ulauncher/Ulauncher/releases/tag/5.8.1) added a systemd service. However, it does not appear to be included in the tar this uses to build.
I could see it being retrieved using something like this "https://raw.githubusercontent.com/Ulauncher/Ulauncher/${pkgver}/contrib/systemd/ulauncher.service"
jylertones commented on 2020-07-06 16:07
One suggestion: can we add
wmctrl
as an optional dependency? Without it, the window does not focus in Wayland. See https://github.com/Ulauncher/Ulauncher/wiki/Hotkey-In-Waylandgowthamanb commented on 2020-04-28 03:09
the build error is due to pyenv (atleast in my system), run pyenv local system in a terminal and proceed to install
ulauncher commented on 2020-03-14 15:02
Sorry, but I cannot reproduce this issue and I don't see how it could happen. PKBUILD clearly states that
makedepends=('python-distutils-extra')
odelucca commented on 2020-02-29 21:50
@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
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.