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

can't select options in terminal when install #48

Open
Tallal64 opened this issue Dec 9, 2023 · 8 comments
Open

can't select options in terminal when install #48

Tallal64 opened this issue Dec 9, 2023 · 8 comments

Comments

@Tallal64
Copy link

Tallal64 commented Dec 9, 2023

when i'm installing it using "RECOMMEND: Easy, Time and data saving ⭐" method, a GUI open in my terminal and let me choose themes but i cannot select any of them.

image_2023-12-09_084816822

@farazalidev
Copy link

farazalidev commented Dec 9, 2023

i am also unable to select from options, when i press Up or Down key it prints some text.
image

@idhirandar
Copy link

+1

@AulysV
Copy link

AulysV commented Feb 12, 2024

Same, tought it was a whiptail issue
Please fix it

@wathika-eng
Copy link

Seems the developer was unable to fix it

@hectorpadin1
Copy link

hectorpadin1 commented Mar 21, 2024

The recommended installation suggest this command:

curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash

However, you can split the command, which should work:

$ curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh
$ sudo bash install.sh

Or just move sudo to the beggining and then pipe the output to bash:

$ sudo curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | bash

@wathika-eng
Copy link

The recommended installation suggest this command:

curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash

However, you can split the command, which should work:

$ curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh
$ sudo bash install.sh

Or just move sudo to the beggining and then pipe the output to bash:

$ sudo curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | bash

image

@chapainaashish
Copy link

The issue is still the same

@pustoslov
Copy link

To use this installation method you should start bash in interactive mode using -i option. The full command will look like this:
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash -i
To select a theme, use the space bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants