@ulauncher python2-websocket-client 0.51 and ulauncher 4.1.1.r1-1
but all extensions still show loading...
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: | 1.80 |
First Submitted: | 2017-03-03 09:36 (UTC) |
Last Updated: | 2024-04-02 20:39 (UTC) |
@ulauncher python2-websocket-client 0.51 and ulauncher 4.1.1.r1-1
but all extensions still show loading...
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
@ulauncher work for me now. Thank you.
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.
Just create the directory data
mkdir /usr/share/ulauncher/data/
Best regards,
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
@Revelation60 sure I can add it. But I won't be able to do that until next week.
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