Skip to content

3.0.4

Compare
Choose a tag to compare
@gsemet gsemet released this 25 Jan 16:02
· 862 commits to master since this release

Note: Please do not use the artefacts links automatically provided by GitHub to download the source code. The package will not work.

New Features

  • Add window displacement options to move guake away from the screen edges

  • 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 dconf-editor, in the key /apps/guake/general/gtk-theme-name. Use a name matching one the folders in /usr/share/themes. 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 /apps/guake/general/gtk-prefer-dark-theme.

  • Allow make install-system to be run as non root user and print a message if so.

  • 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.

    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.

    Line number syntax is also supported: filename.txt:5 will directly on the 5th line if your Quick Open is set for.

Bug Fixes

  • fixes issue with vertically stacked dual monitors #1162

  • Quick Open functionnality is restored #1121

  • Unusable Guake with "hide on focus lose" option #1152

  • Speed up guake D-Bus communication (command line such as guake -t).