1290 lines
53 KiB
RPMSpec
1290 lines
53 KiB
RPMSpec
#
|
|
# spec file for package nautilus (Version 2.24.1)
|
|
#
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: nautilus
|
|
BuildRequires: cdparanoia
|
|
BuildRequires: eel-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: gnome-common
|
|
BuildRequires: gnome-desktop-devel
|
|
BuildRequires: gnome-icon-theme
|
|
BuildRequires: gnome-patch-translation
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gvfs-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libbeagle-devel
|
|
BuildRequires: libexempi-devel
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: libgnomeui-devel
|
|
BuildRequires: libidl-devel
|
|
BuildRequires: librsvg-devel
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: update-desktop-files
|
|
License: GPL v2 or later
|
|
Group: Productivity/File utilities
|
|
Version: 2.24.1
|
|
Release: 1
|
|
Summary: The GNOME 2.x Desktop File Manager
|
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
|
Url: http://www.gnome.org
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
# PATCH-FIX-UPSTREAM nautilus-bgo350950-search-desktop.diff bgo350950 federico@novell.com -- add a desktop file for Nautilus search interface
|
|
Patch4: nautilus-bgo350950-search-desktop.diff
|
|
# PATCH-FIX-UPSTREAM nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff bnc117333 bgo350962 federico@novell.com - Use a folder icon instead of a file cabinet window
|
|
Patch5: nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff
|
|
# PATCH-FIX-OPENSUSE nautilus-genericname.patch
|
|
Patch6: nautilus-genericname.patch
|
|
# PATCH-FIX-OPENSUSE nautilus-disable-zoom-control-and-view-as-option-menu.patch
|
|
Patch7: nautilus-disable-zoom-control-and-view-as-option-menu.patch
|
|
# PATCH-FIX-UPSTREAM nautilus-146947-rename-bad-parameters-message.diff bgo350976 bnc146947 federico@novell.com
|
|
Patch9: nautilus-146947-rename-bad-parameters-message.diff
|
|
# PATCH-NEEDS-REBASE nautilus-mime.patch
|
|
Patch10: nautilus-mime.patch
|
|
# PATCH-FIX-UPSTREAM nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff bnc366100 bgo338933 federico@novell.com - ignore OnlyShowIn=KDE
|
|
Patch11: nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
|
|
# PATCH-NEEDS-REBASE nautilus-212649-search-bar-visibility.patch bgo368424 federico@novell.com -- (was PATCH-FIX-UPSTREAM)
|
|
Patch12: nautilus-212649-search-bar-visibility.patch
|
|
# PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bgo335411 federico@novell.com
|
|
Patch15: nautilus-drives-and-volumes-on-desktop.diff
|
|
Patch17: nautilus-181941-i18n.patch
|
|
# PATCH-NEEDS-REBASE nautilus-330298-297983-fix-overlapping-desktop-icons.diff bgo330928 federico@novell.com
|
|
Patch18: nautilus-330298-297983-fix-overlapping-desktop-icons.diff
|
|
# PATCH-FIX-OPENSUSE nautilus-desktop-icon.patch
|
|
Patch19: nautilus-desktop-icon.patch
|
|
# PATCH-FIX-OPENSUSE nautilus-bnc363122-lockdown-context-menus.diff bnc363122 federico@novell.com
|
|
Patch20: nautilus-bnc363122-lockdown-context-menus.diff
|
|
# PATCH-FEATURE-OPENSUSE nautilus-sysadmin-desktop-items.diff fate305252 federico@novell.com -- Support sysadmin-defined desktop items
|
|
Patch21: nautilus-sysadmin-desktop-items.diff
|
|
Requires: %{name}-lang = %{version}
|
|
Requires: gvfs
|
|
# So that symlinks to icons work:
|
|
Requires: gnome-desktop gnome-icon-theme
|
|
Provides: nautilus2
|
|
Obsoletes: nautilus2
|
|
AutoReqProv: on
|
|
%gconf_schemas_prereq
|
|
|
|
%description
|
|
This package contains Nautilus, the advanced file manager for the GNOME
|
|
2.x Desktop platform.
|
|
|
|
|
|
|
|
%package devel
|
|
License: GPL v2 or later
|
|
Summary: Development Package for Nautilus
|
|
Group: Development/Libraries/GNOME
|
|
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
|
Provides: nautilus2-devel
|
|
Obsoletes: nautilus2-devel
|
|
|
|
%description devel
|
|
This package contains all files needed to develop programs that use
|
|
features of the Nautilus file manager.
|
|
|
|
|
|
|
|
%lang_package
|
|
%prep
|
|
%setup -q
|
|
gnome-patch-translation-prepare
|
|
%if ! %sles_version
|
|
%patch4 -p1
|
|
%endif
|
|
%patch5 -p1
|
|
%patch6 -p0
|
|
%patch7
|
|
%patch9 -p0
|
|
### %patch10
|
|
%patch11 -p1
|
|
### %patch12
|
|
### %patch15 -p1
|
|
%patch17 -p1
|
|
### %patch18 -p1
|
|
%patch19 -p1
|
|
%patch20 -p1
|
|
%patch21 -p1
|
|
gnome-patch-translation-update
|
|
|
|
%build
|
|
autoreconf -f -i
|
|
# needed for nautilus-2.16.1:
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
%configure\
|
|
--disable-update-mimedb
|
|
# only for patch2:
|
|
make nautilus.desktop src/network-scheme.desktop
|
|
%__make %{?jobs:-j%jobs}
|
|
chmod -x COPYING
|
|
|
|
%install
|
|
%makeinstall
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
|
rm docs/Makefile*
|
|
### ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
|
# FIXME: this is probably wrong, but it enables the build to succeed for now
|
|
# ln -s ../icons/gnome/24x24/devices/gnome-computer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
|
### ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
|
# ln -s ../icons/gnome/24x24/places/gnome-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
|
ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
|
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
|
|
%suse_update_desktop_file -N "Nautilus" -G "File Browser" nautilus System FileManager
|
|
%suse_update_desktop_file nautilus-autorun-software
|
|
%suse_update_desktop_file nautilus-computer System FileManager
|
|
%suse_update_desktop_file nautilus-file-management-properties System FileManager X-SuSE-ControlCenter-LookAndFeel
|
|
%suse_update_desktop_file nautilus-folder-handler
|
|
%suse_update_desktop_file -G "File Browser" nautilus-home System FileManager
|
|
%if ! %sles_version
|
|
%suse_update_desktop_file -G "Nautilus Search Tool" nautilus-search System FileManager
|
|
%endif
|
|
%suse_update_desktop_file -G "File Browser" network-scheme System Network
|
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-1.0
|
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0
|
|
%find_lang %{name}
|
|
%find_gconf_schemas
|
|
cat %{name}.schemas_list >%{name}.lst
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
if test -x usr/bin/update-mime-database ; then
|
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
|
fi
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
if test -x usr/bin/update-mime-database ; then
|
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
|
fi
|
|
|
|
%files -f %{name}.lst
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING COPYING-DOCS ChangeLog MAINTAINERS NEWS README THANKS TODO docs/*
|
|
%{_bindir}/*
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/mime/packages/*.xml
|
|
%{_datadir}/nautilus
|
|
%{_datadir}/pixmaps/nautilus
|
|
%{_datadir}/pixmaps/*.png
|
|
%{_datadir}/icons/hicolor/*/*/*.*
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/bonobo/servers/*.server
|
|
%{_mandir}/man1/nautilus*.1.gz
|
|
%dir %{_libdir}/nautilus
|
|
%dir %{_libdir}/nautilus/extensions-1.0
|
|
%dir %{_libdir}/nautilus/extensions-2.0
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/*.pc
|
|
# I'd put this in a -doc package, but it's only useful for developers AFAICT
|
|
%{_datadir}/gtk-doc/html/libnautilus-extension
|
|
|
|
%changelog
|
|
* Tue Oct 21 2008 maw@suse.de
|
|
- Update to version 2.24.1:
|
|
+ Fix saving of spatial window geometry on close
|
|
+ Remove trailing spaces on filenames when copying to FAT file
|
|
systems
|
|
+ Allow emblems that don't start with "emblem-"
|
|
+ On unmount close tabs that show the unmounted location
|
|
+ Fixed redraw issues with labels on zoom
|
|
+ Don't toggle sidebar splitter when dragging it
|
|
+ Fix bookmark issue that sometimes led to locations not loading
|
|
+ Don't show the "cancel" dialog after a timeout when displaying a dialog
|
|
+ Fix crashes and leaks
|
|
- Respin nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff.
|
|
* Tue Oct 21 2008 federico@novell.com
|
|
- Updated nautilus-sysadmin-desktop-items.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=436750 - the built-in
|
|
desktop links like Home, Trash, and volumes were not being shown at
|
|
all.
|
|
* Thu Sep 25 2008 federico@novell.com
|
|
- Removed nautilus-bnc368446-network-in-places.patch to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=428968 - the Places
|
|
sidebar had two "Network" items, as this patch had already been
|
|
merged in the baseline sources.
|
|
* Mon Sep 22 2008 maw@suse.de
|
|
- Update to version 2.24.0:
|
|
+ Icon/compact view:
|
|
* Follow run-time changes to set of icon text attributes to
|
|
be displayed
|
|
* Invalidate icon label when changing zoom level or “text
|
|
besides icon”
|
|
+ List view:
|
|
* Properly offer textual drag target
|
|
+ Request centered autorun dialog
|
|
+ Always sort folders before files, even if sort criterion is
|
|
reversed
|
|
+ Always assume that trash directories are local.
|
|
* Mon Sep 22 2008 federico@novell.com
|
|
- Added nautilus-sysadmin-desktop-items.diff. With this, the sysadmin
|
|
can set the /apps/nautilus/desktop/predefined_items_dir key in GConf
|
|
to point to a directory that holds .desktop files. These desktop
|
|
items will be shown in users' desktops.
|
|
* Wed Sep 10 2008 maw@suse.de
|
|
- Update to version 2.23.92:
|
|
+ Icon/compact view:
|
|
* Allow to select range in addition to current selection, when
|
|
pressing ctrl and shift at once )not yet possible in list
|
|
view)
|
|
* Fix layout timestamp storage when moving items around on
|
|
desktop
|
|
+ List view:
|
|
* Default to reverse sort order for date columns (i.e. recent
|
|
to old)
|
|
+ Improve the “Clear History” confirmation dialog
|
|
+ Use GdkAppLaunchContext instead of EelAppLaunchContext
|
|
+ Fix small leaks.
|
|
* Wed Sep 03 2008 mboman@novell.com
|
|
- Update to version 2.23.91:
|
|
+ Make autorun work for blank media
|
|
+ No more pixelated SVGs displayed for desktop items with absolute icon
|
|
SVG paths
|
|
+ Use consistent labels, mnemonics and icons for trash and delete actions
|
|
+ Icon container (i.e. icon view and compact view)
|
|
* RTL support for vertical layout
|
|
* Always reveal entire rows or columns of icons
|
|
* Nicer icon container bounds
|
|
* (Again) vastly improved keyboard navigation, especially in RTL mode
|
|
* No more overlapping desktop icons, when files are added or volumes
|
|
mounted while Nautilus is not running. This is implemented with
|
|
metadata timestamps when the desktop icons are laid out.
|
|
* Rewrite large chunks of icon canvas text size handling
|
|
* Clear underlying items if hovered or selected item overlaps them
|
|
+ List View
|
|
* Make scripts work when items in nested list view subdirectories are
|
|
selected
|
|
+ Usual minor fix & polish galore
|
|
* Thu Aug 28 2008 maw@suse.de
|
|
- Update to version 2.23.90:
|
|
+ Truncate long item labels in the icon view and on the desktop
|
|
* icon_view/text_ellipsis_limit and desktop/text_ellipsis_limit
|
|
GConf preferences added (defaults to three lines)
|
|
* expand when hovering, or when selecting a file
|
|
+ Support restoring of multiple items from trash at once
|
|
+ Handle scroll events on the path bar
|
|
+ Fix "same file system:.e. copy vs. move) DND check for
|
|
desktop
|
|
+ Fix search for content type in simple search backend
|
|
+ Fix running of scripts on the desktop
|
|
+ Use more archive file types for file-roller integration for
|
|
remote locations
|
|
+ Consolidate zoom handling internals
|
|
+ Show file name instead of URI in the bookmark editor window
|
|
for local files
|
|
+ Polish "Visible Columns" list view dialog.
|
|
* Fri Aug 08 2008 maw@suse.de
|
|
- Update to version 2.23.6.1:
|
|
+ Support transferring files with reserved FAT characters to a
|
|
FAT file system; replace them with an underscore if neccessary
|
|
+ Use x-content/* MIME type to associate applications with
|
|
hotpluggable media
|
|
+ Path bar:
|
|
* enable control-left click and middle-click interaction for
|
|
path bar buttons
|
|
* dynamically handle hierarchy changes in the path bar
|
|
+ Icon view keyboard navigation
|
|
* Use linear selection instead of rectangle selection in when
|
|
pressing shift
|
|
* Still offer rectangular selection when pressing ctrl and
|
|
shift
|
|
* Only wrap around horizontally in horizontal layout mode
|
|
* Only wrap around vertically in vertical layout mode
|
|
* Never wrap around when in rectangle selection
|
|
+ Icon view now remembers last position when reloading in vertical
|
|
layout
|
|
+ List view: Do not request mass redraw when dragging
|
|
+ Clear display name when changing file name
|
|
+ Only show "... All" actions ("Skip All", ...) in file operation
|
|
dialogs if more than one file is transferred
|
|
+ Identify to GNOME session as file manager, not as generic
|
|
desktop application
|
|
+ Fix display name of computer:// icons
|
|
- Respin nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff.
|
|
* Wed Jul 23 2008 maw@suse.de
|
|
- Update to version 2.23.5.1:
|
|
+ Add tab support to browser mode
|
|
+ Add "restore from trash" functionality (only per item)
|
|
+ Path bar and notebooks can be used as fully functional URI
|
|
drop targets
|
|
+ Places sidebar:
|
|
* Add eject buttons to volumes
|
|
* Fix bookmark reordering
|
|
* Make DND indication consistent with GTK+ file chooser
|
|
+ Async I/O
|
|
* Use NautilusFile instead of GFile for path bar display
|
|
name
|
|
* Use NautilusFile for DND "same FS" check
|
|
+ Fix navigation where window was inconsistently "stuck"
|
|
between two directories, i.e. the view was not completely
|
|
changed
|
|
+ Always grab focus on location change, even if view is reused
|
|
+ Icon view fixes
|
|
* If no icon is selected, but an icon has the keyboard focus,
|
|
select it when pressing space.
|
|
* Move keyboard focus after a file has been removed
|
|
* Fix double-clicking of half-shown items
|
|
+ Thumbnailing changes
|
|
* Never scale up any thumbnails
|
|
* Compose and scale thumbnails on the fly
|
|
* Speed up loading of large image files used as their own thumbnails
|
|
+ Display emblems for small icon sizes
|
|
+ Offer clipboard contents as text/uri-list
|
|
+ Use UTF-8 dash for properties window instead of "--"
|
|
- Drop nautilus-bnc397852-huge-memory-leak.patch, as it's now
|
|
upstream.
|
|
* Fri Jul 18 2008 rodrigo@suse.de
|
|
- Fix typo in patch tags
|
|
* Fri Jun 27 2008 maw@suse.de
|
|
- Remove bogus symlinks (watch out for any missing icons).
|
|
* Fri Jun 20 2008 maw@suse.de
|
|
- Update to version 2.23.4:
|
|
+ Support new gnome-session autostart semantics
|
|
+ Add initial Gtk-doc support
|
|
+ Many other improvements; for a fuller account, see the NEWS
|
|
file
|
|
+ Updated translations
|
|
+ Drop obsolete patches:
|
|
nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff,
|
|
nautilus-bnc376070-null-exifdata-crash.patch, and
|
|
nautilus-bnc393226-dont-move-to-burn.patchn
|
|
+ Respin the following patches:
|
|
nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
|
|
and nautilus-bnc363122-lockdown-context-menus.diff.
|
|
* Sat Jun 07 2008 hpj@suse.de
|
|
- Back out nautilus-bnc376669-always-update-thumbnail.patch
|
|
(bnc#376669).
|
|
* Fri Jun 06 2008 rodrigo@suse.de
|
|
- Add nautilus-bnc397852-huge-memory-leak.patch (bnc#397852)
|
|
* Wed May 21 2008 hpj@suse.de
|
|
- Add nautilus-bnc393226-dont-move-to-burn.patch (bnc#393226).
|
|
* Mon May 19 2008 hpj@suse.de
|
|
- Add nautilus-bnc376669-always-update-thumbnail.patch (bnc#376669).
|
|
* Thu May 01 2008 hpj@suse.de
|
|
- Removed previously disabled patches that were made obsolete by
|
|
upstream changes:
|
|
* nautilus-default-thumbnail-size.diff
|
|
* nautilus-6014-network-servers-in-places-sidebar.diff
|
|
- Added nautilus-bnc376070-null-exifdata-crash, which fixes
|
|
crashes when showing the properties of a picture (bnc#376070).
|
|
* Mon Apr 28 2008 federico@novell.com
|
|
- Rebased these patches:
|
|
nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff
|
|
nautilus-bgo350950-search-desktop.diff
|
|
nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff
|
|
* Wed Apr 23 2008 vuntz@suse.de
|
|
- Rename nautilus-docpath.patch to nautilus-genericname.patch and
|
|
drop the part of the patch adding a DocPath.
|
|
- Do not add DocPath to desktop files with
|
|
%%suse_update_desktop_file
|
|
- Rationale: since the desktop files use the Core category, adding
|
|
DocPath means putting the items in the yelp toc, which we don't
|
|
want.
|
|
* Tue Apr 22 2008 vuntz@suse.de
|
|
- Add nautilus-bnc368446-network-in-places.patch to add network://
|
|
in the places sidebar. Fix bnc#368446 (backported from upstream
|
|
2.23.1).
|
|
* Thu Apr 10 2008 maw@suse.de
|
|
- Update to version 2.22.2:
|
|
+ Add NautilusFileInfo APIs: can_write(), get_mount(),
|
|
get_parent_info()
|
|
+ Do not try to autorun autorun.exe and autorun.inf
|
|
+ Automount in idle callback rather than at startup to improve
|
|
user experience
|
|
+ Properly inhibit automount on startup, or for long login procedures
|
|
+ Do not automount directories in hidden hierarchies
|
|
+ Fix scrollbar display bug in "text besides icon" icon view mode
|
|
+ Do not thumbnail unreadable files
|
|
+ Correctly display bookmark icons
|
|
+ Fix blurry property window icon
|
|
+ Fix bookmark editing window.
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
- added baselibs.conf file to build xxbit packages
|
|
for multilib support
|
|
* Thu Apr 03 2008 hpj@suse.de
|
|
- Upgraded to version 2.22.1:
|
|
* Fix crashes and leaks.
|
|
* Fix emblem display in property page.
|
|
* Fix mime choosing to not always create application/x-ext-<extension> type.
|
|
* Actually mount location in external connect to server dialog.
|
|
* Fix thumbnail size limit checks.
|
|
* Fix "show hidden" to also show backup files
|
|
(was broken in some situations).
|
|
* Verify that tracker is running before using it.
|
|
* Fix desktop file icon handling with absolute filenames.
|
|
* Use GDesktopAppInfos to launch desktop files.
|
|
* Don't follow symlinks for deep file count.
|
|
* Fix audio preview with later gstreamer.
|
|
* Make "move file over directory" overwrite case work.
|
|
* Sometimes we failed to ask for overwrite when move
|
|
operations falled back to copy + delete.
|
|
* Make sure we correctly transcode filenames when merging
|
|
directories if the directory is on another filesystem.
|
|
* Some moves were reported as copies, not moves in the ui
|
|
which could cause not up-to-date directory displays.
|
|
* Don't center file progress dialog if its already displayed.
|
|
- Remove obsolete patch nautilus-bnc366455-change-ownership.patch.
|
|
* Fri Mar 28 2008 federico@novell.com
|
|
- Removed nautilus-158158-ignore-foreign-desktop-files.diff; it is obsolete.
|
|
- Added nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff
|
|
to fix https://bugzilla.novell.com/show_bug.cgi?id=366100 - Desktop
|
|
links with "OnlyShowIn=KDE" are now ignored.
|
|
* Fri Mar 21 2008 jpr@suse.de
|
|
- Add back gtk2-devel to the devel requires
|
|
* Fri Mar 21 2008 vuntz@suse.de
|
|
- Add a gnome-desktop-devel buildrequires to fix the build.
|
|
* Thu Mar 20 2008 jpr@suse.de
|
|
- Remove obsolete -devel package requries
|
|
- Remove medusa obsoletes, not relevant to any shipping distros
|
|
* Thu Mar 13 2008 sbrabec@suse.cz
|
|
- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE.
|
|
* Thu Mar 13 2008 vuntz@suse.de
|
|
- Update to version 2.22.0:
|
|
+ Fix typo in strings
|
|
+ Fix crashes
|
|
+ Use a better icon for the progress dialog
|
|
+ Have a mount menu for mountable files, not an unmount one
|
|
+ Handle broken bookmark files bette
|
|
+ Sniff x-content type asynchronously
|
|
+ Don't look for autorun stuff on non-local files
|
|
+ Allow setting permissions on remote shares
|
|
+ Fix "delete all" button in delete dialog
|
|
+ Show custom icons at right size
|
|
+ Fix some performance issues on nonlocal mounts
|
|
- Drop nautilus-onlyshowin.patch, fix upstream.
|
|
- Use %%suse_update_desktop_file for nautilus-autorun-software and
|
|
nautilus-folder-handler to mark them as translatable.
|
|
- Add nautilus-bnc366455-change-ownership.patch to fix bnc#366455.
|
|
* Tue Mar 04 2008 maw@suse.de
|
|
- Update to version 2.21.92:
|
|
+ Build fixes
|
|
+ Fix crashes and leaks
|
|
+ Fix handling of desktop file launchers
|
|
+ Better handling of desktop file icons
|
|
+ Semitransparent DnD icon support (when composited)
|
|
+ Avoid showing progress info when dialogs are shown
|
|
+ Allow minimize of progress window
|
|
+ Handle beagle >= 0.3.0
|
|
+ Close properties dialog on escape
|
|
+ Make custom icons work again
|
|
+ Fix fuzzy icons
|
|
+ Duplicate file if copies to the source directory
|
|
+ Support open with dialog for multiple selected files
|
|
+ Ressurect connect to server dialog
|
|
+ Allow theming of free diskspace chart colors.
|
|
* Thu Feb 28 2008 rodrigo@suse.de
|
|
- Added tags for all upstreamed patches, as well as bug numbers for
|
|
all patches
|
|
* Wed Feb 20 2008 federico@novell.com
|
|
- Added nautilus-bnc363122-lockdown-disable-context-menus.diff to implement
|
|
https://bugzilla.novell.com/show_bug.cgi?id=363122 - have a way to disable
|
|
context menus in file views for quick-and-dirty kiosk setups.
|
|
* Wed Feb 20 2008 maw@suse.de
|
|
- Update to version 2.21.91:
|
|
+ String cleanups
|
|
+ Inhibit autorun for things we mount ourselves
|
|
+ Fix crashes and leaks
|
|
+ Only show selinux context if selinux is detected
|
|
+ Default to move, not copying, when dragging from the trash
|
|
+ Don't autorun/automount non-local mounts
|
|
+ Fix case where we could run out of file descriptors
|
|
+ Handle drop of files on the desktop
|
|
+ Fix sensitivity of delete from the trash menu item
|
|
+ Fix open w/ context menu in always-use-browser mode.
|
|
* Wed Feb 06 2008 maw@suse.de
|
|
- Explicitly require gvfs (bnc#358748).
|
|
* Tue Feb 05 2008 jpr@suse.de
|
|
- Add XMP support (bnc #310430)
|
|
* Wed Jan 30 2008 maw@suse.de
|
|
- Add extensions-2.0 directory.
|
|
* Tue Jan 29 2008 maw@suse.de
|
|
- Update to version 2.21.90:
|
|
+ Regenerate thumbnails when files change
|
|
+ Fix crashes
|
|
+ New autorun and automount support
|
|
+ Allow unmount of current location if its a mountpoint
|
|
+ Use thousand separators in all numbers (if used by locale)
|
|
+ Fix leaks
|
|
+ Performance improvements
|
|
+ Update to latest glib APIs
|
|
+ Fix bug that lost metadata from older versions
|
|
+ Fix crashes
|
|
+ Enable paste into folder for desktop icons
|
|
+ Better finding of autorun files on case sensitive media
|
|
- Remove libtool archives.
|
|
* Fri Jan 25 2008 maw@suse.de
|
|
- Update to version 2.21.5:
|
|
+ Totally replaced gnome-vfs use with gio
|
|
+ New implementation of file operations like copy/move with
|
|
a shared progress dialog
|
|
+ Update pkg-config files with new extensions dir
|
|
+ Handle dnd of desktop icons
|
|
+ Implement some missing unmount/eject operations
|
|
+ Add autorun/automount feature
|
|
+ Better handling of sensitivity of delete menu items
|
|
+ Better handling of mount/unmount/eject in many places
|
|
+ Fix for extensions with submenus.
|
|
* Fri Jan 18 2008 jpr@suse.de
|
|
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=335411 - Nautilus
|
|
crashes when it gets a "volume-mounted" signal for a volume that is
|
|
already mounted. This also adds two new logging domains to Nautilus:
|
|
"drives-volumes" and "desktop-links".
|
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
|
- Removed bogus dependency on mDNSResponder.
|
|
* Tue Sep 18 2007 sbrabec@suse.cz
|
|
- Updated to version 2.20.0:
|
|
* Load thumbnails asynchronously
|
|
* Support direct save DnD (XDS)
|
|
* Fix up octal permission display
|
|
* Store window keep-above and stickines state across sessions
|
|
* Wed Sep 05 2007 maw@suse.de
|
|
- Don't require gnome2-user-docs, which now supplements
|
|
nautilus (#297833).
|
|
* Wed Aug 29 2007 maw@suse.de
|
|
- Update to version 2.19.91:
|
|
* Be more robust against broken extensions
|
|
* Set current working directory right on desktop when running scripts
|
|
* Fix crash on file:///#
|
|
* Update to cope with the new size of emblem icons
|
|
* Auto-size list view filename column again
|
|
* New message for service unavailable error
|
|
* UI terminology consistency fix
|
|
* Build fix
|
|
- Refresh nautilus-search-desktop.patch.
|
|
* Thu Aug 16 2007 federico@novell.com
|
|
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=298802 - after burning a
|
|
CD and re-mounting the CD, Nautilus uses 100%% CPU. This simply
|
|
includes the last patch from
|
|
https://bugzilla.novell.com/show_bug.cgi?id=276193#c42
|
|
* Fri Aug 10 2007 federico@novell.com
|
|
- Added nautilus-330298-297983-fix-overlapping-desktop-icons.diff to
|
|
fix https://bugzilla.novell.com/show_bug.cgi?id=297983 - desktop
|
|
icons would overlap when inserting removable media, if the
|
|
previously-saved location for the corresponding icon now has a
|
|
different icon nearby.
|
|
* Mon Aug 06 2007 maw@suse.de
|
|
- Split out -lang subpackage
|
|
- Use %%fdupes.
|
|
* Wed Aug 01 2007 maw@suse.de
|
|
- Update to version 2.19.6
|
|
- Memory leaks plugged
|
|
- Crashes fixed
|
|
- Fixes to UI manager usage
|
|
- Better string ellipsation
|
|
- Consistent focus behaviour for toolbar buttons
|
|
- Support for XMP image metadata
|
|
- Improved keyboard handling in connect to server dialog
|
|
- I18n fixes and string clarifications
|
|
- Add more tooltips and use new gtk+ tootips API
|
|
- Better handling of unreadable directories during search
|
|
- Updated translations.
|
|
* Tue Jul 10 2007 maw@suse.de
|
|
- Update to version 2.19.4
|
|
- Fix crashes and leaks
|
|
- Fix hang with recursive symlinks
|
|
- Disk free piechart in properties dialogue
|
|
- Fix typos in warning and error messages
|
|
- Use new desktop capplet
|
|
- Better handling of unicode search terms
|
|
- Allow activating the zoom context menu by keyboard
|
|
- Allow renaming network servers' icons
|
|
* Thu Jun 07 2007 sbrabec@suse.cz
|
|
- Do not overwrite auto-generated files.
|
|
- Removed invalid desktop Category "Application" (#254654).
|
|
* Mon Mar 26 2007 sbrabec@suse.cz
|
|
- Fixed BuildRequires.
|
|
* Thu Mar 22 2007 maw@suse.de
|
|
- Update to version 2.18.0.1
|
|
- intltool is now a build requirement
|
|
- Several code cleanups
|
|
- Bug fixes, including p.g.o 408155, 333151, 358172, 408155,
|
|
409276, 407150, 407618, and 368661.
|
|
* Tue Mar 13 2007 maw@suse.de
|
|
- Update to version 2.17.91
|
|
- Bug fixes, including bugzilla.gnome.org #364466, #403255,
|
|
[#138058], #340495, #357955, #403565, #357955, #362034,
|
|
[#385382], #394328, #329920, #320020, #327249, #389467, #376291,
|
|
[#374623], #382207, #376952, #384078, #383840, #45953, #350579,
|
|
[#318373], #132326, #372550, #338353, #372471, #330298, #155337,
|
|
[#174766], #122688, #321175, #349840, #356124, #351713, #348161.
|
|
* Tue Feb 27 2007 dmueller@suse.de
|
|
- adjust BuildRequires: libexif->libexif-devel
|
|
* Mon Feb 05 2007 sbrabec@suse.cz
|
|
- Fixed Categories (#242053).
|
|
* Fri Jan 12 2007 mtgordon@suse.de
|
|
- Added nautilus-181941-i18n.patch to mark for translation a
|
|
previously unmarked string (marked in other locations in the app,
|
|
sparing the need for further l10n). Fixes
|
|
https://bugzilla.novell.com/show_bug.cgi?id=181941 and sent upstream
|
|
at http://bugzilla.gnome.org/show_bug.cgi?id=394328
|
|
* Mon Dec 18 2006 sbrabec@suse.cz
|
|
- Prefix changed to /usr.
|
|
- Spec file cleanup.
|
|
* Tue Nov 21 2006 sbrabec@suse.cz
|
|
- Do not explicitly require mDNSResponder-lib blocking avahi compat
|
|
package.
|
|
* Wed Nov 08 2006 federico@novell.com
|
|
- Updated nautilus-drives-and-volumes-on-desktop.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=215351. Floppy icons
|
|
disappeared from the desktop after unmounting the floppy. This also
|
|
fixes https://bugzilla.novell.com/show_bug.cgi?id=218910, where
|
|
there was a race condition when mounting drives. This caused the
|
|
activation URIs of the corresponding NautilusFiles not to be updated
|
|
correctly.
|
|
* Wed Nov 01 2006 federico@novell.com
|
|
- Removed nautilus-hide-desktop-files.patch. This was used for the
|
|
old "applications://" VFS scheme, which is deprecated now.
|
|
- Removed nautilus-submount.patch, since we no longer use submount (subfs).
|
|
- Removed nautilus-142860-vfs-drive-for-extensions.diff, since that
|
|
feature appeared upstream since Nautilus 2.14. This is what lets
|
|
Nautilus extensions look at the GnomeVFSDrive for a file, so that
|
|
they can install menu items specific to drives (e.g. like
|
|
nautilus-cd-burner).
|
|
- Removed nautilus-172870-support-drives-and-volumes.diff and
|
|
nautilus-155010-desktop-volume-policy.diff, since they need to be
|
|
reworked for the code in Nautilus-2.16.
|
|
- Added nautilus-6014-network-servers-in-places-sidebar.diff, to fix
|
|
the part of https://bugzilla.novell.com/show_bug.cgi?id=6014 that is
|
|
not yet in Nautilus 2.16. This adds a "Network Servers" item in the
|
|
Places sidebar.
|
|
- Added nautilus-206369-desktop-icon-overlap.diff as an updated
|
|
and consolidated version of
|
|
nautilus-155337-icon-positioning-on-reload.diff and
|
|
nautilus-174766-fix-lazy-positioning.diff. This is to fix the bug
|
|
where desktop icons get overlapped or rearranged when a new volume
|
|
icon appears, or when the desktop is reloaded.
|
|
- Added nautilus-drives-and-volumes-on-desktop.diff as a partly
|
|
updated version of nautilus-172870-support-drives-and-volumes.diff.
|
|
- Added nautilus-debug-log.diff. This provides logging functionality
|
|
to aid debugging.
|
|
- Updated descriptions inside the rest of the patches.
|
|
- Renumbered patches.
|
|
* Tue Oct 31 2006 joeshaw@suse.de
|
|
- Add a patch to ensure that the search entry bar is displayed
|
|
when navigating to the x-nautilus-search:/// URI. (bnc #212649)
|
|
* Sat Oct 14 2006 danw@suse.de
|
|
- Remove dead patches
|
|
* Mon Oct 02 2006 jhargadon@suse.de
|
|
- update to version 2.16.1
|
|
- Default to search in current directory for non-indexed search
|
|
- Fix clash with symbol names in gtk+
|
|
* Wed Sep 20 2006 sbrabec@suse.cz
|
|
- Update MIME database in scriptlets (#201729).
|
|
* Wed Sep 13 2006 jhargadon@suse.de
|
|
- update to version 2.16.0
|
|
- Handle enter activation when using typeahead search
|
|
- Avoid using gnome_vfs_is_local in wrong places
|
|
- Translations
|
|
* Wed Aug 30 2006 jhargadon@suse.de
|
|
- update to version 2.15.92.1
|
|
- Fix crash on startup
|
|
- Fix crash on changing owner/group of file
|
|
- Fix double free
|
|
- Make sure all strings are displayed translated
|
|
* Fri Aug 18 2006 jhargadon@suse.de
|
|
- update to version 2.15.91
|
|
- Use gtk recent files code
|
|
- Fix file change notification regression
|
|
- Don't display raw form of selinux contexts
|
|
- Import lates EggSequence with bugfixes
|
|
- DnD fixes
|
|
- Read .hidden symlinks
|
|
- Fix down navigation in last column, next to last row
|
|
- Submenu support for extensions
|
|
- Improved beagle daemon detection
|
|
- Enable D'n'D reordering in the places sidebar
|
|
- New icons for trash operations
|
|
- Add a button/text toggle button to the location bar
|
|
- Fix leak
|
|
* Mon Aug 07 2006 gekker@suse.de
|
|
- Update to version 2.15.4
|
|
- Remove upstreamed patches
|
|
* New permission dialog with recursion and selinx support
|
|
* Improve extension interface
|
|
* Add complete session management
|
|
* Handle removal of the displayed location more elegantly
|
|
* Support dropping uris, urls and text to subfolders
|
|
* Don't allow formating of mounted floppies
|
|
* Perfomance fixes
|
|
* Don't use deprecated eel features
|
|
* Improve startup performance
|
|
* Use GOption
|
|
* Fix selection box width calculation
|
|
* Improve file permission handling
|
|
* Add volume operations to the file menu, tree and places sidebar
|
|
* New po/LINGUAS handling
|
|
* Smarter date handling for images
|
|
* HIG fixes
|
|
* Fix crashes
|
|
* Fixes for icons and thumbnailing
|
|
* Show network volumes in the places sidebar
|
|
* Fix progress dialog showing the wrong file
|
|
* Translation updates
|
|
* Use --no-desktop option for all desktop files
|
|
* Startup performance improvements
|
|
* Make files copied from read-only source writeable
|
|
* Don't allow bookmarking x-desktop:///
|
|
* Add help buttons to several dialogs
|
|
* Fix SVG file identification
|
|
* Properly break down URIs for connect to server ui
|
|
* Show unmounted but user-visible drives in the places sidebar
|
|
* Display more info in the progress dialog when preparing
|
|
* Smarter DnD target selection
|
|
* GnomeGoals: Use po/LINGUAS
|
|
* Fix deadlock when dragging over list view in some conditions
|
|
* Don't show folder count for smb shares
|
|
* Close window when folder moves to trash
|
|
* Fix deep count in properties dialog in some cases
|
|
* Avoid calculating mime lists for activation
|
|
* Remove blank error dialog on mount when using gnome-mount
|
|
* Better filename linebreaking at punctuation marks.
|
|
* List view: If a rename moves the file in the view, scroll to the new position
|
|
* Better handling of broken filename encoding for link targets
|
|
* Browser mode: don't close window on up if current directory has been removed
|
|
* Pass original files, not target files to property page providers.
|
|
This allows property page extensions to look at desktop files and symlinks.
|
|
* Fix opening saved searches file from outside nautilus
|
|
* Add option to always use the location bar to the preferences dialog
|
|
* Show detailed file size in the properties dialog
|
|
* Open modules with BIND_LOCAL
|
|
* Add Network to places menu
|
|
* Fix sort by atime
|
|
* Add support for searching for custom mime type
|
|
* Much better activation of multiple files
|
|
* Handle new background image zooming mode
|
|
* Add optional support for Tracker indexer
|
|
* Added initial support for search
|
|
* Better handling of opening multiple files
|
|
* View update optimizations
|
|
* No titles for alert dialogs
|
|
* Use access() to determine permissions
|
|
* Fix mime list problem introduced with sort change
|
|
* Finally fix tree sidebar crash
|
|
* ctrl-shift-g goes backwards in typeahead
|
|
* Add Skip all button in copy/move conflict dialog
|
|
* Position new files/folders correctly in manual layout mode
|
|
* Fix desktop redraw issues on non-100%% zoom levels
|
|
* Adds volume/drive api for modules
|
|
* GtkTreeView style typeahead
|
|
* '/' opens location dialog/entry
|
|
* middle click in browser mode opens new window
|
|
* Handle cancellation of authentication better
|
|
* Add format menu item for floppy drives
|
|
* Wed Jun 07 2006 jpr@suse.de
|
|
- Don't update the .desktop file if it doesn't exist
|
|
(really fix #177551)
|
|
* Thu Jun 01 2006 federico@novell.com
|
|
- Added nautilus-172870-support-drives-and-volumes.diff. This fixes
|
|
https://bugzilla.novell.com/show_bug.cgi?id=172870 by adding proper
|
|
support for displaying unmounted drives as well as mounted volumes.
|
|
This also makes floppies work from the desktop.
|
|
- Added nautilus-174766-fix-lazy-positioning.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=174766. This makes
|
|
volume icons not overlap with other icons in the desktop when
|
|
volumes get mounted.
|
|
* Mon May 22 2006 federico@novell.com
|
|
- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=177777. All .desktop
|
|
files were being filtered erroneously if they didn't have
|
|
OnlyShowIn/NotShowIn keys.
|
|
* Mon May 22 2006 joeshaw@suse.de
|
|
- Only patch in the nautilus-search.desktop file on SL, not SLE,
|
|
since the new main menu has search built-in. (bnc #177551)
|
|
* Wed May 17 2006 sbrabec@suse.cz
|
|
- nautilus-search-bar.c added to POTFILES.in.
|
|
* Wed May 17 2006 sbrabec@suse.cz
|
|
- Fixed I18N problems:
|
|
* untranslatable Search string (#173448)
|
|
* uninitialized locale (#173448#c3)
|
|
* Tue May 16 2006 federico@novell.com
|
|
- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=176123. The
|
|
"OnlyShowIn" key in desktop files can contain multiple items. Also
|
|
pay attention to the "NotShowIn" key.
|
|
* Mon May 15 2006 federico@novell.com
|
|
- Added nautilus-158279-add-location-toggle-button.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=158279. This adds a
|
|
toggle button to the left of path bar in navigation windows.
|
|
Pressing this button will switch to using a location entry instead
|
|
of the path bar.
|
|
* Thu May 11 2006 federico@novell.com
|
|
- Updated nautilus-155010-desktop-volume-policy.diff; this fixes
|
|
https://bugzilla.novell.com/show_bug.cgi?id=175076. This fixes a
|
|
crash when dragging a volume to the trash.
|
|
* Wed May 10 2006 joeshaw@suse.de
|
|
- Update search patch to remove annoying "queuing <whatever>"
|
|
debug spew.
|
|
* Tue May 09 2006 federico@novell.com
|
|
- Added nautilus-142860-vfs-drive-for-extensions.diff to fix the
|
|
Nautilus part of bug
|
|
https://bugzilla.novell.com/show_bug.cgi?id=142860. This lets
|
|
Nautilus extensions see the drives that may correspond to desktop
|
|
icons.
|
|
* Mon May 08 2006 federico@novell.com
|
|
- Added nautilus-66073-update-progress-dialog.diff to fix bug
|
|
https://bugzilla.novell.com/show_bug.cgi?id=66073. The progress
|
|
dialog for file operations now gets updated correctly if several
|
|
small files get copied before a large file.
|
|
* Mon May 01 2006 dobey@suse.de
|
|
- Added nautilus-trash-icon.patch to use the theme's trash icon,
|
|
rather than the delete icon, for the "Move to Trash" menu items
|
|
* Thu Apr 27 2006 federico@novell.com
|
|
- Updated nautilus-155010-desktop-volume-policy.diff to fix bug
|
|
https://bugzilla.novell.com/show_bug.cgi?id=168280. This makes
|
|
Nautilus not display two volume icons for no-media-check devices.
|
|
* Tue Apr 18 2006 federico@suse.de
|
|
- Removed dot-hidden.dif. This fixes bug #158158 completely; that
|
|
patch is obsoleted by the updated
|
|
nautilus-158158-ignore-foreign-desktop-files.diff.
|
|
* Tue Apr 18 2006 federico@novell.com
|
|
- Added nautilus-158158-ignore-foreign-desktop-files.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=158158. This makes
|
|
Nautilus ignore .desktop files whose OnlyShowIn property indicates
|
|
that they are specific to another desktop environment.
|
|
* Tue Apr 18 2006 joeshaw@suse.de
|
|
- Update nautilus-search patch to correctly handle a search URI
|
|
being passed into nautilus on the command-line. (bnc #166158)
|
|
* Mon Apr 17 2006 federico@novell.com
|
|
- Added nautilus-155010-desktop-volume-policy.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=155010. This makes
|
|
Nautilus display the same set of drives and volumes as GTK+'s file
|
|
chooser. It will also display certain drives on the desktop for
|
|
easy access (in particular, drives that do not support notification
|
|
of inserted media, so we always need them to be accessible through
|
|
the GUI, as opposed to being automounted).
|
|
* Wed Mar 29 2006 sbrabec@suse.cz
|
|
- Handle inode/directory MIME type (#161824).
|
|
* Wed Mar 22 2006 dobey@suse.de
|
|
- Added nautilus-unscaled-sidebar-menu-icons.patch to avoid scaling
|
|
icons in the sidebar and where those same icons are used in menus
|
|
* Mon Mar 20 2006 federico@novell.com
|
|
- Added nautilus-155337-icon-positioning-on-reload.diff to fix bug
|
|
[#155337]. Now icons in the desktop are not repositioned if the
|
|
desktop gets reloaded.
|
|
* Thu Mar 16 2006 federico@novell.com
|
|
- Added nautilus-perf-no-burn-uri-for-desktop.diff. This makes
|
|
Nautilus not do unnecessary work when initializing the desktop,
|
|
saving 1 second during login.
|
|
- Added nautilus-icon-registration.diff. This makes Nautilus do less
|
|
work when registering its stock icons, saving about 1.5 seconds
|
|
during login.
|
|
* Tue Mar 14 2006 ro@suse.de
|
|
- use beagle on ppc64 as well
|
|
* Thu Mar 02 2006 sbrabec@suse.cz
|
|
- Translations from upstream moved to gnome-patch-translation.
|
|
* Thu Feb 23 2006 federico@novell.com
|
|
- Added nautilus-130796-bad-icon-placement.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes
|
|
desktop icons with very wide labels be placed correctly, instead of
|
|
being placed flush left with the edge of the screen.
|
|
- Removed nautilus-115467-dont-overlap-volume-icons.diff as it is
|
|
integrated into the new patch.
|
|
* Wed Feb 22 2006 joeshaw@suse.de
|
|
- Update nautilus search patch to not display UI when beagled
|
|
isn't running.
|
|
* Sun Feb 19 2006 aj@suse.de
|
|
- Reduce BuildRequires.
|
|
* Fri Feb 17 2006 gekker@suse.de
|
|
- ficup .desktop files for UI team
|
|
* Mon Feb 13 2006 federico@novell.com
|
|
- Added nautilus-130796-bad-icon-placement.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes
|
|
desktop icons with very wide labels be placed correctly, instead of
|
|
being placed flush left with the edge of the screen.
|
|
* Thu Feb 09 2006 federico@novell.com
|
|
- Updated nautilus-6014-network-servers-desktop-icon.diff. Now we
|
|
hide the "Network Servers" icon in the desktop by default, but we
|
|
have new such items in the Places sidebar and the Go menu. This
|
|
fixes https://bugzilla.novell.com/show_bug.cgi?id=149685
|
|
* Wed Feb 01 2006 sbrabec@suse.cz
|
|
- Use translation compendium gnome-patch-translation.
|
|
* Tue Jan 31 2006 federico@novell.com
|
|
- Added nautilus-146947-rename-bad-parameters-message.diff to fix bug
|
|
[#146947]. If you try to use illegal characters when renaming a file
|
|
in an SMB share, Nautilus will now give you a better error message
|
|
instead of a generic "couldn't rename" one.
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Mon Jan 23 2006 joeshaw@suse.de
|
|
- Update search patch to only search the files backend
|
|
* Tue Jan 17 2006 gekker@suse.de
|
|
- Remove Requires: on control-center2 and gnome-themes (#142237)
|
|
* Tue Dec 06 2005 sbrabec@suse.cz
|
|
- Do not require beagle on ppc64.
|
|
- Enabled parallel build.
|
|
* Mon Dec 05 2005 federico@novell.com
|
|
- Removed nautilus-136167-no-default-window.diff. This is not the right fix, as external
|
|
apps rely on being to call just "nautilus" without command-line arguments, so that
|
|
Nautilus will open a window showing your Home directory. Moreover, there's no way for
|
|
Nautilus to tell if it was (re)started by the session manager upon login, or as a result
|
|
of exiting abnormally.
|
|
* Thu Dec 01 2005 federico@novell.com
|
|
- Updated nautilus-6014-network-servers-desktop-icon.diff. When doing "Clean up
|
|
by Name", the Network Servers icon will now be put after your Home icon.
|
|
* Wed Nov 30 2005 federico@novell.com
|
|
- Added nautilus-6014-network-servers-desktop-icon.diff to fix bug #6014. This
|
|
Creates a "Network Servers" icon in the desktop.
|
|
- Added nautilus-136167-no-default-window.diff to fix bug #136167.
|
|
When restarted abnormally, Nautilus will no longer open a window for
|
|
your home directory.
|
|
* Wed Nov 30 2005 gekker@suse.de
|
|
- Update to version 2.12.2
|
|
* Mon Nov 28 2005 gekker@suse.de
|
|
- Enable nauilus sidebar by default (#132383).
|
|
* Wed Nov 16 2005 federico@novell.com
|
|
- Added nautilus-default-thumbnail-size.diff. This makes the default size for
|
|
thumbnails be 64 pixels, which looks better with the default theme than the
|
|
old value of 96 pixels.
|
|
* Mon Nov 14 2005 joeshaw@suse.de
|
|
- Update nautilus-search patch to 20051101.
|
|
- Add patch to hide the zoom and "view as" controls from the
|
|
location bar.
|
|
* Mon Nov 07 2005 federico@novell.com
|
|
- Added nautilus-115467-dont-overlap-volume-icons.diff to fix part of
|
|
bug #115467. With this, Nautilus will not overlap the icons when
|
|
you insert a CD or USB stick.
|
|
* Tue Nov 01 2005 federico@novell.com
|
|
- Updated nautilus-submount.patch to fix bug #127509. With this, the
|
|
"Unmount volume" command will appear again for network volumes.
|
|
* Thu Oct 13 2005 gekker@suse.de
|
|
- Update to version 2.12.1
|
|
- Remove upstreamed patch
|
|
- Re-diff some patches so that they apply to new version
|
|
* Fri Oct 07 2005 jpr@suse.de
|
|
- Update beagle search patch
|
|
* Thu Oct 06 2005 federico@novell.com
|
|
- Added nautilus-desktop-file-fallback-icons.diff so that .desktop
|
|
files which don't have an Icon property will fall back to some
|
|
reasonable icons depending on the type of the .desktop file.
|
|
* Thu Oct 06 2005 gekker@suse.de
|
|
- Add DocPath to .desktop file
|
|
* Thu Oct 06 2005 sbrabec@suse.de
|
|
- Require gnome-themes.
|
|
* Tue Oct 04 2005 federico@novell.com
|
|
- Added nautilus-consistent-home-folder-name.diff to make the name of
|
|
$HOME consistent between the path bar and side bar in Nautilus and
|
|
GtkFileChooser.
|
|
* Thu Sep 22 2005 clahey@suse.de
|
|
- Turn off computer icon by default.
|
|
* Thu Sep 15 2005 clahey@suse.de
|
|
- Added nautilus-icon.patch to change main icon. bug #117333
|
|
* Thu Sep 08 2005 federico@novell.com
|
|
- Added nautilus-114914-trash-unmount-removable-volume.diff to fix bug
|
|
[#114914]. With this, trash windows will display the correct contents
|
|
if there are mounted removable volumes.
|
|
* Thu Sep 08 2005 adrian@suse.de
|
|
- do not show up in konqueror menus (#115880)
|
|
- Computer menu entry broken other desktops
|
|
* Mon Sep 05 2005 gekker@suse.de
|
|
- Add submount patch (90584)
|
|
- Fix spec to apply both desktop search patches
|
|
* Mon Sep 05 2005 mmj@suse.de
|
|
- Update to version 2.12.0 (GNOME 2.12)
|
|
* Sun Aug 28 2005 jpr@suse.de
|
|
- Default to browser mode (113690)
|
|
- Add nautilus-search.desktop so gnome-panel has something to launch
|
|
for file searches (113691)
|
|
* Tue Aug 23 2005 rodrigo@suse.de
|
|
- Update to version 2.11.92
|
|
* Tue Aug 16 2005 sbrabec@suse.cz
|
|
- Updated nautilus-search patch from Joe Shaw.
|
|
* Thu Aug 11 2005 gekker@suse.de
|
|
- Update to version 2.11.91
|
|
* Tue Aug 02 2005 gekker@suse.de
|
|
- Update to version 2.11.90
|
|
* Wed Jul 13 2005 sbrabec@suse.cz
|
|
- Updated to version 2.11.2.
|
|
- Added x-nautilus-search beagle integration patch.
|
|
- Removed static modules and .la files for libnautilus-private.
|
|
* Mon Jun 20 2005 sbrabec@suse.cz
|
|
- Updated to version 2.11.2.
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
|
- Fixed devel requirements.
|
|
* Fri May 27 2005 sbrabec@suse.cz
|
|
- Removed obsolete PKG_CONFIG_PATH line.
|
|
* Wed May 18 2005 sbrabec@suse.cz
|
|
- Updated to version 2.10.1.
|
|
* Tue Mar 22 2005 clahey@suse.de
|
|
- Fixes the bug where Places->Connect to server doesn't work
|
|
properly with SSH.
|
|
* Mon Mar 21 2005 hhetter@suse.de
|
|
- create .hidden if it does not exist on startup to hide some
|
|
kde services (#58875)
|
|
* Mon Mar 14 2005 clahey@suse.de
|
|
- Remove nautilus-background-memory.patch. Fixes 72063.
|
|
* Wed Mar 09 2005 gekker@suse.de
|
|
- Update to version 2.10.0 (GNOME 2.10).
|
|
* Mon Mar 07 2005 gekker@suse.de
|
|
- Add nautilus-background-memory.patch
|
|
* Thu Mar 03 2005 gekker@suse.de
|
|
- Update to version 2.9.92
|
|
* Fri Feb 11 2005 gekker@suse.de
|
|
- Update to 2.9.91
|
|
- Remove upstreamed libexif patch
|
|
* Mon Feb 07 2005 gekker@suse.de
|
|
- Update to version 2.9.90
|
|
* Mon Feb 07 2005 ro@suse.de
|
|
- added gnome-menus to neededforbuild
|
|
* Tue Feb 01 2005 ro@suse.de
|
|
- fix last change
|
|
* Mon Jan 31 2005 ro@suse.de
|
|
- create directory in build-root before packaging
|
|
* Fri Jan 28 2005 sbrabec@suse.cz
|
|
- Packaged empty directory for extensions.
|
|
* Wed Jan 19 2005 clahey@suse.de
|
|
- Updated to version 2.9.2.
|
|
* Sun Jan 16 2005 schwab@suse.de
|
|
- Fix requires.
|
|
* Thu Dec 16 2004 hvogel@suse.de
|
|
- fix filelist
|
|
* Thu Dec 16 2004 hvogel@suse.de
|
|
- require gnome-icon-theme for the desktop file icons
|
|
* Wed Dec 15 2004 hvogel@suse.de
|
|
- fix desktop file
|
|
* Tue Nov 23 2004 hhetter@suse.de
|
|
- require gnome2-user-docs (#48272)
|
|
* Fri Nov 19 2004 ro@suse.de
|
|
- removed extra aclocal include directive
|
|
* Mon Nov 01 2004 mmj@suse.de
|
|
- Locale rename no to nb
|
|
* Tue Oct 19 2004 sbrabec@suse.cz
|
|
- Fixed support for libexif > 0.5.12.
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=143743
|
|
* Tue Oct 12 2004 sbrabec@suse.cz
|
|
- Fixed libexecdir for bi-arch (#47050).
|
|
* Tue Oct 05 2004 hhetter@suse.de
|
|
- register more nautilus desktop files (#46811)
|
|
* Mon Oct 04 2004 clahey@suse.de
|
|
- Updated string in browser-pref patch.
|
|
* Wed Sep 29 2004 sbrabec@suse.cz
|
|
- Implemented Open button for mime check warning (#46070),
|
|
* Wed Sep 29 2004 hhetter@suse.de
|
|
- fix Computer to drives location
|
|
* Tue Sep 21 2004 hhetter@suse.de
|
|
- show "drives:" location instead of "computer:" and recognize
|
|
/var/lib/Desktop
|
|
* Tue Sep 07 2004 clahey@suse.de
|
|
- Added OnlyShowIn=GNOME;.
|
|
* Tue Aug 24 2004 dave@suse.de
|
|
- Added nautilus-location-crash.patch, ximian bug #63445
|
|
* Thu Aug 19 2004 dave@suse.de
|
|
- Added nautilus-submount.patch, fixes ximian bug #63101
|
|
* Tue Aug 17 2004 dave@suse.de
|
|
- Added nautilus-startup-notify.patch, fixes ximian bug #62605
|
|
* Thu Aug 12 2004 dave@suse.de
|
|
- Added patches:
|
|
nautilus-hide-desktop-files.patch - Update of
|
|
nautilus-hide-separators.patch, fixes ximian bug #62339
|
|
nautilus-trim-desktop-menu.patch - fixes ximian bug #59110
|
|
* Thu Jul 29 2004 dave@suse.de
|
|
- Added patches:
|
|
nautilus-desktop-keybindings.patch
|
|
nautilus-hide-separators.patch
|
|
nautilus-name-length.patch
|
|
nautilus-netscape-url-dnd-format.patch
|
|
* Tue Jun 22 2004 dave@suse.de
|
|
- Added nautilus-view-dispose.patch
|
|
* Thu Jun 17 2004 dave@suse.de
|
|
- Updated to nautilus-2.6.3
|
|
* Fri Jun 04 2004 clahey@suse.de
|
|
- Updated to nautilus-2.6.2.
|
|
* Tue May 11 2004 clahey@suse.de
|
|
- Added mailto patch.
|
|
* Tue May 04 2004 sbrabec@suse.cz
|
|
- Updated to version 2.6.1 (GNOME 2.6).
|
|
* Fri Apr 02 2004 hhetter@suse.de
|
|
- add drives:// to the uri schemes (Bug Id#37848)
|
|
* Thu Apr 01 2004 hhetter@suse.de
|
|
- nautilus-uri-schemes.dif: add yast-settings:// and suse-menu://
|
|
to the list of uris which desktop files are interpreted
|
|
(Bug Id#37848)
|
|
* Mon Mar 22 2004 sbrabec@suse.cz
|
|
- Provide and obsolete nautilus2-devel.
|
|
* Mon Mar 15 2004 hhetter@suse.de
|
|
- install MyComputer Icon on first user startup
|
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
|
- Fixed gconf schemas installation (#33114).
|
|
* Wed Mar 03 2004 hhetter@suse.de
|
|
- remove control-center2 from #neededforbuild
|
|
* Wed Feb 25 2004 hhetter@suse.de
|
|
- apply nautilus-config-defaults.patch: start with sidebar
|
|
disabled, disable sound preview
|
|
- remove deprecated filesharing patch
|
|
* Fri Feb 20 2004 sbrabec@suse.cz
|
|
- Package renamed to nautilus.
|
|
* Thu Feb 12 2004 hhetter@suse.de
|
|
- gconf schema (de-)installation in %%post and %%postun
|
|
* Mon Feb 09 2004 hhetter@suse.de
|
|
- updated to version 2.4.2 [GNOME2.4.2]
|
|
- cs-typo patch has gone upstream, removed
|
|
* Sat Jan 10 2004 adrian@suse.de
|
|
- let -devel package require libgnomeui-devel
|
|
* Mon Oct 27 2003 sbrabec@suse.cz
|
|
- Updated to version 2.4.1.
|
|
* Fri Oct 24 2003 sbrabec@suse.cz
|
|
- Fill start-here:// with more usable items.
|
|
* Tue Oct 21 2003 sbrabec@suse.cz
|
|
- Typo fix (cs.po).
|
|
* Tue Oct 07 2003 sbrabec@suse.cz
|
|
- Updated to version 2.4.0 (GNOME 2.4).
|
|
* Mon Sep 22 2003 sbrabec@suse.cz
|
|
- Obsolete medusa1.
|
|
* Wed Sep 17 2003 kukuk@suse.de
|
|
- Replace nautilus
|
|
* Sun Sep 07 2003 adrian@suse.de
|
|
- add Categories
|
|
* Mon Aug 25 2003 hhetter@suse.de
|
|
- add filesharing patches
|
|
- add filesharing setup tool
|
|
* Tue Aug 19 2003 sbrabec@suse.cz
|
|
- Updated neededforbuild (rename of librsvg2, eel2).
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
|
- Fixed aclocal command.
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
|
- GNOME prefix change to /opt/gnome.
|
|
* Wed Jun 25 2003 sbrabec@suse.cz
|
|
- Updated to version 2.2.4.
|
|
- Updated neededforbuild.
|
|
- Turned on cdparanoia interface.
|
|
- Fixed unpackaged files.
|
|
- Packaged more docs.
|
|
- Require control-center2.
|
|
- Use %%find_lang.
|
|
* Wed Mar 19 2003 hhetter@suse.de
|
|
- updated to version 2.2.2
|
|
* Tue Feb 25 2003 hhetter@suse.de
|
|
- launch nautilus with --no-desktop in desktop files
|
|
to prevent it from overtaking the desktop in other environments
|
|
as GNOME (#24105)
|
|
* Thu Feb 20 2003 hhetter@suse.de
|
|
- remove the starthere - link hack which was only for
|
|
2.0.x versions of nautilus
|
|
* Thu Feb 13 2003 sbrabec@suse.cz
|
|
- Updated to version 2.2.1.
|
|
* Mon Feb 03 2003 ro@suse.de
|
|
- added startup-notification to neededforbuild
|
|
* Wed Jan 29 2003 hhetter@suse.de
|
|
- updated to version 2.2.0.2
|
|
* Mon Jan 20 2003 ro@suse.de
|
|
- update to 2.1.91
|
|
* Mon Dec 16 2002 sbrabec@suse.cz
|
|
- FHS fix.
|
|
- Updated %%files.
|
|
- Quick fix of starthere icon look.
|
|
* Thu Dec 12 2002 sbrabec@suse.cz
|
|
- Added /media path patch (fixes desktop icon look for removable
|
|
devices).
|
|
* Fri Nov 29 2002 hhetter@suse.de
|
|
- updated to version 2.0.8 [GNOME 2.0.3]
|
|
* Thu Oct 24 2002 hhetter@suse.de
|
|
- applied new ja-patch from mfabian (partly upstream)
|
|
- updated to version 2.0.7
|
|
* Mon Oct 21 2002 mfabian@suse.de
|
|
- fix corrupted character in ja.po
|
|
* Tue Sep 24 2002 sbrabec@suse.cz
|
|
- Added alsa-devel to neededforbuild, because esound-devel can require it.
|
|
* Thu Sep 19 2002 sbrabec@suse.cz
|
|
- Added alsa to neededforbuild, because esound can depend on it.
|
|
* Tue Sep 17 2002 hhetter@suse.de
|
|
- added better hu po-file from tvamosi
|
|
* Tue Sep 17 2002 hhetter@suse.de
|
|
- fix hungarian translation
|
|
* Tue Aug 20 2002 hhetter@suse.de
|
|
- added PreReq: filesystem
|
|
* Tue Aug 06 2002 hhetter@suse.de
|
|
- updated to version 2.0.3
|
|
* Drag and drop has been implemented in the list view.
|
|
* Performance enhancements in the icon factory.
|
|
* Various bugfixes.
|
|
* Sat Jul 27 2002 adrian@suse.de
|
|
- fix neededforbuild
|
|
- use %%run_ldconfig
|
|
* Fri Jul 26 2002 hhetter@suse.de
|
|
- updated to version 2.0.2
|
|
* List view does not hang anymore
|
|
* reflect changes in eel 2.0.2 (background api)
|
|
* fix crash when invoking nautilus -q"
|
|
* Thu Jul 25 2002 hhetter@suse.de
|
|
- fix filelist
|
|
* Tue Jul 23 2002 hhetter@suse.de
|
|
- updated to version 2.0.1
|
|
* Various UI cleanups from the ui review
|
|
* Various bugfixes
|
|
* The Gnome Nautilus theme now follows the gtk+ theme
|
|
better
|
|
* Window geometry is stored even in
|
|
open-directories-in-same-window
|
|
* All executable bonobo components moved into libexec.
|
|
* Some performance improvements
|
|
* Accessibility fixes
|
|
* Add support for kernel supermount patch
|
|
* Read desktop file icons according to the icon theme
|
|
specification
|
|
* New throbber for the gnome theme
|
|
* large version of trash icon
|
|
* Better handling of disk ejecting
|
|
* Proper handling of launching desktop files according
|
|
to the spec
|
|
* Thu Jun 20 2002 hhetter@suse.de
|
|
- don't install schemas while make install
|
|
* Fri Jun 14 2002 hhetter@suse.de
|
|
- filelist lookover
|
|
- supply schema file
|
|
* Tue Jun 11 2002 hhetter@suse.de
|
|
- updated to version 2.0.0
|
|
* Fri Jun 07 2002 hhetter@suse.de
|
|
- gnome-common in #neededforbuild
|
|
* Fri Jun 07 2002 hhetter@suse.de
|
|
- really build nautilus treeview and notes
|
|
* Wed Jun 05 2002 ro@suse.de
|
|
- fix libdir usage
|
|
* Wed Jun 05 2002 hhetter@suse.de
|
|
- added missing pkgtool files
|
|
* Wed Jun 05 2002 hhetter@suse.de
|
|
- updated to version 1.1.19, source frozen
|
|
- seperation from mozilla and gtkhtml modules
|
|
* Wed May 22 2002 meissner@suse.de
|
|
- changed neededforbuild so we can run autoconf/aclocal, also added
|
|
libjpeg.
|
|
- %%_lib fixes.
|
|
* Tue May 07 2002 ro@suse.de
|
|
- up to 1.1.15
|
|
- added gail to neededforbuild (for eel2)
|
|
* Thu Jan 31 2002 ro@suse.de
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
|
* Thu Jan 24 2002 hhetter@suse.de
|
|
- initial SuSE package for GNOME 2.0 platform
|