-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Bug] YAD not installed . Hint button not Launching #159
Comments
Dear @JaKooLit, My way to install YAD to Debian 13 Trixie was to add SID repository Then I was able to install it with terminal: As a hint for Debian 12 Bookworm users, in following Github Gist page you can find working and easy instructions for upgrading Debian 12 to Debian 13 Trixie. Althought you'll get a better, error free, upgrade with the official solution in https://wiki.debian.org/DebianUpgrade |
thank you. however, I do believe that if you add the SID main repo, all your packages will come from SID, ultimately, you are switching to SID branch.. Or I maybe wrong |
Well I'm just a common user... I just do what they suggest in Debian: Use a package manager - Do not download directly... I have only used pure Debian for about 24 hours now... I used Kubuntu and MX LInux before... I don't yet know what concequences might follow if I'm now switched to SID branch.... Well I quess I'll see And another time: Thank you for this script! ... Maybe one solution could be to remove the SID main |
running dpkg -i is just installing .deb package when you install from repo, using apt, it will just download from the source and will install. since the source is from debian sid anyway. when you add to your sources.list the SID repo, package manager will try to upgrade from the latest one, and SID will always be latest compared to trixie |
This actually applies only to Debian Trixie. Debian SID, you wont have issue
The Hint button requires YAD (Yet Another Dialog)
yad for some reason was removed from Debian-Testing
https://tracker.debian.org/pkg/yad
One way to fix this is to download yad from SID
https://tracker.debian.org/pkg/yad
or I have uploaded yad on this repo (in assets directory)
install yad with
sudo dpkg -i yad.....deb
This should fix the yad...
Obviously, it may require dependencies. You should install it if it gives you error
Another thing to check is LOCALE have to be set
See here how to set Locale. This will also fix the waybar-cava
https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ#-waybar-cava-broken
The text was updated successfully, but these errors were encountered: