Skip to content

Commit

Permalink
beware to use gtk+ v3.18 not 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Jan 17, 2018
1 parent 18df300 commit 6cc8705
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Release Notes
=============

3.0.2
-----

Release Summary
~~~~~~~~~~~~~~~

This releases add preliminary support of Dark Theme.

New Features
~~~~~~~~~~~~

- Dark theme support. To use it, install the 'numix' theme in your system. For example,
Ubuntu/Debian users would use ``sudo apt install numix-gtk-theme``.

Known Issues
~~~~~~~~~~~~

- Cannot enable or disable the GTK theme by a preference setting

Deprecations
~~~~~~~~~~~~

- Resizer discontinued

Bug Fixes
~~~~~~~~~

- Fix ``sudo make uninstall/install`` to work only with ``/usr/local``

- Fix translation ``mo`` file generation

- Fix crash on Wayland

- Fix quick open and open link in terminal

- Fixed Guake initialization on desktop environment that does not support compositing.

3.0.1
-----

Expand Down Expand Up @@ -71,6 +108,8 @@ Known Issues

- Package maintainers have to rework their integration script completely

- quick open and open link in terminal is broken

- **Note for package maintainers**: 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 ``/usr/local/lib/python3.5/dist-packages/guake/data/`` and once
Expand Down
8 changes: 4 additions & 4 deletions guake/data/about.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="gtk+" version="3.18"/>
<object class="GtkAboutDialog" id="aboutdialog">
<property name="can_focus">False</property>
<property name="resizable">False</property>
Expand All @@ -18,7 +18,7 @@ terminal based on FPS games terminal</property>
<property name="license" translatable="yes">Guake is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any
either version 2 of the License, or (at your option) any
later version.

Guake is distributed in the hope that it will be useful, but
Expand All @@ -27,7 +27,7 @@ warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public
License for more details.

You should have received a copy of the GNU General
You should have received a copy of the GNU General
Public License along with Guake; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA</property>
Expand Down

0 comments on commit 6cc8705

Please sign in to comment.