I'm having the same issue as @nasdack. Did you figure this out?
Search Criteria
Package Details: nautilus-dropbox 2022.12.05-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nautilus-dropbox.git (read-only, click to copy) |
---|---|
Package Base: | nautilus-dropbox |
Description: | Dropbox Nautilus Extension |
Upstream URL: | https://www.dropbox.com/ |
Licenses: | GPL, custom:CC-BY-ND-3 |
Submitter: | None |
Maintainer: | coreyberla |
Last Packager: | coreyberla |
Votes: | 580 |
Popularity: | 0.115715 |
First Submitted: | 2008-09-05 06:47 (UTC) |
Last Updated: | 2022-12-11 06:02 (UTC) |
Dependencies (6)
- libnautilus-extension (libnautilus-extension-gitAUR, libnautilus-extension-typeaheadAUR)
- nautilus (nautilus-gitAUR, nautilus-typeaheadAUR)
- gnome-common (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-docutils (make)
- python-gobject (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »
titaniumbones commented on 2020-07-15 17:04 (UTC)
eh8 commented on 2020-06-03 07:02 (UTC)
I can't get nautilus to display the 'Dropbox' item when I right-click on a folder. Does anybody have any insight?
TheChickenMan commented on 2020-01-15 19:17 (UTC)
It does build in a clean chroot without pygtk as a makedepend. Removed.
coxackie commented on 2020-01-09 05:36 (UTC)
I was able to build this without pygtk - seems like python-gobject is enough. Consistent with the fact that devs removed all dependency on python2:
https://github.com/dropbox/nautilus-dropbox/issues/55
I think pygtk can be safely removed from make dependencies.
rafaelff commented on 2019-10-09 01:42 (UTC)
@FirstAirBender: What is the error message you're seeing? python-gobject IS pygobject packaged to Arch Linux, so should be working likewise.
FirstAirBender commented on 2019-10-08 21:25 (UTC)
Even after doing yay -S python-gobject
, it still failed to update for me. I had to install pygobject
from pypi for it to work.
rafaelff commented on 2019-10-08 11:28 (UTC)
python-gobject
is also required, other build fails with:
python3 build_dropbox.py 2019.02.14 /usr/share/applications < dropbox.in > dropbox
Traceback (most recent call last):
File "build_dropbox.py", line 3, in <module>
gi.require_version('GdkPixbuf', '2.0')
AttributeError: module 'gi' has no attribute 'require_version'
make[2]: *** [Makefile:940: dropbox] Error 1
oscarbranson commented on 2019-10-07 13:35 (UTC)
Getting a python-related error in build:
Traceback (most recent call last):
File "build_dropbox.py", line 3, in <module>
gi.require_version('GdkPixbuf', '2.0')
File "/[...]/lib/python3.7/site-packages/gi/__init__.py", line 129, in
require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GdkPixbuf not available
Any ideas?
ogarcia commented on 2019-06-27 13:22 (UTC)
@TheChickenMan please fix the package, add python-object
in makedepends or better apply @javmorin fix, but do something because we have build problems
rafaelff commented on 2019-04-12 13:17 (UTC)
Please add python-object
to makedepends array. This will solve building issue reported by user "ogarcia" below, issue that still happens in a clean chroot build.
Pinned Comments
coreyberla commented on 2022-12-11 06:04 (UTC)
Dropbox merged the updates for Nautilus 43, so their git is up to date, and now AUR is up to date. This makes my patch in the comments below unnecessary.