Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72294 - Nautilus always links to cdparanoia, untracked dependency.
Summary: Nautilus always links to cdparanoia, untracked dependency.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 72798
  Show dependency tree
 
Reported: 2004-11-23 16:29 UTC by Robert Zaleski
Modified: 2004-11-30 01:13 UTC (History)
0 users

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


Attachments
files/nautilus-2-cdda-configure.patch (nautilus-2-cdda-configure.patch,930 bytes, patch)
2004-11-29 09:37 UTC, Mike Gardiner (RETIRED)
Details | Diff
nautilus-2.8.2-r1.ebuild (nautilus-2.8.2-r1.ebuild,2.85 KB, text/plain)
2004-11-29 09:38 UTC, Mike Gardiner (RETIRED)
Details
remove cdda check (nautilus-2.8.2-remove_cdda_check.patch,567 bytes, patch)
2004-11-29 13:38 UTC, foser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Zaleski 2004-11-23 16:29:30 UTC
I emerged gnome-2.8.0 to satisfy a dependency, MythTV I think, and both machines lost their desktop icons in Gnome. A quick search showed nautilus needed to be run from the command line, and upon running I got an error that libcd_paranoia something was missing.  An "emerge search cdparanoia" showed it as uninstalled.  This should have been caught during the upgrade right?  I didn't try uninstalling cdparanoia and downgrading to 2.6 to ensure icons worked like that.  But installing cdparanoia and running nautilus or logging out and relogging in did bring the icons back.

Reproducible: Always
Steps to Reproduce:
1. emerge unmerge cdparanoia if installed (I know this makes it iffy )
2. Ensure at least 1 desktop icon is showing
2. emerge gnome
3. start gnome (I use gdm which starts it for me)
4. Look at the blank desktop screen

Actual Results:  
The desktop is competely blank all though all desktop files are where they were.

Expected Results:  
The desktop icons should appear on the desktop

emerge cdparanoia will fix this.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-11-23 21:13:20 UTC
Ignore all this "won't display desktop icons stuff", nautilus always links to cdparanoia, if it's present, which is the bug, causing untracked dependencies.

@reporter: don't randomly remove libraries if you want things to work. For now, re-merge nautilus, so that it won't link with cdparanoia.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-11-29 09:37:21 UTC
Created attachment 44935 [details, diff]
files/nautilus-2-cdda-configure.patch

This is the configure.patch to include a --enable-cdda patch.
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2004-11-29 09:38:16 UTC
Created attachment 44936 [details]
nautilus-2.8.2-r1.ebuild

This is the nautilus-2.8.2-r1 ebuild with the patching included.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2004-11-29 09:38:42 UTC
Could someone (joe, foser, reporter) test this please?
Comment 5 foser (RETIRED) gentoo-dev 2004-11-29 13:38:58 UTC
Created attachment 44956 [details, diff]
remove cdda check

This is the patch you would want to apply ;)
Comment 6 Mike Gardiner (RETIRED) gentoo-dev 2004-11-29 18:24:53 UTC
Never link to paranoia, sounds good to me.
Comment 7 Mike Gardiner (RETIRED) gentoo-dev 2004-11-30 01:13:15 UTC
Thanks, committed.