Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Wezterm ask for Jetbrains Mono Font
@ 2022-11-24 17:01 AgarimOSLinux
  2022-11-24 17:27 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: AgarimOSLinux @ 2022-11-24 17:01 UTC (permalink / raw)
  To: ml

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

New issue by AgarimOSLinux on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void x86_64

### Package(s) Affected

wezterm-20221119_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

It should work fine without JetbrainsMono font.

### Actual behaviour

Wezterm complaint about JetbrainsMono font. Its almos impossible to use the terminal emulator without installing this font.
Once installed the font it works as usual.
There were another font that i guess i had it installed in my system.

My opinion: rebuild it without any font dependency and with fonts.patch (no font included in package). Everybody has several fonts in their machines.

Also you could use again the font.patch again like in the former version.

Otherwise you could create new packages from the missing fonts. I don't think is a good idea.

### Steps to reproduce

1) Start wezterm
2) Execute a command (like update the system).
3) New windows with error opens.

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

* Re: Wezterm ask for Jetbrains Mono Font
  2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
@ 2022-11-24 17:27 ` classabbyamp
  2022-11-24 19:35 ` voidscuttle
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24 17:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40736#issuecomment-1326715524

Comment:
cc @jbenden 

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

* Re: Wezterm ask for Jetbrains Mono Font
  2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
  2022-11-24 17:27 ` classabbyamp
@ 2022-11-24 19:35 ` voidscuttle
  2022-11-24 19:53 ` jbenden
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidscuttle @ 2022-11-24 19:35 UTC (permalink / raw)
  To: ml

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

New comment by voidscuttle on void-packages repository

https://github.com/void-linux/void-packages/issues/40736#issuecomment-1326795244

Comment:
I'm experiencing something similar but a bit different.
1. Launching wezterm without a wezterm config file does not work and produces this: 

```
ERROR  mux::connui > Configuration Error: Unable to load a font specified by your font=wezterm.font('JetBrains Mono', {weight="Regular", stretch='Normal', style=Normal}) configuration. Fallback(s) are being used instead, and the terminal may not render as intended. See https://wezfurlong.org/wezterm/config/fonts.html for more information
ERROR  wezterm_gui::frontend > Failed to create window: failed to get font metrics!?: obtaining metrics for font_size=12 @ dpi 96: unable to load font idx 1!?
```
2. Launching wezterm with a config file with a different font (e.g. Iosevka) specified launches the terminal as expected and runs normal commands. However when attempting to run a command prefixed with doas (I would assume sudo is the same but I do not have it installed to test) results in the command hanging and a second wezterm window spawns with this error repeated over and over: 

```
Unable to load a font matching one of your font_rules: wezterm.font('JetBrains
Mono', {weight="Regular", stretch='Normal', style=Normal}). Fallback(s) are
being used instead, and the terminal may not render as intended. See https://
wezfurlong.org/wezterm/config/fonts.html for more information
```


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

* Re: Wezterm ask for Jetbrains Mono Font
  2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
  2022-11-24 17:27 ` classabbyamp
  2022-11-24 19:35 ` voidscuttle
@ 2022-11-24 19:53 ` jbenden
  2022-11-24 21:02 ` jbenden
  2022-11-25  5:18 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jbenden @ 2022-11-24 19:53 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/issues/40736#issuecomment-1326802310

Comment:
When wezterm is built without font support, it needs to use `monospace`. At least that's the current thought that I'm testing out...

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

* Re: Wezterm ask for Jetbrains Mono Font
  2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
                   ` (2 preceding siblings ...)
  2022-11-24 19:53 ` jbenden
@ 2022-11-24 21:02 ` jbenden
  2022-11-25  5:18 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jbenden @ 2022-11-24 21:02 UTC (permalink / raw)
  To: ml

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

New comment by jbenden on void-packages repository

https://github.com/void-linux/void-packages/issues/40736#issuecomment-1326832248

Comment:
I just posted a PR for this!

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

* Re: [ISSUE] [CLOSED] Wezterm ask for Jetbrains Mono Font
  2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
                   ` (3 preceding siblings ...)
  2022-11-24 21:02 ` jbenden
@ 2022-11-25  5:18 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-25  5:18 UTC (permalink / raw)
  To: ml

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

Closed issue by AgarimOSLinux on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void x86_64

### Package(s) Affected

wezterm-20221119_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

It should work fine without JetbrainsMono font.

### Actual behaviour

Wezterm complaint about JetbrainsMono font. Its almos impossible to use the terminal emulator without installing this font.
Once installed the font it works as usual.
There were another font that i guess i had it installed in my system.

My opinion: rebuild it without any font dependency and with fonts.patch (no font included in package). Everybody has several fonts in their machines.

Also you could use again the font.patch again like in the former version.

Otherwise you could create new packages from the missing fonts. I don't think is a good idea.

### Steps to reproduce

1) Start wezterm
2) Execute a command (like update the system).
3) New windows with error opens.

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

end of thread, other threads:[~2022-11-25  5:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 17:01 [ISSUE] Wezterm ask for Jetbrains Mono Font AgarimOSLinux
2022-11-24 17:27 ` classabbyamp
2022-11-24 19:35 ` voidscuttle
2022-11-24 19:53 ` jbenden
2022-11-24 21:02 ` jbenden
2022-11-25  5:18 ` [ISSUE] [CLOSED] " classabbyamp

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