Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
nautilus-open-terminal
nautilus-open-terminal.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nautilus-open-terminal.changes of Package nautilus-open-terminal
------------------------------------------------------------------- Fri Oct 5 17:30:20 UTC 2012 - meissner@suse.com - fixed the sr@latin1 funnyness to make it build on ppc ------------------------------------------------------------------- Thu Mar 17 09:55:22 UTC 2011 - fcrozat@novell.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:42:15 UTC 2011 - aj@suse.de - Change lang package Requires to Recommends since it is not mandatory at runtime. ------------------------------------------------------------------- Wed Sep 8 01:38:18 CEST 2010 - vuntz@opensuse.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 16:11:20 CET 2010 - vuntz@opensuse.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 20:17:51 CEST 2009 - vuntz@novell.com - Update to version 0.17: + Fixes - Remote SSH terminal: Work correctly with non-standard SSH ports. ------------------------------------------------------------------- Tue Aug 4 19:34:46 CEST 2009 - vuntz@novell.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 16:13:57 CEST 2009 - vuntz@novell.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 17:28:35 CEST 2009 - vuntz@novell.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. ------------------------------------------------------------------- Mon May 18 00:29:52 CEST 2009 - vuntz@novell.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. ------------------------------------------------------------------- Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). ------------------------------------------------------------------- Sat Jan 31 20:55:06 CET 2009 - vuntz@novell.com - Use sr@latin instead of sr@Latn. ------------------------------------------------------------------- Sun Jan 25 11:11:10 CET 2009 - vuntz@novell.com - Add nautilus-open-terminal-gnome-vfs-dep.patch to check for gnome-vfs. Fix the build. ------------------------------------------------------------------- Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de - Translations update. ------------------------------------------------------------------- Sat Dec 6 09:38:00 CET 2008 - mauro@suse.de - Translation update. ------------------------------------------------------------------- Thu Feb 28 20:30:16 CET 2008 - jpr@suse.de -Update to 0.9 * Use GIO instead of GnomeVFS. * Add GConf key for deciding whether right-clicking the desktop opens home directory or desktop directory. Use g_get_user_special_dir() to determine the desktop directory, and falls back to ~/Desktop (#468955). * Use remote $SHELL instead of /bin/sh for SFTP terminals. * Use Nautilus extension directory from libnautilus-extension.pc * Fix bug where an empty terminal "exec" GConf key wasn't handled properly (launchpad #133837). * Reference file info when creating terminal icon (GNOME #519111). * Depend on Nautilus 2.17.2 * Use activation URI of selected files for determining URI. This allows to use the extension for your Desktop bookmarks. * Also deal with "ssh" URIs and treat them like "sftp" URIs. * Use open() and cwd() to switch directries. Should fix troubles with blocked media ejection. * Translations -Remove nautilus-open-terminal-decl.patch, the code was fixed to remove the warning -Remove nautilus-open-terminal-fix-freeze.patch, it was upstreamed ------------------------------------------------------------------- Thu Oct 18 17:43:27 CEST 2007 - maw@suse.de - Add nautilus-open-terminal-fix-freeze.patch (#334400). ------------------------------------------------------------------- Thu Oct 11 16:39:38 CEST 2007 - sbrabec@suse.cz - Removed bogus dependency on mDNSResponder. ------------------------------------------------------------------- Tue Aug 7 23:45:31 CEST 2007 - maw@suse.de - Use %fdupes - Split off a -lang subpackage. ------------------------------------------------------------------- Mon Dec 18 18:49:05 CET 2006 - sbrabec@suse.cz - Prefix changed to /usr. - Spec file cleanup. ------------------------------------------------------------------- Tue Sep 26 18:41:48 CEST 2006 - jhargadon@suse.de - update to version 0.7 - Remove unused declaration - setenv DISPLAY before spawning child processes, unset it afterwards - New and updated translations ------------------------------------------------------------------- Fri May 19 02:41:44 CEST 2006 - dave@suse.de - Added support for the disable_command_line lockdown key. ------------------------------------------------------------------- Wed Jan 25 21:32:33 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Wed Jan 18 18:58:58 CET 2006 - sbrabec@suse.cz - Updated to version 0.6. ------------------------------------------------------------------- Thu Aug 11 13:55:36 CEST 2005 - sbrabec@suse.cz - New SuSE package (#103995, #99703).
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor