This commit is contained in:
parent
434763217d
commit
b89ccd6ce5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d6c357265db4e5f72a072bd05c6228715fdedf289d8fc3d03d906a4e9e190f
|
||||
size 5223505
|
3
nautilus-2.24.0.tar.bz2
Normal file
3
nautilus-2.24.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:918fa61a4064306660c63a399124fa74af16c7407a5c64af5193a08c9a714fb0
|
||||
size 5263812
|
@ -1,27 +0,0 @@
|
||||
This adds network:/// in the Places sidebar. Backport from 2.23.1.
|
||||
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=368446
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=350974
|
||||
|
||||
|
||||
Index: src/nautilus-places-sidebar.c
|
||||
===================================================================
|
||||
--- src/nautilus-places-sidebar.c (révision 13930)
|
||||
+++ src/nautilus-places-sidebar.c (copie de travail)
|
||||
@@ -295,6 +295,16 @@ update_places (NautilusPlacesSidebar *si
|
||||
gtk_tree_selection_select_iter (selection, &last_iter);
|
||||
}
|
||||
|
||||
+ mount_uri = "network:///"; /* No need to strdup */
|
||||
+ icon = g_themed_icon_new (NAUTILUS_ICON_NETWORK);
|
||||
+ last_iter = add_place (sidebar, PLACES_BUILT_IN,
|
||||
+ _("Network"), icon,
|
||||
+ mount_uri, NULL, NULL, NULL, 0);
|
||||
+ g_object_unref (icon);
|
||||
+ if (strcmp (location, mount_uri) == 0) {
|
||||
+ gtk_tree_selection_select_iter (selection, &last_iter);
|
||||
+ }
|
||||
+
|
||||
volume_monitor = sidebar->volume_monitor;
|
||||
|
||||
/* first go through all connected drives */
|
1796
nautilus-sysadmin-desktop-items.diff
Normal file
1796
nautilus-sysadmin-desktop-items.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 16:51:00 CDT 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 12:19:46 CDT 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 11:11:11 CDT 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 11:53:16 CDT 2008 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nautilus (Version 2.23.92)
|
||||
# spec file for package nautilus (Version 2.24.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -40,7 +40,7 @@ BuildRequires: perl-XML-Parser
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.23.92
|
||||
Version: 2.24.0
|
||||
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
|
||||
@ -71,8 +71,8 @@ Patch18: nautilus-330298-297983-fix-overlapping-desktop-icons.diff
|
||||
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-UPSTREAM nautilus-bnc368446-network-in-places.patch bnc368446 bgo350974 vuntz@novell.com -- Add network:// in the places sidebar
|
||||
Patch21: nautilus-bnc368446-network-in-places.patch
|
||||
# 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:
|
||||
@ -121,7 +121,7 @@ gnome-patch-translation-prepare
|
||||
### %patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21
|
||||
%patch21 -p1
|
||||
gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
@ -211,6 +211,29 @@ fi
|
||||
%{_datadir}/gtk-doc/html/libnautilus-extension
|
||||
|
||||
%changelog
|
||||
* 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user