@friday, I feel pretty stupid right now. I apologize for the oversight.
Search Criteria
Package Details: ulauncher 5.15.15-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: | 78 |
| Popularity: | 0.55 |
| First Submitted: | 2017-03-03 09:36 (UTC) |
| Last Updated: | 2026-04-20 21:46 (UTC) |
Dependencies (18)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- gobject-introspection-runtime
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- python-levenshtein
- python-pyinotify
- python-pyxdg
- python-websocket-client
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wmctrl
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-distutils-extra (make)
- python-setuptools (make)
- libappindicator-gtk3 (libappindicator) (optional) – tray icon
Required by (1)
Sources (1)
bobolin commented on 2021-12-17 18:26 (UTC)
friday commented on 2021-12-17 18:05 (UTC)
@bobolin you need to spell packages right when you install them.
bobolin commented on 2021-12-17 18:02 (UTC)
yay -S ulancher -> Could not find all required packages: ulancher (Target)
TheCoon commented on 2021-12-13 16:53 (UTC)
The recent Python upgrade may require a reinstallation of Ulauncher and choosing to cleanBuild.
yay -S ulauncher
friday commented on 2021-09-04 12:24 (UTC)
The 5.12.2 release was fixed shortly after it was broken. Unfortunately the deploy/build scripts does things in the wrong order which can cause the release to break, and we would need to switch the CI integration completely to truly fix this. Hopefully we can do this in 6.0.0.
friday commented on 2021-09-04 12:21 (UTC)
@gpoole Ulauncher installs system dependencies for Python, so if you override the python version globally with something else you need those dependencies for the Python version you're using as well I guess. If someone knows a way we could prevent this issue, please create an issue in the Ulauncher GitHub to suggest it (or post it here, but I might not see it for a while).
gpoole commented on 2021-08-30 04:10 (UTC)
I had the following error on my system trying to update, in my case caused by using pyenv:
To build ulauncher you need "python3-distutils-extra"
I found that temporarily switching to the system python fixed the problem and I was able to upgrade:
pynv global system
flow206 commented on 2021-08-24 12:14 (UTC)
5.12 is beta (as of 2021-08-24). That's why the link does not exist. Valid links are:
5.12.2-beta1 https://github.com/Ulauncher/Ulauncher/releases/download/5.12.1/ulauncher_5.12.1.tar.gz
5.12.1 https://github.com/Ulauncher/Ulauncher/releases/download/5.12.1/ulauncher_5.12.1.tar.gz
pkr commented on 2021-08-24 11:16 (UTC) (edited on 2021-08-24 11:17 (UTC) by pkr)
The link https://github.com/Ulauncher/Ulauncher/releases/download/5.12.2/ulauncher_5.12.2.tar.gz is leading into nowhere. So the update fails. However I'm not sure if this is actually a Github issue or just a missing reference.
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