-
-
Notifications
You must be signed in to change notification settings - Fork 79
Labels
component/cliCLI tools relatedCLI tools relatedcomponent/nodeinfoNodeInfo relatedNodeInfo relateddifficulty/beginnerBeginner friendlyBeginner friendlygood first issueGood for newcomersGood for newcomerspriority/mediumMedium priority issuesMedium priority issuestype/bugSomething isn't workingSomething isn't working
Milestone
Description
Currently the fedify node
command breaks favicon on terminal emulators without 24-bit truecolor.1 Here's an example in macOS's built-in Terminal app, which doesn't support truecolor:

For your information, it should be shown like below, which is taken in GNOME Terminal:
We have two options to address it:
-
Properly fix the favicon.
- Detect if the running terminal emulator supports truecolor.
- If the terminal emulator does not support it, display favicon in 256 color.
-
Make it hide favicon at all.
- Detect if the running terminal emulator supports truecolor.
- If the terminal emulator does not support it, do not display favicon at all.
Footnotes
-
Note that quite many terminal emulators do not support truecolor. See also Terminal Colors. ↩
Metadata
Metadata
Assignees
Labels
component/cliCLI tools relatedCLI tools relatedcomponent/nodeinfoNodeInfo relatedNodeInfo relateddifficulty/beginnerBeginner friendlyBeginner friendlygood first issueGood for newcomersGood for newcomerspriority/mediumMedium priority issuesMedium priority issuestype/bugSomething isn't workingSomething isn't working