Package Details: pkgbrowser 0.28.1-2

Git Clone URL: https://aur.archlinux.org/pkgbrowser.git (read-only, click to copy)
Package Base: pkgbrowser
Description: A utility for browsing pacman databases and the AUR
Upstream URL: https://codeberg.org/kachelaqa/pkgbrowser
Licenses: GPL2
Submitter: kachelaqa
Maintainer: kachelaqa
Last Packager: kachelaqa
Votes: 280
Popularity: 0.68
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2024-04-28 19:21 (UTC)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 Next › Last »

kachelaqa commented on 2014-05-29 22:14 (UTC)

@blackhole It's possible that this might be caused by a bug in qt/pyqt. As a temporary workaround, try opening pkgbrowser.conf in an editor, and set the following: [search] strings=python qt linux [bookmarks] names=python qt linux The actual values don't matter too much - just make sure each one has a space-separated list of at least two or more words.

blackhole commented on 2014-05-29 21:55 (UTC)

OK, First I launch pkgbrowser without doing nothing more. Result: [audiolinux@archaudio ~]$ pkgbrowser LxQtGuiPlatformPlugin constructed WARNING: config key has an invalid type: search/strings WARNING: config key has an invalid type: bookmarks/names But if I launch and seek for some package inside pkgbrowser and close, the following time the result is this: [audiolinux@archaudio ~]$ pkgbrowser LxQtGuiPlatformPlugin constructed Traceback (most recent call last): File "/usr/lib/pkgbrowser/main.py", line 9, in <module> sys.exit(app.run()) File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 114, in run app.window().setup() File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 59, in window self._window = Window() File "/usr/lib/pkgbrowser/pkgbrowser/window.py", line 229, in __init__ strings[:self.searchBox.maxCount()]) TypeError: QStringListModel.setStringList(list-of-str): argument 1 has unexpected type 'list' and the app will not start

kachelaqa commented on 2014-05-29 15:29 (UTC)

@blackhole What exactly do you have to do in lxqt to produce the problem? What happens if you just try starting pkgbrowser in a console?

blackhole commented on 2014-05-29 15:18 (UTC)

I have 2 pure archlinux systems. The problem is only on the one with lxqt-desktop from aur. Both are up to date (today!)

kachelaqa commented on 2014-05-29 15:13 (UTC)

@blackhole I can't reproduce this. Are you using older versions of Qt/PyQt? Or maybe one of the derivative arch-linux distros?

blackhole commented on 2014-05-29 14:19 (UTC)

The bug is always there. I have to start like this: bash -c "rm -r /home/user/.config/pkgbrowser; pkgbrowser"

kachelaqa commented on 2014-05-23 00:53 (UTC)

@Dasonk Please read the existing comments - the workaround for this has already been provided.

Dasonk commented on 2014-05-23 00:40 (UTC)

When trying to run pkgbrowser I get the following: Traceback (most recent call last): File "/usr/lib/pkgbrowser/main.py", line 9, in <module> sys.exit(app.run()) File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 114, in run app.window().setup() File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 59, in window self._window = Window() File "/usr/lib/pkgbrowser/pkgbrowser/window.py", line 229, in __init__ strings[:self.searchBox.maxCount()]) TypeError: QStringListModel.setStringList(list-of-str): argument 1 has unexpected type 'list'

moething commented on 2014-03-28 06:46 (UTC)

The packet needs to be rebuilt against the latest alpm bindings from updated Python packages. The package maintainer should increase the build number. If you get the error message "alpm not found" simply reinstall (rebuild) the package.

tazee commented on 2013-10-30 00:17 (UTC)

@kachelaqa Thanks. That was it.