Enable debugging
Use the G_MESSAGES_DEBUG and GNOME_TERMINAL_DEBUG environment variables to enable and tweak the debug output at run-time.
This commit is contained in:
parent
bb5f88b61f
commit
d4a41334b4
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.36.1.1
|
Version: 3.36.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Terminal emulator for GNOME
|
Summary: Terminal emulator for GNOME
|
||||||
|
|
||||||
License: GPLv3+ and GFDL and LGPLv2+
|
License: GPLv3+ and GFDL and LGPLv2+
|
||||||
@ -67,6 +67,7 @@ autoreconf -f -i
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-debug \
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--with-nautilus-extension
|
--with-nautilus-extension
|
||||||
|
|
||||||
@ -106,6 +107,9 @@ make check
|
|||||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 15 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-2
|
||||||
|
- Enable debugging
|
||||||
|
|
||||||
* Mon Apr 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-1
|
* Mon Apr 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-1
|
||||||
- Update to 3.36.1.1
|
- Update to 3.36.1.1
|
||||||
- Rebase the patches
|
- Rebase the patches
|
||||||
|
Loading…
Reference in New Issue
Block a user