Package Details: nautilus-compare 1.0.1-1

Git Clone URL: https://aur.archlinux.org/nautilus-compare.git (read-only, click to copy)
Package Base: nautilus-compare
Description: Context menu file comparison extension for Nautilus
Upstream URL: https://github.com/philong/nautilus-compare
Licenses: GPL3
Submitter: 314eter
Maintainer: 314eter
Last Packager: 314eter
Votes: 11
Popularity: 0.001028
First Submitted: 2014-07-21 14:05 (UTC)
Last Updated: 2022-11-23 19:57 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

314eter commented on 2022-11-23 19:58 (UTC)

Done.

yochananmarqos commented on 2022-11-23 14:56 (UTC)

@314eter: Please use philong's fork that's compatible with python-natuilus 4.0. Then nautilus-compare-40+ can be merged into this package. No need to have two.

yochananmarqos commented on 2020-07-11 23:11 (UTC) (edited on 2020-07-11 23:22 (UTC) by yochananmarqos)

@314eter: I figured it out. I forgot about an issue I had with nautilus-folder-icons and nautilus-ext-git. Both those packages have a utils.py. Perhaps add the two aforementioned packages to conflicts()?

314eter commented on 2020-07-11 20:58 (UTC)

@yochananmarqos I don't know what's the problem, it works for me.

yochananmarqos commented on 2020-07-11 03:36 (UTC) (edited on 2020-07-11 03:58 (UTC) by yochananmarqos)

It's not working for me:

$ nautilus
Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/nautilus-compare.py", line 42, in __init__
    self.config = utils.NautilusCompareConfig()
AttributeError: module 'utils' has no attribute 'NautilusCompareConfig'

davidovitch commented on 2018-05-11 12:06 (UTC) (edited on 2018-05-11 12:19 (UTC) by davidovitch)

FYI, this extension also works fine when using the python3 dependency python-nautilus instead. Here's the corresponding PKGBUILD:

https://gist.github.com/davidovitch/1d7b0a3b0918d83d87c8bf5a9fe0b79a

I've made 3 changes:

  • do not change python for python2 (in prepare())

  • convert to python3 using 2to3 (that's an ugly hack but works for now)

  • change dependencies to python3 variants (python, python-nautilus, python-xdg)

I was trying out folder-color-nautilus-bzr which relies on python-nautilus and conflicts with the python2-nautilus dependency of nautilus-compare.

I've added a bug report for python3 upstream: https://bugs.launchpad.net/nautilus-compare/+bug/1770630