Package Details: ulauncher 5.15.6-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: 70
Popularity: 0.173588
First Submitted: 2017-03-03 09:36 (UTC)
Last Updated: 2023-11-12 23:49 (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

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

Misaka13514 commented on 2024-01-28 06:35 (UTC)

Please follow Arch Linux RFC16: use SPDX license identifier in PKGBUILD.

https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst

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

friday commented on 2023-10-02 17:57 (UTC)

@bnjbvr, @arekan127, @hex32211 @JohnPiers I think you all have been having issues with a how Arch handles Python upgrades, which is not an issue created by Ulauncher, but it's pinned here: https://github.com/Ulauncher/Ulauncher/issues/930

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'