[Desktop-packages] [Bug 1779890] Re: Nautilus does not use a valid Kerberos ticket when accessing Samba share

2019-09-02 Thread Cédric Bellegarde
Happens on Ubuntu 19.04 too.

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

Title:
  Nautilus does not use a valid Kerberos ticket when accessing Samba
  share

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  Nautilus prompts for username and password when accessing a Samba
  share on a network drive, despite having a perfectly valid unexpired
  Kerberos ticket. The Kerberos ticket is obtained automatically at
  logon by authentication against a Samba Active Directory server (Samba
  AD-DC).

  Accessing the same Samba share with the same Kerberos ticket via
  "smbclient //host/sharename -k" works fine.

  One known workaround is: "nautilus -q", and then "killall gvfsd".
  After that, accessing the Samba share with Nautilus works normally as
  it should.

  I did not experience this issue in Ubuntu 16.04. It appears that a
  regression was introduced somewhere between 16.04 and 18.04.

  The issue is quite annoying and confusing for the users who are used
  to accessing Samba shares on the network drive without being prompted
  for their username and password.

  The issue appears to manifest itself usually not on the first access
  to a Samba share, but on subsequent accesses after a system reboot or
  upon user logout/login. Strangely, removing ~/.cache/ibus/bus/registry
  file before user login appears to fix the issue for the current user
  session, but then the problem reappears upon subsequent user logins or
  after a system reboot.

  Nemo appears to have the same problem as Nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gvfs-daemons 1.36.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-24.26-generic 4.15.18
  Uname: Linux 4.15.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Tue Jul  3 11:12:06 2018
  ExecutablePath: /usr/lib/gvfs/gvfsd
  InstallationDate: Installed on 2018-04-27 (66 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   LANG=en_CA.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1769677] Re: gnome-software reads system proxy settings in a wrong way

2019-05-10 Thread Cédric Bellegarde
Can confirm the issue on 19.04

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

Title:
  gnome-software reads system proxy settings in a wrong way

Status in gnome-software package in Ubuntu:
  New

Bug description:
  After setting a proxy (e.g. http proxy) in Settings, gnome-software
  will show a message saying something like

  `E: https://mirrors.ustc.edu.cn/ubuntu bionic/universe amd64
  libkf5archive5 amd64 5.44.0-0ubuntu1 is not (yet) available
  (Unsupported proxy configured: 127.0.0.1://1234)`

  when attempt to install software (not a snap package). That is to say,
  it parses the domain part as the protocol part, which is incorrect.

  The proxy settings it shows seem to come from the system proxy
  settings as it shows

  13:59:45:0380 GsPluginPackageKit Setting proxies (http:
  127.0.0.1:1234, https: (null), ftp: (null), socks: (null), no_proxy:
  localhost,127.0.0.0/8,::1, pac: (null))

  in `gnome-software --verbose`.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1769677/+subscriptions

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


[Desktop-packages] [Bug 1728617] [NEW] Scrolled window broken when containing an eventbox

2017-10-30 Thread Cédric Bellegarde
Public bug reported:

https://github.com/gnumdk/lollypop/issues/1279

Ubuntu is shipping 074_eventbox_scroll_mask.patch, this patch is really
strange, it adds a scroll mask on all eventbox breaking all applications
using eventbox in scrolled windows.

This patch is not in Debian and should be removed!

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Scrolled window broken when containing an eventbox

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  https://github.com/gnumdk/lollypop/issues/1279

  Ubuntu is shipping 074_eventbox_scroll_mask.patch, this patch is
  really strange, it adds a scroll mask on all eventbox breaking all
  applications using eventbox in scrolled windows.

  This patch is not in Debian and should be removed!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1728617/+subscriptions

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


[Desktop-packages] [Bug 1728461] [NEW] Python GC destroys PyGObject with external references

2017-10-29 Thread Cédric Bellegarde
Public bug reported:

PyGObject traverses its closures in tp_traverse, but the lifetime of the 
closures
is tied to the lifetime of the GObject and not the wrapper. This confuses
the Python GC when it sees a ref cycle and tries to break it up with tp_clear.
Since tp_clear will not invalidate the closure and only invalidate the Python
wrapper the closure callback gets called with the now cleared/invalid object.

This bug make python gtk programs to segfault randomly.

Patch available here:
https://bugzilla.gnome.org/show_bug.cgi?id=731501

Should apply to 3.24 or be easily backported: one line patch adding a if
statement.

** Affects: pygobject (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Python GC destroys PyGObject with external references

Status in pygobject package in Ubuntu:
  New

Bug description:
  PyGObject traverses its closures in tp_traverse, but the lifetime of the 
closures
  is tied to the lifetime of the GObject and not the wrapper. This confuses
  the Python GC when it sees a ref cycle and tries to break it up with tp_clear.
  Since tp_clear will not invalidate the closure and only invalidate the Python
  wrapper the closure callback gets called with the now cleared/invalid object.

  This bug make python gtk programs to segfault randomly.

  Patch available here:
  https://bugzilla.gnome.org/show_bug.cgi?id=731501

  Should apply to 3.24 or be easily backported: one line patch adding a
  if statement.

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

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


[Desktop-packages] [Bug 1270189] Re: Ubuntu Touch devices are using cellular DNS servers over wifi connection

2016-08-24 Thread Cédric Bellegarde
Same here on MX4 with OTA12...

No DNS while connected to my wifi

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

Title:
  Ubuntu Touch devices are using cellular DNS servers over wifi
  connection

Status in Canonical System Image:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu RTM:
  New

Bug description:
  On my Nexus 4, build 121 with TMobile, when I am on wifi, I correctly
  get a 192.168 ip and DNS entries for this network (on wlan0) -- fine.
  When I am in range of cellular data, I get an ip address from TMobile
  and am given DNS entries that aren't on the same network as the
  TMobile ip address (on rmnet_usb0). The problem is, the DNS entries
  from TMobile are preferred over the ones from the wifi network such
  that while wlan0 is correctly setup as the default route, DNS queries
  are being made to the TMobile DNS servers over wlan0 because there are
  no explicit routes to these servers. This is problematic because the
  remote DNS server may not respond to queries coming from out of
  network or site policy may disallow the use of foreign DNS servers--
  both of which result in slow (or possibly failing) DNS queries since
  the cellular DNS is checked first. Also, where it did work, these
  queries could incur charges when the user is intending to use only
  wifi. In the case of (at least) TMobile, this could be a security
  concern because the well-known TMobile DNS servers are on the private
  '10.' network, which opens the possibility for a rogue DNS server to
  be on the private wifi network with this ip address.

  This could be fixed in (at least) four ways:
   1) when on wifi, don't merge the DNS servers on cellular networks at all 
which forces the device to use the ones available on the site (wlan0). This is 
guaranteed to not incur changes
   2) when on wifi, merge the DNS server from the cellular network, but add 
them after the ones on the wifi network. This will try the site's DNS first and 
only if they fail, fallback to the cellular DNS. This may incur charges under 
certain circumstances
   3) add an explicit route to the cellular DNS servers through rmnet_usb0. 
This will bypass the site DNS with all queries going through cellular DNS. This 
will incur charges and would make the device unable to resolve site-local names.
   4) same as '2', but also add explicit routes for the cellular name servers. 
This should only incur charges if wifi DNS fails

  I think '3' is out. '2' and '4' seems most intuitive (with '4' perhaps
  most correct). '1' seems also ok.

  # netstat -rn
  Kernel IP routing table
  Destination Gateway Genmask Flags   MSS Window  irtt Iface
  0.0.0.0 192.168.x.1 0.0.0.0 UG0 0  0 wlan0
  100.152.35.128  0.0.0.0 255.255.255.252 U 0 0  0 
rmnet_usb0
  192.168.x.0 0.0.0.0 255.255.255.0   U 0 0  0 wlan0

   Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  Auto-activating 
connection '/310260575949457/context1'.
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) starting connection '/310260575949457/context1'
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  (/ril_0): device 
state change: disconnected -> prepare (reason 'none') [30 40 0]
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) scheduled...
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) started...
  Jan 17 07:36:38 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 1 of 5 (Device Prepare) complete.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  (/ril_0): IPv4 
static configuration:
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:address 
100.152.35.130/30
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:DNS 10.177.0.34
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:DNS 
10.168.183.116
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 2 of 5 (Device Configure) scheduled...
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 2 of 5 (Device Configure) starting...
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  (/ril_0): device 
state change: prepare -> config (reason 'none') [40 50 0]
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 2 of 5 (Device Configure) successful.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 3 of 5 (IP Configure Start) scheduled.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 2 of 5 (Device Configure) complete.
  Jan 17 07:36:41 ubuntu-phablet NetworkManager[1130]:  Activation 
(/ril_0) Stage 3 of 5 (IP 

[Desktop-packages] [Bug 1541954] Re: Revert to the previous nautilus version

2016-02-05 Thread Cédric Bellegarde
Here a patch to disable headerbar in nautilus 3.18:
https://plus.google.com/u/0/109637860626261571611/posts/2qvoZ3Gkuub

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

Title:
  Revert to the previous nautilus version

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  The new nautilus is nice but needs some more work before being ready
  to replace the old one.

  Trying to document some of the reasons for the revert

  - Some features have been removed that users seems to care about (upstream is 
adding back some as options in 3.20)
  - Upstream identified some usability issues with the new file copy dialog 
which they are trying to address in 3.20
  - The icon view canvas need more work to accomodate other zoom levels
  - There are some annoying bugs that require work (symbols conflict between 
gtkfileselector and local copy), desktop background handling problems, ...)
  - It's not easy to add back a menubar and we would prefer to have one under 
Unity for the LTS

  The update is probably going to be worth doing next cycle but it was
  decided in the desktop channel to revert for this cycle

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

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-08 Thread Cédric Bellegarde
** Attachment added: "_usr_sbin_ofonod.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+attachment/4459058/+files/_usr_sbin_ofonod.0.crash

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-08 Thread Cédric Bellegarde
** Attachment added: "list-modems"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+attachment/4459057/+files/list-modems

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-08 Thread Cédric Bellegarde
I think the main issue here is list-modems... A have a FAKE modem!!

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-08 Thread Cédric Bellegarde
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+attachment/4459056/+files/dmesg

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-08 Thread Cédric Bellegarde
Happen today... Switching plane mode on/off doesn't fix issue.


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+attachment/4459054/+files/syslog

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1468811] Re: headphone volume auto-set to loudest

2015-09-04 Thread Cédric Bellegarde
*** This bug is a duplicate of bug 1478506 ***
https://bugs.launchpad.net/bugs/1478506

** This bug has been marked a duplicate of bug 1478506
   Apps change audio output role all the time

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

Title:
  headphone volume auto-set to loudest

Status in Canonical System Image:
  Incomplete
Status in Ubuntu Music App:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-09-03 Thread Cédric Bellegarde
Same issue here with meizu mx4 and ota6.

In the train and while driving.

When issue happens, icons for data and signal hang on last connexion
values.

Switching plane mode on/off fix the issue.

Happens every days for me.

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+subscriptions

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


[Desktop-packages] [Bug 1468811] Re: headphone volume auto-set to loudest

2015-08-06 Thread Cédric Bellegarde
Happens again this morning, while switching tracks in music app

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

Title:
  headphone volume auto-set to loudest

Status in Canonical System Image:
  Incomplete
Status in Ubuntu Music App:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 1468811] Re: headphone volume auto-set to loudest

2015-08-06 Thread Cédric Bellegarde
Do not happen anymore here since music-app recent updates.

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

Title:
  headphone volume auto-set to loudest

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Music App:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 1468811] Re: headphone volume auto-set to loudest

2015-07-16 Thread Cédric Bellegarde
Can confirm on MX4

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

Title:
  headphone volume auto-set to loudest

Status in Canonical System Image:
  New
Status in Ubuntu Music App:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 978604] Re: Banshee/Rhythmbox regularly stop playing audio when left on in the background

2013-11-07 Thread Cédric Bellegarde
Same here on ArchLinux + KDE + Amarok...

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

Title:
  Banshee/Rhythmbox regularly stop playing audio when left on in the
  background

Status in “pulseaudio” package in Ubuntu:
  Confirmed
Status in “pulseaudio” source package in Precise:
  Confirmed

Bug description:
  If Banshee or Rhythmbox is left playing in the background they will
  randomly stop playing in the latest builds of Ubuntu 12.04. Starting a
  new piece of music usually fixes the problem. If left to its own
  devices, the music will start playing again at some random time, at
  some random position. This problem exists on both my desktop machine
  (custom built Intel machine) and my laptop (Macbook 5,1). It has been
  happening for several months now.

  I became frustrated enough to load up pulseaudio in debugging mode.
  The log shows that when the music player just finishes playing one
  piece, and tries to start the next piece, you see something like this:

  ---
  ( 335.399|  34.388) D: [alsa-sink] sink-input.c: Requesting rewind due to 
corking
  ( 335.400|   0.001) D: [alsa-sink] alsa-sink.c: Requested to rewind 65536 
bytes.
  ( 335.400|   0.000) D: [alsa-sink] alsa-sink.c: Limited to 14820 bytes.
  ( 335.400|   0.000) D: [alsa-sink] alsa-sink.c: before: 3705
  ( 335.400|   0.000) D: [alsa-sink] alsa-sink.c: after: 3705
  ( 335.400|   0.000) D: [alsa-sink] alsa-sink.c: Rewound 14820 bytes.
  ( 335.400|   0.000) D: [alsa-sink] sink.c: Processing rewind...
  ( 335.400|   0.000) D: [alsa-sink] sink.c: latency = 1643
  ( 335.400|   0.000) D: [alsa-sink] sink-input.c: Have to rewind 14820 bytes 
