Summary: | Patch to xfdesktop-4.4.0-r3.ebuild: "dbus" USE flag presence should not imply dependence on Thunar | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dave Armstrong <dave0x01> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | xfdesktop-4.4.0-r3.ebuild.diff |
Description
Dave Armstrong
2007-03-11 22:10:02 UTC
Created attachment 113019 [details, diff]
xfdesktop-4.4.0-r3.ebuild.diff
No; this patch is just wrong, there's absolutely no point to require two use flags to enable one feature. --enable-file-icons needs --enable-thunarx, and depends on dbus-glib -> thunar is needed, game over. You can disable the icons from Settings > Desktop even if you enable USE="dbus" and if you don't want it at all you can allways use package.use. (In reply to comment #2) > No; this patch is just wrong, there's absolutely no point to require two use > flags to enable one feature. I agree that such behavior is undesirable, but it makes little sense to have a desktop-icon (and hence filemanager dependency) feature contingent upon the dbus USE flag. Better would be to use a more descriptive flag (e.g., "desktop-icons"; or if there is a precedent, use it) that handles the dependencies. |