[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2015-04-14 Thread McArthor Lee
same as #1443229.

I investigate the source code of indicator-sound, and find that in
src/service.vala:

var env = Environment.get_variable (DESKTOP_SESSION);
string cmd;
if (env == xubuntu || env == ubuntustudio)
 cmd = pavucontrol;
else

I think you would support more desktop environment such as XFCE by
adding  || env == xfce

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in indicator-sound package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-29 Thread Roman
roman@Roman-PC:~$ echo $XDG_CURRENT_DESKTOP
XFCE
roman@Roman-PC:~$ echo $DESKTOP_SESSION
xfce


The thing is, I would rather have the gnome audio manager over PAVUControl (I 
consider it more user-friendly) and certainly o.ver the Unity one, especially 
since Unity is planning on switching to Qt-based one anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-29 Thread Monsta
I doubt the maintainers would accept gnome-control-center in Xubuntu
just for that... We can suggest making the command configurable though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-24 Thread Monsta
Ok, I've tested it myself in the same other Xfce session.

monsta@xubuntu:~$ echo $XDG_CURRENT_DESKTOP
XFCE
monsta@xubuntu:~$ echo $DESKTOP_SESSION
xfce


So it's clear that the condition in indicator-application source code should be 
changed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-24 Thread Monsta
Sorry, *indicator-sound* of course, damn those unchangeable comments :)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-23 Thread Monsta
That's also the reason it had to be patched in Linux Mint Xfce edition.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-sound (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-23 Thread Monsta
Roman, what would these commands say in this other Xfce session?

echo $XDG_CURRENT_DESKTOP
echo $DESKTOP_SESSION

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  Confirmed

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-08-23 Thread Roman
Wanted to update, this bug is still in effect, the other bug I have
figured out how to solve, will update that thread.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-08-21 Thread Roman
Reading this code, shouldn't gnome-control-center sound launch in the
case where Xfce is the session and it is installed? Because I tried
that, and it launches gnome-control-center with only about two or three
icons visible, workaround being to launch it with gksu. Which I've filed
under bug #1359248

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-08-20 Thread Simon Steinbeiß
Yup, that is the case. So far, only Xubuntu and Ubuntu Studio are taken into 
account.
http://bazaar.launchpad.net/~indicator-applet-developers/indicator-sound/trunk.14.04/view/head:/src/service.vala#L209

I guess the reason the Xfce session isn't there is because nobody
complained about it before.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1359249

Title:
  Launching PAVUControl works from Xubuntu, but not from Xfce

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  In Xubuntu 14.04 when clicking the sound indicator and choosing Sound
  Settings Pavucontrol is launched, but it does not get launched in the
  same scenario when the session Xfce is launched instead, with the
  same settings. In fact I installed the xfce4 package on top of
  Xubuntu's and launched it. Both xsession files list the same thing to
  start it, so is indicator only choosing to work on whitelisted
  sessions?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp