Search Criteria
Package Details: ldoce5viewer-pyqt5-git 1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ldoce5viewer-pyqt5-git.git (read-only, click to copy) |
---|---|
Package Base: | ldoce5viewer-pyqt5-git |
Description: | LDOCE5 viewer ported to PyQt5 for retina (HiDPI) support. |
Upstream URL: | https://github.com/purboo/ldoce5viewer-pyqt5 |
Keywords: | Dictionary HiDPI |
Licenses: | GPL3 |
Conflicts: | ldoce5viewer, ldoce5viewer-git |
Submitter: | purboo |
Maintainer: | None |
Last Packager: | purboo |
Votes: | 10 |
Popularity: | 0.000011 |
First Submitted: | 2017-02-28 13:16 (UTC) |
Last Updated: | 2019-12-18 15:37 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
mgundogdu1 commented on 2022-11-30 20:54 (UTC)
Last week I couldn't open the application anymore. But thanks to @yibe I reinstall based on yibe's PKGBUILD and works again! Thank you!
promike commented on 2022-11-30 15:39 (UTC)
github has deprecated git:// access. Please, use git+https:// in the PKGBUILD
yibe commented on 2022-11-26 21:54 (UTC)
I haven't tried it, but qt5-webkit and python-pyqt5-webkit are now available in the AUR, though I'm not sure if it will work as before.
For those unwilling to build qt5-webkit, here's my (PyQt5-)WebEngine port of ldoce5viewer. There may be some glitches, but overall it's working fine. https://github.com/yibe/ldoce5viewer-pyqt5/tree/webengine
muio commented on 2022-11-26 14:12 (UTC)
In new versions of Qt, QWebKit and QWebKitWidgets have been deprecated in favor of QWebEngine and QWebEngineWidgets. Plus, some methods are now async by default
see: https://doc.qt.io/qt-5/qtwebenginewidgets-qtwebkitportingguide.html
So, the program isn't going to work, unless it gets ported to one of new Qt versions.
(feel free to post this as an issue on the project's github repo.)
@abedi.h Replace
git://github.com/purboo/ldoce5viewer-pyqt5.git
withgit+https://github.com/purboo/ldoce5viewer-pyqt5.git
.abedi.h commented on 2022-05-23 16:42 (UTC) (edited on 2022-05-23 16:43 (UTC) by abedi.h)
Hi I tried many times, both with yay and pamac. it can not clone the repository.
mgundogdu1 commented on 2022-02-09 05:25 (UTC)
Hi! I encountered same issue but it fixed latest changes you added. Thanks!
purboo commented on 2022-01-11 01:41 (UTC)
@promike Sorry for the late response. The issue has been fixed by merging this PR: https://github.com/purboo/ldoce5viewer-pyqt5/pull/4.
promike commented on 2022-01-08 09:30 (UTC)
If there are other people who also can't wait for the developer to wake up, here's a patch. (I'm using what yibe suggested)
The patch itself: http://ix.io/3LtB see you at the next update
yibe commented on 2022-01-04 05:57 (UTC)
Seems like the same Python 3.10 issue as this: https://github.com/spyder-ide/spyder/issues/16571
@promike Besides that, line 152 of the same file needs to be fixed as well. Someone has already opened a PR that covers both: https://github.com/purboo/ldoce5viewer-pyqt5/pull/4
1 2 3 4 Next › Last »