Closed sdasda7777 closed 4 months ago
I am away from office till the end of the week, so will do some testing next week. Unfortunately the commit adds new strings that should be translated and the translation window for release 2.1.2 is now closed. I will see if I can temporarily hide the new strings while not loosing the the approach. Will see. There is also one other new thing that needs to be known. There is now a geteduroam application for Linux that could replace current installers. It is still too early to make this move but it probably is not worth investing too much work in the current approach.
Thanks, but there are no new strings in this commit. Is this meant for the other PR?
Yes sorry for that I meant your current input as a whole. Or was I mistaken that there is one or two new strings there?
No, you're right, there are two-ish new strings in the other PR, but not here 😅
I just installed a brand new Ubuntu 24.04 desktop and it did not have yad out of the box ...
Try sudo apt-get install yad
...
I know that :). But when you promoted yad, I assumed most people would have this by default. This does not seem so, therefore it will be zenity for them anyway.
That may or may not be true, I don't have any numbers regarding the respective popularities. I'm only saying that I believe that when yad
is installed, it should be used preferentially, because it has more features compared to the other two. (Yes, zenity
too, but especially kdialog
)
Sure, I have nothing against having yad first.
Implemented in ac197c828fed72f9e30b10e6d355655b9401760d.
I believe that
yad
should be prefered tozenity
andkdialog
, since it seems to have the most options. For example, bothyad
andzenity
support creation of forms with multiple input fields (kdialog
does not), but onlyyad
supports default values for these fields. As far as I can tell,yad
has been recommended in favour ofzenity
for quite a while now.This change of priorities won't effect systems where only one of these supported libraries is installed, of course.