You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or e.g. when a program freeze the xxx is not responding window no longer shows, but I expect everything that uses zenity are probably affected but I haven't tried all of them.
Steps to reproduce the behaviour
Have zenity >= 3.90.0 in PATH - repology shows openSUSE Tumbleweed and Fedora 38 should have this
Expected behaviour
Support zenity >= 3.90.0
Actual behaviour
Not supporting zenity >= 3.90.0
Or e.g. when a program freeze the
xxx is not responding
window no longer shows, but I expect everything that uses zenity are probably affected but I haven't tried all of them.Steps to reproduce the behaviour
PATH
- repology shows openSUSE Tumbleweed and Fedora 38 should have thisjournalctl -r
and seeThis option is not available. Please see --help for all possible usages.
In zenity 3.44.x there should be a dialog like this but you don't see it with zenity >= 3.90.0:
MATE general version
1.26
Package version
1.26.2 but I guess this is not fixed on master also
Linux Distribution
NixOS unstable
Link to bugreport of your Distribution (requirement)
Hmmm, I package the recent zenity and mate updates in NixOS?
Here are some copy paste from linuxmint/muffin#666:
In util.c we use zenity to show dialogs in command-line:
marco/src/core/util.c
Line 554 in 2bdba6c
With zenity >= 3.90.0 some of the options used are removed/deprecated, and we probably want to get rid of it.
Examples are:
marco/src/core/util.c
Line 558 in 2bdba6c
--class
no longer working:zenity --info --class "marco-dialog"
showsThis option is not available. Please see --help for all possible usages.
See also
User of
meta_show_dialog
: https://github.com/search?q=org%3Amate-desktop%20meta_show_dialog&type=code, e.g. thexxx is not responding
window:marco/src/core/delete.c
Line 109 in 2ee9005
Edit: ah also
meta_show_entry_dialog
: https://github.com/search?q=org%3Amate-desktop+meta_show_entry_dialog&type=codeThe text was updated successfully, but these errors were encountered: