@teetest what do you see in the logs?
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: | 0.42 |
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
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- 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 2018-09-04 19:37 (UTC)
teetest commented on 2018-09-04 11:23 (UTC)
@ulauncher python2-websocket-client 0.51 and ulauncher 4.1.1.r1-1
but all extensions still show loading...
ulauncher commented on 2018-09-04 07:32 (UTC)
To all who noticed that extensions stopped working,
Please update python2-websocket-client package to the latest version (0.51 or higher).
There was a bug in v0.49 and 0.50
teetest commented on 2018-09-03 11:32 (UTC)
@ulauncher work for me now. Thank you.
ulauncher commented on 2018-09-02 16:19 (UTC)
I found a VBox image with Arch and KDE 5.13, but wasn't able to reproduce the issue there. Perhaps you guys could provide a VBox image where the issue exists?
How do you install Ulauncher? Do you run this command?
git clone https://aur.archlinux.org/ulauncher.git && cd ulauncher && makepkg -is
Also, did installing python2-notify fix the issue for anyone? I see python2-pyinotify in PKGBUILD. That should be enough.
Deathice commented on 2018-08-24 19:00 (UTC)
Just create the directory data
mkdir /usr/share/ulauncher/data/
Best regards,
japhir commented on 2018-08-22 22:17 (UTC)
Even after installing the dependency python2-notify I get the following error when I launch it:
/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
2018-08-23 00:15:56,426 | ERROR | ulauncher: except_hook() | Uncaught exception
Traceback (most recent call last):
File "/usr/bin/ulauncher", line 25, in <module>
main()
File "/usr/lib/python2.7/site-packages/ulauncher/main.py", line 120, in main
window = UlauncherWindow.get_instance()
File "/usr/lib/python2.7/site-packages/ulauncher/util/decorator/singleton.py", line 16, in wrapper
instance = fn(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 52, in get_instance
return cls()
File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 60, in __new__
builder = Builder.new_from_file('UlauncherWindow')
File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/Builder.py", line 43, in new_from_file
ui_filename = get_data_file('ui', '%s.ui' % (builder_file_name,))
File "/usr/lib/python2.7/site-packages/ulauncher/config.py", line 40, in get_data_file
return os.path.join(get_data_path(), *path_segments)
File "/usr/lib/python2.7/site-packages/ulauncher/config.py", line 57, in get_data_path
raise ProjectPathNotFoundError
ProjectPathNotFoundError
ulauncher commented on 2018-08-21 04:39 (UTC)
@Revelation60 sure I can add it. But I won't be able to do that until next week.
Revelation60 commented on 2018-08-20 20:57 (UTC) (edited on 2018-08-20 21:00 (UTC) by Revelation60)
I get the following error when running ulauncher:
/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 2018-08-20 22:57:00,369 | ERROR | ulauncher: except_hook() | Uncaught exception Traceback (most recent call last): File "/usr/bin/ulauncher", line 25, in <module> main() File "/usr/lib/python2.7/site-packages/ulauncher/main.py", line 120, in main window = UlauncherWindow.get_instance() File "/usr/lib/python2.7/site-packages/ulauncher/util/decorator/singleton.py", line 16, in wrapper instance = fn(args, kwargs) File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 52, in get_instance return cls() File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 60, in new builder = Builder.new_from_file('UlauncherWindow') File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/Builder.py", line 43, in new_from_file ui_filename = get_data_file('ui', '%s.ui' % (builder_file_name,)) File "/usr/lib/python2.7/site-packages/ulauncher/config.py", line 40, in get_data_file return os.path.join(get_data_path(), path_segments) File "/usr/lib/python2.7/site-packages/ulauncher/config.py", line 57, in get_data_path raise ProjectPathNotFoundError ProjectPathNotFoundError</module>
EDIT: this seems to be caused by a missing dependency: python2-notify. Could you add it?
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