Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why my little chameleon don't show up in prompt #277

Closed
mess-maker opened this issue Apr 10, 2022 · 7 comments
Closed

why my little chameleon don't show up in prompt #277

mess-maker opened this issue Apr 10, 2022 · 7 comments
Labels
🐛 bug Something isn't working

Comments

@mess-maker
Copy link

I've updated Tide to the las version 5.2 and the OS logo don't show up on prompt, I'stuck with the default penguin

is there something to modify somewhere to enable this feature ?
tide

@mess-maker mess-maker added the ❓ question This issue is a question label Apr 10, 2022
@IlanCosman
Copy link
Owner

Try going through the configuration wizard again.

@mess-maker
Copy link
Author

was done before reporting here
with no change :/
I'm on fish 3.4.1

@IlanCosman
Copy link
Owner

Could you paste your /etc/os-release in here please :)

@mess-maker
Copy link
Author

it was in the screenshot above

bat /etc/os-release

   1   │ NAME="openSUSE Tumbleweed"
   2   │ # VERSION="20220408"
   3   │ ID="opensuse-tumbleweed"
   4   │ ID_LIKE="opensuse suse"
   5   │ VERSION_ID="20220408"
   6   │ PRETTY_NAME="openSUSE Tumbleweed"
   7   │ ANSI_COLOR="0;32"
   8   │ CPE_NAME="cpe:/o:opensuse:tumbleweed:20220408"
   9   │ BUG_REPORT_URL="https://bugs.opensuse.org"
  10   │ HOME_URL="https://www.opensuse.org/"
  11   │ DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
  12   │ LOGO="distributor-logo-Tumbleweed"

@IlanCosman IlanCosman added 🐛 bug Something isn't working and removed ❓ question This issue is a question labels Apr 10, 2022
@mess-maker
Copy link
Author

here it is thanks !
suse

@tlusk
Copy link

tlusk commented Apr 12, 2022

@IlanCosman the fix only works for opensuse tumbleweed, not opensuse leap

VERSION="15.4 Beta"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.4"
PRETTY_NAME="openSUSE Leap 15.4 Beta"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.4"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"
LOGO="distributor-logo-Leap"

@IlanCosman
Copy link
Owner

Lovely 😄 I guess I could iterate over the ID_LIKE values, or just add "opensuse-leap" and "opensuse-tumbleweed" as their own thing to get it from ID. Fix incoming...

IlanCosman added a commit that referenced this issue Apr 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants