It looks like I already had it installed. Just for good measure I reinstalled it as well as ulauncher with the new PKGBUILD and it's giving much the same error output.
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: | 1.80 |
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 (gobject-introspection-runtime-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject (python-gobject-gitAUR)
- 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)
StupidBunny commented on 2017-09-17 22:03 (UTC)
ulauncher commented on 2017-09-17 20:05 (UTC)
Looks like python2-notify package is missing.
Could you try installing it and then let me know if it works or not?
I'll add it to the PKGBUILD file.
StupidBunny commented on 2017-09-17 19:25 (UTC)
Thanks. I tried blacklisting those two directories, as well as a few others. The errors I described persist, though.
Here's the updated error log: https://www.dropbox.com/s/0kwkunqd1mbdozi/ulauncher-errors_170917_1218.txt?dl=0
ulauncher commented on 2017-09-17 13:52 (UTC)
Thanks for providing the log file.
Due to the large amount of *.desktop files on your machine it takes a while for Ulauncher to index them.
To fix this please open preferences and add the following paths to the blacklist:
/usr/share/calligra
/usr/share/kf5
From the logs I see that these dirs don't contain any useful *.desktop files, so they can be excluded.
StupidBunny commented on 2017-09-17 08:24 (UTC)
Thanks, I fixed the add_watch problem, though I only got it to work with a different command:
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
I'm just using Openbox right now. I've provided a link to the total stderr output below. Here's the first few lines of output:
/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:5: 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
2017-09-17 01:18:36,119 | [1;37mINFO[0m | ulauncher: main() | Ulauncher version 3.1.1.r0
2017-09-17 01:18:36,119 | [1;37mINFO[0m | ulauncher: main() | GTK+ 3.22.21
FULL OUTPUT: https://www.dropbox.com/s/5l2ra3y4ublb896/ulauncher_error.txt?dl=0
ulauncher commented on 2017-09-17 07:50 (UTC)
@StupidBunny,
To fix add_watch issues, try this https://github.com/Ulauncher/Ulauncher/issues/51
Please start the app with `-v` and copy the lines that appear first in the output. With versions of your env (GTK, ulauncher, etc.)
I'd like to see what they are.
What DE are you using, BTW?
StupidBunny commented on 2017-09-17 07:40 (UTC)
The program is slow to start, popping up with an unresponsive query window at first, and crashes when I try to save any changes to preferences. The command line gives me a litany of add_watch() errors wherein it says "Errno=No space left on device (ENOSPC)". I also get
Error: g-io-error-quark: Error calling StartServiceByName for org.freedesktop.Notifications: Timeout was reached (24)
after a few Python errors. If I wait a couple minutes after starting and don't try to save any new preferences it works pretty well, though.
ulauncher commented on 2017-03-04 12:09 (UTC)
Sorry about that.
There was an error in my release automation.
Fixed now.
stepovic commented on 2017-03-04 10:56 (UTC)
As 2.0.29 isn't tagged as release on GitHub yet the source url has to be set to https://github.com/Ulauncher/Ulauncher/archive/2.0.29.tar.gz instead of https://github.com/Ulauncher/Ulauncher/releases/download/2.0.29/ulauncher_2.0.29.tar.gz
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