Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

Terminal-0.4.6-6.9.1 RPM for x86_64

From OpenSuSE 11.4 for x86_64

Name: Terminal Distribution: openSUSE 11.4
Version: 0.4.6 Vendor: openSUSE
Release: 6.9.1 Build date: Sat Feb 19 12:39:14 2011
Group: System/X11/Terminals Build host: build10
Size: 374541 Source RPM: Terminal-0.4.6-6.9.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://goodies.xfce.org/projects/applications/terminal
Summary: Terminal emulator for the Xfce desktop environment
Terminal is a lightweight and easy to use terminal emulator for the Xfce
desktop environment. Its major features include a simple configuration
interface, the ability to use multiple tabs with terminals within a single
window, the possibility to have a pseudo-transparent terminal background, and a
compact mode where both the menubar and the window decorations are hidden which
helps to save space on the desktop.

Provides

Requires

License

GPLv2+

Changelog

* Thu Feb 17 2011 gber@opensuse.org
  - call %desktop_database_post/un
  - call %icon_theme_cache_post/un
* Wed Feb 09 2011 gber@opensuse.org
  - added Terminal-0.4.6-prevent-null-pointer-dereference.patch which
    prevents NULL pointer dereferences e.g. when changing themes
    (bxo#7253)
* Thu Feb 03 2011 gber@opensuse.org
  - added Terminal-0.4.6-fix-race.patch in order to avoid racing on
    the size-changed signal (bxo#6921)
* Thu Feb 03 2011 gber@opensuse.org
  - update to version 0.4.6
    - recognize sftp in urls
    - work around deprecated API in vte 0.26
    - bugfixes
    - translation updates
* Mon Jan 17 2011 gber@opensuse.org
  - moved manpages into main package
* Sat Jan 15 2011 gber@opensuse.org
  - do not require but recommend -lang subpackage
* Sat Dec 25 2010 gber@opensuse.org
  - add versioned recommends on -doc subpackage
  - make -doc subpackage require the base package
* Sat Dec 25 2010 gber@opensuse.org
  - split off -lang package
  - split off -doc package
  - added Terminal-0.4.5-honor-htmldir.patch in order to install HTML
    documentation in a separate directory
  - enable DBus support
  - show compiler output
  - improved summary/description
  - corrected group
  - preseve access/modification times of manually installed files
  - remove unsupported locales
  - use fdupes
  - symlink terminal -> Terminal manpages
* Wed Dec 15 2010 prusnak@opensuse.org
  - fix filelist
* Tue Sep 07 2010 andrea@opensuse.org
  - New upstream version 0.4.5
    - Improve support for --program-transform-name.
    - Don't set the locale twice on a normal startup.
    - Only install the symlink if the Terminal command exists.
    - Don't set translation domain when libxfce4util is new enough.
    - Use utilities-terminal for the icon name.
    - Add question dialog to view online manual.
    - Abort when compiling with --enable-gen-doc with missing deps.
    - Disconnect bindings before closing the dialog.
    - Improve handling shells (bug #6368).
    - Translation updates (hu, fr, de, da, pt, ca, ru, it, fi, si, kk,
      cs, uk, zh_CN, es, lv, ja, gl, hr, sk, ug).
* Mon Mar 22 2010 puzel@novell.com
  - install documentation to proper location
    - fix bnc#579327
* Tue Feb 02 2010 prusnak@suse.cz
  - updated to 0.4.4
    - Move detailed description of the command line options printed by
    - -help to a man-page. The help option now only prints a summery
      of the available options.
    - Add two missing toolbar tooltips.
    - Add Terminal to the GTK category for the menu spec. Remove
      deprecated UTF-8 key from the desktop file.
    - Some small code cleanups.
    - Allow : in web links.
    - Translation updates (ru, pt, da, es, ca, eu, zh_CN, gl, ja, nl,
      cs, id, pt_BR, fi, fr, en_GB, el, sk, it).
* Wed Jan 13 2010 prusnak@suse.cz
  - updated to 0.4.3
    - Make right/middle-click on tabs work when on all tab orientations
      and when they are not packed as the first widget.
    - Token substitution in the initial title (%#, %d, %D and %w are
      currently supported. See documentation for more information.
    - Install symlink in install-exec-hook hook (bug #5835).
    - Don't accept accelerators that are not accepted by Gtk (bug #3524).
    - Catch keybindings from previous and next tab when cycling is
      disabled (bug #3715).
    - Build HTML documentation during make when compiling with
    - -enable-gen-doc and ship the HTML pages in the tarball.
      See doc/README for more information.
    - Integrate in Gnome's default applications (bug #6020).
    - Handle window-resize requests (bug #6007).
    - Improve handling of invalid colors in the rc file.
    - Split option parsing in 2 stages to speed things up a bit and some
      related improvement in the D-Bus code.
    - Don't show a warning when no config is found.
    - Only build ChangeLog in dist.
    - Translation updates
* Wed Nov 11 2009 prusnak@suse.cz
  - updated to 0.4.2
    - Fix broken background image when compositing is disabled (bug #5645).
    - Use new xdt-autogen macros.
    - Translation updates (ast, gl, cs, ja, da).
* Wed Nov 11 2009 prusnak@suse.cz
  - updated to 0.4.1
    - Install documentation in @docdir@ (bug #5593).
    - Don't die on dbus exit.
    - Use the initial title in tabs if the dynamic title is set to hidden.
    - Silence the build.
    - Disable mnemonics in GtkSettings (bug #5714).
    - Translation updates (id, nl, ca, es, hu, ast, en_GB, el, gl, nb, pt, da, it).
* Wed Aug 12 2009 prusnak@suse.cz
  - updated to 0.4.0
    - Don't show the set title dialog when double-clicking on the scrollbar.
    - Don't build the menubar when not enabled on startup.
    - Various small code cleanups.
    - Translation updates (cs, eu, ja, kk).
* Tue Jul 14 2009 prusnak@suse.cz
  - updated to 0.2.90
    - Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14.
    - Use environ variables provided by GLib for better compatibility.
    - Use new VTE api.
    - Don't set contents change on window resize (bug #5443).
    - Fix segfault in special tab configuration (bug #3809).
    - Monitor config files using GIO to avoid polling for file
      changes (bug #3567).
    - Check for case problems when creating the symlink (bug #4431).
    - Add hidden option to disable middle-click tab close (bug #4403).
    - Property handle the button accelerators in the compose
      dialog (bug #5288).
    - Convert the preferences dialog into GtkBuilder (bug #2399,
      bug #2875, and bug #5496).
    - Use stock icons and remove unused icons (bug #5495).
    - Allow editing of shortcuts from the menu (bug #4246).
    - Make the tab close button smaller.
    - Fix compilation problems on Solaris (bug #4581).
    - Update fullscreen action if changed by the wm (bug #5155).
    - Add commandline option to set the window icon (bug #5480).
    - Refactor the usage help so it's easier to understand. Also add
      the --maximize option.
    - Allow '-character in links (bug #4465).
    - Add hidden option for the cursor shape (bug #4602).
    - Convert preferences dialog in Gtkbuilder and make it fit better
      inside Xfce using the titled dialog.
    - Fix compiler warnings, code cleanups and improvements.
    - Support for the erase tty key binding, requires vte 0.20.4 (bug #2925).
    - A lot of updated translations.
* Tue Apr 21 2009 prusnak@suse.cz
  - updated to 0.2.12
    * Property destroy the go menu item when a terminal screen is closed
      (bug #5101) so the Alt-[1-9] bindings work as expected

Files

/usr/bin/Terminal
/usr/bin/terminal
/usr/share/Terminal
/usr/share/Terminal/Terminal-toolbars.ui
/usr/share/Terminal/Terminal.glade
/usr/share/applications/Terminal.desktop
/usr/share/gnome-control-center
/usr/share/gnome-control-center/default-apps
/usr/share/gnome-control-center/default-apps/Terminal-default-apps.xml
/usr/share/icons/hicolor/16x16
/usr/share/icons/hicolor/16x16/stock
/usr/share/icons/hicolor/16x16/stock/navigation
/usr/share/icons/hicolor/16x16/stock/navigation/stock_terminal-closetab.png
/usr/share/icons/hicolor/16x16/stock/navigation/stock_terminal-newtab.png
/usr/share/icons/hicolor/16x16/stock/navigation/stock_terminal-newwindow.png
/usr/share/icons/hicolor/16x16/stock/navigation/stock_terminal-reportbug.png
/usr/share/icons/hicolor/24x24
/usr/share/icons/hicolor/24x24/stock
/usr/share/icons/hicolor/24x24/stock/navigation
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-closetab.png
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-newtab.png
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-newwindow.png
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-reportbug.png
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-showborders.png
/usr/share/icons/hicolor/24x24/stock/navigation/stock_terminal-showmenu.png
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/Terminal.png
/usr/share/icons/hicolor/48x48/stock
/usr/share/icons/hicolor/48x48/stock/navigation
/usr/share/icons/hicolor/48x48/stock/navigation/stock_terminal-compose.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/Terminal.svg
/usr/share/man/ca
/usr/share/man/ca/man1
/usr/share/man/ca/man1/Terminal.1.gz
/usr/share/man/ca/man1/terminal.1.gz
/usr/share/man/da
/usr/share/man/da/man1
/usr/share/man/da/man1/Terminal.1.gz
/usr/share/man/da/man1/terminal.1.gz
/usr/share/man/el
/usr/share/man/el/man1
/usr/share/man/el/man1/Terminal.1.gz
/usr/share/man/el/man1/terminal.1.gz
/usr/share/man/es/man1
/usr/share/man/es/man1/Terminal.1.gz
/usr/share/man/es/man1/terminal.1.gz
/usr/share/man/fr/man1
/usr/share/man/fr/man1/Terminal.1.gz
/usr/share/man/fr/man1/terminal.1.gz
/usr/share/man/gl
/usr/share/man/gl/man1
/usr/share/man/gl/man1/Terminal.1.gz
/usr/share/man/gl/man1/terminal.1.gz
/usr/share/man/id
/usr/share/man/id/man1
/usr/share/man/id/man1/Terminal.1.gz
/usr/share/man/id/man1/terminal.1.gz
/usr/share/man/it/man1
/usr/share/man/it/man1/Terminal.1.gz
/usr/share/man/it/man1/terminal.1.gz
/usr/share/man/ja/man1
/usr/share/man/ja/man1/Terminal.1.gz
/usr/share/man/ja/man1/terminal.1.gz
/usr/share/man/man1/Terminal.1.gz
/usr/share/man/man1/terminal.1.gz
/usr/share/man/pt
/usr/share/man/pt/man1
/usr/share/man/pt/man1/Terminal.1.gz
/usr/share/man/pt/man1/terminal.1.gz
/usr/share/man/ru
/usr/share/man/ru/man1
/usr/share/man/ru/man1/Terminal.1.gz
/usr/share/man/ru/man1/terminal.1.gz
/usr/share/man/sv
/usr/share/man/sv/man1
/usr/share/man/sv/man1/Terminal.1.gz
/usr/share/man/sv/man1/terminal.1.gz
/usr/share/man/ug
/usr/share/man/ug/man1
/usr/share/man/ug/man1/Terminal.1.gz
/usr/share/man/ug/man1/terminal.1.gz
/usr/share/man/zh_CN
/usr/share/man/zh_CN/man1
/usr/share/man/zh_CN/man1/Terminal.1.gz
/usr/share/man/zh_CN/man1/terminal.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 10:35:16 2013