Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xfce4-terminal | Distribution: openSUSE Tumbleweed |
Version: 1.0.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Jun 5 21:29:38 2022 |
Group: System/X11/Terminals | Build host: obs-arm-11 |
Size: 529193 | Source RPM: xfce4-terminal-1.0.4-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://docs.xfce.org/apps/terminal/start | |
Summary: Terminal Emulator for the Xfce Desktop Environment |
xfce4-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.
GPL-2.0-or-later
* Tue May 31 2022 Maurizio Galli <maurizio.galli@suse.com> - Update to version 1.0.4 * Fixes a regression: URL drag-n-drop adding rubbish characters (gxo#apps/xfce4-terminak#196) * Fri May 13 2022 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 1.0.3 * Consume KeyEvents when activating a TAB accelerator. * Fix Regression: Scrollbar position setting does not work if you start with a hidden scrollbar (gxo#apps/xfce4-terminal#192) * Fix Regression: broken scroll-on-output and change the default value (gxo#apps/xfce4-terminal#191) * Fri Apr 22 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 1.0.2 * Fix regression: MiscCycleTabs preference does not work for accelerators * Russian translation updates * Fri Apr 15 2022 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 1.0.1 * A new hidden preference `DropdownParametersOnce` has been introduced to control whether the drop-down window accepts command line arguments after creation. With the introduction of this preference an older bug was fixed where tabs could be added to the drop-down window even though they weren't supposed to. * Options: --active-tab does not behave properly when adding tabs to existing windows. * Find dialog does not respond to Return key (gxo#apps/xfce4-terminal#176) * Dragging a URL from Chromium ends up truncated (gxo#apps/xfce4-terminal#180) * Toolbar size changes when the window is maximized (gxo#apps/xfce4-terminal#181). * Unable to create a single window with many tabs through command line options (gxo#apps/xfce4-terminal#182). * Translation Updates * Sat Apr 02 2022 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 1.0.0 * Replace the deprecated GtkActionEntries with XfceGtkActionEntries (gxo#apps/xfce4-terminal#79) * Opening a dialog from a drop-down window closes the window (gxo#apps/xfce4-terminal#136) * Add `Fill` background image style (gxo#apps/xfce4-terminal!23). * Improved options parsing (for both short and long forms) * Add a menu entry to send signals to the foreground process (gxo#apps/xfce4-terminal#59) * Fix `keep window open` preference being applied on restart. * Rework "--tab" and "--window" behavior (gxo#apps/xfce4-terminal#13) * Ignore unused modifiers for scroll wheel zooming * Add alternative shortcuts for zooming (gxo#apps/xfce4-terminal#126) * Expand scrolled window and make dialog size 70% of parent (gxo#apps/xfce4-terminal!17) * Support libxfce4ui XfceTitledDialog new API * Update unsafe paste dialog text (gxo#apps/xfce4-terminal#73) * Fix paste button focus * Replace subtitle by infobar for Unsafe paste dialog * Fix the `unsafe paste` dialog to actually paste * Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS * Update --preferences, --tab and --window documentation * Fix various typos * Fix compilation warnings * Remove unnecessary function call (gxo#apps/xfce4-terminal!24) * Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (gxo#apps/xfce4-terminal#129) * Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (gxo#apps/xfce4-terminal#149) * Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) * New preference: Select right click action * Improved `scrolling-on-output` behaviour. * Unsafe Paste Dialog temporary override (gxo#apps/xfce4-terminal#106) * Fix regression: File Menu missing `Close Window` entry * Fix regression: Disable Help shortcut does not work * Fix regression: go-to accelerators not working on startup * Fix regression: Revert accelerator paths to maintain backwards compatibility * Use the latest .glade file structure * Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (gxo#apps/xfce4-terminal#47) * Change outdated documentation links * Use XfceTitledDialog for `Find` (gxo#apps/xfce4-terminal#168) * Include '\r' in unsafe-paste checks * Update tab accelerators at runtime * Consume events that activate accelerator callbacks (gxo#apps/xfce4-terminal#159, gxo#apps/xfce4-terminal#153) * Center on the active terminal window. * Change handling of goto-tab accelerators so they can be changed through the editor. * Menubar changes size when the window is maximized (gxo#apps/xfce4-terminal#156) * Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries * Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) * Revert view menu order (Zoom entries below checkboxes) * Fix the visibility flag of the scrollbar (gxo#apps/xfce4-terminal#161, could lead to broken themes) * Replace GTimeVal with gint64 * Fix build warnings * Update Copyright * Translation Updates * Wed Dec 23 2020 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 0.8.10 * Bump libvte, gtk and xfce minimal versions (4.14) * Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag * Updates README.md. * Added new stock icons * Limit font picker to fixed-size fonts * Add gtk-doc as a dependency * Do not require connection to generate manpage * bxo#16875: Do not add ui.h file in datadir * Simplify terminal manpage generation * Switch preferences ui file to xdt-csource * Switch to README.md and foreign automake mode * Do not override clipboard contents * Unsafe paste: Support bracketed paste mode * Do not select text in Search dialog * Add basic GitLab pipeline * Translation Updates * Sun Mar 29 2020 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 0.8.9.2 * Allow to create window with 1 line height. One should also disable the scrollbar (--hide-scrollbar) to get 1 row window. (bxo#16447) * Fix 'Transparency setting ignored when using --color-bg' (bxo#16309) * Translation updates * Fri Dec 27 2019 Maurizio Galli <maurizio.galli@gmail.com> - Update to version 0.8.9.1 - Fix "Open terminal here" functionality that was broken in release 0.8.9 (bxo#16307) - Changes in version 0.8.9 - Respect the "Working Directory" setting when opening initial window (the current directory was used instead). (bxo#16292) - Disable "Paste" actions in read-only mode - Point session manager to desktop file. (bxo#16121) - Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning - Allow to use <Alt> shortcuts when menu mnemonics are disabled. (bxo#15989) - Fix 'Menubar starts shown when set to hidden in properties' (bxo#15979) - Fix invalid geometry on Wayland. - Fix size increase when the menu is used on Wayland (bxo#13938) - Avoid passing null pointer to g_warning() - Replace GLib threading functions with their GDK counterparts - Fix setting a font via the command line (bxo#15869) - Properly apply zoom factor when creating new tab (bxo#15785) - Add icons to "Cancel" and "Paste" buttons - Fix background color changing when changing focus if "Vary the background color for each tab" is enabled (bxo#15740) - Revert "Save accelerators map on exit".(bxo#16058) - Allow to unset window urgency hint even if "Visual bell" is disabled (bxo#15729) - Unmaximize drop-down window when hiding it. (bxo#15681) - Allow to use --maximize with drop-down windows - Search dialog: Make opacity scale unfocusable. This prevents the text entry from losing focus when the opacity scale is used. - Fix closing tabs with middle click. (bxo#15687) - Translation updates * Fri Oct 25 2019 Marcel Kuehlhorn <tux93@opensuse.org> - Fix factory build failure * Wed Jul 03 2019 Maurizio Galli <maurizio.galli@gmail.com> - Update to version 0.8.8 - Do not show "Rewrap on resize" option for vte>=0.58: it's been deprecated, rewrapping on resize will always be enabled. (bxo#15562) - Drop support of Unicode encodings other than UTF-8 (bxo#15377) - Fix the size of drop-down window after it's been in fullscreen mode (bxo#15240) - Convert LF to CR when feeding text - this fixes pasting text to some apps (see https://gitlab.gnome.org/GNOME/vte/issues/106) - Save accelerators map on exit (bxo#15201) - Add support for the Tab key in shortcuts (by default, GTK doesn't allow that) - Do not resize the window when it's vertically maximized (bxo#10551) - Add action to switch to last active tab (bxo#15201) - Respect Xfce monospace font setting (bxo#15202) - Dropdown window was session saved and restored as a normal window if it was the only one (bxo#11362) - Preferences: Align controls on the General tab - Implement "Unsafe Paste" dialog (bxo#13252) - Enable Ctrl+(Shift)+Tab as Next/Prev Tab shortcuts (bxo#15092) - Add an option to use system theme colors for text and background (bxo#14808) - Search dialog improvements: Enable "Wrap around" by default; Make "Find Next"/"Find Previous" menu items respect search settings; Make buttons use menu item accelerators; Allow to set opacity (min 10%) (bxo#15124) - Fix handling of OSC-10 escape sequence (bold text color) (bxo#15019) - Refine the wording for "opacity not available" (bxo#14904) - Add a space character after a dragged filename or URL (bxo#14849) - Support monitoring of the terminalrc file even it's a symlink (bxo#14698) - Fix the "Close tab" button: When the "Close tab" button got clicked in the "Confirm close" dialog, the entire window (instead of just the current tab) got closed (bxo#14645) - Preferences: remove dependency on libxfce4ui - Fix typo in the .desktop file (bxo#14594) - Improve .desktop files for GNOME (bxo#14575) - Fix a small typo in the manpage - JIT compile regexes (taken from gnome-terminal). This allows to recognize longer and more complex URLs. - Update terminal regexes from gnome-terminal (regex: Allow apostrophes in URLs, except when enclosed between them) - Allow to move tabs between windows by dragging them onto the terminal area - When detaching a tab from a drop-down window, resize the new window to the default geometry - Reset activity indicator for the active tab when focusing window - Distinguish terminal settings from the actual terminal entry in the menu (bxo#14456) - When closing an active tab, switch to the previously active one - Tab title color feature improvements: add action, restore the color when unclosing a tab, fix the color picker dialog's name, add Reset button - Some parts of the --help output were not translated - Restore terminal colors when unclosing a tab - Translation updates - Cleaned up spec file - Added bcond to build with git master sources * Tue Feb 12 2019 Maurizio Galli <maurizio.galli@gmail.com> - Fix issue with xfce4-terminal-settings.desktop entries boo#1125146 - Dropped obsolete macros - Added %license macro
/usr/bin/xfce4-terminal /usr/share/applications/xfce4-terminal-settings.desktop /usr/share/applications/xfce4-terminal.desktop /usr/share/doc/packages/xfce4-terminal /usr/share/doc/packages/xfce4-terminal/AUTHORS /usr/share/doc/packages/xfce4-terminal/HACKING /usr/share/doc/packages/xfce4-terminal/NEWS /usr/share/doc/packages/xfce4-terminal/README.md /usr/share/doc/packages/xfce4-terminal/THANKS /usr/share/gnome-control-center /usr/share/gnome-control-center/default-apps /usr/share/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml /usr/share/icons/hicolor/128x128/apps/org.xfce.terminal-settings.png /usr/share/icons/hicolor/128x128/apps/org.xfce.terminal.png /usr/share/icons/hicolor/16x16/apps/org.xfce.terminal-settings.png /usr/share/icons/hicolor/16x16/apps/org.xfce.terminal.png /usr/share/icons/hicolor/24x24/apps/org.xfce.terminal-settings.png /usr/share/icons/hicolor/24x24/apps/org.xfce.terminal.png /usr/share/icons/hicolor/32x32/apps/org.xfce.terminal-settings.png /usr/share/icons/hicolor/32x32/apps/org.xfce.terminal.png /usr/share/icons/hicolor/48x48/apps/org.xfce.terminal-settings.png /usr/share/icons/hicolor/48x48/apps/org.xfce.terminal.png /usr/share/icons/hicolor/scalable/apps/org.xfce.terminal-settings.svg /usr/share/icons/hicolor/scalable/apps/org.xfce.terminal.svg /usr/share/licenses/xfce4-terminal /usr/share/licenses/xfce4-terminal/COPYING /usr/share/man/man1/xfce4-terminal.1.gz /usr/share/xfce4 /usr/share/xfce4/terminal /usr/share/xfce4/terminal/colorschemes /usr/share/xfce4/terminal/colorschemes/black-on-white.theme /usr/share/xfce4/terminal/colorschemes/dark-pastels.theme /usr/share/xfce4/terminal/colorschemes/green-on-black.theme /usr/share/xfce4/terminal/colorschemes/solarized-dark.theme /usr/share/xfce4/terminal/colorschemes/solarized-light.theme /usr/share/xfce4/terminal/colorschemes/tango.theme /usr/share/xfce4/terminal/colorschemes/white-on-black.theme /usr/share/xfce4/terminal/colorschemes/xterm.theme
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Aug 9 11:13:25 2022