-
In the version 4.0.0 Zenity moved from GTK 3.0 to GTK 4.0 + libadwaita and it completely broke Winetricks in Lutirs. Doesn't matter if I'm using bundled or system Winetricks the UI is very glitchy and…
-
## Feature Description
I'm the manager of the Kubuntu Focus project. Our team has been working on simplifying 3rd party repositories for 2 years and has a very nice GUI that ties into a backend. [Y…
-
Would be nice to be able to just double click AppImage, answer a few questions (device, iso file location, mode) and… done! :smiley:
Might be useful to add two new arguments to force corresponding…
-
Here is the output from running install.sh after completing a new prefix
z@fedora:~/Desktop/mo2$ ./install.sh
INFO: all dependencies met
(zenity:296193): Gtk-WARNING **: 00:16:14.418: Unknown k…
-
![11](https://user-images.githubusercontent.com/58029653/127119591-cd5afede-5016-43e7-a2c3-5321c9108b45.JPG)
the zenity has install already,but still have this issue!
need help !
-
There is also a command called `notify-send`.
I don't know whether it is better or worse than `zenity`, but we should evaluate it.
AFAIK it does (and can do) exactly the same… :thinking:
-
![Peek 2024-07-23 15-06](https://github.com/user-attachments/assets/2e538141-eda8-4e45-8246-3e11c519abd2)
```
(zenity:124615): Gtk-WARNING **: 15:06:31.145: Unable to acquire the address of the …
-
It's nice that you added an automatic installer command, however, it would be good to ask the user for permission first!
also apt-get is not available on all systems.
As a second thing it would …
-
georg@georg-pc:~$ cat interactive_restart.sh
#!/bin/bash
TIMEOUT=30
zenity --question --text="Soll der PC jetzt neugestartet werden?" --timeout="$TIMEOUT"
ANSWER=$?
if [ "$ANSWER" -eq 0 ]…
-
Consider following blezz content action:
```
act(t,The test,zenity --text-info --filename=~/foobar.txt)
```
Executing this action with `rofi-blezz` gives an error of... Zenity:
```
(zenity…