summaryrefslogtreecommitdiff
path: root/retired/min/icon.patch
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-13 19:03:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-13 19:06:12 +0200
commit860468d216609fdd8aef67abe050bb214e8651ac (patch)
tree5b4b7252fcf0fa0e9c16374361516f9070e2d0d7 /retired/min/icon.patch
parent3edd18f177f427c65346c12bf39ca301ea1dfe93 (diff)
downloadabslibre-860468d216609fdd8aef67abe050bb214e8651ac.tar.gz
abslibre-860468d216609fdd8aef67abe050bb214e8651ac.tar.bz2
abslibre-860468d216609fdd8aef67abe050bb214e8651ac.zip
Remove the min package and the nonfree directory
The min package depends on electron, and since it's a web browser, and that electron is unlikely to be fixed any time soon as fixing it would require substancial work, it's safe to remove it. Link: https://labs.parabola.nu/issues/3227 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'retired/min/icon.patch')
-rw-r--r--retired/min/icon.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/retired/min/icon.patch b/retired/min/icon.patch
new file mode 100644
index 000000000..dd8194718
--- /dev/null
+++ b/retired/min/icon.patch
@@ -0,0 +1,10 @@
+--- a/main/main.js
++++ b/main/main.js
+@@ -83,7 +83,6 @@
+ minWidth: 320,
+ minHeight: 350,
+ titleBarStyle: 'hiddenInset',
+- icon: __dirname + '/icons/icon256.png',
+ frame: process.platform !== 'win32',
+ backgroundColor: '#fff', // the value of this is ignored, but setting it seems to work around https://github.com/electron/electron/issues/10559
+ })