Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 676276

Summary: xfce-base/thunar-1.8.3 with gnome-base/nautilus-3.26.4-r2 - file collision at /usr/share/dbus-1/services/org.freedesktop.FileManager1.service
Product: Gentoo Linux Reporter: Attila Tóth <atoth>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: UNCONFIRMED ---    
Severity: normal CC: gentoo, gnome, rose, tua.norberg
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugzilla.xfce.org/show_bug.cgi?id=12414
https://bugs.debian.org/920460
Whiteboard:
Package list:
Runtime testing required: ---

Description Attila Tóth 2019-01-26 14:16:26 UTC
Recent ebuild xfce-base/thunar-1.8.3 fails to merge due to file collision if gnome-base/nautilus-3.26.4-r2 is also installed.
Colliding file: /usr/share/dbus-1/services/org.freedesktop.FileManager1.service
Both packages provide the same file. Thunar implemented the file recently:
https://bugzilla.xfce.org/show_bug.cgi?id=12414

>>> Installing (x of y) xfce-base/thunar-1.8.3::gentoo
 * checking 101 files for package collisions
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
...
 *
 * Detected file collision(s):
 *
 *      /usr/share/dbus-1/services/org.freedesktop.FileManager1.service
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * gnome-base/nautilus-3.26.4-r2:0::gentoo
 *      /usr/share/dbus-1/services/org.freedesktop.FileManager1.service
 *
 * Package 'xfce-base/thunar-1.8.3' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.

Possible solutions: USE flags, or eselect.
Comment 1 jeremy mills 2019-01-26 19:41:37 UTC
Removing the file in question then emerging thunar and nautilus again allows it to continue. But thats not a total solution since the contents of the files are different. Exec=/usr/bin/thunar vs Exec=/usr/bin/nautilus
Comment 2 Attila Tóth 2019-01-26 19:49:34 UTC
(In reply to jeremy mills from comment #1)
> Removing the file in question then emerging thunar and nautilus again allows
> it to continue. But thats not a total solution since the contents of the
> files are different. Exec=/usr/bin/thunar vs Exec=/usr/bin/nautilus

Exactly.