Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thunderbird: add thunderbird-wayland start script.
@ 2019-10-30 21:43 voidlinux-github
  2019-10-31 22:30 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-30 21:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

There is a new pull request by the-antz against master on the void-packages repository

https://github.com/the-antz/void-packages master
https://github.com/void-linux/void-packages/pull/15969

thunderbird: add thunderbird-wayland start script.
Thunderbird equivalent for the firefox-wayland script in the firefox
package.

A patch file from https://github.com/void-linux/void-packages/pull/15969.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-15969.patch --]
[-- Type: text/x-diff, Size: 1417 bytes --]

From c807a9cd18027f58429d183a7aea7c9f6eebe807 Mon Sep 17 00:00:00 2001
From: Antz <antzz@protonmail.ch>
Date: Wed, 30 Oct 2019 22:36:10 +0100
Subject: [PATCH] thunderbird: add thunderbird-wayland start script.

Thunderbird equivalent for the firefox-wayland script in the firefox
package.
---
 srcpkgs/thunderbird/files/thunderbird-wayland | 2 ++
 srcpkgs/thunderbird/template                  | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/thunderbird/files/thunderbird-wayland

diff --git a/srcpkgs/thunderbird/files/thunderbird-wayland b/srcpkgs/thunderbird/files/thunderbird-wayland
new file mode 100644
index 00000000000..cd7f9ab7394
--- /dev/null
+++ b/srcpkgs/thunderbird/files/thunderbird-wayland
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec env MOZ_ENABLE_WAYLAND= /usr/lib/thunderbird/thunderbird "$@"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 00ac7345e35..271b18fe6b8 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=68.2.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -202,4 +202,6 @@ do_install() {
 
 	# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
 	ln -sf thunderbird ${DESTDIR}/usr/lib/thunderbird/thunderbird-bin
+
+	vbin ${FILESDIR}/thunderbird-wayland
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: thunderbird: add thunderbird-wayland start script.
  2019-10-30 21:43 [PR PATCH] thunderbird: add thunderbird-wayland start script voidlinux-github
@ 2019-10-31 22:30 ` voidlinux-github
  2019-11-01  0:20 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-31 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15969#issuecomment-548594776

Comment:
why not just set this variable in the user's env instead?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: thunderbird: add thunderbird-wayland start script.
  2019-10-30 21:43 [PR PATCH] thunderbird: add thunderbird-wayland start script voidlinux-github
  2019-10-31 22:30 ` voidlinux-github
@ 2019-11-01  0:20 ` voidlinux-github
  2019-11-01  1:07 ` voidlinux-github
  2019-11-01  1:07 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-01  0:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/15969#issuecomment-548619276

Comment:
Mostly to make it work the same as with the firefox package which comes with firefox-wayland. I think we should either add thunderbird-wayland or remove firefox-wayland to make them behave the same.

Adding thunderbird-wayland is probably better for integration with firejail which comes with separate profiles for firefox-wayland / thunderbird-wayland. OTOH those profiles currently only include the normal ff / tb profile.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: thunderbird: add thunderbird-wayland start script.
  2019-10-30 21:43 [PR PATCH] thunderbird: add thunderbird-wayland start script voidlinux-github
  2019-10-31 22:30 ` voidlinux-github
  2019-11-01  0:20 ` voidlinux-github
@ 2019-11-01  1:07 ` voidlinux-github
  2019-11-01  1:07 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-01  1:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

New comment by the-antz on void-packages repository

https://github.com/void-linux/void-packages/pull/15969#issuecomment-548627133

Comment:
After rethinking this it's probably best to not merge this PR and to also keep firefox as it is. Removing firefox-wayland would create trouble for those used to the script but it's probably better to not add another of those.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: thunderbird: add thunderbird-wayland start script.
  2019-10-30 21:43 [PR PATCH] thunderbird: add thunderbird-wayland start script voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-01  1:07 ` voidlinux-github
@ 2019-11-01  1:07 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-01  1:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

There's a closed pull request on the void-packages repository

thunderbird: add thunderbird-wayland start script.
https://github.com/void-linux/void-packages/pull/15969

Description:
Thunderbird equivalent for the firefox-wayland script in the firefox
package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-01  1:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 21:43 [PR PATCH] thunderbird: add thunderbird-wayland start script voidlinux-github
2019-10-31 22:30 ` voidlinux-github
2019-11-01  0:20 ` voidlinux-github
2019-11-01  1:07 ` voidlinux-github
2019-11-01  1:07 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).