-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Nautilus integration: Nextcloud shares shown twice #6218
Comments
I've downgraded https://packages.debian.org/unstable/nautilus-nextcloud to 3.7.3-1 (from Debian stable), and the duplicate icons are gone. |
The sysncstate.py has not changed between these versions. |
Running git bisect shows 2829710 as the first faulty commit
|
@tintou ^ |
|
Removing the four lines
from /usr/share/applications/com.nextcloud.desktopclient.nextcloud.desktop fixes the duplicate icons in nautilus. |
The debian package shouldn't install the .in in /usr/share/cloud-providers when there is libcloudproviders 0.3.3+ available in the system as these files are now "legacy" |
This for instance allows the flatpak version of the desktop client to now be working out of the box. |
Hm, shouldn't the build system then make the installation of those legacy file conditional on the version of libcloudproviders found on the system? |
I.e the build system should do either the one or the other, but not both. |
agreed, this could be done by a
in |
idk if it's just that, I'm using the Flatpak and still see duplicate shares. |
Hi to you all! I opened #6243 without being able to find this issue before. Popping in just to report that this is happening for me on Fedora 39 with GNOME, using Nextcloud Desktop client version 3.10.1, installed via the official Fedora package. |
Opened #6275 |
I have the same environment and version, is there a fix I can perform on my end in the meantime whilst a fix comes through the pipeline into Gnome Software? (Other than this minor annoyance it's a great app, thanks to all who worked on it) EDIT: nevermind, just saw mbiebl's fix |
Resolved for me on Debian Sid. |
Not for me on Fedora 39, even after updating to v3.11. |
#6275 has been approved but not merged so no need to give updates until there has been changes. |
I am sorry about that! |
Fedora 39 with Gnome 45.3 |
It does, but until the package is fixed, the next update will put both entries back in Nautilus. |
No because as this ticket status stands, it is fixed already |
At this point you need to poke your downstream maintainers to include this fix. It's fixed from an upstream PoV |
Bug description
The nautilus integration shows nextcloud shares twice:
Steps to reproduce
nextcloud-client-nautilus
(same version, but different package on fedora).Expected behavior
Each share should only be displayed once. Redundancy is not necessary and confusing.
Which files are affected by this bug
/usr/share/nautilus-python/extensions/syncstate-Nextcloud.py
Operating system
Linux
Which version of the operating system you are running.
Fedora 39
Package
Distro package manager
Nextcloud Server version
27.1.3
Nextcloud Desktop Client version
3.10.0
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 3.3.6 to 3.4.0)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
I wasn't sure if this is a nautilus or nextcloud. So here is the bug report for nautilus:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/3169
The text was updated successfully, but these errors were encountered: