Package Details: ulauncher 5.15.15-3

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.165715
First Submitted: 2017-03-03 09:36 (UTC)
Last Updated: 2026-07-31 15:17 (UTC)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

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.

friday commented on 2021-08-20 15:41 (UTC)

Updated with new 5.12 release + fixed dependencies and install systemd service file. This release has most of the fixes from the Ulauncher-Revived fork. The rest will be merged into Ulauncher too.

friday commented on 2021-08-13 19:00 (UTC)

There will be a new release soon. Until then you can use ulauncher-git which has been fixed now: https://aur.archlinux.org/packages/ulauncher-git

Ulauncher-Revived is being merged into ulauncher, so there will be only one repo and no forks.

katt commented on 2021-04-19 13:26 (UTC)

Please replace python-xdg dep with python-pyxdg, had to switch to make the program launch.

snakeroot commented on 2021-03-19 18:25 (UTC)

ulauncher seems to use python-pyxdg rather than python-xdg now.

@sem.z I had the same error and I was able to resolve it by forced removal of python-xdg and installation of python-pyxdg.

sem.z commented on 2021-03-08 13:05 (UTC)

If someone getting an error:

$ ulauncher
\Traceback (most recent call last):
  File "/usr/bin/ulauncher", line 27, in <module>
    from ulauncher.main import main
  File "/usr/lib/python3.9/site-packages/ulauncher/main.py", line 19, in <module>
    from ulauncher.config import (get_version, get_options, is_wayland, is_wayland_compatibility_on,
  File "/usr/lib/python3.9/site-packages/ulauncher/config.py", line 17, in <module>
    from xdg.BaseDirectory import xdg_config_home, xdg_cache_home, xdg_data_dirs, xdg_data_home
ModuleNotFoundError: No module named 'xdg.BaseDirectory'

Install python-pyxdg dependency instead of python-xdg.

jtheoof commented on 2021-02-27 18:46 (UTC)

Message for maintainer: Is it possible to include @yochananmarqos comments into the recommended files? They fix all the issues of this package. Thanks

yochananmarqos commented on 2020-12-07 18:34 (UTC) (edited on 2020-12-07 18:38 (UTC) by yochananmarqos)

PKGBUILD critique:

  • A package already provides itself, no need for provides() and conflicts().
  • libappindicator-gtk3 should be optional
  • wmctrl is missing as an optional dependency, see Hotkey In Wayland.
  • Checksums are missing for the tarball, do not skip them
  • The service should be installed
  • Line 34 & 35 are not necessary

Improved PKGBUILD and install file.