Two things:

I don't think those two lines are the issue.  If I disable "Window 
Always on Top", then "Visible on all User Desktops" doesn't work.  In 
this test case, I've left the "Icon in Taskbar" enabled, so that if 
statement shouldn't do anything.

I haven't seen the warning you mentioned.

Thanks for your time and quick response!
Aaron Gerber


On 06/01/2012 07:12 AM, Emmanuel Thomas-Maurin wrote:
> 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to