Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] build firefox without dbus?
@ 2022-01-27 17:23 dkwo
  2022-01-27 17:32 ` Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dkwo @ 2022-01-27 17:23 UTC (permalink / raw)
  To: ml

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

New issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/35259

Description:
I wonder if it would make any sense for Void to build firefox without dbus support, namely
`build_options_default="alsa jack pulseaudio xscreensaver sndio wayland"`,
which would not pull in dbus as a dependency (as it happens for chromium, incidentally).
The same one could say for thunderbird.

Are there important drawbacks in doing this?
@Duncaen 

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

* Re: build firefox without dbus?
  2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
@ 2022-01-27 17:32 ` Duncaen
  2022-01-27 17:40 ` Duncaen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-01-27 17:32 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/35259#issuecomment-1023473390

Comment:
Other dependencies pull in dbus already, there is no point in regressing features just to get rid of the dbus toplevel dependency.

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

* Re: build firefox without dbus?
  2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
  2022-01-27 17:32 ` Duncaen
@ 2022-01-27 17:40 ` Duncaen
  2022-01-27 17:55 ` dkwo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-01-27 17:40 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/35259#issuecomment-1023480615

Comment:
> Are there important drawbacks in doing this?

wayland/pipewire screen sharing and other things done through the xdg desktop portal would probably not work anymore.
The wifi geolocation stuff would break, MPRIS would break.

There are probably a lot more things I'm missing here.
https://searchfox.org/mozilla-central/search?q=dbus&path=

As far as I know, you can simply not use dbus and firefox still works, by either setting an empty dbus environment variable or a configuration option to not automatically spawn it.
Removing the package with the dbus binaries would probably work too.

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

* Re: build firefox without dbus?
  2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
  2022-01-27 17:32 ` Duncaen
  2022-01-27 17:40 ` Duncaen
@ 2022-01-27 17:55 ` dkwo
  2022-01-27 17:56 ` [ISSUE] [CLOSED] " dkwo
  2022-01-28 14:17 ` biopsin
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2022-01-27 17:55 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/35259#issuecomment-1023493547

Comment:
You're right, basically thorugh at-spi2-atk in gtk+3 (though e.g. kiss builds without).
I'll try the ignorepkg=dbus option as you suggest.
Thank you!

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

* Re: [ISSUE] [CLOSED] build firefox without dbus?
  2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
                   ` (2 preceding siblings ...)
  2022-01-27 17:55 ` dkwo
@ 2022-01-27 17:56 ` dkwo
  2022-01-28 14:17 ` biopsin
  4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2022-01-27 17:56 UTC (permalink / raw)
  To: ml

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

Closed issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/35259

Description:
I wonder if it would make any sense for Void to build firefox without dbus support, namely
`build_options_default="alsa jack pulseaudio xscreensaver sndio wayland"`,
which would not pull in dbus as a dependency (as it happens for chromium, incidentally).
The same one could say for thunderbird.

Are there important drawbacks in doing this?
@Duncaen 

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

* Re: build firefox without dbus?
  2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
                   ` (3 preceding siblings ...)
  2022-01-27 17:56 ` [ISSUE] [CLOSED] " dkwo
@ 2022-01-28 14:17 ` biopsin
  4 siblings, 0 replies; 6+ messages in thread
From: biopsin @ 2022-01-28 14:17 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/35259#issuecomment-1024266259

Comment:
@dkwo  remember also no dbus and at-spi2-atk also hinders the suspend of dpms while video playback, 
so I had to disabled dpms when whatching videos longer then my set xorg offtime.

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

end of thread, other threads:[~2022-01-28 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27 17:23 [ISSUE] build firefox without dbus? dkwo
2022-01-27 17:32 ` Duncaen
2022-01-27 17:40 ` Duncaen
2022-01-27 17:55 ` dkwo
2022-01-27 17:56 ` [ISSUE] [CLOSED] " dkwo
2022-01-28 14:17 ` biopsin

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).