FS#44469 - [owncloud-client] Integration with Nautilus actually needs python2-nautilus, not python-gobject

Attached to Project: Community Packages
Opened by Simon (symen) - Sunday, 05 April 2015, 09:38 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 05 April 2015, 17:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
The package lists "python-gobject" as an optional dependency for Nautilus integration. However, this doesn't seem to be work as long as I don't have python2-nautilus installed. On the other hand, if I uninstall python-gobject and keep python2-nautilus installed, the integration still works.

I also found that the package actually listed python2-nautilus as a optdep instead of python-gobject before, but this was changed with the last commit:
https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/owncloud-client&id=146764e4e5364b57eebdf67c9dd38ee445175ad6

Maybe owncloud-client needs python-gobject when built against qt5 but not qt4?

Package versions:
* owncloud-client: 1.8.0-2
* nautilus: 3.14.2-2
* python2-nautilus: 1.1-4
* python-gobject: 3.14.0-2

I didn't test with i686 packages.


Steps to reproduce:
- Uninstall python2-nautilus
- Install python-gobject
- Restart nautilus and owncloud-client
=> No more integration
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 05 April 2015, 17:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  owncloud-client 1.8.0-3
Comment by Antonio Rojas (arojas) - Sunday, 05 April 2015, 17:38 GMT
I guess I got confused by the python3 shebang

Loading...