Why is the propagated version 5.2.0-1 and the actual used version is 5.3.0-beta1?
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: | 77 |
| Popularity: | 0.057361 |
| First Submitted: | 2017-03-03 09:36 (UTC) |
| Last Updated: | 2025-11-02 07:58 (UTC) |
Dependencies (18)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- gobject-introspection-runtime
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- python-levenshtein
- python-pyinotify
- python-pyxdg
- python-websocket-client
- webkit2gtkAUR (webkit2gtk-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)
ibot3 commented on 2019-08-24 19:06 (UTC)
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)
willemw commented on 2019-04-24 18:40 (UTC)
Note: don't have to use "| xargs ...". Can use "find ... -exec sed ..." and "find ... -delete" instead.
pempek commented on 2018-12-07 11:29 (UTC) (edited on 2018-12-08 02:34 (UTC) by pempek)
Hi, I just installed Ulauncher, but got error when trying to use some of the extensions.
Sample errors:
- Unexpected API error. KeyError: com.github.brpaz.ulauncher-currency
- Unexpected API error. KeyError: com.github.beajeanm.ulauncher-windows-switcher
When I run ulauncher -v, this is what I got:
/usr/lib/python2.7/site-packages/ulauncher/util/desktop/notification.py:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
from gi.repository import Notify
/usr/lib/python2.7/site-packages/ulauncher/ui/windows /PreferencesUlauncherDialog.py:6: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '4.0') before import to ensure that the right version gets loaded.
from gi.repository import Gio, Gtk, WebKit2, GLib
teetest commented on 2018-09-11 11:42 (UTC)
extensions work fine in python2-websocket-client=0.52 https://github.com/Ulauncher/Ulauncher/issues/270 this feature is nice!
ulauncher commented on 2018-09-11 05:57 (UTC)
Hi @wallace11. Please try python2-websocket-client=0.52. Some people reported that 0.51 is also not stable
wallace11 commented on 2018-09-09 06:51 (UTC) (edited on 2018-09-10 05:41 (UTC) by wallace11)
Any news on the issues with last update? python2-notify python2-websocket-client=0.51 installed and still cannot load extensions no matter what.
Edit: Latest Manjaro update (2018-09-10) fixed this problem. I don't know which package it was, though.
teetest commented on 2018-09-05 11:10 (UTC) (edited on 2018-09-05 11:11 (UTC) by teetest)
@ulauncher Thank you.
ulauncher commented on 2018-09-05 07:26 (UTC)
Could you please confirm that you have restarted ulauncher and pacman -Qi python2-websocket-client shows v0.51 or higher?
BTW, I just noticed that the latest version is 0.52.
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