Ubuntu 14.04.2 LTS
zenity 3.8.0

this bug is still present.

The only way I managed to handle an icon with zenity is with
--notification  as follow

$ cat zenity-test.sh
#!/bin/sh

cat <<EOH| zenity --notification --listen
icon: /usr/share/icons/gnome/32x32/categories/applications-internet.png
message: this is the message text
tooltip: this is the tooltip text
EOH

this create two notification dialogs  (right top corner in Unity) with the icon 
 appearing to the left of the text.
No luck  with   dialogs and   form-based widgets.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to zenity in Ubuntu.
https://bugs.launchpad.net/bugs/998491

Title:
  window icon does not work with all dialogs

Status in “zenity” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This commands does not work :
  zenity --color-selection --window-icon "/usr/share/zenity/zenity.png"
  zenity --password --window-icon  "/usr/share/zenity/zenity.png"
  zenity --forms --window-icon "/usr/share/zenity/zenity.png" --add-entry "Test"

  No error but the window icon is not that specified.

  apt-cache policy zenity => 3.4.0-0ubuntu4
  lsb_release -rd => Ubuntu 12.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/998491/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to