| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: guake-doc | 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: 10491933 | Source RPM: guake-3.10-6.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://guake.github.io/ | |
| Summary: Documentation for Guake | |
Guake is a dropdown terminal made for the GNOME desktop environment. This package provides the HTML documentation for Guake.
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/share/doc/packages/guake/html /usr/share/doc/packages/guake/html/_images /usr/share/doc/packages/guake/html/_images/intro-small.jpg /usr/share/doc/packages/guake/html/_images/quick-open-python-exception.png /usr/share/doc/packages/guake/html/_images/quick-open-selection.png /usr/share/doc/packages/guake/html/_images/quick-open.png /usr/share/doc/packages/guake/html/_sources /usr/share/doc/packages/guake/html/_sources/contributing /usr/share/doc/packages/guake/html/_sources/contributing/basic.rst.txt /usr/share/doc/packages/guake/html/_sources/contributing/dev_env.rst.txt /usr/share/doc/packages/guake/html/_sources/contributing/hacking.rst.txt /usr/share/doc/packages/guake/html/_sources/contributing/index.rst.txt /usr/share/doc/packages/guake/html/_sources/contributing/packaging.rst.txt /usr/share/doc/packages/guake/html/_sources/contributing/release.rst.txt /usr/share/doc/packages/guake/html/_sources/index.rst.txt /usr/share/doc/packages/guake/html/_sources/project /usr/share/doc/packages/guake/html/_sources/project/history.rst.txt /usr/share/doc/packages/guake/html/_sources/project/index.rst.txt /usr/share/doc/packages/guake/html/_sources/project/license.rst.txt /usr/share/doc/packages/guake/html/_sources/project/release_notes.rst.txt /usr/share/doc/packages/guake/html/_sources/user /usr/share/doc/packages/guake/html/_sources/user/cli.rst.txt /usr/share/doc/packages/guake/html/_sources/user/dbus.rst.txt /usr/share/doc/packages/guake/html/_sources/user/faq.rst.txt /usr/share/doc/packages/guake/html/_sources/user/features.rst.txt /usr/share/doc/packages/guake/html/_sources/user/gtk3.rst.txt /usr/share/doc/packages/guake/html/_sources/user/index.rst.txt /usr/share/doc/packages/guake/html/_sources/user/installing.rst.txt /usr/share/doc/packages/guake/html/_sources/user/whatisguake.rst.txt /usr/share/doc/packages/guake/html/_static /usr/share/doc/packages/guake/html/_static/_sphinx_javascript_frameworks_compat.js /usr/share/doc/packages/guake/html/_static/basic.css /usr/share/doc/packages/guake/html/_static/css /usr/share/doc/packages/guake/html/_static/css/badge_only.css /usr/share/doc/packages/guake/html/_static/css/fonts /usr/share/doc/packages/guake/html/_static/css/fonts/Roboto-Slab-Bold.woff /usr/share/doc/packages/guake/html/_static/css/fonts/Roboto-Slab-Bold.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/Roboto-Slab-Regular.woff /usr/share/doc/packages/guake/html/_static/css/fonts/Roboto-Slab-Regular.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/fontawesome-webfont.eot /usr/share/doc/packages/guake/html/_static/css/fonts/fontawesome-webfont.svg /usr/share/doc/packages/guake/html/_static/css/fonts/fontawesome-webfont.ttf /usr/share/doc/packages/guake/html/_static/css/fonts/fontawesome-webfont.woff /usr/share/doc/packages/guake/html/_static/css/fonts/fontawesome-webfont.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/lato-bold-italic.woff /usr/share/doc/packages/guake/html/_static/css/fonts/lato-bold-italic.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/lato-bold.woff /usr/share/doc/packages/guake/html/_static/css/fonts/lato-bold.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/lato-normal-italic.woff /usr/share/doc/packages/guake/html/_static/css/fonts/lato-normal-italic.woff2 /usr/share/doc/packages/guake/html/_static/css/fonts/lato-normal.woff /usr/share/doc/packages/guake/html/_static/css/fonts/lato-normal.woff2 /usr/share/doc/packages/guake/html/_static/css/theme.css /usr/share/doc/packages/guake/html/_static/doctools.js /usr/share/doc/packages/guake/html/_static/documentation_options.js /usr/share/doc/packages/guake/html/_static/file.png /usr/share/doc/packages/guake/html/_static/fonts /usr/share/doc/packages/guake/html/_static/fonts/Lato /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bold.eot /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bold.ttf /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bold.woff /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bold.woff2 /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bolditalic.eot /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bolditalic.ttf /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bolditalic.woff /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-bolditalic.woff2 /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-italic.eot /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-italic.ttf /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-italic.woff /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-italic.woff2 /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-regular.eot /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-regular.ttf /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-regular.woff /usr/share/doc/packages/guake/html/_static/fonts/Lato/lato-regular.woff2 /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff /usr/share/doc/packages/guake/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 /usr/share/doc/packages/guake/html/_static/jquery.js /usr/share/doc/packages/guake/html/_static/js /usr/share/doc/packages/guake/html/_static/js/badge_only.js /usr/share/doc/packages/guake/html/_static/js/theme.js /usr/share/doc/packages/guake/html/_static/js/versions.js /usr/share/doc/packages/guake/html/_static/language_data.js /usr/share/doc/packages/guake/html/_static/minus.png /usr/share/doc/packages/guake/html/_static/plus.png /usr/share/doc/packages/guake/html/_static/pygments.css /usr/share/doc/packages/guake/html/_static/searchtools.js /usr/share/doc/packages/guake/html/_static/sphinx_highlight.js /usr/share/doc/packages/guake/html/contributing /usr/share/doc/packages/guake/html/contributing/basic.html /usr/share/doc/packages/guake/html/contributing/dev_env.html /usr/share/doc/packages/guake/html/contributing/hacking.html /usr/share/doc/packages/guake/html/contributing/index.html /usr/share/doc/packages/guake/html/contributing/packaging.html /usr/share/doc/packages/guake/html/contributing/release.html /usr/share/doc/packages/guake/html/genindex.html /usr/share/doc/packages/guake/html/index.html /usr/share/doc/packages/guake/html/objects.inv /usr/share/doc/packages/guake/html/project /usr/share/doc/packages/guake/html/project/history.html /usr/share/doc/packages/guake/html/project/index.html /usr/share/doc/packages/guake/html/project/license.html /usr/share/doc/packages/guake/html/project/release_notes.html /usr/share/doc/packages/guake/html/search.html /usr/share/doc/packages/guake/html/searchindex.js /usr/share/doc/packages/guake/html/user /usr/share/doc/packages/guake/html/user/cli.html /usr/share/doc/packages/guake/html/user/dbus.html /usr/share/doc/packages/guake/html/user/faq.html /usr/share/doc/packages/guake/html/user/features.html /usr/share/doc/packages/guake/html/user/gtk3.html /usr/share/doc/packages/guake/html/user/index.html /usr/share/doc/packages/guake/html/user/installing.html /usr/share/doc/packages/guake/html/user/whatisguake.html /usr/share/licenses/guake-doc /usr/share/licenses/guake-doc/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:56:59 2025