Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277522 - emerge xfce-base/xfce4 with USE=minimal pulls Thunar
Summary: emerge xfce-base/xfce4 with USE=minimal pulls Thunar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-12 18:58 UTC by rafnov
Modified: 2009-07-17 07:26 UTC (History)
0 users

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


Attachments
modified and working ebuild which not install Thunar when USE=minimal set (xfce4-4.6.1.ebuild,1.26 KB, text/plain)
2009-07-12 19:00 UTC, rafnov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafnov 2009-07-12 18:58:27 UTC
I've noticed that 'emerge xfce4' installs Thunar even if USE=minimal is set. I don't use this file manager and don't need it on my system. I've slightly modified xfce-base/xfce4 ebuild (will be added as attachment) and made --depclean to remove Thunar. Xfce runs fine, revdep-rebuild didn't show any broken deps.
Why not make proper use of minimal flag and let people choose if they want Thunar or not?

Reproducible: Always

Actual Results:  
Thunar installed even if USE=minimal is set.

Expected Results:  
Thunar not being pulled as dependency for xfce-base/xfce4 install.
Comment 1 rafnov 2009-07-12 19:00:15 UTC
Created attachment 197666 [details]
modified and working ebuild which not install Thunar when USE=minimal set
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-12 19:41:46 UTC
Yeah, I don't think it's required (works fine here) so ACK. Pkgs that need the Thunar VFS libs should have the dep in them, so moving this behind USE minimal should be safe.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-16 04:00:43 UTC
applied, thanks. (diff -u next time please).

No revbump, so you will have to remerge the meta package (I think).
Comment 4 rafnov 2009-07-17 07:26:43 UTC
Yes, you have to re-emerge xfce-base/xfce4, then make depclean which should remove Thunar.
Didn't make revbump as I'm not ebuild maintainter, just made this report for developers to reconsider.

Some people that don't use desktop icons may want disable USE=-file-icons for xfdesktop (and recompile), as this pulls Thunar as well.