Skip to content

Fastfetch with Z shell (oh-my-zsh) “Logo: getCharacterPixelDimensions() failed” error #11666

Closed Answered by jsonkenyon
asrmarco13 asked this question in Help
Discussion options

You must be logged in to vote

Hey @asrmarco13 I had the same issue, tracked it down to being the p10k instant prompt setting. I commented it out as such,

# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
#if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
#  source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
#fi

If you don't want to fully comment it out, just move the fast fetch code above it. so that it will look like this.

if [[ -o interactive ]]; then
    fastfetch --lo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@asrmarco13
Comment options

Answer selected by carlosala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants