Thanks for reporting that. There are actually 2 lines of code that, in
order to prevent the ticker to become 'unshowable', always silently
deiconify it when 'icon in taskbar' is disabled.

(from tickr_main.c:)
    /* This is to prevent win from becoming 'unshowable' */
    if (prm->icon_in_taskbar == 'n')
        gtk_window_deiconify(GTK_WINDOW(env->win));

Do you think this is the reason of what you reported, and do you think
these 2 lines should be removed ?

Anyways, a warning should popup, at least,  to let the user know what's
going on.

Emmanuel Thomas-Maurin


** Changed in: tickr (Ubuntu)
     Assignee: (unassigned) => Emmanuel Thomas-Maurin (manu-tm)

** Changed in: tickr (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007346

Title:
  multiple non-default preferences conflict

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to