Hello Dmitry, or anyone else affected, Accepted nautilus into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!
** Changed in: nautilus (Ubuntu Precise) Status: Confirmed => Fix Committed ** Changed in: nautilus (Ubuntu Oneiric) Status: New => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/874847 Title: 05_desktop_menu_export.patch adds duplicate lines Status in “nautilus” package in Ubuntu: Fix Committed Status in “nautilus” source package in Oneiric: Fix Committed Status in “nautilus” source package in Precise: Fix Committed Bug description: I'm currently working on fixing bug 814799 and bug 826771, and I noticed that the mentioned patch adds duplicate lines: 05_desktop_menu_export.patch, lines 120-121: + gtk_widget_hide (NAUTILUS_WINDOW (window)->details->statusbar); + gtk_widget_hide (NAUTILUS_WINDOW (window)->details->menubar); lines 129-132: + /* Don't allow close action on desktop */ + action = gtk_action_group_get_action (NAUTILUS_WINDOW (window)->details->main_action_group, + NAUTILUS_ACTION_CLOSE); + gtk_action_set_sensitive (action, FALSE); These lines already exist in original nautilus_desktop_window.c (they are lines 71-72 and 74-77). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/874847/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp