After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755957 - Zenity displays only "all updates are complete" when it can't parse tags
Zenity displays only "all updates are complete" when it can't parse tags
Status: RESOLVED OBSOLETE
Product: zenity
Classification: Core
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-01 20:00 UTC by Christopher Barrington-Leigh
Modified: 2021-05-25 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christopher Barrington-Leigh 2015-10-01 20:00:03 UTC
The following command produces a dialog saying "all updates are complete"

 zenity --title "werwrwqer" --info --html --text="<table>fs</table>"

Instead, it should produce one saying "<table>fs</table>" or "fs" or it should fail.


(First reported at https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1360733 )
Comment 1 Arx Cruz 2015-10-02 09:17:10 UTC
Hello,

the --html isn't supported for this dialog, I'll fix it.

Nevertheless, when I run the command, I got a warning:

(zenity:23633): Gtk-WARNING **: Failed to set text '<markup><table>fs</table></markup>` from markup due to error parsing markup: Unknown tag 'table' on line 1 char 24

By default, the dialogs have the markup set to true, so if you use the --no-markup option you will have the dialog showing '<table>fs</table':

zenity --title "werwrwqer" --info  --text="<table>fs</table>" --no-markup
Comment 2 André Klapper 2021-05-25 17:45:26 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/zenity/-/issues/

Thank you for your understanding and your help.