.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "GUAKE" "1" "Oct 30, 2022" "1.0" "Guake" .SH NAME guake \- A drop-down terminal for GNOME environment [image: computer with guake terminal] [image] .sp Welcome to the official Guake User Documentation. .sp Guake is a dropdown terminal made for the GNOME desktop environment. Guake\(aqs style of window is based on a famous FPS game, and one of its goals is to be easy to reach and developer friendly. .INDENT 0.0 .IP \(bu 2 Lightweight .IP \(bu 2 Simple Easy and Elegant .IP \(bu 2 Smooth integration of terminal into GUI .IP \(bu 2 .INDENT 2.0 .TP .B Appears when you call and disappears once you are done by pressing a predefined hotkey (F12 by default) .UNINDENT .IP \(bu 2 Compiz transparency support .IP \(bu 2 Multi tab .IP \(bu 2 Plenty of color palettes .IP \(bu 2 Quick Open in your favorite text editor with a click on a file name (with line number support) .IP \(bu 2 Customizable hotkeys for tab access, reorganization, background transparency, font size,... .IP \(bu 2 Extremely configurable .IP \(bu 2 Configure Guake startup by running a bash script when Guake starts .IP \(bu 2 Multi\-monitor support (open on a specified monitor, open on mouse monitor) .IP \(bu 2 Save terminal content to file .IP \(bu 2 Open URL to your browser .UNINDENT .SH USER MANUAL .SS What is Guake? .sp Guake is a powerful drop\-down terminal, accessible by a simple hotkey. It has been designed to be the swiss knife of any developer willing to increase its productivity. .SS Alternatives to Guake .sp Here are some of the best terminals available on the Linux environments that bring similar features of Guake: .INDENT 0.0 .IP \(bu 2 \fI\%Tilda\fP .IP \(bu 2 \fI\%Tilix\fP .IP \(bu 2 \fI\%Yakuake\fP (For the KDE) .IP \(bu 2 \fI\%GNOME Terminal\fP .IP \(bu 2 \fI\%Terminator\fP .UNINDENT .SS Guake 3 Features .sp TBD: Long description of each feature .SS Single Hotkey terminal .sp TBD: .INDENT 0.0 .IP \(bu 2 Appears when you call and disappears once you are done by pressing a predefined hotkey (F12 by default) .IP \(bu 2 Customizable hotkeys for tab access, reorganization, background transparency, font size,... .UNINDENT .SS Auto\-start .sp Guake can now (>=3.1) starts automatically on GNOME startup. .SS Advanced Tab Support .sp Guake has several modes available to manage tab. You can let guake automatically rename the tab or give you own name. .SS Color Palettes .sp Thanks to the Guake community, a huge number of Terminal palettes are provided out of the box. .SS GTK Theme .sp Guake allows you to choose a different GTK theme than your environment. .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 You need to restart Guake after changing the GTK theme. .UNINDENT .UNINDENT .SS Quick Open, hyperlink and Search on web .sp Guake automatically finds URL printed in your terminal and allow you to click on it using \fB[Ctrl]+click\fP\&. Many other terminals, if not all, does that already. .SS Quick\-Open [image] .sp Guake is also able to find out file names and open it in your favorite code editor, such as Visual Studio Code, Atom or SublimText. .sp Guake brings this to much more, by automatically parsing output of popular system commands such as \fBgcc\fP, Python\(aqs traceback or \fBpytest\fP report, and allowing you to automatically open the file at the correct line number. Guake is even able to find the Python function name automatically when used with \fBpytest\fP\&. [image] .sp Even if Guake cannot parse the output, you can still ask him to open a wanted file path displayed in your terminal, provided the file exists at this path. Simply select the full path and click using the \fB[Ctrl]+click\fP, or with the contextual menu on right click. [image] .SS Contextual menu .sp Right click also displays "Search on web" (if you have selected a text) and "Open link" (if the text under the cursor is a URL or if the selected text is a URL). .sp Guake also supports \fI\%HTML\-like anchor\fP with special characters such as: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C echo \-e \(aq\ee]8;;http://example.com\eaThis is a link\ee]8;;\ea\(aq .ft P .fi .UNINDENT .UNINDENT .SS HTML\-like anchors .sp You may need a recent version of the VTE (Virtual Terminal Emulator) component in you system (vte >= 0.50). .SS Multi Monitor .sp TBD: Multi\-monitor support (open on a specified monitor, open on mouse monitor) .SS Hook points .sp TBD: Configure Guake startup by running a bash script when Guake starts .SS Save Terminal Content .sp TBD: Save terminal content to file .SS Custom Commands .sp TBD .SS DBus commands .sp The major features of guake are available on DBus. .SS Tab UUID .sp Tabs are uniquely identified with a UUID. Each terminal receives this UUID in the following environment varialbe: \fBGUAKE_TAB_UUID\fP\&. It can be used to rename the tab from the command line using \fB\-\-tab\-index 3c542bc1\-7c99\-4e73\-8d37\-e08281bd592c\fP\&. .SS Per\-directory \fI\&.guake.yml\fP file .sp If there is a file named \fI\&.guake.yml\fP in the current working directory of the shell associated with a tab, Guake will try to read the title from there. The current format is very simple and it will probably change in the future: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C title: "My Great Project" .ft P .fi .UNINDENT .UNINDENT .SS Installing Guake .SS System\-wide installation .sp Always prefere using your package manager to install guake. .SS Debian / Ubuntu .sp Ubuntu and Debian users will use \fBsudo apt install guake\fP\&. .sp Guake also has a PPA. You can add the Guake PPA to your system by entering: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo add\-apt\-repository ppa:linuxuprising/guake $ sudo apt\-get update .ft P .fi .UNINDENT .UNINDENT .sp After which you will be able to install and update to the latest version of Guake on the PPA. .SS Fedora .sp Tested in Fedora 34: We can use dnf to install it. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo dnf install guake .ft P .fi .UNINDENT .UNINDENT .sp Then you can open it via: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ guake .ft P .fi .UNINDENT .UNINDENT .sp To allow global \(aqF12\(aq to open the guake, go to Setting >> Device >> Keyboard >> Scroll to bottom >> "+" to create a new global short cut with \(aqF12\(aq keybinding and command \(aqguake\(aq. .sp You may notice the style may have some error. You can fix this by installing and apply custom theme. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo dnf install arc\-theme gnome\-tweaks .ft P .fi .UNINDENT .UNINDENT .sp Then use .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ gnome\-tweaks .ft P .fi .UNINDENT .UNINDENT .sp to change theme to change theme to one of the yakuake will fix this. .SS Arch Linux .sp Guake is available on \fIcommunity\fP repository, just use: \fBsudo pacman \-S guake\fP to install it. .SS Manjaro .sp Manjaro users can use \fBpacman \-S guake\fP\&. .SS Install from Pypi .sp Guake is now automatically published on Pypi. .sp Please note the recommended way is to install Guake using \fBpipx\fP that will put Guake in a dedicated, isolated environment for your local user. Ensure \fB$HOME/.local/bin\fP is in your \fBPATH\fP\&. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ python3 \-m pip install \-\-user pipx $ pipx install guake .ft P .fi .UNINDENT .UNINDENT .sp Alternatively, you can use the following command to install on a local environment: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ pip install \-\-user guake .ft P .fi .UNINDENT .UNINDENT .sp Avoid using \fBpip install guake\fP without the \fB\-\-user\fP, you may break your system. .sp You need to ensure the following points are met in your configuration: .INDENT 0.0 .IP \(bu 2 \fB$HOME/.local/bin\fP should be in your \fB$PATH\fP .IP \(bu 2 .INDENT 2.0 .TP .B You need to have some dependencies installed on your system: .INDENT 7.0 .IP \(bu 2 \fBgir1.2\-keybinder\-3.0\fP .IP \(bu 2 \fBgir1.2\-notify\-0.7\fP .IP \(bu 2 \fBgir1.2\-vte\-2.91\fP .IP \(bu 2 \fBlibkeybinder\-3.0\-0\fP .IP \(bu 2 \fBlibutempter0\fP .IP \(bu 2 \fBpython3\-setuptools\fP .IP \(bu 2 \fBpython3\-cairo\fP .IP \(bu 2 \fBpython3\-dbus\fP .IP \(bu 2 \fBpython3\-gi\fP .IP \(bu 2 \fBpython3\-pip\fP .IP \(bu 2 \fBpython3\fP .UNINDENT .UNINDENT .UNINDENT .SS Install from source .sp If you want to install Guake from its sources, please follow this procedure: .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .TP First, \fBDO NOT USE TARBALLS GENERATED BY GITHUB\fP on the Release Page. They are automatically generated and cannot be used alone. We use a package, namely \fBPBR\fP, that requires the full git history to work. .sp Checkout the HEAD of the source tree with: .INDENT 7.0 .INDENT 3.5 .sp .nf .ft C $ git clone https://github.com/Guake/guake.git .ft P .fi .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 .INDENT 2.0 .TP .B make sure that you have the needed system dependencies (Python GTK, VTE, ...) installed for your system. If you are unsure about the dependencies, you can run this script to install them: .INDENT 7.0 .INDENT 3.5 .sp .nf .ft C $ ./scripts/bootstrap\-dev\-[debian, arch, fedora].sh run make .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp Note: Insert your distribution in the square brackets. .sp To install Guake itself, use: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make $ sudo make install .ft P .fi .UNINDENT .UNINDENT .sp To uninstall, still in the source directory: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make $ sudo make uninstall .ft P .fi .UNINDENT .UNINDENT .sp Tips for a complete Guake reinstallation (without system dependencies): .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo make uninstall && make && sudo make install $ # Or use this shortcut: $ make reinstall # (do not sudo it!) .ft P .fi .UNINDENT .UNINDENT .SS Command Line Arguments .sp Here is the command line interface Guake provides: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C Please run guake \-\-help to see command line interface help .ft P .fi .UNINDENT .UNINDENT .SS D\-Bus Interface .sp TBD: Describe the DBus interface, with message, how to use it. Recall how to send guake toggle command. .SS Frequently Asked Questions .SS Manual keybinding .sp If you want to trigger guake manually, for instance on system where \fBlibkeybinder3\fP does not work, you can register the following snippet in your window manager .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C dbus\-send \-\-type=method_call \-\-dest=org.guake3.RemoteControl \e /org/guake3/RemoteControl org.guake3.RemoteControl.show_hide .ft P .fi .UNINDENT .UNINDENT .sp You can use the simpler: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C guake\-toggle .ft P .fi .UNINDENT .UNINDENT .sp Please note the command \fIguake \-t\fP will also toggle Guake but since it initialize a bit more than just necessary, it can be slower that the two previous commands. .SS Note on Wayland .sp There are some reports of Guake not opening when a Wayland app or empty desktop is focused. The issue has been reported on Ubuntu 17.10 LTS, Fedora 26 and Fedora 27. For more context, see issue #1041. .sp The workaround is setting a manual keybinding as described above. On Fedora 26, for example, this can be accomplished by going to \fISettings > Keyboard\fP and adding a new custom shortcut to execute \fBguake\-toggle\fP\&. .SS Note for Archlinux users .sp This applies to users of Archlinux based distributions too and may be of help to non Debian/Ubuntu users as well. Currently \fBmake install\fP is optimized for Ubuntu, which does not mean that it cannot be used on other systems, but depending on your system you may have to tell \fBmake install\fP where to install guake (the default for Ubuntu is \fB/usr/local/lib/python3.x/dist\-packages/guake\fP). .sp So on Ubuntu the following commands are equivalent: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo make install $ sudo make install PREFIX=/usr/local .ft P .fi .UNINDENT .UNINDENT .sp On Archlinux this can be done by passing \fB/usr\fP as \fBPREFIX\fP: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo make install PREFIX=/usr .ft P .fi .UNINDENT .UNINDENT .sp which changes the installation destination to \fB/usr/lib/python3.x/site\-packages/guake\fP\&. .sp Note that the install script automatically determines whether to use \fBdist\-packages\fP or \fBsite\-packages\fP\&. .sp For more details checkout the official PKGBUILD at \fI\%archlinux.org\fP, the PKGBUILD on the \fI\%aur\fP or this \fI\%gist\fP\&. .SS Why Guake crashes with Tmux and Byubu? .sp Tmux and Byobu can be used as shell instead of bash or zsh, but you should be sure to disable the "use login shell" option. If set, Guake will not be able to start. Use \fBdconf\-editor\fP to reset this option if Guake cannot start again. .SS GTK 3 Port .sp Early 2018, Guake has been ported GTK3, thanks to the huge work of @aichingm. Old releases and code depending on GTK2 have been put on the \fI\%0.8.x\fP branch of the GitHub project and will no more be actively maintained. .sp Please note that we target to support mainly the GTK and VTE versions found by default on most popular distribution such as Ubuntu or Arch Linux (currently: Ubuntu 16.04 LTS and 17.10). .sp Guake is now only compatible with Python 3.5+. .sp Port to GTK 3 and Python 3 lead naturally to skip all 1.x and 2.x version in the version of Guake: Guake 3. .SS Dropped Features from Guake 0.8.x .INDENT 0.0 .IP \(bu 2 \fB\-\-bgimg\fP (this option has been removed from vte) .UNINDENT .SS Broken translations .sp Some changes in translation system made during the Guake 3 port may have broken the welcome message in some languages (#1209). .sp Help is welcomed for updating translations in your language ! See the "Update translation" section below. .SS Note for maintainers .sp Guake has drastically changed its build system with Guake 3. You may need to adapt all the integration scripts accordingly. .sp Guake now uses \fBPipfile\fP to store it Python dependencies (except the system dependencies such as PyGTK3). It is maintained and used by \fIpipenv\fP CLI tool. It is a system more advanced than using \fBrequirements.txt\fP, but this file is still generated for backward compatibility (for example: ReadTheDocs only support \fBrequirements.txt\fP for the moment), by a tool I\(aqve developed, named \fBpipenv_to_requirements\fP (makefile target \fBmake requirements\fP). It does generate \fBrequirements.txt\fP (running dependencies), and \fBrequirements\-dev.txt\fP (build, checks and test only). From then, Guake is now a classic, canon Python package (with setup.py, building distribution packages, ...). .sp It however requires system libraries, so cannot work isolated inside a virtualenv. If you look closer to the virtualenv used with \fBmake dev ; make run\fP, you will see it is configured to use the system libraries using \fBpew toggleglobalsitepackages\fP\&. .sp If for any reason \fBpipenv\fP does not work on your platform, you can still install guake from these requirements file, but the ultimate source of truth for dependency declaration is the \fBPipfile\fP\&. .sp Do not hesitate to contact me at \fBgaetan [at] xeberon.net\fP\&. .SH PROJECT INFORMATION .SS History of the Project .sp TBD: history of the project .SS Guake Change Log .SS 3.8.5 .SS New Features .INDENT 0.0 .IP \(bu 2 \fB\-\-is\-visible\fP option returns 1 when visible, and 0 when not .IP \(bu 2 Double click to open a new tab, without side effects in mouse enabled terminal apps .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 keybindings does not work with not English layout. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Changed\ Toggle Hide on Lose Focus Shortcut to Shift\-Ctrl\-F1. Instead of change Go to tab1 shortcut, because Ctrl\-F1 is in the pool Ctrl\-Fn of change to tabs. .IP \(bu 2 Fix issue Ctrl+F1 does two jobs in Keyboard Shortcuts Page .IP \(bu 2 Add environment variable GUAKE_ENABLE_WAYLAND, fixed #1934 .IP \(bu 2 System font applied only for last tab #1947 .IP \(bu 2 Guake suddenly not starting any more due to \fBModuleNotFoundError: No module named \(aqimportlib_metadata\(aq\fP #1962 .IP \(bu 2 Fix vte \fBspawn_sync\fP runtime check failed: ((spawn_flags & ignored_spawn_flags()) == 0) .IP \(bu 2 Fix the way PBR computes the package version. .IP \(bu 2 Eliminated redundant terminal spawning on startup .IP \(bu 2 Fix system font application issue .IP \(bu 2 Add fallback for version number finding .IP \(bu 2 Reinstated double clicking to open new tabs .IP \(bu 2 Use keycodes instead of keyvals for keybindings. This allow one to use keybindings with different keyboard layouts. .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 Switched from importlib + pbr to setuptools_scm for versioning .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 Fix for release pipeline. .UNINDENT .SS Security Issues .INDENT 0.0 .IP \(bu 2 Fixed security Issue: Exposure of sensitive function, malicious user can arbitrary command via an execute_command d\-bus method. #1796 .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 Chinese Simplified (@kitty\-panics) .IP \(bu 2 Croatian (@milotype) .IP \(bu 2 Dutch (@Vistaus) .IP \(bu 2 German (@m1ga, @rMb93) .IP \(bu 2 Indonesian (@rezaalmanda) .IP \(bu 2 Polish (@piotrdrag) .IP \(bu 2 Russian (@vantu5z) .IP \(bu 2 Swedish (@MorganAntonsson) .IP \(bu 2 Turkish (@Draconis\-25, @ersen0) .UNINDENT .SS 3.8.4 .sp Unreleased. .SS 3.8.3 .sp Unreleased. .SS 3.8.2 .sp Unreleased. .SS 3.8.1 .SS Release Summary .sp Added line height and character width adjustment options .sp Fix keybinding regressions .sp Lazy focus loss to avoid closing on short\-term losses .sp Moved guake.desktop.metainfo.xml to $datadir .SS New Features .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Feature request: Setting line\-spacing / line\-height #849 .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Support of short term focus loss and avoid folding #1643 .UNINDENT .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Some shortcut keys are abnormal #1939 .UNINDENT .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 Glade layout file upgraded with 3.38.2 from last used 3.22.2, should still be valid but some things may be deprecated/renamed. .IP \(bu 2 guake.desktop.metainfo.xml has been moved to $datadir in Makefile .UNINDENT .SS 3.8.0 .SS Release Summary .sp Add Finnish translation .sp Stopped setting GDK_BACKEND to x11 in terminals. .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 GDK_BACKEND is propagated to the shell in terminal #1871 .UNINDENT .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 fi .UNINDENT .UNINDENT .SS 3.8.0.0rc1 .SS Release Summary .sp Adds "Galizur" Theme .sp Adds Shades of Purple Theme .sp Default to the system theme, make having guake deviate be optional. .sp Add copy on select option to copy to regular clipboard .sp Color Palettes: Fix "Gruvbox Dark" & Add "Gruvbox Material Dark" .sp Add support for tabs in keyboard shortcuts .sp placing the appstream metainfo file in the right path according to \fI\%https://www.freedesktop.org/software/appstream/docs/chap\-Metadata.html#spec\-component\-location\fP .sp Automatically hide the tab bar when there is only one tab .sp Add close tab to d\-bus interface. .sp Fix ignored "Show scrollbar" after splitting vertically .sp Fix missing or malformed schema files when upgrading guake .sp Move window to correct coordinates before maximizing .sp Fixes prompting when closing a tab. .sp Fix right click menu not populating when custom commands is malformed .sp Fix trailing punctuation in URLs being included in the URL .sp Revive GUAKE_TAB_UUID .SS New Features .INDENT 0.0 .IP \(bu 2 Allow reset of show\-hide hot key in preferences .IP \(bu 2 Add guake background image .IP \(bu 2 adds a new color theme named "Galizur" .IP \(bu 2 adds the Shades of Purple converted from \fI\%https://github.com/ahmadawais/shades\-of\-purple\-iterm2\fP .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Now defaults to system default theme .IP \(bu 2 New option to still allow independently setting guake\(aqs theme. .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 "copy on selection" option even if the desktop doesn\(aqt do it #43 .IP \(bu 2 copy text on selection #1898 .UNINDENT .IP \(bu 2 Added Gruvbox dark .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Allow Ctrl\-Tab as an accelerator #152 .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Automatically hide the tab bar when there is only one tab #924 .UNINDENT .IP \(bu 2 Add close tab to d\-bus interface. .IP \(bu 2 Move the window to the correct coordinates, in the correct display, before attempting to maximize the window. .IP \(bu 2 Re\-implemented the refocus functionality. .sp This functionality allows the user to return the focus to an open guake window. It happened to be partially be maintained but faced issues in the migration to Gtk3. .sp The functionality was revived, partially based on commented\-out code found in Guake.show_hide(). .IP \(bu 2 Bring back GUAKE_TAB_UUID .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 removes the broken feature, where double\-clicking on the tab bar opened a new tab #1439 .UNINDENT .UNINDENT .SS Upgrade Notes .INDENT 0.0 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 If a different theme from system default was already selected and desired, users may need to uncheck "Use system default theme" in properties\->general .UNINDENT .IP \(bu 2 Will be disabled by default .IP \(bu 2 Will have to manually change keyboard shortcuts to use tab on existing installations .IP \(bu 2 If setting is undesired, uncheck the hide tab if one tab option in settings .IP \(bu 2 Add close tab to d\-bus interface. .IP \(bu 2 Should fix the errors with malformed schema files when upgrading guake. .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 Default keyboard shortcut for next/previous tab is no longer ctrl+pgup/pgdn .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Adjusted Gruvbox .IP \(bu 2 placing the appstream metainfo file in the right path .IP \(bu 2 fixes #924 .IP \(bu 2 Added regex for line start by . Refer Issue .IP \(bu 2 Fix config didn\(aqt reload when set_workspace .IP \(bu 2 Fix ineffective override of the GDK_BACKEND environment variable causing invalid pointer location and display detection (#1820) .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 fixes an issue, where double\-clicking in certain CLI apps would instead open a new tab #1697 .UNINDENT .IP \(bu 2 fixes #1734 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Does not start after upgrade to 3.7.0 with pip3 due to faulty schema #1718 .IP \(bu 2 (Potentially) Guake 3.6.3 missing gschemas.compiled in PyPi #1621 .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Guake always appears on mouse display regardless of Guake Preferences #1689 .IP \(bu 2 guake follows mouse focus when have 2 monitors #1761 .IP \(bu 2 Multiple monitors issue with Fedora 31 #1745 .IP \(bu 2 Guake window follows mouse across monitors till it loses focus #1735 .IP \(bu 2 And possibly more .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Fixes #1863 .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Minimal Right Click Menu, no copy or split screen #1845 .UNINDENT .IP \(bu 2 Update search box to work with updated regex vte apis for v0.46+, #1752 .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Open with URL includes trailing single quote (invalid URL) #1624 .UNINDENT .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 Update \fIsession.json\fP when directory changed, not terminal title changed #1633 .UNINDENT .IP \(bu 2 Fixes #1712 .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 Add close tab to d\-bus interface. .IP \(bu 2 Should resolve issues with the gschemas.compiled file. Make sure that the location org.guake.gschema.xml is being saved to is user executable if guake is installed in userspace so that guake can compile and create gschemas.compiled. .sp If the destination for org.guake.gschema.xml cannot be user executable, make sure to include: .sp glib\-compile\-schemas [schema directory] .sp In the installation script, replacing [schema directory] with the place org.guake.gschema.xml is being saved. .UNINDENT .SS 3.7.0 .SS Release Summary .sp Fixes the bug when "New Tab" or "Split Terminal" resets colors set by "\-\-bgcolor" command. .sp Custom colors for every terminal added. Colors are saved alongside with another tab info. "Reset custom colors" menu item added to hte tab context menu. .INDENT 0.0 .TP .B Resetting colors of the current page. Managing background and foreground colors of the current terminal. \-\-reset\-colors, \-\-bgcolor\-focused, \-\-fgcolor\-focused and \-\-reset\-colors\-focused command line arguments added. .TP .B \-\-bgcolor\-focused, \-\-fgcolor\-focused and \-\-reset\-colors\-focused command line arguments renamed to \-\-bgcolor\-current, \-\-fgcolor\-current and \-\-reset\-colors\-current respectively. .UNINDENT .sp Adds an option to display only the last directory on the current path as the tab name. .SS New Features .INDENT 0.0 .IP \(bu 2 Add tab selection popover in each notebook .IP \(bu 2 Add fullscreen hide tabbar option .IP \(bu 2 List new features here followed by the ticket number, for example: .INDENT 2.0 .INDENT 3.5 .sp .nf .ft C \- Resetting colors of the current page. \- Setting of background and foreground colors and resetting colors of the focused terminal. .ft P .fi .UNINDENT .UNINDENT .IP \(bu 2 Setting of background and foreground colors and resetting colors of the current terminal (not the focused one). .IP \(bu 2 Add \-\-select\-terminal and \-\-selected\-terminal options to Guake CLI .IP \(bu 2 Adds an option to display only the last directory on the current path as the tab name. .IP \(bu 2 Reworked the tab name selection to use a drop\-down menu. .IP \(bu 2 Unfullscreen through D\-Bus interface, as well as through CLI. .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 When a user changes a background color of a terminal or a tab, this color is saved, and cannot be reset by changing settings. This is OK. The issue is that the user cannot set color transparency, and the transparency becomes fixed until the terminal colors are reset by the user (with a \-\-reset* command or via the tab context menu. .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 Translations need to be updated. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix Crash (TypeError) when common keys are found in config #1713 .IP \(bu 2 Fixes the bug when "New Tab" or "Split Terminal" resets colors set by "\-\-bgcolor" command. .IP \(bu 2 Add pew package to Pipfile .IP \(bu 2 When composited changed, it will update Guake window visual to make it transparent .IP \(bu 2 Fix fullscreen/unfullscreen not handle correctly when trigger by wm .IP \(bu 2 Fix search revealer causing terminal unclickable at bottom right .IP \(bu 2 .INDENT 2.0 .IP \(bu 2 adding a new tab no longer shows the hidden scrollbars on other tabs .UNINDENT .IP \(bu 2 Remove no need window draw callback .IP \(bu 2 Fix \fImake uninstall\fP not cleaning up properly .IP \(bu 2 Update some dependencies for build environment .IP \(bu 2 Update the error message on missing dependencies (ex: when use \(aqpip install\(aq guake) .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 Dutch .IP \(bu 2 Polish .IP \(bu 2 French .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 Add a recommendation on how to install Guake from pypi. The best way is to use \fIpipx\fP installer, which install guake in its own virtual environment and create a launcher in \fI~/.local/bin\fP\&. .UNINDENT .SS 3.6.3 .SS New Features .INDENT 0.0 .IP \(bu 2 Add drag\-n\-drop to terminal (text & uris) .IP \(bu 2 When scrolling with "shift" (1 page) or "shift + ctrl" (4 pages) it will be faster (#271) .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Add schema_version check for tabs session restore .IP \(bu 2 Add save/restore terminal split for tabs session \- Save/Restore terminal split by pre\-order traversal full binary tree in list .IP \(bu 2 Bump tabs session schema_version to 2 (to support terminal split) .IP \(bu 2 Lazy restore terminal split until Guake is visible .IP \(bu 2 Manage terminal signal handler by handler_ids .IP \(bu 2 Avoid spurious resize event when showing fullscreened window .IP \(bu 2 Make sure workspace\-specific\-tab\-sets only enable on X11 backend (due to wnck) .IP \(bu 2 Add install/uninstall\-dev\-locale to support dev locale .IP \(bu 2 Fix DualTerminalBox grab focus when remove dead child .IP \(bu 2 Support customize prefix for make .IP \(bu 2 Fix re\-focus on terminal after rename dialog destroy .IP \(bu 2 Fix split terminal by menu will not follow last terminal cwd (if option set) .IP \(bu 2 Fix delete_shell using os.waitpid (should not use it) .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 German .IP \(bu 2 French .UNINDENT .SS 3.6.2 .SS New Features .INDENT 0.0 .IP \(bu 2 List new features here followed by the ticket number, for example: .INDENT 2.0 .INDENT 3.5 .sp .nf .ft C \- RFE: Open new tab next to current tab #582 .ft P .fi .UNINDENT .UNINDENT .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Respect the XDG Base Directory Specification by supporting \fBXDG_CONFIG_HOME\fP environment variable to find the \fB~/.config\fP directory. .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 Czech (thanks @p\-bo) .IP \(bu 2 Dutch (thanks @Vistaus) .IP \(bu 2 Norwegian Bokmål (thanks @comradekingu) .IP \(bu 2 Polish (thanks @piotrdrag) .IP \(bu 2 Russian (thanks @f2404) .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 The \fBdata\fP directory is back into \fBguake\fP module, in order to prepare for the migration to importlib\-resource (#1405). This should simplify a lot the load of resources, and avoid all the complication due to difference in prod/dev/traditional linux/debian customization/... .UNINDENT .SS 3.6.1 .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix search box background so that it will follow current theme .IP \(bu 2 Minor build system fixes .UNINDENT .SS 3.6.0 .SS Release Summary .sp This release brings three of the most awaited features on Guake: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 search in current terminal .IP \(bu 2 session saving .IP \(bu 2 settings export and import .UNINDENT .UNINDENT .UNINDENT .sp Our MVC ("Most Valuable Contributor") for this release is Louie Lu (@mlouielu) who worked hard to build these three features in a row! Thank you very much for your hard work ! .SS New Features .INDENT 0.0 .IP \(bu 2 Add \-\-support option to Guake CLI for user when need to report issue .IP \(bu 2 Add save/restore tabs function. .IP \(bu 2 Add label parameter to \fBnotebook.new_page_with_focus\fP .IP \(bu 2 Add search box for terminal. Default hotkey is \fBCtrl+Shift+F\fP\&. .IP \(bu 2 Add session save preferences for startup/tabs: .INDENT 2.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 "restore\-tabs\-startup": when enabled, it will restore tabs when startup .IP \(bu 2 "restore\-tabs\-notify": when enabled, it will notify user after tabs restored (except startup) .IP \(bu 2 "save\-tabs\-when\-changed": when enabled, it will automatically save tabs session when changed (new/del/reorder) .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 Add CLI option to split tab: \fB\-\-split\-vertical\fP and \fB\-\-split\-horizontal\fP\&. .IP \(bu 2 Save and restore Guake settings .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Add libwnck to bootstrap scripts .IP \(bu 2 Fix a need for double toggling to hide when using command line with \fB\-\-show\fP and option with \fBonly_show_hide = False\fP\&. .IP \(bu 2 Remove unused logging level setup .IP \(bu 2 Fix window\-title\-changed didn\(aqt save tabs .IP \(bu 2 fix typo .IP \(bu 2 Fix \fBvte\-warning\fP when using \fBVte.Regex.new_for_match\fP .IP \(bu 2 Workspaces can now properly save/restore tabs .IP \(bu 2 Fix \fBon_terminal_title_changed\fP only searching in current_notebook (it should find every notebook) .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr (French) .IP \(bu 2 pl (Polish) .IP \(bu 2 added zh_TW (Chinese Traditional). Louie Lu would be very glad to have some help on localizing Guake! .IP \(bu 2 ru (Russian) .IP \(bu 2 nb (Norvegian) .IP \(bu 2 sv (Swedish) .IP \(bu 2 nl (Dutch) .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 Package maintainers should be aware that \fBlibwnck\fP (Window Navigator Construction Kit) is now a mandatory dependency of Guake. .UNINDENT .SS 3.5.0 .SS Release Summary .sp This version is mainly a maintaince release, after the big reworks on Guake from last year. I took some delay in fixing Guake due to a growing family. Thanks again for the various contributors who submitted their patches, it helps a lot the whole community. I may be able to find more time in the upcoming months to add even cooler features to our beloved Guake. .SS New Features .INDENT 0.0 .IP \(bu 2 new hotkey (CTRL+SHIFT+H) to open new tab in home directory .IP \(bu 2 "New tab" button #1471 .IP \(bu 2 Open new tab by double\-clicking on the tab bar .IP \(bu 2 Add new context menu on the notebook .IP \(bu 2 Add a CLI option to change palette scheme #1345 .IP \(bu 2 Bold text is also bright (>= VTE 0.52 only) .IP \(bu 2 .INDENT 2.0 .TP .B \fIguake \-\-split\-vertical\fP and \fI\-\-split\-horizontal\fP split the current tab just like the context menu does .UNINDENT .IP \(bu 2 Optional close buttons for tabs (disabled by default) .IP \(bu 2 Guake can now provide a set of tabs per workspace .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Reverse transparency slider (to be more meaningful, #1501 .IP \(bu 2 Fix command\-line select tab behavior #1492 .IP \(bu 2 removed duplicate event bind? previously I had issue where quick\-open event would be fired twice because of this. .IP \(bu 2 fixes .IP \(bu 2 fixes .IP \(bu 2 fix unnecessary show/hide .IP \(bu 2 fix settings only applied to the active workspace if more the 1 is used .IP \(bu 2 fix prompt quit dialog numbers when more then 1 workspace is used .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr .IP \(bu 2 de .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 For \fI\%Guake translators using weblate\fP, I had to force push because of big conflicts. Some may have loose recent translation in your language. Sorry for that. .UNINDENT .SS 3.4.0 .SS Release Summary .sp This major release provides one of the most awaited feature to every Guake adicts: Split terminal. Split easily vertically and horizontally each terminal and have more than one terminal per tab. There have been several shortcut changes to help navigate easily on your screen: Ctrl+Shift+Up/Down/Left/Right to switch from terminal to terminal. Thanks for you hard work, @aichingm ! .SS New Features .INDENT 0.0 .IP \(bu 2 Split and resize terminals via mouse or keyboard shortcuts. .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 "New terminal" / "Rename terminal" / "Close terminal" items has been removed from the terminal context menu. They are still available on the tab context menu. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix multiline selection right click (#1413) .IP \(bu 2 Fix tab name (#1017) .IP \(bu 2 fixes jumping preference window (#1149) .IP \(bu 2 fix no focus after closing a split terminal (#1421) .IP \(bu 2 Add note about shell that does not support \-\-login parameter (#469) .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 pl (Piotr Drąg on weblate) .IP \(bu 2 nl (Heimen Stoffels on weblate) .IP \(bu 2 nb (Allan Nordhøy on weblate) .IP \(bu 2 ru (Igor on weblate) .IP \(bu 2 zh_CN (庄秋彬 on weblate) .IP \(bu 2 cs (Pavel Borecki on weblate) .IP \(bu 2 de (Robin Bauknecht on weblate) .IP \(bu 2 fr (Gaetan Semet) .UNINDENT .SS 3.3.3 .SS Release Summary .sp This release adds a big rewrite of the Terminal underlying mechanism by Mario Aichinger. It will serve as a foundation layer for long\-awaiting features such as \fI\%Split Terminal\fP, \fI\%Find Text\fP, \fI\%Save/Load Session\fP, and so on. .SS New Features .INDENT 0.0 .IP \(bu 2 add a new option in the context menu (copy url) .IP \(bu 2 support for per terminal context menus .IP \(bu 2 new more fullscreen handeling .IP \(bu 2 load default font via python Gio and not via cli call .IP \(bu 2 add json example for custom commands in the code .IP \(bu 2 port screen selectino (use_mouse) to Gdk .IP \(bu 2 add notification for failed show\-hide key rebindings .IP \(bu 2 add one\-click key binding editing .IP \(bu 2 port word character exceptions for newer vte versions .IP \(bu 2 use Gtk.Box instead of Gtk.HBox .IP \(bu 2 use Gtk.Notebook\(aqs tabs implementation .IP \(bu 2 enable tab switching by scrolling (mouse wheel) over the tabs/tab\-bar .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 fixes Settings schema \(aqguake.general\(aq does not contain a key named \(aqdisplay_n\(aq .IP \(bu 2 fixes \fBguake \-\-fgcolor/\-\-bgcolor\fP error (#1376). .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr (thanks samuelorsi125t and ButterflyOfFire) .IP \(bu 2 ru (thanks Igor) .IP \(bu 2 pl (thanks Piotr Drąg) .IP \(bu 2 cz (thanks Pavel Borecki) .IP \(bu 2 de (thanks Dirk den Hoedt and Mario Aichinger) .IP \(bu 2 gl (thanks Nacho Vidal) .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 Please note \fBlibutempter0\fP should now be considered as a mandatory dependency of Guake. It solves the frozen terminal issue on exit (#1014) .UNINDENT .SS 3.3.2 .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Travis build cleaned build artifacts before deployment, leading to missing files when built in the CI. .UNINDENT .SS 3.3.1 .SS Release Summary .sp This minor release mainly fix some issues when installing Guake though \fBpip install \-\-user \-\-upgrade guake\fP\&. A big thanks also to everyone who contributed to the translations on \fI\%Weblate\fP\&. .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Don\(aqt translate application icon (this finally fixes Guake application icon not being displayed with German locale, which was only partially resolved with #1320) .IP \(bu 2 Install of Guake through pip install was broken (missing \fBpaths.py\fP). Now fixed. Discarded generation of bdist. (fix .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 sv (thanks to @MorganAntonsson) .IP \(bu 2 de (thanks to @rzimmer) .IP \(bu 2 fr .IP \(bu 2 ru (thanks Igor "f2404" on Weblate) .IP \(bu 2 cz (thanks Pavel Borecki on Weblate) .IP \(bu 2 pl (thanks Piotr Drąg on Weblate) .IP \(bu 2 it (thanks Maurizio De Santis on Weblate) .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 Update about screen\(aqs credits .UNINDENT .SS 3.3.0 .SS New Features .INDENT 0.0 .IP \(bu 2 \fBpip install guake\fP now compiles the gsettings schema and finds its languages automatically. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Wayland is a bit more well supported. The X11 backend is now used by default for GDK and it seems to make the shortcut works under most situation. .sp A more cleaner solution would be to develop a GAction (\fI\%vote for this feature here\fP]) .IP \(bu 2 A new command has been added: \fBguake\-toggle\fP, should be faster than \fBguake \-t\fP\&. You can use it when you register the global shortcut manually (X11 or Wayland). .UNINDENT .SS 3.2.2 .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix transparency regression on ubuntu composite (#1333) .IP \(bu 2 Fix transparency issue .IP \(bu 2 Fix right\-click on link .IP \(bu 2 Fix bad css override on check tab background (#1326) .IP \(bu 2 Fix Guake application icon not displayed with German locale .IP \(bu 2 fix ctrl+click on hyperlinks on VTE 0.50 (#1295) .IP \(bu 2 Fixed "Gruvbox Dark" color palette (swapped foreground and background) .IP \(bu 2 Swapped foreground and background colors for palettes added in commit #58842e9. .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 Add option groupes to the bootstrap scripts .UNINDENT .SS 3.2.1 .SS New Features .INDENT 0.0 .IP \(bu 2 Thanks to @arcticicestudio, a new nice, clean new palette theme is available for Guake users: Nord (#1275) .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 Multiline url are sometimes not handled correctly. .IP \(bu 2 Users of Byobu or Tmux as default shell should disable the "login shell" option (in the "Shell" panel). This uses an option, \fB\-\-login\fP, that does not exist on these two tools. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix duplication in theme list (#1304) .IP \(bu 2 Fix right click selection in Midnight Commander .IP \(bu 2 Corrected usage of \fBVte.Regex.new_for_match\fP to fix regular expression matching (hyperlinks, quick open) on VTE >0.50 (#1295) .IP \(bu 2 URL with \fB\(aq\fP (simple quote) and \fB()\fP (parenthesis) are now captured by hyperlink matcher. This may causes some issues with log and so that use parenthesis \fIaround\fP hyperlinks, but since parenthesis and quotes are valid characters inside a URL, like for instance URL created by Kibana, they deserve the right to be shown as proper url in Guake. .sp User can still select the URL in the terminal if he wishes to capture the exact url, before doing a Ctrl+click or a right click. .sp For developers, it is advised to end the URL with a character that cannot be used in URL, such as space, tab, new line. Ending with a dot (\fB\&.\fP) or a comma (\fB,\fP) will not be seen as part of the URL by Guake, so most logs and traces that adds a dot or a comma at the end of the URL might still work. .IP \(bu 2 Fix "Grubbox Dark" theme .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr .IP \(bu 2 pl .IP \(bu 2 ru .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 Rework the documentation. The README grew up a lot and was hard to use. It has been cut into several user manual pages in the official online documentation. .UNINDENT .SS 3.2.0 .SS New Features .INDENT 0.0 .IP \(bu 2 Allow user to select the theme within the preference UI .IP \(bu 2 Selected tab use "selected highlight" color from theme (#1036) .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr .UNINDENT .SS 3.1.1 .SS New Features .INDENT 0.0 .IP \(bu 2 Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix hyperlink VTE .UNINDENT .SS 3.1.0 .SS Release Summary .sp This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection". I have also reworked internally the Quick Open so that it can automatically open files from logs from pytest and other python development tools output. However, there might still some false positive on the hovering of the mouse in the terminal, the most famous being the output of \fBls \-l\fP which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does nothing but its an annoying limitation. Package maintainers should read the "Notes for Package Maintainers" of this release note carefully. .SS New Features .INDENT 0.0 .IP \(bu 2 New "start at login" option in the settings (only for GNOME) #251 .IP \(bu 2 Add \fB\-\-verbose\fP/\fB\-v\fP parameter to enable debug logging. Please note the existing \fB\-v\fP (for version number) has been renamed \fB\-V\fP\&. .IP \(bu 2 Support for hyperlink VTE extension (\fI\%described here\fP ) #945 (Untested, as it requires VTE 0.50) .IP \(bu 2 Add great color palettes from \fI\%Guake Color Scheme\fP, thanks for @ziyenano : .INDENT 2.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 \fIAci\fP, .IP \(bu 2 \fIaco\fP, .IP \(bu 2 \fIAzu\fP, .IP \(bu 2 \fIBim\fP, .IP \(bu 2 \fICai\fP, .IP \(bu 2 \fIElementary\fP, .IP \(bu 2 \fIElic\fP, .IP \(bu 2 \fIElio\fP, .IP \(bu 2 \fIFreya\fP, .IP \(bu 2 \fIGruvbox Dark\fP, .IP \(bu 2 \fIHemisu Dark\fP, .IP \(bu 2 \fIHemisu Light\fP, .IP \(bu 2 \fIJup\fP, .IP \(bu 2 \fIMar\fP, .IP \(bu 2 \fIMaterial\fP, .IP \(bu 2 \fIMiu\fP, .IP \(bu 2 \fIMonokai dark\fP, .IP \(bu 2 \fINep\fP, .IP \(bu 2 \fIOne Light\fP, .IP \(bu 2 \fIPali\fP, .IP \(bu 2 \fIPeppermint\fP, .IP \(bu 2 \fISat\fP, .IP \(bu 2 \fIShel\fP, .IP \(bu 2 \fITin\fP, .IP \(bu 2 \fIUra\fP, .IP \(bu 2 \fIVag\fP\&. .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to show the contextual menu with Shift+right click. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 delete tab even without libutempter (#1198) .IP \(bu 2 Fix crash when changing command file #1229 .IP \(bu 2 fix \fBimport sys\fP in \fBsimplegladeapp.py\fP .IP \(bu 2 change scope of \fBwhich_align\fP variable in \fBpref.py\fP (#1225) .IP \(bu 2 Fix several issues on Quick Edit: .INDENT 2.0 .IP \(bu 2 quick open freezes guake .IP \(bu 2 support for systems with PCRE2 (regular expression in terminal) disabled for VTE, like Ubuntu 17.10 and +. .sp This might disable quick open and open url on direct Ctrl+click. User can still select the wanted url or text and Cltr+click or use contextual menu. .sp See this \fI\%discussion on Tilix\fP, another Terminal emulator that suffurs the same issue. .IP \(bu 2 quick open now appears in contextual menu (#1157) .IP \(bu 2 bad translation update on the contextual menu. This causes new strings that was hidden to appear for translators. .IP \(bu 2 Fix quick open on pattern "\fI\%File:line\fP" line that was not opening the wanted file. .UNINDENT .IP \(bu 2 Fix user interface translations #1228 .IP \(bu 2 Some systems such as Ubuntu did displayed Guake with a translated interface (#1209). The locale system has been reworked to fix that. .IP \(bu 2 There might be broken translations, or not up\-to\-date language support by Guake. A global refresh of all existing translations would be welcomed. Most has not been updated since the transition to Guake 3, so these languages support might probably be unfunctional or at least partialy localized. .IP \(bu 2 A big thank you for all the volunteers and Guake enthousiats would often update their own translation to help guake being used world\-wide. \- Help is always welcomed for updating translations ! .IP \(bu 2 Support for vte 2.91 (0.52) #1222 .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr_FR .IP \(bu 2 pl .IP \(bu 2 de .UNINDENT .SS Notes for Package Maintainers .INDENT 0.0 .IP \(bu 2 The setup mechanism has changed a little bit. Some maintainers used to patch the source code of Guake to change the pixmap, Gtk schema or locale paths directly in the \fBguake/globals.py\fP file. This was due to a lack of flexibility of the installation target of the \fBMakefile\fP\&. .sp The \fBmake install\fP target looks now a little bit more familiar, allowing distribution packager to set the various paths directly with make flags. .sp For example: .INDENT 2.0 .INDENT 3.5 .sp .nf .ft C sudo make install \e prefix=/usr \e DESTDIR=/path/for/packager \e PYTHON_SITE_PACKAGE_NAME=site\-package \e localedir=/usr/share/locale .ft P .fi .UNINDENT .UNINDENT .sp The main overrides are: .INDENT 2.0 .IP \(bu 2 \fBIMAGE_DIR\fP: where the pixmap should be installed. Default: \fB/usr/local/share/guake/pixmaps\fP .IP \(bu 2 \fBlocaledir\fP: where locales should be installed. Default: \fB/usr/local/share/locale\fP .IP \(bu 2 \fBGLADE_DIR\fP: where the Glade files should be installed. Default: \fB/usr/local/share/guake\fP .IP \(bu 2 \fBgsettingsschemadir\fP: where gsettings/dconf schema should be installed. Default: \fB/usr/local/share/glib\-2.0/schemas/\fP .UNINDENT .sp I invite package maintainers to open tickets on Github about any other difficulties encountered when packaging Guake. .UNINDENT .SS 3.0.6 .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Hotfix of #1198 (Ctrl+D in the terminal does not close) and #1014 (guake hangs on exit) .UNINDENT .SS 3.0.5 .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Apply cursor blinking to new tabs as well, not only on settings change. .IP \(bu 2 Fix window losefocus hotkey #1080 .IP \(bu 2 Fix refocus if open #1188 .IP \(bu 2 fix preferences window header color, align the close button more nicely and change borders to margins .IP \(bu 2 Implements a timestamp for wayland (#1215) .UNINDENT .SS 3.0.4 .SS New Features .INDENT 0.0 .IP \(bu 2 Add window displacement options to move guake away from the screen edges .IP \(bu 2 User can manually enter the name of the GTK theme it wants Guake to use. Note there is no Preference settings yet, one needs to manually enter the name using \fBdconf\-editor\fP, in the key \fB/apps/guake/general/gtk\-theme\-name\fP\&. Use a name matching one the folders in \fB/usr/share/themes\fP\&. Please also considere this is a early adopter features and has only been tested on Ubuntu systems. Dark theme preference can be se with the key \fB/apps/guake/general/gtk\-prefer\-dark\-theme\fP\&. .IP \(bu 2 Allow make install\-system to be run as non root user and print a message if so. .IP \(bu 2 Quick open can now open file under selection. Simply select a filename in the current terminal and do a Ctrl+click, if the file path can be found, it will be open in your editor. It allows to virtually open any file path in your terminal (if they are on your local machine), but requires the user to select the file path first, compared to the Quick Open feature that finds file names using regular expression. .sp Also notes that is it able to look in the current folder if the selected file name exists, allowing Ctrl+click on relative paths as well. .sp Line number syntax is also supported: \fBfilename.txt:5\fP will directly on the 5th line if your Quick Open is set for. .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 fixes issue with vertically stacked dual monitors #1162 .IP \(bu 2 Quick Open functionality is restored #1121 .IP \(bu 2 Unusable Guake with "hide on focus lose" option #1152 .IP \(bu 2 Speed up guake D\-Bus communication (command line such as \fBguake \-t\fP). .UNINDENT .SS 3.0.3 .SS Release Summary .sp This minor release mainly focus on fixing big problems that was remaining after the migration to GTK3. I would like to akwonledge the work of some contributors that helped testing and reporting issues on Guake 3.0.0. Thanks a lot to @egmontkob and @aichingm. .sp The Preference window has been deeply reworked and the hotkey management has been rewritten. This was one the the major regression in Guake 3.0. .SS New Features .INDENT 0.0 .IP \(bu 2 [dev env] automatically open reno slug after creation for editing .IP \(bu 2 [dev env]: Add the possibility to terminate guake with \fBCtrl+c\fP on terminal where Guake has been launched .IP \(bu 2 Add "Infinite scrolling" option in "Scrolling" panel #274 .IP \(bu 2 Added hotkey for showing and focusing Guake window when it is opened or closed. It is convenient when Guake window are overlapped with another windows and user needs to just showing it without closing and opening it again. #1133 .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 Quick Edit feature is not working (#1121) .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 Remove visible bell feature #1081 .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Command options do not work, crash when disabling keybinding #1111 .IP \(bu 2 Do not open Guake window upon startup #1113 .IP \(bu 2 Fix crash on increase/decrease main window height shortcut #1099 .IP \(bu 2 Resolved conflicting default shortcut for \fBCtrl+F2\fP (now, rename current tab is set to \fBCtrl+Shift+R\fP) #1101, #1098 .IP \(bu 2 The hotkey management has been rewritten and is now fully functional .IP \(bu 2 Rework the Preference window and reorganize the settings. Lot of small issues has been fixed. The Preference window now fits in a 1024x768 screen. .IP \(bu 2 Fix \(aqFailed to execute child process "\-"\(aq \- #1119 .IP \(bu 2 History size spin is fixed and now increment by 1000 steps. Default history value is now set to 1000, because "1024" has no real meaning for end user. #1082 .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 de .IP \(bu 2 fr .IP \(bu 2 ru .UNINDENT .SS Other .INDENT 0.0 .IP \(bu 2 The dependencies of the Guake executable has been slightly better described in README. There is an example for Debian/Ubuntu in the file \fBbootstrap\-dev\-debian.sh\fP which is the main environment where Guake is developed and tested. .IP \(bu 2 Package maintainers are encouraged to submit their \fBbootstrap\-dev\-[distribution].sh\fP, applicable for other distributions, to help users install Guake from source, and other package maintainers. .UNINDENT .SS 3.0.2 .SS New Features .INDENT 0.0 .IP \(bu 2 Preliminary Dark theme support. To use it, install the \(aqnumix\(aq theme in your system. For example, Ubuntu/Debian users would use \fBsudo apt install numix\-gtk\-theme\fP\&. .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 Cannot enable or disable the GTK or Dark theme by a preference setting. .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 Resizer discontinued .UNINDENT .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Fix \fBsudo make uninstall/install\fP to work only with \fB/usr/local\fP .IP \(bu 2 Fix translation \fBmo\fP file generation .IP \(bu 2 Fix crash on Wayland .IP \(bu 2 Fix quick open and open link in terminal .IP \(bu 2 Fixed Guake initialization on desktop environment that does not support compositing. .UNINDENT .SS 3.0.1 .SS Release Summary .sp Minor maintenance release. .SS Bug Fixes .INDENT 0.0 .IP \(bu 2 Code cleaning and GNOME desktop file conformance .UNINDENT .SS 3.0.0 .SS Release Summary .sp Guake has been ported to GTK\-3 thanks to the huge work of @aichingm. This also implies Guake now uses the latest version of the terminal emulator component, VTE 2.91. Guake is now only working on Python 3 (version 3.5 or 3.6). Official support for Python 2 has been dropped. This enables new features in upcoming releases, such as "find in terminal", or "split screen". .SS New Features .INDENT 0.0 .IP \(bu 2 Ported to GTK3: .INDENT 2.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 cli arguments .IP \(bu 2 D\-Bus .IP \(bu 2 context menu of the terminal, the tab bar and the tray icon .IP \(bu 2 scrollbar of the terminal .IP \(bu 2 \fBctrl+d\fP on terminal .IP \(bu 2 fix double click on the tab bar .IP \(bu 2 fix double click on tab to rename .IP \(bu 2 fix clipboard from context menu .IP \(bu 2 notification module .IP \(bu 2 keyboard shortcuts .IP \(bu 2 preference screen .IP \(bu 2 port \fBgconfhandler\fP to \fBgsettingshandler\fP .IP \(bu 2 about dialog .IP \(bu 2 pattern matching .IP \(bu 2 \fBGuake.accel*\fP methods .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 Guake now use a brand new build system: .INDENT 2.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 \fBpipenv\fP to manage dependencies in \fIPipfile\fP .IP \(bu 2 enforced code styling and checks using Pylint, Flake8, Yapf, ISort. .IP \(bu 2 simpler release management thanks to PBR .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 [dev env] \fI\%reno\fP will be used to generate release notes for Guake starting version 3.0.0. It allows developers to write the right chunk that will appear in the release note directly from their Pull Request. .IP \(bu 2 .INDENT 2.0 .TP .B Update Guake window title when: .INDENT 7.0 .IP \(bu 2 the active tab changes .IP \(bu 2 the active tab is renamed .IP \(bu 2 the vte title changes .UNINDENT .UNINDENT .UNINDENT .SS Known Issues .INDENT 0.0 .IP \(bu 2 Translation might be broken in some language, waiting for the translation file to be updated by volunteers .IP \(bu 2 Resizer does not work anymore .IP \(bu 2 Package maintainers have to rework their integration script completely .IP \(bu 2 quick open and open link in terminal is broken .IP \(bu 2 \fBNote for package maintainers\fP: Guake 3 has a minor limitation regarding Glib/GTK Schemas files. Guake looks for the gsettings schema inside its data directory. So you will probably need install the schema twice, once in \fB/usr/local/lib/python3.5/dist\-packages/guake/data/\fP and once in \fB/usr/share/glib\-2.0/schemas\fP (see \fI\%#1064\fP). This is planned to be fixed in Guake 3.1 .UNINDENT .SS Upgrade Notes .INDENT 0.0 .IP \(bu 2 Minor rework of the preference window. .UNINDENT .SS Deprecations .INDENT 0.0 .IP \(bu 2 Background picture is no more customizable on each terminal .IP \(bu 2 Visual Bell has been deprecated .UNINDENT .SS Translation Updates .INDENT 0.0 .IP \(bu 2 fr\-FR .UNINDENT .SS Version 0.8.11 .sp Maintenance release with bug fixes and translation updates. .INDENT 0.0 .IP \(bu 2 #885 revert to the old fixed\-width tabs behavior .IP \(bu 2 move the startup script setting to the hooks tab .IP \(bu 2 #977 Add a configuration toggle to disable windows refocus .IP \(bu 2 #970 Right\-click tab options don\(aqt work properly .IP \(bu 2 #995 Russian translation .IP \(bu 2 #983 French translation .IP \(bu 2 #986 Update German translation .UNINDENT .SS Version 0.8.10 .sp Minors Bug fixes and new Ocean and Oceanic Next color schemes. .SS Version 0.8.9 .sp Thanks for guakers for the following contibutions: .sp New features: .INDENT 0.0 .IP \(bu 2 #793, #876: Execute a script on display event .IP \(bu 2 #864: Add preference dialog checkbox for toggling \(aqresizer\(aq visibility .IP \(bu 2 #885: tabs share the full screen width .IP \(bu 2 #942: Quick open also matches \fI/home\fP path .IP \(bu 2 #933: Add \fI\-l\fP option to get tab label .UNINDENT .sp Bug Fixes .INDENT 0.0 .IP \(bu 2 #934: Quick open does not work with dash .IP \(bu 2 #893, #896, #888: another Unity screen size fix .IP \(bu 2 Translation update: ja (#875), cn (#955), nl (#931), pt (#895), .UNINDENT .SS Version 0.8.8 .sp Thank to these contribution from Guake users, I am happy to announce a new minor fix release of Guake. .sp Features: .INDENT 0.0 .IP \(bu 2 Close a tab with the middle button of the mouse .UNINDENT .sp Bug Fixes: .INDENT 0.0 .IP \(bu 2 Fix error when toggle key was disabled .IP \(bu 2 Update change news .IP \(bu 2 Uppercase palette name .IP \(bu 2 Fix pylint errors .IP \(bu 2 Convert README badge to SVG .IP \(bu 2 Update Japanese translation .IP \(bu 2 update Russian translation .IP \(bu 2 updated CS translation .IP \(bu 2 Update zh_CN translation .UNINDENT .SS Version 0.8.7 .sp Do not forget to update the software version .SS Version 0.8.6 .sp Lot of bug fixes in this release. Thanks for all contributors ! .sp Please note that it is not tested on dual screen set ups. .sp Bug fixes: .INDENT 0.0 .IP \(bu 2 Terminal geometry fixes (#773 @koter84, #775 RedFlames, b36295 myself) .IP \(bu 2 Fix "changing max tab length" set all tab to same title .IP \(bu 2 Fix on terminal kill (#636, @coderstephen) .IP \(bu 2 Typo/Cosmetics (#761, @thuandt) .IP \(bu 2 Fix the bottom of tab buttons being cut off in Gnome (#786 @lopsided98) .IP \(bu 2 Fix fullscreen follow mouse (#774 @koter84) .IP \(bu 2 Option to shorten VTE tab name (#798 @versusvoid) .IP \(bu 2 Updated translations: .INDENT 2.0 .IP \(bu 2 french (b071b4, myself) .IP \(bu 2 russian (#787 @vantu5z), .IP \(bu 2 corean (#766 @nessunkim), .IP \(bu 2 polish (#799 @piotrdrag) .UNINDENT .UNINDENT .SS Version 0.8.5 .sp Minor version today, mostly minor bug fixes and translation update. .sp I did have time to work on GTK3, maintaining Guake to keep using GTK2 is more and more difficult, Travis kind of abandoned the compatibility of PyGtk2. .INDENT 0.0 .IP \(bu 2 Add a shortcut to open the last tab (#706, thanks @evgenius) .IP \(bu 2 Fix icon size on Ubuntu (#734) .IP \(bu 2 Add tab UUID and selection by UUID (#741, thanks @SoniEx2, @Ozzyboshi) .IP \(bu 2 Updated Polish (#705), Chinese (#711), German (#732), Brazil Portuguese (#744), Czech (#747) .IP \(bu 2 Fixed doc (#709, #706) .IP \(bu 2 Fix some Pep8 issue .UNINDENT .SS Version 0.8.4 .sp Bug fixes: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Very big icon tray (#598, @thardev) .IP \(bu 2 Feature keyboard shorcut hide on lose focus (#650, #262, #350, @thardev) .IP \(bu 2 Endless transparency and small rework of hide on lose focus (#651, @thardev) .IP \(bu 2 fix tray icon does not align in center (#663, @wuxinyumrx) .IP \(bu 2 Updated pt_BR translation (#686, @matheus\-manoel) .IP \(bu 2 improved Bluloco theme readability (#693, @uloco) .IP \(bu 2 ensure gsettings process is well kill (#636) .IP \(bu 2 fix exception in preference panel .UNINDENT .UNINDENT .UNINDENT .SS Version 0.8.3 .sp Quick fix about missing svg file .SS Version 0.8.2 .sp Bug fix version. Thanks for external contributions! .sp Feature: .INDENT 0.0 .IP \(bu 2 new palette \(aqBluloco\(aq (my default one now!) (@uloco) .UNINDENT .sp Bug fixes: .INDENT 0.0 .IP \(bu 2 tab bar width (@ozzyboshi) .IP \(bu 2 open new tab in current directory (#578, @Xtreak) .IP \(bu 2 fix default interpreter (#619, @Xtreak) .IP \(bu 2 fix use VTE title (#524, @Xtreak) .IP \(bu 2 Russian translation (@vantu5z), german (@Airfunker), spanish (@thardev) chinese (@Xinyu Ng) .IP \(bu 2 fix guake cannot restore fullscreen (#628, @thardev) .UNINDENT .SS Version 0.8.1 .INDENT 0.0 .INDENT 3.5 I started working on Guake 1.0.0, and not in a dedicated branch. It is now in its own source folder. We clearly need to move to gtk3 soon, since GTK2 is being discontinued, the VTE is no more maintained for GTK2\-Python, and adds lot of cool features. .sp So I am now starting to work on a complete rewrite of Guake, so don\(aqt expect 0.8.x to see lot of new features, unfortunately. But Guake 1.0.0 will add features such as: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 line wrap in terminal .IP \(bu 2 search in terminal .IP \(bu 2 dconf/gsettings to store configuration .IP \(bu 2 GTK3 look and feel .IP \(bu 2 much cleaner build and translation systems .UNINDENT .UNINDENT .UNINDENT .sp But, this means I cannot work too much on 0.8.x. I still do some bug fixes, and thanks to external contributors that share the love for Guake, Guake 0.8 still moves on! .sp So don\(aqt hesitate to have a look in the code to fix any bug you are experiencing and submit a Pull Request. .sp New features: .INDENT 0.0 .IP \(bu 2 a\-la guake\-indicator custom commands (#564) \- by @Ozzyboshi! .IP \(bu 2 Add option to allow/disallow bold font (#603) \- by @helix84! .IP \(bu 2 Clean current terminal item in contextual menu (#608) \- by @Denis Subbotin .UNINDENT .sp Bug fixes: .INDENT 0.0 .IP \(bu 2 Terminal widget disappears at random times (#592) .IP \(bu 2 Typo \- by @selivan, @Ruined1 .UNINDENT .UNINDENT .UNINDENT .SS Version 0.8.0 .INDENT 0.0 .INDENT 3.5 I have been extremely busy the previous 3 months, so I have almost not worked on Guake. I wanted to introduce in the next version some major features heavily asked, like session save and split terminal. They will have to wait a bit more. .sp As a result, most of the contribution are from external contributors. Thank you very much for all these patches! .sp This releases introduces two major changes in the project, thus the minor version change. .sp First, the new homepage is now online: .INDENT 0.0 .INDENT 3.5 \fI\%http://guake\-project.org/\fP .UNINDENT .UNINDENT .sp As I remind you, Guake has \fInot\fP control over the old domain guake.org. So far the content is still one of the old content of this domain. So please use \fI\%http://guake\-project.org\fP to reference Guake. .sp Source code of the Web site can be found here: .INDENT 0.0 .INDENT 3.5 \fI\%https://github.com/Guake/guake\-website\fP .UNINDENT .UNINDENT .sp The second major change in the project is the abandon of our internal hotkey manager \fBglobalhotkey\fP, which was responsible for binding hotkeys globally to the window manager. This piece of code was extremely old and hard to maintain. This was also unnecessarily complexifying the build process of Guake. Thanks to the contribution of @jenrik, we are now using a pretty common package \fBkeybinder\fP (Ubuntu: \fBpython\-keybinder\fP). .sp Bug fixes: .INDENT 0.0 .IP \(bu 2 Guake fails to start due to a GlobalHotkey related C call fixed by replacing GlobalHotkeys with keybinder. Fixed by @jenrik. (#558, #510) .IP \(bu 2 Fix icon issue with appindicator (#591) .IP \(bu 2 swap terms correctly when moving tabs (#473, #512, #588) .IP \(bu 2 Remove last reference to \-\-show\-hide (#587) .IP \(bu 2 fixed and completed german translation (#585) .IP \(bu 2 Drop duplicated man page (a526046a) .IP \(bu 2 use full path to tray icon with libappindicator (#591) .UNINDENT .UNINDENT .UNINDENT .SS Version 0.7.2 (2015.05.20) .INDENT 0.0 .INDENT 3.5 Bug fixes: .INDENT 0.0 .IP \(bu 2 Fix Ctrl+D regression (#550) .IP \(bu 2 update Quick Open Preference Window .UNINDENT .UNINDENT .UNINDENT .SS Version 0.7.1 (2015.05.18): .INDENT 0.0 .INDENT 3.5 Some bug fixes, and cleared issues with new palette colors. .sp As side note, our domain \(aqguake.org\(aq has been squatted by an outsider that seems only interested in getting money to release the domain. Since Guake is a small project, based on 100% OpenSource spirit, we do not want to loose more time on this subject. The guake website will be deployed soon on a new URL: .INDENT 0.0 .INDENT 3.5 \fI\%http://guake\-project.org\fP .UNINDENT .UNINDENT .sp Please do \fBNOT\fP use guake.org anymore, until we can retrieve it. We cannot be hold responsible for any content on guake.org anymore. .sp Bug fixes: .INDENT 0.0 .IP \(bu 2 Background and font color inversed for some color schemes (#516) .IP \(bu 2 Guake width wrong on non\-Unity Ubuntu desktop (#517) .IP \(bu 2 Add get_gtktab_name dbus interface (#529, #530) .IP \(bu 2 Fix issue with selection copy (#514) .IP \(bu 2 I18n fixes and updated Polish translation (#519). Thanks a lot @piotrdrag! .IP \(bu 2 Remove add and guake icon in tab (#543) .IP \(bu 2 prompt_on_close_tab option (#546) Thanks a lot @tobz1000! .IP \(bu 2 Fix default shortcuts for move tabs .UNINDENT .UNINDENT .UNINDENT .SS Version 0.7.0 (2015.05.02): .INDENT 0.0 .INDENT 3.5 I had more time working on Guake recently, so I fixed some long term issues, and exposed some internal settings into the preference window. .sp Thanks for the external contribution: @varemenos, @seraff and others! .sp Here is the complete changelog for this release: .INDENT 0.0 .IP \(bu 2 Reorganised palette definition, add a demo terminal in preference panel (#504, #273, #220) .IP \(bu 2 Plenty of other new color palettes (thanks again @varemenos ! #504) .IP \(bu 2 don\(aqt propagate COLORTERM environment variable in terminal (#488) .IP \(bu 2 Force $TERM environment variable to \(aqxterm\-256color\(aq in terminals (#341) .IP \(bu 2 Fix issue with the quit confirmation dialog box (#499) .IP \(bu 2 Add shortcut for transparency level (#481) .IP \(bu 2 Add label to tell user how to disable a shortcut (#488) .IP \(bu 2 Expose cursor_shape and blink cursor method in pref window (#505) .IP \(bu 2 Expose Guake startup script to the pref window (#198) .IP \(bu 2 Some window management bug fixes (#506, #445) .IP \(bu 2 Fix "Not focused on opening if tab was moved" (#441) .IP \(bu 2 Add contextual menu item \(aqOpen Link\(aq on right click on a link (5476653) .IP \(bu 2 Fix compatibility with Ubuntu 15.04 (#509) .IP \(bu 2 Fix Guake Turns Gray sometimes (#473, #512) .UNINDENT .UNINDENT .UNINDENT .SS Version 0.6.2 (2015.04.20): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Packaging issue fixes .UNINDENT .UNINDENT .UNINDENT .SS Version 0.6.1 (2015.04.19): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 bug fixes .UNINDENT .UNINDENT .UNINDENT .SS Version 0.6.0 (2015.04.18): .INDENT 0.0 .INDENT 3.5 This version is poor in new feature, I just don\(aqt have time to work on Guake. I got a lot of incompatibility reports on new systems, such as Wayland. Port to gtk3 is still a must have, but all features of the VTE component does not seem to have been ported. .sp Features: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Save current terminal buffer to file .IP \(bu 2 Hotkeys for moving tab .IP \(bu 2 plenty of color palettes (thanks @varemenos !) .IP \(bu 2 bug fixes .UNINDENT .UNINDENT .UNINDENT .UNINDENT .UNINDENT .SS Version 0.5.2 (2014.11.23): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 bug fixes .IP \(bu 2 Disable the \(aqfocus_if_open\(aq feature (hidden trigger, true per default). Restaure focus does not work in all systems. .IP \(bu 2 lot of "componentization" of the code, in preparation to the rebase of \(aqgtk3\(aq branch. .UNINDENT .UNINDENT .UNINDENT .SS Version 0.5.1 (2014.11.06): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 minor bug fixes release .UNINDENT .UNINDENT .UNINDENT .SS Version 0.5.0 (2014.02.22): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Tab can be moved .IP \(bu 2 Add change tab hotkey (F1\-F10 by default) and is display on tab .IP \(bu 2 Add "New tab" menu item .IP \(bu 2 Quick open file path within the terminal output .IP \(bu 2 gconf only settings: .INDENT 2.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 startup scripts .IP \(bu 2 vertical aligments .UNINDENT .UNINDENT .UNINDENT .IP \(bu 2 minor bug fixes .IP \(bu 2 New maintainer: .INDENT 2.0 .IP \(bu 2 Gaetan Semet <\fI\%gaetan@xeberon.net\fP> .UNINDENT .IP \(bu 2 Contributors: .INDENT 2.0 .IP \(bu 2 @koter84 .IP \(bu 2 @kneirinck .UNINDENT .UNINDENT .UNINDENT .UNINDENT .SS Versions < 0.5.0 .sp changes since 0.4.4: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Custom tab titles are no longer overridden by VTE ones (rgaudin) .IP \(bu 2 Absent notifications daemon is no longer fatal .IP \(bu 2 Fix for key hotkeys being recorded as key (Ian MacLeod) .IP \(bu 2 Font resizing using + and \- (Eiichi Sato) .IP \(bu 2 D\-Bus and commandline interface improvements .IP \(bu 2 L10n: .INDENT 2.0 .IP \(bu 2 Norwegian Bokmål po file renamed to nb_NO.po (Bjørn Lie) .IP \(bu 2 Added translations: Croatian, Czech, Dutch, Galician, Indonesian, Ukrainian. .IP \(bu 2 Updated translations: Catalan, French, German, Hungarian, Spanish, Swedish. .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp changes since 0.4.3: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 New icon for both guake and guake\-prefs .IP \(bu 2 Improved build scripts for themable icon installation .IP \(bu 2 Updated some autotools files .IP \(bu 2 Fixing a typo in the guake\-prefs.desktop file (Zaitor) .IP \(bu 2 wm_class can\(aqt be get by gnome\-shell css #414 .IP \(bu 2 Add the missing "System" category required by FDO menu specification (Jekyll Wu) .IP \(bu 2 Do not install the system\-wide autostart file (Jekyll Wu) .IP \(bu 2 Call window.move/resize only when not in fullscreen mode #403 (Empee584) .IP \(bu 2 Terminal scrolls to the wrong position when hiding and unhiding in fullscreen mode #258 (Empee584) .IP \(bu 2 Toggle fullscreen malfunction #371 (Empee584 & Sylvestre) .IP \(bu 2 Guake overlapped the second screen in a dual\-monitor setup with a sidepanel (Sylvestre) .IP \(bu 2 Tree items in Keyboard shortcuts tab of preferences window not localized #280 (Robertd) .IP \(bu 2 Add option to start in fullscreen mode #408 (Dom Sekotill) .IP \(bu 2 Refactoring of the fullscreen logic and addition of the \-\-fullscreen flag (Marcel Partap) .UNINDENT .UNINDENT .UNINDENT .sp changes since 0.4.2: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Better tab titling, based on VTE title sequences (Aleksandar Krsteski & Max Ulidtko) .IP \(bu 2 Some drag & drop support (Max Ulidtko) .IP \(bu 2 Fix for the many times reported "gconf proxy port as int" issue (Pingou) .IP \(bu 2 Better file layout which doesn\(aqt modify PYTHONPATH (Max Ulidtko) .UNINDENT .UNINDENT .UNINDENT .sp Updated translation and new translation: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Russian (Vadim Kotov) .IP \(bu 2 Spanish (Ricardo A. Hermosilla Carrillo) .IP \(bu 2 Japanese (kazutaka) .IP \(bu 2 Catalan (el_libre como el chaval) .UNINDENT .UNINDENT .UNINDENT .sp changes since 0.4.1: .sp Updated translations and new translations (unsorted): .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Norwegian (wty) .IP \(bu 2 Turkish (Berk Demirkır) .IP \(bu 2 Swedish (Daniel Nylander) .IP \(bu 2 Persian (Kasra Keshavarz) .IP \(bu 2 French (Bouska and Pingou) .IP \(bu 2 Russian (Pavel Alexeev and vkotovv) .IP \(bu 2 Polish (Piotr Drąg) .IP \(bu 2 Spanish, Castilian (dmartinezc) .IP \(bu 2 Italian (Marco Leogrande a.k.a. dark) .IP \(bu 2 Chinese simplified (甘露, Gan Lu) .IP \(bu 2 Portuguese/Brazilian (Djavan Fagundes) .IP \(bu 2 Japanese (kazutaka) .IP \(bu 2 Punjabi (A S Alam) .UNINDENT .UNINDENT .UNINDENT .sp Bugs/Features: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Calling the hide() method when closing main window: #229 (Lincoln) .IP \(bu 2 Fixing dbus path and name for the RemoteControl object: #202 (Lincoln) .IP \(bu 2 Setting http{s,}_proxy vars before calling fork_command: #172 (Lincoln) .IP \(bu 2 Adding the .nf \(ga .fi fr\(aq lang to ALL_LINGUAS: #189 (Lincoln) .IP \(bu 2 Option to configure the color palette: #51 (Eduardo Grajeda) .IP \(bu 2 Do not hide when showing rename dialog (Aleksandar Krsteski) .IP \(bu 2 Fixing the tab renaming feature: #205 (Lincoln) .UNINDENT .UNINDENT .UNINDENT .sp changes since 0.4.0: .sp Updated translation and new translation: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Italian .IP \(bu 2 French .IP \(bu 2 Portuguese/Brazilian .IP \(bu 2 Novergian .IP \(bu 2 German .IP \(bu 2 Polish .IP \(bu 2 Greek .IP \(bu 2 Hungarian .UNINDENT .UNINDENT .UNINDENT .sp Bugs/Features: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Change start message #168 .IP \(bu 2 Add an option to the preference windows to create new tab in cwd #146 .IP \(bu 2 Preferences windows are resizable #149 .IP \(bu 2 Guake\(aqs windows not shown when ran for the first time #174 .IP \(bu 2 Implement dbus interface to script with guake #150, #138, #105, #126, #128, #109 .IP \(bu 2 Command line arguments implemented \-n create a new tab \-e execute a command on a defined tab \-r rename a tab \-t toggle visibility .IP \(bu 2 Improve regex to use character classes (improve the support of certain locales) #156 .IP \(bu 2 Ask user if he really wants to quit when there is a child process #158 .IP \(bu 2 Double click on a tab allows you to rename the tab #165 .IP \(bu 2 Add more information on the INSTALL file .IP \(bu 2 Tray icon position fixed #161 .UNINDENT .UNINDENT .UNINDENT .sp Infrastructure: .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Move from guake\-terminal.org to guake.org .IP \(bu 2 Set up a mailing\-list at: \fI\%http://lists.guake.org/cgi\-bin/mailman/listinfo/guake\fP .UNINDENT .UNINDENT .UNINDENT .sp changes since 0.2 .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 Making prefs dialog window better, including a better title, fixing some paddings and spaces. .IP \(bu 2 Added backspace and delete compatibility options (thanks to gnome\-terminal guys =) .IP \(bu 2 Cleanup of data files (images and glade files), mostly images. .IP \(bu 2 Complete rewrite of tab system in the main window. .IP \(bu 2 Fixing all issues (I think =) in close tab feature. .IP \(bu 2 Adding tab rename feature. .IP \(bu 2 Making easier to grab keybinging shortcuts from the prefs screen by using eggcellrendererkeys lib. .IP \(bu 2 Now we look for more python interpreters when filling interpreters combo. .IP \(bu 2 Fixing a lot of bugs. .UNINDENT .UNINDENT .UNINDENT .SS License .sp GNU GENERAL PUBLIC LICENSE .sp Version 2, June 1991 .sp Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA .sp Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. .SH CONTRIBUTING TO GUAKE .SS Basic Details .sp If you would like to contribute to the development of Guake, here are some general information. .SS Found a Bug? .sp Before opening a new issue, please read the following: .INDENT 0.0 .IP \(bu 2 for \fBfeature requests\fP, please use \fI\%FeatHub\fP ). This allow us to spot directly which are the most requested features. .IP \(bu 2 A \fI\%Bountysource page\fP also exists for requesting new features for Guake. .IP \(bu 2 before opening \fBa new bug\fP, please search for a similar one in the \fI\%GitHub Issues\fP . .UNINDENT .SS Submitting a Pull Request .sp Please follow these steps before submitting a new Pull Request to Guake: .INDENT 0.0 .IP \(bu 2 rebase on latest HEAD with \fBgit pull rebase upstream master\fP .IP \(bu 2 describe your change in the pull request .IP \(bu 2 execute the code styling, checks and unit tests using: \fB$ make style check reno\-lint test\fP .IP \(bu 2 add a slug in release note using \fB$ make reno SLUG=\fP and edit the created file in \fIreleasenotes/notes/\fP\&. .sp You can see how \fIreno\fP works using \fIpipenv run reno \-\-help\fP\&. Please use a generic slug (eg, for translation update, use \fItranslation\fP) .UNINDENT .SS Release Procedure .INDENT 0.0 .IP \(bu 2 Ensure \fBrequirements.txt\fP is up to date with the Pipfile.lock, or we will have \fBdev0\fP version generated .IP \(bu 2 Merge all translation from Weblate .IP \(bu 2 Generate the release notes, and updates NEWS.rst with the upcoming release. .IP \(bu 2 Ensure this pull request build. .IP \(bu 2 Merge .IP \(bu 2 Tag with the same version .UNINDENT .SS Setting up the development environment .sp Before building the code, please ensure the dependencies are installed: .INDENT 0.0 .IP \(bu 2 GTK: >=3.18 .IP \(bu 2 VTE: 2.91 .IP \(bu 2 \fBlibkeybinder3\fP .UNINDENT .sp See full list of dependencies on the \fI\%Dependencies\fP page. .sp The following section describes how to install these dependencies on some systems, please be aware it might not be applicable to yours directly. .SS Install System dependencies .SS Ubuntu .sp Execute the following command to bootstrap all needed system dependencies: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ ./scripts/bootstrap\-dev\-debian.sh .ft P .fi .UNINDENT .UNINDENT .SS Fedora .sp Execute: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ ./scripts/bootstrap\-dev\-fedora.sh .ft P .fi .UNINDENT .UNINDENT .SS Arch Linux .sp Execute: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ ./scripts/bootstrap\-dev\-arch.sh .ft P .fi .UNINDENT .UNINDENT .SS Setup development environment .sp Install the dependencies of your system and use the following commands: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make dev $ sudo make install\-schemas # still required even for local execution .ft P .fi .UNINDENT .UNINDENT .sp You can force the interpreter version using the PYTHON_INTERPRETER variable: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make dev PYTHON_INTERPRETER=python3.6 .ft P .fi .UNINDENT .UNINDENT .sp Local execution of guake (without system\-wide install): .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make run .ft P .fi .UNINDENT .UNINDENT .SS Install on system .sp Use the following command to build and install on your system (in \fB/usr/local/\fP): .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make dev && make && sudo make install .ft P .fi .UNINDENT .UNINDENT .sp You can reinstall easily in your environment (only validated for Debian/Ubuntu) with: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make reinstall # will execute \(gasudo\(ga .ft P .fi .UNINDENT .UNINDENT .SS Git hook .sp Please install this git hook if you want to beautify your patch before submission: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make setup\-githook .ft P .fi .UNINDENT .UNINDENT .SS Hacking Guake .SS Contributing .sp First, be sure to use a version of Python 3 where GTK and GObjects works in your system. For instance, under Ubuntu 17.04, PyGtk and \fBpython3\-gi\fP does not work well if the default python 3 interpreter is forced to Python 3.6. .TS center; |l|l|l|. _ T{ Operating System T} T{ Recommended Python version T} T{ Notes T} _ T{ Ubuntu 14.04 LTS T} T{ Python 3.4 (UNTESTED) T} T{ T} _ T{ Ubuntu 16.04 LTS T} T{ Python 3.5 (TESTED) T} T{ T} _ T{ Ubuntu 17.04 T} T{ Python 3.5 (TESTED) T} T{ T} _ T{ Ubuntu 17.10 T} T{ Python 3.6 (TESTED) T} T{ Quick Open disabled (#1230) T} _ .TE .SS Validate your code .sp We are strict on code styling, with pep8 and pylint running automatically in GitHub Actions in order to reject badly shaped patches. Please use the following command to validate all python files: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make style # fix the style of python files $ make check # static code analysis $ make test # unit test campaign $ make dists # make distribution packages .ft P .fi .UNINDENT .UNINDENT .SS Update translation .sp Update all translation files: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ make update\-po .ft P .fi .UNINDENT .UNINDENT .sp Install the translations files: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ sudo make install\-locale .ft P .fi .UNINDENT .UNINDENT .sp Then use your favorite po editor, such as \fBpoedit\fP\&. .sp Start Guake with a different locale (locales should be installed): .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ LC_ALL=fr_FR.UTF8 make run .ft P .fi .UNINDENT .UNINDENT .SS Update NEWS .sp Update the \fINEWS\fP file using the followng command: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C make release\-note\-news .ft P .fi .UNINDENT .UNINDENT .sp The \fBChangeLog\fP files is not maintained but instead automatically generated by PBR when building the distribution packages. .sp Same goes for the \fIChangeLog\fP file. .SS Versioning .sp Versioning is automatically done using git tags. When a semver tag is pushed, a new version is automatically created by PBR. .sp PBR also has some magic to generate the version automatically from \fBsem\-ver\fP tag found in the commit message. See the \fBMakefile\fP\(aqs \fBtag\-pbr\fP target. .SS GitHub Actions build .sp GitHub Actions automatically check pull requests are compiling and check for code style. .sp Status of the latest build: \fI\%https://github.com/Guake/guake/actions\fP .SS Help for Package maintainers .sp This page is primarily targeted to package maintainers, willing to build and distribute Guake inside a Linux Distribution, such as Debian, Arch, Fedora, and so on. .sp It gives some information about how Guake is built. .SS Dependencies .SS System dependencies .sp Here are the system dependencies of Guake for its execution: .INDENT 0.0 .IP \(bu 2 GTK: >=3.18 .IP \(bu 2 VTE: 2.91 (>=\(ga0.42 <\fI\%https://packages.ubuntu.com/xenial/gir1.2\-vte\-2.91\fP>\(ga_). See \fI\%doc here\fP .IP \(bu 2 \fBgir1.2\-keybinder\-3.0\fP .IP \(bu 2 \fBgir1.2\-notify\-0.7\fP .IP \(bu 2 \fBgir1.2\-vte\-2.91\fP .IP \(bu 2 \fBlibkeybinder3\fP .IP \(bu 2 \fBpython3\-cairo\fP .IP \(bu 2 \fBpython3\-dbus\fP .IP \(bu 2 \fBpython3\-gi\fP .UNINDENT .sp Optional dependencies: .INDENT 0.0 .IP \(bu 2 \fBlibutempter0\fP: compatibility with \fBwall\fP or \fBscreen\fP commands .IP \(bu 2 Any GTK theme: \fBnumix\-gtk\-theme\fP, ... .UNINDENT .SS Python dependencies .sp The complete list of Python packages Guake requires for its execution is descripbed in the \fBPipfile\fP, section \fBpackages\fP\&. .SS Compatibility .sp The Team is willing to see Guake available on every major Linux distribution. Do not hesitate to contact us through GitHub Issue or directly by email (\fBgaetan [at] xeberon.net)\fP if you see any issue when packageing Guake. .sp The major compatibility issues we experience if with the different version of VTE. We try to integrate new cool VTE features when they are ready, and protect them with test on the version installed on the user\(aqs environment, but there may still be mistakes made, breaking the software for a given environment. Do not hesitate to warn us for that! .INDENT 0.0 .IP \(bu 2 Source Code available on \fI\%GitHub\fP\&. .IP \(bu 2 Official Homepage: \fI\%http://guake\-project.org\fP .IP \(bu 2 Online Documentation is hosted on \fI\%ReadTheDocs\fP\&. .IP \(bu 2 .INDENT 2.0 .TP .B If you are not a developer, you can still contribute to Guake by \fI\%improving its translations in your language\fP\&. Guake users are welcome \fI\%to support Weblate\fP in providing this service for free for OpenSource Projects. .UNINDENT .UNINDENT .sp \fBImportant note\fP: Do \fBNOT\fP use the domain guake.org, it has been registered by someone outside the team. We cannot be held responsible for the content on that web site. .SH AUTHOR Gaetan Semet .SH COPYRIGHT 2022, Gaetan Semet .\" Generated by docutils manpage writer. .