[Bug 1302852] Re: Does not work in non-Unity DEs/Xsessions

2017-05-04 Thread spike speigel
** Tags added: zesty

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

Title:
  Does not work in non-Unity DEs/Xsessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1302852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1302852] Re: Does not work in non-Unity DEs/Xsessions

2016-01-14 Thread Sebastien Bacher
the code doesn't really assume that the Unity prompt is available

"  if ((prompt == PROMPT_NONE) && p && p->end_session_dialog)
{
  GDBusProxy * proxy = G_DBUS_PROXY (p->end_session_dialog);
  char * name = g_dbus_proxy_get_name_owner (proxy);
  if (name != NULL)
prompt = PROMPT_WITH_UNITY;
  g_free (name);
}

  /* can we use zenity? */
  if ((prompt == PROMPT_NONE) && p && p->zenity)
prompt = PROMPT_WITH_ZENITY;"

name should be null if unity is not active (is not on the bus) and it
should hit the second case and go with zenity...

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

Title:
  Does not work in non-Unity DEs/Xsessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1302852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1302852] Re: Does not work in non-Unity DEs/Xsessions

2016-01-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-session (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/1302852

Title:
  Does not work in non-Unity DEs/Xsessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1302852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1302852] Re: Does not work in non-Unity DEs/Xsessions

2015-10-14 Thread Sebastien Bacher
** No longer affects: indicator-session

** Changed in: indicator-session (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Does not work in non-Unity DEs/Xsessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1302852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs