From 0ede70703000c13d8aee5a9bc7ca77fcf045cbba Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Thu, 16 Aug 2018 02:06:33 -0500 Subject: [PATCH] Set qterminal window size to upstream default. (LP: #1786978) Summary: 800x600 is more appropriate than 640x480, which was causing problems. This is part two of a fix for this bug. The previous one (D3) used the right terminal. This one fixes the display issue. Test Plan: 1. Right click on nm-tray 2. Select "Edit Connections" Assuming the other fix is present, should display nmtui-edit fully in a window. Reviewers: tsimonq2 Differential Revision: https://phab.lubuntu.me/D6 --- debian/changelog | 4 ++++ debian/patches/qterminal-window-size.patch | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) create mode 100644 debian/patches/qterminal-window-size.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index c256ad4..63718c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ lubuntu-default-settings (1.9) UNRELEASED; urgency=medium + [ Simon Quigley ] * We use Falkon now, not Qupzilla (LP: #1786986). + [ Walter Lapchynski ] + * Set qterminal window size to upstream default. (LP: #1786978) + -- Simon Quigley Tue, 14 Aug 2018 17:25:37 -0500 lubuntu-default-settings (1.8) cosmic; urgency=medium diff --git a/debian/patches/qterminal-window-size.patch b/debian/patches/qterminal-window-size.patch new file mode 100644 index 0000000..ff5a9be --- /dev/null +++ b/debian/patches/qterminal-window-size.patch @@ -0,0 +1,12 @@ +Description: Set qterminal window size to upstream default. +Author: Walter Lapchynski +Bug: https://launchpad.net/bugs/1786978 +--- a/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini ++++ b/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini +@@ -3,3 +3,6 @@ ConfirmMultilinePaste=true + HideTabBarWithOnlyOneTab=true + fontFamily=Ubuntu Mono + fontSize=14 ++ ++[MainWindow] ++size=@Size(800 600) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6aa4ccc --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +qterminal-window-size.patch