Package Details: ulauncher 5.15.3-1

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: 67
Popularity: 0.65
First Submitted: 2017-03-03 09:36 (UTC)
Last Updated: 2023-07-29 12:59 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

hex32211 commented on 2023-05-13 12:26 (UTC)

After a full system upgrade ulauncher fails to start with the following error: ''' Could not load image /usr/share/ulauncher/media/gear.svg. E: gdk-pixbuf-error-quark: Couldn’t recognise the image file format for file “/usr/share/ulauncher/media/gear.svg . . . File "/usr/lib/python3.11/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 393, in _render_prefs_icon surface = Gdk.cairo_surface_create_from_pixbuf(prefs_pixbuf, scale_factor, self.get_window()) '''

JohnPiers commented on 2023-05-09 10:48 (UTC) (edited on 2023-05-09 10:55 (UTC) by JohnPiers)

I've also been struggling with Ulauncher for about two weeks now. managed to get it sorted after a huge mission and then this morning there was a bump in version and it installed without any problems and Ulauncher not giving problems and working as expected.

3 aur/ulauncher 5.15.2-1 (+66 0.45) (Installed: 5.15.2-2) Application launcher for Linux 2 arcolinux_repo_3party/ulauncher 5.15.2-2 (1.7 MiB 5.8 MiB) (Installed) Application launcher for Linux 1 chaotic-aur/ulauncher 5.15.2-1.3 (1.7 MiB 5.8 MiB) (Installed: 5.15.2-2) Application launcher for Linux In the past two days there has also been a few changes on github https://github.com/Ulauncher/Ulauncher/ Hope this helps.

arekan127 commented on 2023-05-09 10:41 (UTC) (edited on 2023-05-09 10:41 (UTC) by arekan127)

python setup.py > python3.11 setup.py in PKGBUILD workaround works, but this is really strange why python setup.py uses lib directory of 3.10

bnjbvr commented on 2023-05-08 20:40 (UTC)

Hi! This was broken, as of today, on my machine: turns out for some reason, the lib is installed in /usr/lib/python3.10/site-packages, when my python interpreter is on version 3.11, so the package couldn't be found. I've tried uninstalling and reinstalling this, and it didn't help unfortunately; not sure what I'm doing wrong.

A workaround I've found was to force the PROJECT_ROOT_DIRECTORY variable to the above directory in the /usr/bin/ulauncher script.

nunonun commented on 2023-03-04 04:15 (UTC)

@friday I followed the instructions from that link, i.e., paru -S ulauncher --rebuild, but I still get the same error. I removed the AUR package, clone the repo and compiled from there, but still get the same error.

friday commented on 2023-03-02 10:23 (UTC)

@nunonun you need https://archlinux.org/packages/extra/x86_64/python-cairo, but that's already declared as a dependency. So it's your system that's broken. See: https://github.com/Ulauncher/Ulauncher/issues/930#issuecomment-993434467

nunonun commented on 2023-02-26 23:49 (UTC)

I got the following error:

2023-02-26 23:48:48,248 | ERROR | ulauncher: except_hook() | Uncaught exception
Traceback (most recent call last):
File "/usr/bin/ulauncher", line 28, in <module>
main()
File "/usr/lib/python3.10/site-packages/ulauncher/main.py", line 136, in main
window = UlauncherWindow.get_instance()
File "/usr/lib/python3.10/site-packages/ulauncher/utils/decorator/singleton.py", line19, in wrapper
instance = fn(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 56, in get_instance
return cls()
File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 66, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 99, in finish_initializing
self.init_theme()
File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 242, in init_theme
self._render_prefs_icon()
File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 393, in _render_prefs_icon
surface = Gdk.cairo_surface_create_from_pixbuf(prefs_pixbuf, scale_factor, self.get_window())
TypeError: Couldn't find foreign struct converter for 'cairo.Surface'

friday commented on 2022-07-15 11:01 (UTC)

Thank you @Misaka13514 The issue should be fixed now in 5.14.5.

Misaka13514 commented on 2022-07-15 02:47 (UTC) (edited on 2022-07-15 02:49 (UTC) by Misaka13514)

Libnotify has been updated to 0.8.

https://github.com/Ulauncher/Ulauncher/blob/v6/ulauncher/utils/desktop/notification.py

You can edit 'Notify', '0.7' to 'Notify', '0.8' as temporary fix.

Misaka13514 commented on 2022-07-15 02:47 (UTC)

I got following error

Traceback (most recent call last):
  File "/usr/bin/ulauncher", line 27, in <module>
    from ulauncher.main import main
  File "/usr/lib/python3.10/site-packages/ulauncher/main.py", line 26, in <module>
    from ulauncher.ui.windows.UlauncherWindow import UlauncherWindow
  File "/usr/lib/python3.10/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 34, in <module>
    from ulauncher.utils.desktop.notification import show_notification
  File "/usr/lib/python3.10/site-packages/ulauncher/utils/desktop/notification.py", line 2, in <module>
    gi.require_version('Notify', '0.7')
  File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Notify not available for version 0.7