Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676276 - 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
Summary: xfce-base/thunar-1.8.3 with gnome-base/nautilus-3.26.4-r2 - file collision at...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-26 14:16 UTC by Attila Tóth
Modified: 2019-03-31 19:30 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.