[Bug 1977665] [NEW] The launcher is a symlink that points to the wrong file

2022-06-04 Thread Cédric M . Campos
Public bug reported:

The launcher

'/usr/share/applications/guake.desktop'

points to

'/usr/share/guake/DATA/autostart-guake.desktop'*

while it should point to


'/usr/share/guake/autostart-guake.desktop'

*Capital letters on purpose.


user@host:~$ lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04
user@host:~$ apt-cache policy guake
guake:
  Instalados: 3.8.5-1
  Candidato:  3.8.5-1
  Tabla de versión:
 *** 3.8.5-1 500
500 http://es.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://es.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
100 /var/lib/dpkg/status

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

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

Title:
  The launcher is a symlink that points to the wrong file

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


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

[Bug 1953261] Re: kernel >= 5.13 BUG: kernel NULL pointer dereference

2022-02-05 Thread Cédric Cabessa
Can it be backported to the latest LTS?

Using `tlp` to control the laptop charge trigger a reboot every time.
This is quite critical I believe.

Thanks

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

Title:
  kernel >= 5.13 BUG: kernel NULL pointer dereference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1953261/+subscriptions


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

[Bug 1905064] [NEW] "+" suffix in 3.9.0+ breaks pip

2020-11-20 Thread Cédric Cabessa
Public bug reported:

python3.9 in focal is versioned as 3.9.0+

According to pip this is considered as a "LegacyVersion", which break
comparison

https://github.com/pypa/pip/blob/20.2.4/src/pip/_vendor/packaging/version.py#L48

Here is a snippet that show the "+" break comparison

```
>>> from pip._vendor.packaging.version import parse
>>> parse("3.9.0+")

>>> parse("3.9.0")

>>> parse("3.9.0+") >= parse("3.6.0")
False
>>> parse("3.9.0") >= parse("3.6.0")
True
>>> 
```

Is it possible to mark this version as 3.9.0 ?
It seems the plus is introduced by a debian patch.

Thank you

** Affects: python3.9 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  "+" suffix in 3.9.0+ breaks pip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.9/+bug/1905064/+subscriptions

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

[Bug 1875111] [NEW] Crash at first run when SageMath is also installed

2020-04-25 Thread Cédric M . Campos
Public bug reported:

When SageMath is installed, Octave Symbolic will crash at first call and
then run properly.

Steps to reproduce on a fresh install of Focal Fossa.

1) Install 'octave-symbolic'.

2) Run Octave and create a symbolic object.

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: Python communication link active, SymPy v1.5.1.
---

3) Exit Octave and install 'sagemath'.

4) Repeat step 2).

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: error: SymPy version Setting permissions of DOT_SAGE 
directory so only you can read and write it.
1.5.1 found but is too old (1.2 required)
Try "sympref diagnose" for more information.
error: called from
assert_have_python_and_sympy at line 156 column 9
python_ipc_popen2 at line 79 column 5
python_ipc_driver at line 59 column 15
python_cmd at line 163 column 11
valid_sym_assumptions at line 38 column 10
assumptions at line 82 column 7
check_assumptions>ca_helper at line 41 column 15
check_assumptions at line 31 column 3
sym at line 353 column 7
---

5) In the same session, create a symbolic object anew.

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: Python communication link active, SymPy v1.5.1.
---

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: octave-symbolic 2.8.0-2
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 26 01:43:43 2020
InstallationDate: Installed on 2020-04-24 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: octave-symbolic
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: octave-symbolic (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Crash at first run when SageMath is also installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave-symbolic/+bug/1875111/+subscriptions

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

[Bug 1859116] Re: package update-notifier-common 0.154.1 failed to install/upgrade: pre-dependency problem - not installing update-notifier-common

2020-01-10 Thread Cédric Lamalle
Hello,
Here comes the output of 'apt-cache policy update-notifier-common':

update-notifier-common:
  Installed: 3.168.10
  Candidate: 3.168.10
  Version table:
 *** 3.168.10 500
500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
100 /var/lib/dpkg/status
 3.168.7 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages
 3.168 500
500 http://br.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu xenial/main i386 Packages

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

Title:
  package update-notifier-common 0.154.1 failed to install/upgrade: pre-
  dependency problem - not installing update-notifier-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1859116/+subscriptions

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

[Bug 1859116] [NEW] package update-notifier-common 0.154.1 failed to install/upgrade: pre-dependency problem - not installing update-notifier-common

2020-01-09 Thread Cédric Lamalle
Public bug reported:

Upgrading from Ubuntu 14.04 to 16.04 (do-release-upgrade) gave the
following error:

dpkg: regarding .../update-notifier-common_3.192.1.7_all.deb containing 
update-notifier-common, pre-dependency problem:
 update-notifier-common pre-depends on apt (>= 1.1~)
  apt latest configured version is 1.0.1ubuntu2.24.

dpkg: error processing archive 
/var/cache/apt/archives/update-notifier-common_3.192.1.7_all.deb (--unpack):
 pre-dependency problem - not installing update-notifier-common
Error in function:

SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/problem_report.py", line 416, in 
add_to_existing
self.write(f)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 369, in write
block = f.read(1048576)
  File "/usr/lib/python3.4/codecs.py", line 313, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid 
start byte

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: update-notifier-common 0.154.1
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Thu Jan  9 23:52:00 2020
DuplicateSignature: package:update-notifier-common:0.154.1:pre-dependency 
problem - not installing update-notifier-common
ErrorMessage: pre-dependency problem - not installing update-notifier-common
InstallationDate: Installed on 2017-05-16 (968 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
PackageArchitecture: all
SourcePackage: update-notifier
Title: package update-notifier-common 0.154.1 failed to install/upgrade: 
pre-dependency problem - not installing update-notifier-common
UpgradeStatus: Upgraded to xenial on 2020-01-10 (0 days ago)

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package update-notifier-common 0.154.1 failed to install/upgrade: pre-
  dependency problem - not installing update-notifier-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1859116/+subscriptions

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

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1779890

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

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

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

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769677

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

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

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

[Bug 1824257] Re: AUCTeX/Evince: server does not start, poor direct search, inverse search does not work

2019-04-23 Thread Cédric M . Campos
SOLVED. Some non-official package installed Evince through flatpak,
which did not communicate properly with AUCTeX through D-Bus.

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

Title:
  AUCTeX/Evince: server does not start, poor direct search, inverse
  search does not work

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

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

[Bug 1824257] [NEW] AUCTeX/Evince: server does not start, poor direct search, inverse search does not work

2019-04-10 Thread Cédric M . Campos
Public bug reported:

Ubuntu release: Ubuntu 18.04.2 LTS (fully updated as per today)
Package version: AUCTeX 11.91 (Emacs 25.2)

*** Summary ***
1) Evince server does not start, so each "C-c C-v" issued opens a new Evince 
instance, capturing the keyboard focus and bloating the screen.
2) Direct search works partially, it merely searches for the page and not the 
specific line.
3) Inverse search simply does not work.

*** Note ***
I have attached a basic configuration to start a server and activate 
direct/inverse search according to this: 
https://www.gnu.org/software/auctex/manual/auctex/I_002fO-Correlation.html

*** What is to be expected ***
1) Open a .tex file with Emacs/AUCTeX.
2) Compile (C-c C-c).
3) View pdf output (C-c C-v).
>> An Evince server for that file is started.
>> Evince opens the pdf file.
>> Focus is still on Emacs instance.
3) Move to some line (in Emacs).
4) View pdf output (C-c C-v).
>> No new Evince instance is opened for that file.
>> The current Evince instance moves to the specific line corresponding to the 
>> cursor position in Emacs.
>> Focus is still on Emacs instance.
5) On Evince "control+left click" some line.
>> Emacs moves to the specific line corresponding to the pointed line in Evince.
>> Emacs instance captures the focus.

*** What happens ***
1) Open a .tex file with Emacs/AUCTeX.
2) Compile (C-c C-c).
3) View pdf output (C-c C-v).
>> No Evince server is started.
>> Evince opens the pdf file.
>> Focus is captured by Evince.
3) Move to some line (in Emacs).
4) View pdf output (C-c C-v).
>> A new Evince instance is opened for that file.
>> The new Evince instance moves to the page (not the line) corresponding to 
>> the cursor position in Emacs.
>> Focus is captured by the new Evince instance.
5) On Evince "control+left click" some line.
>> Nothing happens and Winter Is Coming.

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

** Attachment added: "Basic setup for direct/inverse search plus server 
activation."
   https://bugs.launchpad.net/bugs/1824257/+attachment/5254822/+files/init.el

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

Title:
  AUCTeX/Evince: server does not start, poor direct search, inverse
  search does not work

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-05 Thread Cédric
@Thijs Kaper: I have the exact same problem.

My alternative workaround:
Like you I authenticate, black screen after typing the password and hitting 
enter. Then I go to tty2, authenticate in the terminal, and type 'startx' (and 
4 times Ctrl+C). And finally KDE starts without problem on tty2. This is crazy.


Like @Bernadette Addison I had huge icons. It was impossible to set a higher 
resolution with the KDE display manager. So I used xrandr:
xrandr --output eDP-1-1 --mode 1920x1200 --scale 1x1
for example.
The resolution is fine even after a reboot.


I also want to add that I am actually using the nvidia driver 396.24. Because I 
had so much problems before... I tried to add the graphics-driver ppa as 
advised by @Chris McDonough. I do not know if finally this helped me a little. 
Maybe I should switch back to 390.


My graphical interface is really a mess since the upgrade to 18.04 :-(

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1757320] Re: Remove Qt 4 from the archive

2018-03-22 Thread Cédric Bellegarde
This one need to replace current fwbuilder package:
https://github.com/fwbuilder/fwbuilder

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

Title:
  Remove Qt 4 from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1757320/+subscriptions

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

[Bug 1336663] Re: lightdm uses wrong ccache name on pam_krb5 credentials refresh

2018-02-12 Thread Cédric Dufour
On Debian/Stretch - lightdm 1.18.3 - this issue is still present.

The script mentioned in comment 9 has served us well for the past 3+
years and is "maintained" on https://github.com/cedric-dufour/custom-
conf/tree/master/generic/all/custom-conf-pam-krb5/usr/share/custom-conf-
pam-krb5/config/etc/security/pam-script.d as part of our "standard"
Kerberos/PAM configuration.

Best

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

Title:
  lightdm uses wrong ccache name on pam_krb5 credentials refresh

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

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

[Bug 1745779] [NEW] package mysql-server 5.7.21-0ubuntu0.16.04.1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2018-01-27 Thread Cédric Avril
Public bug reported:

i had to handle a little some sql config, not sure but i had a message
saying some conf.d file or so was not correct. this is the third time
i'm receiving this install error message.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server 5.7.21-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
Uname: Linux 4.4.0-112-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Thu Jan 25 23:28:42 2018
ErrorMessage: problèmes de dépendances - laissé non configuré
InstallationDate: Installed on 2017-02-19 (342 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'ib_logfile1', 'sys', 'ib_buffer_pool', 
'performance_schema', 'ib_logfile0', 'mysql_upgrade_info', 'wordpress', 
'debian-5.7.flag', 'ibtmp1', 'auto.cnf', 'ibdata1']
PackageArchitecture: all
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-112-generic 
root=UUID=a32fad7d-56aa-4241-acbb-f82cfe091083 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: mysql-5.7
Title: package mysql-server 5.7.21-0ubuntu0.16.04.1 failed to install/upgrade: 
problèmes de dépendances - laissé non configuré
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: [modified]
mtime.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: 2017-11-09T23:05:36.121670

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package xenial

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

Title:
  package mysql-server 5.7.21-0ubuntu0.16.04.1 failed to
  install/upgrade: problèmes de dépendances - laissé non configuré

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1745779/+subscriptions

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

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728617

Title:
  Scrolled window broken when containing an eventbox

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

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

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728461

Title:
  Python GC destroys PyGObject with external references

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

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

[Bug 1723699] [NEW] magit-version gives no version

2017-10-14 Thread Cédric M . Campos
Public bug reported:

magit-version simply gives "Magit , Git 2.7.4, Emacs 24.5.1", no version
for Magit is shown.

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

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

Title:
  magit-version gives no version

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

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

[Bug 156722] Re: Python segfault in PyGC_Collect()

2017-09-28 Thread Cédric Bellegarde
https://bugzilla.gnome.org/show_bug.cgi?id=731501

Patch linked.

** Bug watch added: GNOME Bug Tracker #731501
   https://bugzilla.gnome.org/show_bug.cgi?id=731501

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

Title:
  Python segfault in PyGC_Collect()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/156722/+subscriptions

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

[Bug 1700610] [NEW] bash glob expands [a-c] to [aAbBc]

2017-06-26 Thread Cédric M . Campos
Public bug reported:

Hi, there!

I've realized that bash globbing or glob expansion fails to expand
letter ranges as expected. For instance, [a-c] is expanded to [aAbBc]
instead of to [abc] and [A-C] to [AbBcC] instead of to [ABC], i.e. small
and capital letters are intersperse.

