Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] RFC: firefox alternatives: x11 and wayland
@ 2019-06-26 22:28 voidlinux-github
  2019-06-27  8:42 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-26 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirikid/void-packages firefox
https://github.com/void-linux/void-packages/pull/12709

RFC: firefox alternatives: x11 and wayland 
Subj. Can't test, out of disk space.

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

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

From 43605633227048afc75b03dcfdc251953196b210 Mon Sep 17 00:00:00 2001
From: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Date: Thu, 27 Jun 2019 01:22:43 +0300
Subject: [PATCH] firefox: add alternatives

---
 srcpkgs/firefox/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9a654933729..74edcb46042 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox
 version=67.0.4
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
@@ -31,6 +31,11 @@ conflicts="firefox-esr>=0"
 build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
 build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
 
+alternatives="
+ firefox:/usr/bin/firefox:/usr/lib/firefox/firefox
+ firefox:/usr/bin/firefox:/usr/bin/firefox-wayland
+"
+
 case $XBPS_MACHINE in
 	i686*) 	# 19:55.85 /usr/bin/ld: failed to set dynamic section sizes: memory exhausted
 		nodebug=yes

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

* Re: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
  2019-06-27  8:42 ` voidlinux-github
@ 2019-06-27  8:42 ` voidlinux-github
  2019-06-27 11:47 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27  8:42 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12709#issuecomment-506252860
Comment:
What is the motivation for this?
IMO, firefox on wayland is sufficiently stable and I don't see a need for the firefox-wayland wrapper anymore.

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

* Re: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
@ 2019-06-27  8:42 ` voidlinux-github
  2019-06-27  8:42 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27  8:42 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12709#issuecomment-506252860
Comment:
What is the motivation for this?
IMO, firefox on wayland is sufficiently stable and I don't see a need for the firefox-wayland wrapper anymore.

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

* Re: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
  2019-06-27  8:42 ` voidlinux-github
  2019-06-27  8:42 ` voidlinux-github
@ 2019-06-27 11:47 ` voidlinux-github
  2019-06-27 11:47 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27 11:47 UTC (permalink / raw)
  To: ml

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

New comment by sirikid on void-packages repository

https://github.com/void-linux/void-packages/pull/12709#issuecomment-506313154
Comment:
When you click on a link in the application, it does not open the tab if firefox was launched via firefox-wayland. I guess I should set GDK backend to Wayland systemwide now.

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

* Re: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-27 11:47 ` voidlinux-github
@ 2019-06-27 11:47 ` voidlinux-github
  2019-06-27 11:47 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-06-27 11:47 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27 11:47 UTC (permalink / raw)
  To: ml

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

New comment by sirikid on void-packages repository

https://github.com/void-linux/void-packages/pull/12709#issuecomment-506313154
Comment:
When you click on a link in the application, it does not open the tab if firefox was launched via firefox-wayland. I guess I should set GDK backend to Wayland systemwide now.

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

* Re: [PR PATCH] [Closed]: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-27 11:47 ` voidlinux-github
@ 2019-06-27 11:47 ` voidlinux-github
  2019-06-27 11:47 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27 11:47 UTC (permalink / raw)
  To: ml

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

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

RFC: firefox alternatives: x11 and wayland 
https://github.com/void-linux/void-packages/pull/12709
Description: Subj. Can't test, out of disk space.

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

* Re: [PR PATCH] [Closed]: RFC: firefox alternatives: x11 and wayland
  2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-27 11:47 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-27 11:47 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-27 11:47 UTC (permalink / raw)
  To: ml

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

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

RFC: firefox alternatives: x11 and wayland 
https://github.com/void-linux/void-packages/pull/12709
Description: Subj. Can't test, out of disk space.

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

end of thread, other threads:[~2019-06-27 11:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 22:28 [PR PATCH] RFC: firefox alternatives: x11 and wayland voidlinux-github
2019-06-27  8:42 ` voidlinux-github
2019-06-27  8:42 ` voidlinux-github
2019-06-27 11:47 ` voidlinux-github
2019-06-27 11:47 ` voidlinux-github
2019-06-27 11:47 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-27 11:47 ` 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).