on render memblockq.
  ( 335.400|   0.000) D: [alsa-sink] sink-input.c: Have to rewind 14820 bytes 
on implementor.
  ( 335.400|   0.000) D: [alsa-sink] source.c: Processing rewind...
  ( 335.400|   0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.pci-_00_1b.0.analog-stereo becomes idle, timeout in 5 seconds.
  ( 335.402|   0.001) D: [alsa-sink] alsa-sink.c: hwbuf_unused=0
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15502
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Requested volume: 0:  34% 1:  
34%
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c:in dB: 0: -28.11 
dB 1: -28.11 dB
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Got hardware volume: 0:  34% 
1:  34%
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c:   in dB: 0: 
-28.00 dB 1: -28.00 dB
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Calculated software volume: 
0: 100% 1: 100% (accurate-enough=yes)
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c:  in dB: 
0: -0.11 dB 1: -0.11 dB
  ( 335.402|   0.000) D: [alsa-sink] sink.c: Volume not changing
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Requested to rewind 65536 
bytes.
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Limited to 15300 bytes.
  ( 335.402|   0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.pci-_00_1b.0.analog-stereo becomes idle, timeout in 5 seconds.
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: before: 3825
  ( 335.402|   0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to 
vacuum.
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: after: 3825
  ( 335.402|   0.000) D: [alsa-sink] alsa-sink.c: Rewound 15300 bytes.
  ( 335.402|   0.000) D: [alsa-sink] sink.c: Processing rewind...
  ( 335.402|   0.000) D: [alsa-sink] sink.c: latency = 1402
  ( 335.402|   0.000) D: [alsa-sink] source.c: Processing rewind...
  ( 335.402|   0.000) I: [pulseaudio] sink-input.c: Freeing input 3 
'zero-project - 05 - Forest of the unicorns' by 'zero-project'
  ( 335.402|   0.000) D: [pulseaudio] module-stream-restore.c: Not restoring 
device for stream sink-input-by-media-role:music, because already set to 
'alsa_output.pci-_00_1b.0.analog-stereo'.
  ( 335.403|   0.000) D: [pulseaudio] module-intended-roles.c: Not setting 
device for stream Playback Stream, because already set.
  ( 335.403|   0.000) I: [pulseaudio] module-stream-restore.c: Restoring volume 
for sink input sink-input-by-media-role:music.
  ( 335.403|   0.000) I: [pulseaudio] module-stream-restore.c: Restoring mute 
state for sink input sink-input-by-media-role:music.
  ( 335.403|   0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.pci-_00_1b.0.analog-stereo becomes busy.
  ( 335.403|   0.000) I: [pulseaudio] resampler.c: Forcing resampler 'copy', 
because of fixed, identical sample rates.
  ( 335.403|   0.000) I: [pulseaudio] resampler.c: Using resampler 'copy'
  ( 335.403|   0.000) I: [pulseaudio] resampler.c: Using float32le as working 
format.
  ( 335.403|   0.000) D: [pulseaudio] memblockq.c: memblockq requested: 
maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
  ( 335.403|   0.000) D: 

[Desktop-packages] [Bug 494067]

2013-04-26 Thread Cédric Bellegarde
https://bugzilla.mozilla.org/show_bug.cgi?id=528598

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

Title:
  Provide better Firefox KDE integration

Status in The Mozilla Firefox Browser:
  Confirmed
Status in XUL + XPCOM application runner:
  Confirmed
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “xulrunner-1.9.1” package in Ubuntu:
  Invalid
Status in Baltix GNU/Linux:
  New
Status in openSUSE:
  Fix Released

Bug description:
  Binary package hint: firefox-3.5

  The KDE integration of Firefox is still suboptimal in Ubuntu.

  openSUSE developed a set of patches that improves the situation:
  http://en.opensuse.org/KDE/FirefoxIntegration
  http://gitorious.org/firefox-kde-opensuse/

  These should be integrated into the firefox-3.5 / xulrunner-1.9.1 packages and
  a new package for the helper application kmozillahelper is necessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/494067/+subscriptions

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


[Desktop-packages] [Bug 894484] Re: No suspend when idle for lightdm greeter

2013-01-31 Thread Cédric Bellegarde
Yes it's really needed... Using sleepd now but it's deprecated.

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

Title:
  No suspend when idle for lightdm greeter

Status in “unity-greeter” package in Ubuntu:
  New

Bug description:
  No option to set suspend when idle for greeter. In a lab setting,
  power needs to be conserved when users are not logged in to machines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/894484/+subscriptions

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