Changelog for
nautilus-open-terminal-0.20-3.1.x86_64.rpm :
Thu Feb 28 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.20:
+ Port from libgnome-desktop\'s terminal launching functionality
to GIO.
+ Updated translations.
- Drop pkgconfig(gnome-desktop-3.0) BuildRequires: no longer needed
due to the port to GIO.
Wed Aug 15 14:00:00 2012 dimstarAATTopensuse.org
- Don\'t move srAATTLatn to srAATTlatin.
Thu Mar 17 13:00:00 2011 fcrozatAATTnovell.com
- Update to version 0.19:
+ Depend on gnome-desktop-3.0, for use with newer nautilus
+ Use new GDK 3.0 API to launch the terminal
+ Make sure to pull in the right DISABLE_DEPRECATED cflags
- Replace pkgconfig(gnome-desktop-2.0) BuildRequires
with pkgconfig(gnome-desktop-2.0).
Sun Feb 27 13:00:00 2011 ajAATTsuse.de
- Change lang package Requires to Recommends since it is not
mandatory at runtime.
Tue Sep 7 14:00:00 2010 vuntzAATTopensuse.org
- Change old-style BuildRequires to pkgconfig() style
BuildRequires:
+ old-style: gconf2-devel, gnome-desktop-devel, nautilus-devel.
+ new-style: gconf-2.0, glib-2.0, gnome-desktop-2.0,
libnautilus-extension.
- This will make it easier to switch to GNOME 3 libraries.
Sat Jan 2 13:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.18:
+ Remote SSH terminal: Open login shell with - instead of -l
parameter. (bgo#602141)
+ Local terminal: Open interactive shell, i.e. drop -l parameter.
- Remove update-desktop-files BuildRequires.
Sun Aug 9 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.17:
+ Fixes
- Remote SSH terminal: Work correctly with non-standard SSH
ports.
Tue Aug 4 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.16:
+ Fixes
- Do not always show Midnight Commander item for directories
with local back-mapping, which was the case due to a wrong
logical expression.
- Changes from version 0.15:
+ Fixes
- Properly append terminal items for desktop and remote non-SSH
locations which can be mapped back to ~/.gvfs.
- Offer Midnight Commander item for the desktop, if it is
identical to the home directory or n-o-t is configured to
open the home directory.
Mon Aug 3 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.14:
+ Fixes
- Use exec() to replace the helper sh shell with the actual
$SHELL. This should fix the close warning message people
encounter. Requires mainstream testing, since it might cause
issues with some shells.
- Only add \"Open in Local Terminal\" item for remote locations
if ~/.gvfs back-mapping is actually available.
- Properly escape remote SSH paths with g_shell_quote() instead
of just nesting \"\" and \'\' quotes. Fixes bgo#583120.
+ Build
- Various Include fixes.
- Actually get rid of eel dependency.
- Drop nautilus-open-terminal-eel.patch: fixed upstream.
- Drop nautilus-open-terminal-gcc.patch: fixed upstream.
Tue May 26 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.13:
+ Features
- Only offer to open a local terminal for remote locations if
path back-mapping to ~/.gvfs is possible, i.e. if GVFS was
compiled with FUSE support.
+ Fixes / Build
- Fix double-free when opening terminal on the desktop.
- Use custom SFTP URI parser, and get rid of GnomeVFS
dependency, lp#333462.
- Remove gnome-vfs2-devel BuildRequires.
Sun May 17 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.12:
+ Remote SSH terminal: Work correctly with non-standard SSH ports
manually defined in ~/.ssh/config.
- Changes from version 0.11:
+ Do not depend on eel anymore, because it is linked statically
into Nautilus. Instead, import the required eel terminal launch
helpers.
+ Explicitly depend on gconf.
- Changes from version 0.10:
+ Features
- Respect terminal lockdown
+ Fixes
- Do not run terminal commands ourselves, but use
eel_gnome_open_terminal_on_screen().
- Never cwd() to the destination directory, but call cd inside
the terminal. Fixes issues where media was prevented from
unmounting.
- Do not weak-ref GConf client. Fixes crashes and assertion
failures on Nautilus shutdown.
- Change \"Open in Terminal\" accelerator to \"e\", for not
conflicting with \"New Tab\" (lp#304647)
- Lower-case \"in\" of \"Open in Terminal\"
- Compiler fixes in get_terminal_file_info()
+ Build
- Depend on eel, gio, gnome-vfs and recent glib
- Use po/LINGUAS for internationalisation
+ Updated translations
- Remove non-upstream translations.
- Drop nautilus-open-terminal-lockdown.patch: fixed upstream.
- Drop nautilus-open-terminal-gcc-43.patch: fixed upstream.
- Drop nautilus-open-terminal-gnome-vfs-dep.patch: fixed upstream.
- Add nautilus-open-terminal-eel.patch to fix the code to actually
build.
- Remove AutoReqProv: it\'s default now.
- Do not call autoreconf anymore.