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

‘Looks like Zenity is not installed’ #6

Open
CletusVanDam24 opened this issue May 24, 2024 · 7 comments
Open

‘Looks like Zenity is not installed’ #6

CletusVanDam24 opened this issue May 24, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@CletusVanDam24
Copy link

Hello, I’m getting a ‘Looks like Zenity is not installed’ error when I click on the folder icon. I can confirm zenity is installed, when I run zenity —version it shows 4.0.1. Also when running ‘which zenity’ it shows that it is installed at usr/bin/zenity.

I’m on Nobara 39 KDE.

Thanks in advance

@redromnon redromnon added bug Something isn't working labels May 24, 2024
@gabrielramos02
Copy link

i'm getting the same error
i use Fedora 40 Gnome

@redromnon
Copy link
Owner

I've found the issue:
/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq\n

Users running iBackep on distros where sh shell is not default, will get the "Zenity not installed" alert. On Ubuntu and PopOS, I didn't face this issue since sh shell is used by default.

@redromnon
Copy link
Owner

redromnon commented May 26, 2024

The reason is because I'm trying to run zenity --help internally for a quick check (using subprocess.run()) but it is being executed in a sh shell.

Will fix this.

@williamwd
Copy link

Is there a workaround meanwhile?

@redromnon
Copy link
Owner

No, I don't think so @williamwd

@LevRost2306
Copy link

any workarounds came up?

@TheCheddarCheese
Copy link

So, if I'm understanding this correctly... changing my user shell won't do anything in this case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants