Search Criteria
Package Details: nemo-compare 4.8.0-1
Git Clone URL: | https://aur.archlinux.org/nemo-compare.git (read-only, click to copy) |
---|---|
Package Base: | nemo-compare |
Description: | Context menu comparison extension for Nemo file manager |
Upstream URL: | https://github.com/linuxmint/nemo-extensions |
Licenses: | |
Groups: | |
Submitter: | arnok |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-04 22:46 |
Last Updated: | 2021-02-07 04:07 |
Dependencies (8)
- python-gobject (python-gobject-git)
- python-xdg (python-pyxdg)
- nemo-python>=3.9.0 (nemo-python-git)
- diffuse (optional) – Alternate comparison backend
- fldiff (optional) – Additional comparison options (preferred diff, three-way, multi-compare)
- kdiff3 (kdiff3-qt) (optional) – Alternate comparison backend
- kompare (kompare-git) (optional) – Additional comparison options (preferred diff, three-way, multi-compare)
- meld (meld-gtk2, meld-dev, meld-git) (optional) – Install at least one file comparison program
Latest Comments
sebalis commented on 2020-05-30 11:13
I just installed upstream version 4.6.0 by manually changing the PGKBUILD. I changed all version numbers in the dependencies from >=4.0 to >=4.6 (and also followed the suggestion from yochananmarqos to change python2-xdg to python-xdg but as I have both these packages, I can’t test whether that made a difference). This worked, but only with another intervention: The file /usr/share/nemo-compare/nemo-compare.py needs to be copied or linked to the /usr/share/nemo-python/extensions folder, which the current version of this build file does not do. I opted to create a symbolic link and added this to the package function. Would love to provide my working PKGBUILD but I don’t know how – does the AUR do pull requests? I did save my local clone of the git repo so I could still submit one.)
yochananmarqos commented on 2019-01-04 21:08
Shouldn't the dependency be
python-xdg
instead ofpython2-xdg
since it's using Python3 now?yochananmarqos commented on 2018-11-06 14:31
Thanks for adding the other diff tools. By the way, you forgot remove
diffuse
fromdepends
.yochananmarqos commented on 2018-11-05 21:49
The diff tools should all be optional. Could you add the others as well? See the Debian control file:
nullptr_t commented on 2017-09-11 08:24
I've got similar problems with meld and kdiff3. At least specifying the diff extension (the others work for me) when executing `nemo-compare-preferences` helps to successfully start the diff viewer. If the problem still persists afterwards, you can start nemo from command line and post the output of what happens when trying to compare two files.
GFdevelop commented on 2017-09-10 10:42
not working with nemo 3.4.7 I have tried meld and diffuse.
valsaven commented on 2016-11-08 09:23
There is a conflict with the latest nemo version.
Please, change nemo<3.1 to nemo>3.1 or simular. It works well.
nullptr_t commented on 2015-12-04 11:26
Sorry, forgot git push here
petrucci4prez commented on 2015-06-02 23:11
new version for nemo 2.6
nullptr_t commented on 2015-04-19 22:35
Can you please change the line
depends=('nemo>=1' 'nemo-python-git>=1.0' 'python-xdg' 'python2' 'meld') # Can be changed to nemo-python-git
to
depends=('nemo>=1' 'nemo-python>=2.4' 'python-xdg' 'python2' 'meld') # Can be changed to nemo-python-git
since this neither is a '-git' package which does not especially need the git version of nemo-python nor it's not useful to have to have both nemo-python installed for nemo-extensions.