One way to correct this is enabling the bash option "globasciiranges",
which is disabled by default. This problem is LOCALE dependent and might
vary from one system to another.

Fully updated Ubuntu-GNOME 16.04.2 LTS 64-bit with bash
4.3.48(1)-release.

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

** Package changed: wajig (Ubuntu) => bash (Ubuntu)

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

Title:
  bash glob expands [a-c] to [aAbBc]

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

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


Re: [Bug 1658067] Re: mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

2017-01-24 Thread Cédric Avril
*** This bug is a duplicate of bug 1592669 ***
https://bugs.launchpad.net/bugs/1592669

Rights for /var/run/mysqld/mysqld.sock are 777 and owner is mysql. I 
don't remember if mysql exists as an user. There is also a 
mysqld.sock.lock. Both files are empty. What is the file used to 
configure mysql?

Le 23/01/2017 à 14:08, ChristianEhrhardt a écrit :
> ** Summary changed:
>
> - package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: 
> subprocess installed post-installation script returned error exit status 1
> + mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through 
> socket '/var/run/mysqld/mysqld.sock'
>
> ** Summary changed:
>
> - mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through 
> socket '/var/run/mysqld/mysqld.sock'
> + on-upgrade 2002: Can't connect to local MySQL server through socket 
> '/var/run/mysqld/mysqld.sock'
>

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

Title:
  on-upgrade 2002: Can't connect to local MySQL server through socket
  '/var/run/mysqld/mysqld.sock'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1658067/+subscriptions

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

Re: [Bug 1658067] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-23 Thread Cédric Avril
Thanks for the help,

Actually I have to do /etc/init.d/mysql restart each time I'm using 
mysql for the websites i'm developing locally (127.0.0.1) so it can 
work. When I'm using symfony, I have to use these 2 lines to clear the 
cache :

 php /var/www/Symfony/bin/console cache:clear
 chmod 777 -R  /var/www/Symfony/var/cache/dev

which isn't quite nice. So maybe there's a problem with some files that 
cannot be accessed. Just trying to help too. A password is needed for 
pma, because I also had to use that :


 use mysql;
 CREATE USER 'user1'@'localhost' IDENTIFIED BY 'pass';
 GRANT ALL PRIVILEGES ON *.* TO 'user1'@'localhost' IDENTIFIED BY 
'pass';

in order to recover the password I had lost. I haven't used symfony for 
a long time but I think I have to log in with user1 to make it work.


Le 23/01/2017 à 13:19, ChristianEhrhardt a écrit :
> Hi,
> from the log
> mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through 
> socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server
> Upgrade process encountered error and will not continue.
> mysql_upgrade failed with exit status 11
>
> That means the server did not start, and due to that later processes of
> the upgrade would fail - therefore it breaks here.
>
> The error log itself doesn't hold too much on that - it seems to start 
> shutting down right after being up:
> 2017-01-20T11:50:55.797820Z 0 [Note] mysqld: ready for connections.
> Version: '5.7.17-0ubuntu0.16.04.1'  socket: '/tmp/tmp.4JyEzHaYGM/mysqld.sock' 
>  port: 3306  (Ubuntu)
> 2017-01-20T11:50:55.798261Z 0 [Note] Giving 0 client threads a chance to die 
> gracefully
> 2017-01-20T11:50:55.798287Z 0 [Note] Shutting down slave threads
>
> Your config at 
> https://launchpadlibrarian.net/303220958/MySQLConf.etc.mysql.mysql.conf.d.mysqld.cnf.txt
>  uses the default socket path, so other than the unexpected immediate 
> shutdown I don't see an issue.
> I'd expect more a "error: Reason" anywhere, but this way I'm kind of lost.
>
> The reason the messge shows up over and over again is that it retries
> every time.
>
> I wonder if anything comes to your mind that this could be any sort of a
> special case to your custom setup of mysql?
>
>
> ** Changed in: mysql-5.7 (Ubuntu)
> Status: Confirmed => Incomplete
>

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

Title:
  on-upgrade 2002: Can't connect to local MySQL server through socket
  '/var/run/mysqld/mysqld.sock'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1658067/+subscriptions

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

[Bug 1658067] [NEW] package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-20 Thread Cédric Avril
Public bug reported:

error message is a standard one when auto updating occurs after
launching ubuntu.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.17-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic i686
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: i386
Date: Fri Jan 20 12:50:59 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-01-29 (357 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['symfony', 'performance_schema', 'odile', 'ibdata1', 
'debian-5.7.flag', 'mysql_upgrade_info', 'ib_logfile0', 'phpmyadmin', 'mysql', 
'sys', 'ib_logfile1', 'auto.cnf', 'ib_buffer_pool']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=5b0a6a75-bb77-464a-a35a-930cccb6eccb ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.18
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2016-06-30 (204 days ago)
upstart.mysql.override: manual

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apparmor apport-package i386 xenial

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

Title:
  package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1658067/+subscriptions

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


[Bug 1256249] Re: pgfincore.control is not installed.

2016-09-15 Thread Cédric
fixed upstream, packaging changes and the proposed patch was too old.

** Changed in: pgfincore (Ubuntu)
   Status: New => Fix Committed

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

Title:
  pgfincore.control is not installed.

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270189

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

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

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


[Bug 1615985] [NEW] Choices for french spell checking could be better

2016-08-23 Thread Cédric Bellegarde
Public bug reported:

https://bugs.launchpad.net/ubuntu/+source/language-pack-touch-
fr/+bug/1482896

I just link this bug report because it should have been reported for
ubuntu-keyboard.

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Choices for french spell checking could be better

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

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


[Bug 1482896] Re: OTA 5 rev22: choices for french spell checking could be better

2016-08-23 Thread Cédric Bellegarde
Any news on this? Ubuntu keyboard in French really suck...


One more on this bug... 
When I type "a", spell checking should propose "à"
When I type "e", spell checking should propose "éèê"

Android and IOS work like this.

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

Title:
  OTA 5 rev22: choices for french spell checking could be better

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-touch-fr/+bug/1482896/+subscriptions

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

[Bug 1570828] Re: Multiple Web Apps crashes when returning from a linked page

2016-08-19 Thread Cédric Bellegarde
Yes, please fix this, all webapps are broken due to this bug...

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

Title:
  Multiple Web Apps crashes when returning from a linked page

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1570828/+subscriptions

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


[Bug 1606796] Re: Telephone services (calls, sms) stops working after a while

2016-08-17 Thread Cédric Bellegarde
Fixed for me

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

Title:
  Telephone services (calls, sms) stops working after a while

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

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


[Bug 1613571] [NEW] keyboard/language applet doesn't show

2016-08-16 Thread Cédric M .
Public bug reported:

Since an update, the keyboard/language applet doesn't show in gdm. It is still 
visible in gnome.
Versions: Ubuntu Gnome 16.04.1, gdm 3.18.3 (3.18.3-0ubuntu2 500)

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

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

Title:
  keyboard/language applet doesn't show

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

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


[Bug 1606796] Re: Telephone services (calls, sms) stops working after a while

2016-07-27 Thread Cédric Bellegarde
Same issue here... But since OTA6, I always reboot my phone every days
since I got it.

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

Title:
  Telephone services (calls, sms) stops working after a while

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

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


[Bug 1495667] Re: home button on arale stays active when screen is locked

2016-07-13 Thread Cédric Bellegarde
Any news on this?

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

Title:
  home button on arale stays active when screen is locked

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

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


[Bug 1600305] Re: Touch Problem on MX4

2016-07-13 Thread Cédric Bellegarde
I can confirm this issue, happen time to time for me while scrolling in
apps...

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

Title:
  Touch Problem on MX4

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

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


[Bug 1591733] [NEW] package nvidia-opencl-icd-352-updates 361.45.11-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 5

2016-06-12 Thread Cédric Talpaert
Public bug reported:

I don't know, there was a bug during the release upgrade between 15.10
and 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nvidia-opencl-icd-352-updates 361.45.11-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Jun 12 19:41:00 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
 nvidia-opencl-icd-361 361.45.11-0ubuntu0.16.04.1
 ocl-icd-libopencl1 2.2.8-1
DuplicateSignature:
 package:nvidia-opencl-icd-352-updates:361.45.11-0ubuntu0.16.04.1
 Removing nvidia-opencl-icd-352-updates (361.45.11-0ubuntu0.16.04.1) ...
 Failed to stop var-lib-snapd-lib-gl.mount: Unit var-lib-snapd-lib-gl.mount not 
loaded.
 dpkg: error processing package nvidia-opencl-icd-352-updates (--remove):
  subprocess installed pre-removal script returned error exit status 5
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 5
InstallationDate: Installed on 2013-05-05 (1134 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: nvidia-graphics-drivers-361
Title: package nvidia-opencl-icd-352-updates 361.45.11-0ubuntu0.16.04.1 failed 
to install/upgrade: subprocess installed pre-removal script returned error exit 
status 5
UpgradeStatus: Upgraded to xenial on 2016-06-12 (0 days ago)

** Affects: nvidia-graphics-drivers-361 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-from-proposed xenial

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

Title:
  package nvidia-opencl-icd-352-updates 361.45.11-0ubuntu0.16.04.1
  failed to install/upgrade: subprocess installed pre-removal script
  returned error exit status 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1591733/+subscriptions

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


[Bug 1584633] Re: cannot make a libertine container

2016-06-02 Thread Cédric Bellegarde
Here, on Ubuntu Phone, it fails:
phablet@ubuntu-phablet:~/.local/share/libertine$ libertine-container-manager 
create --id vivid --type chroot --name 'Linux'
fakechroot: preload library not found, aborting.
Failed to create container
Traceback (most recent call last):
  File "/usr/bin/libertine-container-manager", line 758, in 
args.func(args)
  File "/usr/bin/libertine-container-manager", line 389, in create
if not container.create_libertine_container(password, args.multiarch, 
args.verbosity):
  File "/usr/lib/python3/dist-packages/libertine/Libertine.py", line 317, in 
create_libertine_container
return self.container.create_libertine_container(password, multiarch, 
verbosity)
  File "/usr/lib/python3/dist-packages/libertine/ChrootContainer.py", line 84, 
in create_libertine_container
self.destroy_libertine_container()
  File "/usr/lib/python3/dist-packages/libertine/ChrootContainer.py", line 66, 
in destroy_libertine_container
shutil.rmtree(container_root)
  File "/usr/lib/python3.4/shutil.py", line 455, in rmtree
onerror(os.lstat, path, sys.exc_info())
  File "/usr/lib/python3.4/shutil.py", line 453, in rmtree
orig_st = os.lstat(path)
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/phablet/.cache/libertine-container/vivid'

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

Title:
  cannot make a libertine container

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

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


[Bug 1571597] Re: No lock screen

2016-04-19 Thread Cédric Bellegarde
# mount -o remount,rw /
# gpasswd -d phablet nopasswdlogin
# mount -o remount,ro /

This fix my issue but why my user was in this group?

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

Title:
  No lock screen

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

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


[Bug 1571597] Re: No lock screen

2016-04-19 Thread Cédric Bellegarde
Calling dbus with com.canonical.UnityGreeter /com/canonical/Unity/Session 
com.canonical.Unity.Session.Lock
give me this in unity logs:
This backend doesn't support multiple users

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

Title:
  No lock screen

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

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


[Bug 1571597] [NEW] No lock screen

2016-04-18 Thread Cédric Bellegarde
Public bug reported:

Since OTA9 (I think), I can't lock my phone anymore.

I have setup a code, a passphrase, reset my phone, but nothing works...
Unity never ask me for a code...

Another thing that my be related is that pushing "physical" button on
MX4 wake up the phone...

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

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

Title:
  No lock screen

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

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


[Bug 1512188] Re: Update request: skiboot 5.1.9 for OpenPower machines

2016-04-07 Thread Cédric Le Goater
I just installed a trusty on a OpenPOWER system (Habanero).  Firmware is v1.8 
and it is running a  linux-image-generic-lts-xenial.

How do I pull the newer opal-prd to give it a try ?

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

Title:
  Update request: skiboot 5.1.9 for OpenPower machines

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

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


[Bug 1512188] Re: Update request: skiboot 5.1.9 for OpenPower machines

2016-02-05 Thread Cédric Le Goater
Hi,

There is a small issue with the systemd opal-prd.service file :

ExecStart=/usr/sbin/opal-prd

it should specify the mtd device, as done in the upstart and init
scripts :

ExecStart=/usr/sbin/opal-prd --pnor /dev/mtd0

I have a couple of openpower systems running xenial, so I can give 
a hand with non regression.

Thanks,

C.

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

Title:
  Update request: skiboot 5.1.9 for OpenPower machines

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541954

Title:
  Revert to the previous nautilus version

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

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


[Bug 1247216] Re: Support for XMPP

2016-01-19 Thread Cédric Bellegarde
I use telepathy-facebook and telepathy-telegram on my desktop so please
add full telepathy support to Messaging app.

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

Title:
  Support for XMPP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1247216/+subscriptions

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


[Bug 1473134] Re: handle headphone button

2015-11-27 Thread Cédric Bellegarde
wired headphone

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

Title:
  handle headphone button

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

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


[Bug 1512851] Re: No network error when making call

2015-11-10 Thread Cédric Bellegarde
Same here, OTA7 and meizu phone.

Operator: Orange France

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

Title:
  No network error when making call

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

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


[Bug 1423770] Re: Dialer + Messages fail to send

2015-09-29 Thread Cédric Bellegarde
Same bug here with Meizu MX4.

Switching to "fly mode" doesn't fix the issue. Only reboot make the
phone being a phone again.

** Changed in: dialer-app (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Dialer + Messages fail to send

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1423770/+subscriptions

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-04 Thread Cédric Bellegarde
Here another one ofono.txt

In fact, UNSOL_RESPONSE_NEW_SMS was in syslog, not in ofono.txt

Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: 
drivers/rilmodem/sms.c:ril_sms_notify() req: 1003; data_len: 640
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: [0,UNSOL]< UNSOL_RESPONSE_NEW_SMS 
{07913386094000F04405850287F500F551904041526080860605040B84D5234306246170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500AF84B4818C829834416154355946636E732B65775548008D918918802B3631343230313237352F545950453D504C4D4E0086818A808E02271088058103093A8083687474703A2F2F742E732F6154355946636E732B6577554800}
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: 
drivers/rilmodem/sms.c:ril_sms_notify() smsc_len is 8
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: 
src/sms.c:ofono_sms_deliver_notify() len 158 tpdu len 150
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: src/sms.c:handle_deliver() 
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: src/sms.c:sms_dispatch() 
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: src/sms.c:sms_dispatch() dst -1 
src -1
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: Got an 8-bit encoded message, 
however no valid src/address port, ignore
Sep  4 14:25:32 ubuntu-phablet ofonod[7170]: [0,0116]> 
RIL_REQUEST_SMS_ACKNOWLEDGE  (1,0)


** Attachment added: "ofono.txt"
   
https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1490673/+attachment/4457270/+files/ofono.txt

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

Title:
  Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468811

Title:
  headphone volume auto-set to loudest

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

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


[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-03 Thread Cédric Bellegarde
Same operator here: Sosh
Same bug: Do not receive MMS

Here what i found in syslog:
Sep  3 22:05:14 ubuntu-phablet /03mmsproxy: Adding route for proxy for 
connection /208014803896755/context2 on ril_0 (ccmni0)
Sep  3 22:05:14 ubuntu-phablet /03mmsproxy: failed to add route: 
Settings[Proxy] for /ril_0/context2 missing


Here debug from ofono, i never receive UNSOL_RESPONSE_NEW_SMS...


** Attachment added: "ofono.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1490673/+attachment/4456997/+files/ofono.txt

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

Title:
  Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1424791

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

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

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


[Bug 1470132] Re: When an account's token is expired, account-polld should stop polling that account and show notification to refresh account.

2015-08-28 Thread Cédric Bellegarde
Twitter account.
Was not expired as twitter app was working.

Removing/adding account fix the isssue

No log file :(

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

Title:
  When an account's token is expired, account-polld should stop polling
  that account and show notification to refresh account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1470132/+subscriptions

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


[Bug 1470132] Re: When an account's token is expired, account-polld should stop polling that account and show notification to refresh account.

2015-08-27 Thread Cédric Bellegarde
No password change here... Same bug.

2015/08/27 22:28:53 Poll for account 4 has failed: Token expired
2015/08/27 22:28:53 Ending poll for account 4
2015/08/27 22:28:53 New account data for existing account with id 4
2015/08/27 22:28:53 Starting poll for account 4
2015/08/27 22:28:53 Polling account 4
2015/08/27 22:28:53 Error while polling 4: Token expired
2015/08/27 22:28:53 Poll for account 4 has failed: Token expired
2015/08/27 22:28:53 Ending poll for account 4
2015/08/27 22:28:53 New account data for existing account with id 4
2015/08/27 22:28:53 Starting poll for account 4
2015/08/27 22:28:53 Polling account 4
2015/08/27 22:28:54 Error while polling 4: Token expired
2015/08/27 22:28:54 Poll for account 4 has failed: Token expired
2015/08/27 22:28:54 Ending poll for account 4
2015/08/27 22:28:54 New account data for existing account with id 4
2015/08/27 22:28:54 Starting poll for account 4
2015/08/27 22:28:54 Polling account 4
2015/08/27 22:28:54 Error while polling 4: Token expired
2015/08/27 22:28:54 Poll for account 4 has failed: Token expired
2015/08/27 22:28:54 Ending poll for account 4
2015/08/27 22:28:54 New account data for existing account with id 4
2015/08/27 22:28:54 Starting poll for account 4
2015/08/27 22:28:54 Polling account 4
2015/08/27 22:28:55 Error while polling 4: Token expired
2015/08/27 22:28:55 Poll for account 4 has failed: Token expired
2015/08/27 22:28:55 Ending poll for account 4
2015/08/27 22:28:55 New account data for existing account with id 4
2015/08/27 22:28:55 Starting poll for account 4
2015/08/27 22:28:55 Polling account 4

This kill the phone battery is one hour on an MX4.

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

Title:
  When an account's token is expired, account-polld should stop polling
  that account and show notification to refresh account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1470132/+subscriptions

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


[Bug 1470132] Re: When an account's token is expired, account-polld should stop polling that account and show notification to refresh account.

2015-08-27 Thread Cédric Bellegarde
Can't find a way to renew the token from the UI

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

Title:
  When an account's token is expired, account-polld should stop polling
  that account and show notification to refresh account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1470132/+subscriptions

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468811

Title:
  headphone volume auto-set to loudest

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

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


[Bug 1447077] Re: Playback is paused briefly when switching airplane mode or enable/disable WiFi

2015-08-06 Thread Cédric Bellegarde
Same issue here on mx4, happens also when data go on/off because of low
signal.

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

Title:
  Playback is paused briefly when switching airplane mode or
  enable/disable WiFi

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

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


[Bug 1477612] Re: Message not displayed, not marked as read

2015-08-06 Thread Cédric Bellegarde
*** This bug is a duplicate of bug 1478547 ***
https://bugs.launchpad.net/bugs/1478547

** This bug has been marked a duplicate of bug 1478547
   Some received messages are not shown in detail

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

Title:
  Message not displayed, not marked as read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1477612/+subscriptions

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468811

Title:
  headphone volume auto-set to loudest

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

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


[Bug 1376250] Re: i-network says "Unknown" or "No SIM" on N4 (mako), can't unlock the SIM

2015-07-24 Thread Cédric Bellegarde
This bug is always present here:
- Meizu MX4
- OTA5

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

Title:
  i-network says "Unknown" or "No SIM" on N4 (mako), can't unlock the
  SIM

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

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


[Bug 1477612] [NEW] Message not displayed, not marked as read

2015-07-23 Thread Cédric Bellegarde
Public bug reported:

I just received a message from my operator with a password, from strange
reason, it's not displayed when selected in messaging-app and not marked
as read.

Here sqlite content:
ofono/ofono/account0|Orange|2015-07-23T15:56:46+0200-1|Orange|2015-07-23T13:56:48.000|1|Votre
 mot de passe Orange est strictement confidentiel. Conservez-le précieusement. 
Ne le communiquez jamais à un tiers. Votre mot de passe est P6S5G5|0|0||

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Message not displayed, not marked as read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1477612/+subscriptions

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

[Bug 1435050] Re: Voicemail messages notification

2015-07-22 Thread Cédric Bellegarde
Same here on Meizu MX4:
https://bugs.launchpad.net/ubuntu+mobile+phone/+bug/1454626

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

Title:
  Voicemail messages notification

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

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1468811

Title:
  headphone volume auto-set to loudest

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

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


[Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-07-15 Thread Cédric Bellegarde
Fixing tags fix issue

But should be fixed in code

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

Title:
  Mediascanner-service-2 process is killing HD and consumes lot of CPU

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-15 Thread Cédric Bellegarde
Fixing tags fix issue

But should be fixed in code

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-07-15 Thread Cédric Bellegarde
Seems because year is -1 in tags

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

Title:
  Mediascanner-service-2 process is killing HD and consumes lot of CPU

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-15 Thread Cédric Bellegarde
Seems because year is -1 in tags

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-15 Thread Cédric Bellegarde
On Ubuntu 15.04 for pc i do not get:
terminate called after throwing an instance of 'std::logic_error'

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-07-15 Thread Cédric Bellegarde
Extracting metadata from /home/phablet/Music/6-Let's go (feat. Takana
Zion).mp3.

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **:
gst_date_time_new: assertion 'year > 0 && year <= ' failed

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **:
gst_mini_object_unref: assertion 'mini_object != NULL' failed

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **: 
gst_date_time_to_iso8601_string: assertion 'datetime != NULL' failed
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
Aborted (core dumped)

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

Title:
  Mediascanner-service-2 process is killing HD and consumes lot of CPU

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-15 Thread Cédric Bellegarde
Extracting metadata from /home/phablet/Music/6-Let's go (feat. Takana
Zion).mp3.

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **:
gst_date_time_new: assertion 'year > 0 && year <= ' failed

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **:
gst_mini_object_unref: assertion 'mini_object != NULL' failed

(mediascanner-service-2.0:3806): GStreamer-CRITICAL **: 
gst_date_time_to_iso8601_string: assertion 'datetime != NULL' failed
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
Aborted (core dumped)

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-07-15 Thread Cédric Bellegarde
On Ubuntu 15.04 for pc i do not get: 
terminate called after throwing an instance of 'std::logic_error'

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

Title:
  Mediascanner-service-2 process is killing HD and consumes lot of CPU

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-09 Thread Cédric Bellegarde
Here to files making mediascanner segfault:
https://drive.google.com/folderview?id=0B3oeICmTBtl7fk1idlJBSlVWVm9YS0lYSkZ4bTVWV0k5bUwwWEZiY2Y1bXNZOXF5N0E2OWc&usp=sharing

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-07-09 Thread Cédric Bellegarde
Here to files making mediascanner segfault:
https://drive.google.com/folderview?id=0B3oeICmTBtl7fk1idlJBSlVWVm9YS0lYSkZ4bTVWV0k5bUwwWEZiY2Y1bXNZOXF5N0E2OWc&usp=sharing

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

Title:
  Mediascanner-service-2 process is killing HD and consumes lot of CPU

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

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


[Bug 1466669] Re: Icons in the App scope disappear and appear when search is refreshed

2015-07-09 Thread Cédric Bellegarde
This behaviour is also present in today scope... Unity 8 need a way to
refresh a view on the fly and only refresh what is needed.

Current behaviour is 90's friendly...

By the way, keep up the good work!

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

Title:
  Icons in the App scope disappear and appear when search is refreshed

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

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


[Bug 1398614] Re: mediascanner-service-2.0 using large amounts of CPU

2015-07-09 Thread Cédric Bellegarde
Same here on Meizu MX4, crash loop and so
- apport run every seconds...
- CPU/Battery killer

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

Title:
  mediascanner-service-2.0 using large amounts of CPU

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

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


[Bug 1317452] Re: Ubuntu Software Center install wrong version

2015-03-18 Thread Cédric OCHS
Thanks a lot Michael, I'll check again :)

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

Title:
  Ubuntu Software Center install wrong version

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

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


[Bug 1414165] [NEW] package linux-image-3.13.0-44-generic (not installed) failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-44-generic' to '/boot/vmlinuz-3.13.0-44-gener

2015-01-23 Thread Cédric Boumaza
Public bug reported:

problem wiht apt-get update against apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-44-generic (not installed)
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cedric 1779 F pulseaudio
CurrentDmesg:
 [   23.136076] init: plymouth-upstart-bridge main process ended, respawning
 [  432.325584] show_signal_msg: 93 callbacks suppressed
 [  432.325588] dpkg-deb[2552]: segfault at 9368232 ip b76c7848 sp bfa28610 
error 4 in libbz2.so.1.0.4[b76bd000+1]
Date: Fri Jan 23 21:45:34 2015
DuplicateSignature: package:linux-image-3.13.0-44-generic:(not 
installed):cannot copy extracted data for './boot/vmlinuz-3.13.0-44-generic' to 
'/boot/vmlinuz-3.13.0-44-generic.dpkg-new': unexpected end of file or stream
ErrorMessage: cannot copy extracted data for './boot/vmlinuz-3.13.0-44-generic' 
to '/boot/vmlinuz-3.13.0-44-generic.dpkg-new': unexpected end of file or stream
HibernationDevice: RESUME=UUID=e39368a1-b420-4040-a3e6-5760d3da24f1
InstallationDate: Installed on 2015-01-23 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. EP45-DS3
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=fa94dd80-0a06-40c3-a5d8-29bdf858fe8b ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
RfKill:
 
SourcePackage: linux
Title: package linux-image-3.13.0-44-generic (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./boot/vmlinuz-3.13.0-44-generic' to 
'/boot/vmlinuz-3.13.0-44-generic.dpkg-new': unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/19/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F10e
dmi.board.name: EP45-DS3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF10e:bd08/19/2010:svnGigabyteTechnologyCo.,Ltd.:pnEP45-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45-DS3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EP45-DS3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-package i386 trusty

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

Title:
  package linux-image-3.13.0-44-generic (not installed) failed to
  install/upgrade: cannot copy extracted data for
  './boot/vmlinuz-3.13.0-44-generic' to '/boot/vmlinuz-3.13.0-44-generic
  .dpkg-new': unexpected end of file or stream

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

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


[Bug 1336663] Re: lightdm uses wrong ccache name on pam_krb5 credentials refresh

2014-12-22 Thread Cédric Dufour
Hello again,

Thanks @Sergio for the krenew tip.

I'd rather not automatically renew a user ticket without having him
supply its password from time to time.

I came up with a *horrible* workaround which I believe does not break
the entire Kerberos security (please correct me if I'm wrong):


In /etc/pam.d/common-auth:
auth optional pam_script.so dir=/etc/security/pam-script.d


In /etc/security/pam-script.d/pam_script_auth:
#!/bin/sh

## Kerberos 5 credential cache (ticket) hack
#  REF: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1336663
sh -c "sleep 3; PAM_USER=${PAM_USER} /etc/security/pam-script.d/krb5cc_rename" &


In /etc/security/pam-script.d/krb5cc_rename:
#!/bin/sh

## Kerberos 5 credential cache (ticket) hack
#  REF: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1336663

# Parameters
KRB5CC_DIR='/tmp'

# Look for matching - although misnamed - credential cache
# ... retrieve user UID
KRB5CC_UID="$(id -u "${PAM_USER}")"
[ -z "${KRB5CC_UID}" ] && echo 'ERROR: Failed to retrieve user UID' && exit 1
# ... look for user matching/misnamed ticket
KRB5CC_SRC="$(find "${KRB5CC_DIR}" -maxdepth 1 -uid "${KRB5CC_UID}" -name 
'krb5cc_0')"
[ -z "${KRB5CC_SRC}" ] && echo 'INFO: No matching/misnamed Kerberos 5 ticket 
found' && exit 0
# ... look for *older* user ticket (do not replace a newer one)
KRB5CC_DST="$(find "${KRB5CC_DIR}" -maxdepth 1 -uid "${KRB5CC_UID}" -name 
"krb5cc_${KRB5CC_UID}_*" -not -newer "${KRB5CC_SRC}" | head -n 1)"
[ -z "${KRB5CC_DST}" ] && echo 'INFO: No previous/user Kerberos 5 ticket found' 
&& exit 0
# ... check Kerberos principal matches (just to be on the safe side; let's not 
rely only on files ownership)
[ "$(klist "${KRB5CC_SRC}" | grep '^Default principal:')" != "$(klist 
"${KRB5CC_DST}" | grep '^Default principal:')" ] && echo 'ERROR: Mismatched 
principal' && exit 1

# Replace user credential cache by matching/misnamed one
mv "${KRB5CC_SRC}" "${KRB5CC_DST}"
[ $? -ne 0 ] && echo 'ERROR: Failed to rename matching/misnamed Kerberos 5 
ticket' && exit 1
echo 'INFO: Successfully renamed matching/misnamed Kerberos 5 ticket'
exit 0


The 'sh -c "sleep 3; ..."' is required to handle the fact that the misnamed 
ticket is created only after pam_script is invoked (I guess when pam_end is 
called).

Gut-wrenching... but working :-/

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

Title:
  lightdm uses wrong ccache name on pam_krb5 credentials refresh

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

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


[Bug 1336663] Re: lightdm uses wrong ccache name on pam_krb5 credentials refresh

2014-12-22 Thread Cédric Dufour
Hello,
Has any progress been made with this issue?
Is there any workaround to circumvent it?
Thanks for the feedback and best

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

Title:
  lightdm uses wrong ccache name on pam_krb5 credentials refresh

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

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


[Bug 1317452] Re: Ubuntu Software Center install wrong version

2014-12-12 Thread Cédric OCHS
Yes, it's exactly the same case for me :)

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

Title:
  Ubuntu Software Center install wrong version

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

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


[Bug 1317452] Re: Ubuntu Software Center install wrong version

2014-12-12 Thread Cédric OCHS
Thanks for the confirmation Reinhard :) I started to think I was the
only one to have this bug :(

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

Title:
  Ubuntu Software Center install wrong version

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

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


[Bug 998366] Re: Grub crashed during installation

2014-12-01 Thread Cédric Cornez
Hello. It was two years ago, I don't remember exactly... Most probably I
chose a manual partitionning. In the meantime I removed the RAID and
installed the OS successfully. So I cannot try again now with the latest
version... no RAID anymore...

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

Title:
  Grub crashed during installation

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

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


[Bug 1301158] Re: nm-applet icon invisible

2014-11-19 Thread Cédric DUNYACH
Hi,
ladiko's trick worked also very well on a Xubuntu that was upgraded since 12.04 
(14.04 now)

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

Title:
  nm-applet icon invisible

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

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


[Bug 1362514] Re: LE KVM support for 14.10

2014-09-08 Thread Cédric Le Goater
the latest slof should reach Utopic soon :

https://launchpad.net/ubuntu/+source/slof/20140630+dfsg-1ubuntu1

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

Title:
  LE KVM support for 14.10

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

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


[Bug 1362514] Re: LE KVM support for 14.10

2014-09-07 Thread Cédric Le Goater
All looks good. We might need a new qemu-slof though.

Thanks,

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

Title:
  LE KVM support for 14.10

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

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


[Bug 1362514] Re: LE KVM support for 14.10

2014-09-06 Thread Cédric Le Goater
This patch fixes the compile breakage :

1287cb3fa85c KVM: PPC: Book3S: Move vcore definition to end of kvm_arch

You might want to also add  this one :

c77dcacb3975 KVM: Move more code under CONFIG_HAVE_KVM_IRQFD

With these two extra patches, utopic kernel 3.16.0-13.19  compiles, boots 
and virtualizes  KVM HV guests (LE and BE) as expected. I did not try PR 
guests.

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

Title:
  LE KVM support for 14.10

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

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


[Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Cédric Le Goater
I forgot to add that we also need the config options :

CONFIG_KVM_BOOK3S_64=m 
CONFIG_KVM_BOOK3S_64_HV=m 
CONFIG_KVM_BOOK3S_64_PR=m 
CONFIG_KVM_XICS=y

Sorry about that.

Thanks

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

Title:
  LE KVM support for 14.10

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

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


[Bug 1317452] Re: Ubuntu Software Center install wrong version

2014-05-09 Thread Cédric OCHS
Hi Matthew,

Thanks for your reply :)

I always installed the game from USC. And I noticed something else very
strange, before installing it, the version displayed in its page was
different from the one after the installation, but in these 2 cases, it
was an old version and not the Trusty one.

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

Title:
  Ubuntu Software Center install wrong version

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

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


[Bug 1317452] [NEW] Ubuntu Software Center install wrong version

2014-05-08 Thread Cédric OCHS
Public bug reported:

Hi there,

I'm under Ubuntu 14.04 LTS.

I'm trying to install the package "Ryzom" from Ubuntu Software Center
under Trusty, but instead of downloading the Trusty version
(2.1.0.4658-0ubuntu2), it only downloads the Natty one (which is very
old).

I checked in my "/etc/apt/sources.list.d/private-ppa.launchpad
.net_commercial-ppa-uploaders_ryzom_ubuntu.list", it specifies "natty"
instead of "trusty".

To fix the problem, I have to manually edit this file and replace
"natty" by "trusty" and after refreshing packages list, it detects the
new version and install it.

I have no idea why it happens so I suspect it's a bug.

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu Software Center install wrong version

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

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


[Bug 1292820] Re: xfce4-panel 4.11 does not honor compiz virtual horizontal size correctly

2014-04-19 Thread Cédric Dufour
Hello,
The problem comes from:
1. the pager does not use the 'wnck_workspace_get_{width,height}' to calculate 
its aspect ratio
2. the pager does not recalculate its aspect ratio when Compiz 
workspaces/viewports settings are changed
Please consider attached patch to fix this behavior.
Once applied, pager size is correct for both Compiz and XFWM4.
Thanks and cheers,
Cédric

** Patch added: "xfce4-panel.fix-pager-size-for-compiz-viewports.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1292820/+attachment/4089167/+files/xfce4-panel.fix-pager-size-for-compiz-viewports.patch

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

Title:
  xfce4-panel 4.11 does not honor compiz virtual horizontal size
  correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1292820/+subscriptions

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

[Bug 1261060] Re: opening an unread message via the indicator makes empathy open an empty window, forgetting the msg

2014-03-24 Thread Cédric Bellegarde
will this be fixed in LTS 14.04?

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

Title:
  opening an unread message via the indicator makes empathy open an
  empty window, forgetting the msg

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

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


[Bug 1292820] [NEW] xfce4-panel 4.11 does not honor compiz virtual horizontal size correctly

2014-03-15 Thread Cédric Dufour
Public bug reported:

Hello,

When increasing compiz virtual horizontal size, xfce4-panel (4.11;
Ubuntu/Trusty) workspace swicther shows the additional "workspaces" but
without increasing the swicther width accordingly; the width remains as
if a single "workspace" is used, and compiz "workspaces" appear squeezed
within the available width (the more so as the virtual horizontal size
is increased).

Reverting to xfce4-panel 4.10 (Ubuntu/Saucy) fixes the issue.

Best,

Cédric

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: compiz

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

Title:
  xfce4-panel 4.11 does not honor compiz virtual horizontal size
  correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1292820/+subscriptions

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

[Bug 1261060] Re: opening an unread message via the indicator makes empathy open an empty window, forgetting the msg

2014-02-19 Thread Cédric Bellegarde
Can confirm this bug in Ubuntu 13.10 and Ubuntu 14.04...

This make Ubuntu IM totally broken!

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

Title:
  opening an unread message via the indicator makes empathy open an
  empty window, forgetting the msg

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

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


[Bug 1268138] [NEW] upgrade 12.04LTS < 12.10 package php5-suhosin

2014-01-11 Thread Cédric COTTEREAU
Public bug reported:

"package php5-suhosin already installed and configured"

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  upgrade 12.04LTS < 12.10  package php5-suhosin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1268138/+subscriptions

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


[Bug 1177772] Re: graphics fail to initialise correctly, in kvm with cirrus graphics

2013-12-23 Thread Cédric Dufour
I've been able to circumvent this bug with 'cirrus.modeset=0' in kernel boot 
options.
PS: My setup is a bit strange (Quantal with custom Trusty kernel rebased to 
3.12.6; both KVM host and guest)

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

Title:
  graphics fail to initialise correctly, in kvm with cirrus graphics

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

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


[Bug 1251991] [NEW] [13.10] 'xfce4-power-manager' should depend on 'systemd-shim'

2013-11-17 Thread Cédric Dufour
Public bug reported:

Hello,

After updating from Ubuntu Quantla (12.10), my system (Dell XPS 12) would:
1. attempt to suspend when lid is clised (even though this behavior is disabled 
in 'xfce4-power-manager' settings); see bug #1222021
2. fail to suspend altogether when called from XFCE's 'Log Out -> Suspend' 
button

Even though:
a. 'pm-suspend '(as root) works flawlessly => suspend/resume works
b. 'dbus-send --system --print-reply --dest="org.freedesktop.UPower" 
/org/freedesktop/UPower org.freedesktop.UPower.Suspend' (as user) works 
flawlessly => DBus works

I finally tracked it down to the package 'systemd-shim' being missing
from my system.

I recovered a flawllesly working XFCE's suspend/hibernate/resume
behavior by:

A . Installing 'systemd-shim' (which apparently installs the "glue"
between XFCE's power manager, DBus and 'systemd'

B. Inihibiting 'systemd' behavior (which overrides/bypasses 'xfce4
-power-manager'; see bug #1222021); in '/etc/systemd/logind.conf':

HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore

C. Addind the new 'logind'-related policies for hibernation; in
'/etc/polkit-1/localauthority/50-local.d/hibernate.pkla':

[EnableHibernate:LoginD]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes
ResultAny=no

Unless I'm mistaken, 'systemd-shim' should be added as a dependency of
'xfce4-power-manager' to avoid some scenari stumbling o the same issue I
did.

Cheers and thanks,

Cédric

** Affects: xfce4-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [13.10] 'xfce4-power-manager' should depend on 'systemd-shim'

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

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

[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978604

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

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

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


[Bug 1173349]

2013-11-05 Thread Cédric Bellegarde
*** Bug 326370 has been marked as a duplicate of this bug. ***

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1234084] [NEW] org.kde.telepathy is not installed

2013-10-02 Thread Cédric Bellegarde
Public bug reported:

This package may need a rebuild, when adding "contact list plasmoid", it
fails with:

"org.kde.telepathy is not installed"

** Affects: ktp-desktop-applets (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

** Tags added: saucy

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

Title:
  org.kde.telepathy is not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-desktop-applets/+bug/1234084/+subscriptions

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


  1   2   3   >