Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Inconsistent Firefox binary naming
@ 2022-03-29 10:36 rivanfebrian123
  2022-03-29 15:20 ` Duncaen
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: rivanfebrian123 @ 2022-03-29 10:36 UTC (permalink / raw)
  To: ml

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

New issue by rivanfebrian123 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: Void 5.15.30_1 x86_64 GenuineIntel notuptodate rrmFFFFFFFFFFFF
* package: firefox-98.0_1

### Expected behavior
The binary name should be like the previous one (it's either `firefox` or `firefox-bin` AFAIK)

### Actual behavior
It just suddently changed it's name to `firefox-default`

### Steps to reproduce the behavior
Update your Firefox (or system as a whole)

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
@ 2022-03-29 15:20 ` Duncaen
  2022-03-29 17:34 ` wael444
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2022-03-29 15:20 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1082007072

Comment:
I don't see a binary named `firefox-default`.

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
  2022-03-29 15:20 ` Duncaen
@ 2022-03-29 17:34 ` wael444
  2022-03-30  8:55 ` paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: wael444 @ 2022-03-29 17:34 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1082178037

Comment:
i think what they mean is that WM_CLASS for firefox has now become 
```
WM_CLASS(STRING) = "Navigator", "firefox-default"
```

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
  2022-03-29 15:20 ` Duncaen
  2022-03-29 17:34 ` wael444
@ 2022-03-30  8:55 ` paper42
  2022-03-31  7:47 ` rivanfebrian123
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-03-30  8:55 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1082807279

Comment:
This probably causes #36294

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (2 preceding siblings ...)
  2022-03-30  8:55 ` paper42
@ 2022-03-31  7:47 ` rivanfebrian123
  2022-03-31 12:42 ` wael444
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rivanfebrian123 @ 2022-03-31  7:47 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1084218397

Comment:
@Duncaen sorry, haven't check that.

I guess we need some patches. Another dirty fix with `sed`, maybe?

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (3 preceding siblings ...)
  2022-03-31  7:47 ` rivanfebrian123
@ 2022-03-31 12:42 ` wael444
  2022-04-07 19:30 ` paper42
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: wael444 @ 2022-03-31 12:42 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1084529628

Comment:
> @Duncaen sorry, haven't check that.
> 
> I guess we need some patches. Another dirty fix with `sed`, maybe?

```
~ $ xbps-query -f firefox | grep bin
/usr/bin/firefox-wayland
/usr/bin/firefox -> /usr/lib/firefox/firefox
/usr/lib/firefox/firefox-bin -> /usr/lib/firefox/firefox
```

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

* Re: [ISSUE] [CLOSED] Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (5 preceding siblings ...)
  2022-04-07 19:30 ` paper42
@ 2022-04-07 19:30 ` paper42
  2022-04-07 19:30 ` paper42
  2022-04-08  5:40 ` rivanfebrian123
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-04-07 19:30 UTC (permalink / raw)
  To: ml

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

Closed issue by rivanfebrian123 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: Void 5.15.30_1 x86_64 GenuineIntel notuptodate rrmFFFFFFFFFFFF
* package: firefox-98.0_1

### Expected behavior
The binary name should be like the previous one (it's either `firefox` or `firefox-bin` AFAIK)

### Actual behavior
It just suddently changed it's name to `firefox-default`

### Steps to reproduce the behavior
Update your Firefox (or system as a whole)

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (4 preceding siblings ...)
  2022-03-31 12:42 ` wael444
@ 2022-04-07 19:30 ` paper42
  2022-04-07 19:30 ` [ISSUE] [CLOSED] " paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-04-07 19:30 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1092123017

Comment:
5a91e8625aa189a87904ac97c6f98441ee3fd4aa and see #36294

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (6 preceding siblings ...)
  2022-04-07 19:30 ` [ISSUE] [CLOSED] " paper42
@ 2022-04-07 19:30 ` paper42
  2022-04-08  5:40 ` rivanfebrian123
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-04-07 19:30 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1092123017

Comment:
This was fixed in 5a91e8625aa189a87904ac97c6f98441ee3fd4aa, see #36294 for more information

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

* Re: Inconsistent Firefox binary naming
  2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
                   ` (7 preceding siblings ...)
  2022-04-07 19:30 ` paper42
@ 2022-04-08  5:40 ` rivanfebrian123
  8 siblings, 0 replies; 10+ messages in thread
From: rivanfebrian123 @ 2022-04-08  5:40 UTC (permalink / raw)
  To: ml

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

New comment by rivanfebrian123 on void-packages repository

https://github.com/void-linux/void-packages/issues/36404#issuecomment-1092461024

Comment:
Thank you so much, @Duncaen!

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

end of thread, other threads:[~2022-04-08  5:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 10:36 [ISSUE] Inconsistent Firefox binary naming rivanfebrian123
2022-03-29 15:20 ` Duncaen
2022-03-29 17:34 ` wael444
2022-03-30  8:55 ` paper42
2022-03-31  7:47 ` rivanfebrian123
2022-03-31 12:42 ` wael444
2022-04-07 19:30 ` paper42
2022-04-07 19:30 ` [ISSUE] [CLOSED] " paper42
2022-04-07 19:30 ` paper42
2022-04-08  5:40 ` rivanfebrian123

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