Package Details: pkgbrowser 0.28.1-3

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: 282
Popularity: 0.28
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2024-09-16 22:12 (UTC)

Latest Comments

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

GSF1200S commented on 2014-12-29 09:18 (UTC)

Just to clarify caseyjp1's comment to avoid confusion: Cannot upgrade as PkgBrowser requires pacman version < 4.2, and pacman is now 4.2.0-5. Remove PkgBrowser and update system- kachelaqa usually updates quickly, so keep an eye out. Itll be fixed shortly...

caseyjp1 commented on 2014-12-29 06:42 (UTC)

Cannot upgrade as pkgbuild requires pacman 4.1 or lower

kachelaqa commented on 2014-05-31 14:26 (UTC)

@jean_no icu is not required by pkgbrowser, so it is not a dependency (it's just an optional dependency of qt4)

jean_no commented on 2014-05-31 09:49 (UTC)

icu should be included in the dependencies, otherwise this information is displayed when compiling in a clean chroot : Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"

blackhole commented on 2014-05-30 07:45 (UTC)

With this workaround all is fine. Thanks.

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?