You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When opening Nyxt (Electron) while using a non-default theme, the echo area will appear to be white until it is used for the first time. For example, if you run nyxt-init-time, the echo area will color itself when displaying the message echoed by it. This might be related to my previous issue (#3619); I'm not sure. As I experience both, I have to toggle the fullscreen state before echoing an empty string to color in the echo area.
Precise recipe to reproduce the issue
Upon starting Nyxt with the minimal config listed below, you should notice that the echo area is not colored to match the rest of the UI. If you echo anything, even an empty string, the message will display and the echo area will immediately color itself in.
Minimal config
This configuration is enough to showcase the issue.
Workaround
I found a workaround that people can use until this problem is properly fixed. You can add this code to your configuration to have Nyxt echo an empty string and update the echo area. If you're also experiencing issue #3619, then you will need to combine its workaround with this so that Nyxt toggles its fullscreen state beforehand.
Output when started from a shell
I made a file containing both STDOUT and STDERR. I'm attaching it instead of just copying its contents because it is so long. nyxt_debug_output.txt
The text was updated successfully, but these errors were encountered:
Describe the bug
When opening Nyxt (Electron) while using a non-default theme, the echo area will appear to be white until it is used for the first time. For example, if you run
nyxt-init-time
, the echo area will color itself when displaying the message echoed by it. This might be related to my previous issue (#3619); I'm not sure. As I experience both, I have to toggle the fullscreen state before echoing an empty string to color in the echo area.Precise recipe to reproduce the issue
Upon starting Nyxt with the minimal config listed below, you should notice that the echo area is not colored to match the rest of the UI. If you echo anything, even an empty string, the message will display and the echo area will immediately color itself in.
Minimal config
This configuration is enough to showcase the issue.
Workaround
I found a workaround that people can use until this problem is properly fixed. You can add this code to your configuration to have Nyxt echo an empty string and update the echo area. If you're also experiencing issue #3619, then you will need to combine its workaround with this so that Nyxt toggles its fullscreen state beforehand.
Information
nyxt --system-information
:Output when started from a shell
I made a file containing both STDOUT and STDERR. I'm attaching it instead of just copying its contents because it is so long.
nyxt_debug_output.txt
The text was updated successfully, but these errors were encountered: