| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: guake | Distribution: openSUSE Tumbleweed |
| Version: 3.10 | Vendor: openSUSE |
| Release: 6.1 | Build date: Mon Mar 10 10:39:47 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 2927937 | Source RPM: guake-3.10-6.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://guake.github.io/ | |
| Summary: Drop-down terminal for GNOME | |
Guake is a dropdown terminal made for the GNOME desktop environment.
GPL-2.0-or-later
* Mon Mar 10 2025 Marius Grossu <marius.grossu@suse.com>
- change the docs dependencies to python3-sphinx_rtd_theme and
python3-sphinxcontrib-programoutput
* Thu Jan 23 2025 Sebastian Wagner <sebix@sebix.at>
- add python311-sphinx_rtd_theme as build dep to fix doc build on ARM
* Fri Jan 17 2025 Thorsten Kukuk <kukuk@suse.com>
- Disable libutempter, it doesn't work anymore with the switch
from utmp to systemd-logind
* Tue Apr 02 2024 John Vandenberg <jayvdb@gmail.com>
- Update URL to https://guake.github.io/
* Sun Nov 19 2023 Bernhard Wiedemann <bwiedemann@suse.com>
- Workaround Sphinx issue to generate reproducible docs (boo#1102408)
* Tue Jun 27 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.10:
* Fix 0 timestamp #1857 #1950 [gh#Guake/guake#2102].
* search engine can be set to preference [gh#Guake/guake#2125].
* Added custom search engine input #2088 [gh#Guake/guake#2134].
* Include names of processes in PromptQuitDialog
[gh#Guake/guake#2135].
* Add new hotkey to open new tab in same directory
[gh#Guake/guake#2136].
* Add pin button to temporarily prevent hiding when losing focus
[gh#Guake/guake#2138].
* Add pre-commit config and apply all fixes
[gh#Guake/guake#2139].
* Add a new hotkey to select all text in the current terminal
[gh#Guake/guake#2145].
* Run -e in new tabs generated by split vertical/horizontal
[gh#Guake/guake#2172].
* Add global hotkey instructions to docs [gh#Guake/guake#2173].
* Open a new guake tab if guake is called with guake [PATH] and
no other flags. [gh#Guake/guake#2174].
* Save font size when changing zoom level with keyboard
shortcuts [gh#Guake/guake#2175].
- Add guake-Makefile-generate-install-paths.patch: Modify paths in
the Makefile to reflect actual paths installed to by rpm
package.
- Build and install workflow overhaul based on upstream Makefile:
* Run make targets to generate desktop, locale files, and set-up
the correct system paths in paths.py (generate-paths)
* Use pyproject_wheel and pyproject_install to build guake
python modules.
* Run make install-schemas to install desktop app data.
* Build and install documentation in the form of HTML (split out
separate doc package) and man.
- Drop outdated NEWS.rst package from installed files.
- Add guake.rpmlintrc file to suppress false positive
warnings and errors.
* Sun May 21 2023 Andreas Stieger <andreas.stieger@gmx.de>
- fix missing dependency on PyYAML (boo#1211574)
* Tue Nov 29 2022 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 3.9.0:
* return of the --execute-command flag with slightly adjusted semantics,
* a new system for setting terminal parameters with yaml files and various fixes
* Fix custom label not working
* fix fullscreen using pointer on several monitors
* Add TERM_PROGRAM environment variable like other well-known terminals
* Add open link under terminal cursor
* Fix split terminal did not preverse font scale
* Save layout when splitting/closing split panes
* Add command line flag to get tab number/position from UUID
* Reintroduce execute_command dbus hook
* Mon Feb 14 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.8.5:
* Fixed readthedoc system.
* Fix system font only being applied to last tab
[gh#Guake/guake#1954].
* Use keycode for keybindings [gh#Guake/guake#1953].
* Replace | with non unicode dependent | [gh#Guake/guake#1966].
* Add pbr fallback [gh#Guake/guake#1964].
* Fix vte spawn_sync runtime check failed [gh#Guake/guake#1974].
* Add GUAKE_ENABLE_WAYLAND environment variable
[gh#Guake/guake#1975].
* Switch default for hide tab bar if only one tab to disabled
[gh#Guake/guake#1983].
* Changed default keybindig to toggle hide on lose focus. Fix
gh#Guake/guake#1719 [gh#Guake/guake#1988].
* Drop pbr [gh#Guake/guake#1991].
* Fix translation file inclusion [gh#Guake/guake#2004].
* feature: --is-visible option [gh#Guake/guake#2008].
* Reinstate double click to open tabs [gh#Guake/guake#2010].
* Fix deepsource complaints [gh#Guake/guake#2009].
* Fix arbitrary execution via dbus security flaw
[gh#Guake/guake#2017].
* Eliminate redundant terminal spawning [gh#Guake/guake#2020].
* Translation and documentation updates.
- Use PyPI source tarball instead of GitHub tag-ref'ed ones to
avoid incorrect reading of the version by build scripts; see
<https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source>
- Add 'paths.py.in' as additional source; missed by PyPI tarball.
- Drop remove_setuptools_scm.patch: No longer needed in light of
above; also drop associated workaround in %setup.
- New BuildRequires: python3-setuptools_scm needed for proper
version determination.
- Explicitly list egg-info dir in file-list to ensure proper
versioning has been applied during build.
- Enforce python3-setuptools >= 57.5 for BuildRequires as required
by upstream.
- Drop PBR_VERSION workaround from make install: No longer needed.
- Fix an EOL encoding.
- Drop a useless placeholder dir from docs.
* Fri Feb 04 2022 Sebastian Wagner <sebix@sebix.at>
- add new patch remove_setuptools_scm.patch to remove the dependency on setuptools_scm
- write the version guake/_version.py in prep step.
- Update to version 3.8.2:
- Fix system font only being applied to last tab by @Davidy22 in #1954
- Use keycode for keybindings by @vantu5z in #1953
- Replace | with non unicode dependent | by @Davidy22 in #1966
- Update news file by @Davidy22 in #1951
- Add pbr fallback by @Davidy22 in #1964
- Fix vte spawn_sync runtime check failed by @mlouielu in #1974
- Add GUAKE_ENABLE_WAYLAND environment variable by @VitalyAnkh in #1975
- Add instructions for PPA install by @Davidy22 in #1961
- Switch default for hide tab bar if only one tab to disabled by @Davidy22 in #1983
- Changed default keybindig to toggle hide on lose focus. Fix #1719 by @jcfstabile in #1988
- Fix module gi not found when make run by @jcfstabile in #1989
- Revert "Fix module gi not found when make run " by @mlouielu in #1992
- Drop pbr by @eli-schwartz in #1991
- Bump pipenv from 2021.5.29 to 2022.1.8 by @dependabot in #2005
- Fix upload to pypi test by @Davidy22 in #2002
- Fix translation file inclusion by @Davidy22 in #2004
- feature: --is-visible option #1926 by @rjeb in #2008
- Reinstate double click to open tabs by @Davidy22 in #2010
- Fix deepsource complaints by @Davidy22 in #2009
- ci: enable upload to pypi by @Davidy22 in #2007
- Generate release notes for 3.8.2 by @Davidy22 in #2012
- Update translation from Weblate by @gsemet in #2013
- Revert "doc: update NEWS.rst" by @Davidy22 in #2014
- ci: no pipeline on pull_request by @gsemet in #2016
- Revert "ci: no pipeline on pull_request" by @Davidy22 in #2018
- Fix arbitrary execution via dbus security flaw by @Davidy22 in #2017
- Eliminate redundant terminal spawning by @Davidy22 in #2020
- Generate release notes for 3.8.2 by @Davidy22 in #2024
/usr/bin/guake /usr/bin/guake-toggle /usr/lib/python3.13/site-packages/guake /usr/lib/python3.13/site-packages/guake-3.10.dist-info /usr/lib/python3.13/site-packages/guake-3.10.dist-info/COPYING /usr/lib/python3.13/site-packages/guake-3.10.dist-info/INSTALLER /usr/lib/python3.13/site-packages/guake-3.10.dist-info/METADATA /usr/lib/python3.13/site-packages/guake-3.10.dist-info/RECORD /usr/lib/python3.13/site-packages/guake-3.10.dist-info/REQUESTED /usr/lib/python3.13/site-packages/guake-3.10.dist-info/WHEEL /usr/lib/python3.13/site-packages/guake-3.10.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/guake-3.10.dist-info/top_level.txt /usr/lib/python3.13/site-packages/guake/__init__.py /usr/lib/python3.13/site-packages/guake/__pycache__ /usr/lib/python3.13/site-packages/guake/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/about.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/about.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/boxes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/boxes.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/customcommands.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/customcommands.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/dbusiface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/dbusiface.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/dialogs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/dialogs.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/globals.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/globals.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/gsettings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/gsettings.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_app.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_app.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_logging.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_logging.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_toggle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/guake_toggle.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/keybindings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/keybindings.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/main.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/main.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/menus.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/menus.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/notebook.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/notebook.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/notifier.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/notifier.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/palettes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/palettes.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/paths.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/paths.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/prefs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/prefs.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/simplegladeapp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/simplegladeapp.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/split_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/split_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/support.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/support.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/terminal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/terminal.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/theme.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/theme.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/_version.py /usr/lib/python3.13/site-packages/guake/about.py /usr/lib/python3.13/site-packages/guake/boxes.py /usr/lib/python3.13/site-packages/guake/callbacks.py /usr/lib/python3.13/site-packages/guake/common.py /usr/lib/python3.13/site-packages/guake/customcommands.py /usr/lib/python3.13/site-packages/guake/data /usr/lib/python3.13/site-packages/guake/data/__init__.py /usr/lib/python3.13/site-packages/guake/data/__pycache__ /usr/lib/python3.13/site-packages/guake/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/guake/data/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/guake/data/about.glade /usr/lib/python3.13/site-packages/guake/data/autostart-guake.desktop /usr/lib/python3.13/site-packages/guake/data/guake-prefs.template.desktop /usr/lib/python3.13/site-packages/guake/data/guake.desktop.metainfo.xml /usr/lib/python3.13/site-packages/guake/data/guake.glade /usr/lib/python3.13/site-packages/guake/data/guake.template.desktop /usr/lib/python3.13/site-packages/guake/data/org.guake.gschema.xml /usr/lib/python3.13/site-packages/guake/data/pixmaps /usr/lib/python3.13/site-packages/guake/data/pixmaps/add_tab.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-128.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-48.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-64.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-notification.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-tray.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake-tray.svg /usr/lib/python3.13/site-packages/guake/data/pixmaps/guake.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/intro-large.jpg /usr/lib/python3.13/site-packages/guake/data/pixmaps/intro-medium.jpg /usr/lib/python3.13/site-packages/guake/data/pixmaps/intro-small.jpg /usr/lib/python3.13/site-packages/guake/data/pixmaps/quick-open-python-exception.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/quick-open-selection.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/quick-open.png /usr/lib/python3.13/site-packages/guake/data/pixmaps/screenshot-fullscreen.jpg /usr/lib/python3.13/site-packages/guake/data/pixmaps/screenshot-small.jpg /usr/lib/python3.13/site-packages/guake/data/prefs.glade /usr/lib/python3.13/site-packages/guake/data/search.glade /usr/lib/python3.13/site-packages/guake/dbusiface.py /usr/lib/python3.13/site-packages/guake/dialogs.py /usr/lib/python3.13/site-packages/guake/globals.py /usr/lib/python3.13/site-packages/guake/gsettings.py /usr/lib/python3.13/site-packages/guake/guake_app.py /usr/lib/python3.13/site-packages/guake/guake_logging.py /usr/lib/python3.13/site-packages/guake/guake_toggle.py /usr/lib/python3.13/site-packages/guake/keybindings.py /usr/lib/python3.13/site-packages/guake/main.py /usr/lib/python3.13/site-packages/guake/menus.py /usr/lib/python3.13/site-packages/guake/notebook.py /usr/lib/python3.13/site-packages/guake/notifier.py /usr/lib/python3.13/site-packages/guake/palettes.py /usr/lib/python3.13/site-packages/guake/paths.py /usr/lib/python3.13/site-packages/guake/prefs.py /usr/lib/python3.13/site-packages/guake/settings.py /usr/lib/python3.13/site-packages/guake/simplegladeapp.py /usr/lib/python3.13/site-packages/guake/split_utils.py /usr/lib/python3.13/site-packages/guake/support.py /usr/lib/python3.13/site-packages/guake/terminal.py /usr/lib/python3.13/site-packages/guake/theme.py /usr/lib/python3.13/site-packages/guake/utils.py /usr/share/applications/guake-prefs.desktop /usr/share/applications/guake.desktop /usr/share/doc/packages/guake /usr/share/doc/packages/guake/README.rst /usr/share/glib-2.0/schemas/org.guake.gschema.xml /usr/share/guake /usr/share/guake/about.glade /usr/share/guake/autostart-guake.desktop /usr/share/guake/guake.glade /usr/share/guake/pixmaps /usr/share/guake/pixmaps/add_tab.png /usr/share/guake/pixmaps/guake-128.png /usr/share/guake/pixmaps/guake-48.png /usr/share/guake/pixmaps/guake-64.png /usr/share/guake/pixmaps/guake-notification.png /usr/share/guake/pixmaps/guake-tray.png /usr/share/guake/pixmaps/guake-tray.svg /usr/share/guake/pixmaps/guake.png /usr/share/guake/pixmaps/quick-open-python-exception.png /usr/share/guake/pixmaps/quick-open-selection.png /usr/share/guake/pixmaps/quick-open.png /usr/share/guake/prefs.glade /usr/share/guake/search.glade /usr/share/licenses/guake /usr/share/licenses/guake/COPYING /usr/share/man/man1/guake.1.gz /usr/share/metainfo/guake.desktop.metainfo.xml /usr/share/pixmaps/guake.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:25:32 2025