[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Yannick Defais
For reference, here is the change for Fedora:
https://fedoraproject.org/wiki/Changes/IncreaseVmMaxMapCount

Here is a list of games presumably affected by this low value in
vm_max_map_count as reported to Valve:

THE FINALS
https://github.com/ValveSoftware/Proton/issues/7317#issuecomment-1974837850

Hogwarts Legacy
https://github.com/ValveSoftware/Proton/issues/6510#issuecomment-1422781100

DayZ
https://github.com/ValveSoftware/Proton/issues/3899#issuecomment-1304397069

Counter-Strike 2
https://github.com/ValveSoftware/Proton/issues/2704#issuecomment-1705199788

Regards


** Bug watch added: github.com/ValveSoftware/Proton/issues #7317
   https://github.com/ValveSoftware/Proton/issues/7317

** Bug watch added: github.com/ValveSoftware/Proton/issues #6510
   https://github.com/ValveSoftware/Proton/issues/6510

** Bug watch added: github.com/ValveSoftware/Proton/issues #3899
   https://github.com/ValveSoftware/Proton/issues/3899

** Bug watch added: github.com/ValveSoftware/Proton/issues #2704
   https://github.com/ValveSoftware/Proton/issues/2704

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

Title:
  Some Games are crashing linked to a vm_max_map_count too low

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


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

[Bug 1960621] Re: Nvidia 510 drivers result in failure to start GUI on GeForce GTX 1050 Ti

2022-02-23 Thread Yannick Mauray
I have exactly the same problem : 
* Ubuntu MATE 21.10, NVIDIA GeForce 1060
* 470.103.1 works fine
* 495 and 510 both fail after reboot.

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

Title:
  Nvidia 510 drivers result in failure to start GUI on GeForce GTX 1050
  Ti

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


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

[Bug 1750146] Re: Xbox (One) Wireless Controller won't connect

2021-03-07 Thread Yannick Barras
I tried your solution andrelima175 with Ubuntu 18.04.

Unfortunately my Xbox Wireless Controller is paired, but the connection
is still OFF. (cf. printscreen)

Does anyone have a clue ?

Thanks for your help

** Attachment added: "Xbox_controller.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1750146/+attachment/5474209/+files/Xbox_controller.png

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

Title:
  Xbox (One) Wireless Controller won't connect

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1750146/+subscriptions

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

[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-09-25 Thread Yannick
I have the same problem. Using Wayland with an AMD R580, dual monitor
and fractional scaling set to 200%.

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

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1895969] Re: Ubuntu package segfaults, dlang ldc not

2020-09-17 Thread Yannick
** Description changed:

  In Ubuntu 20.04.1 (LTS) the ldc compiler (1:1.20.1-1) behaves
  differently compared to the same version of the LLVM D compiler
  installed from dlang.org.
  
- We found the bug investigating a segfault in the OneDrive Client for Linux. 
Onedrive compiled with the Ubuntu ldc package segfaults when ^C is issued 
during operation. 
+ We found the bug investigating a segfault in the OneDrive Client for Linux. 
Onedrive compiled with the Ubuntu ldc package segfaults when ^C is issued 
during operation.
  The expected behaviour is that the application does not sefault. If onedrive 
is compiled using the DMD compiler or ldc compiler installed via 
dlang.org/install.sh (also version 1.20.1), the application does not segfault. 
So the Ubuntu ldc package behaves differently and seems to cause the issue.
  
  Downstream bug report with build logs can be found here:
  https://github.com/abraunegg/onedrive/issues/1053
+ 
+ 
+ Ubuntu Version:
+ Description:  Ubuntu 20.04.1 LTS
+ Release:  20.04
+ 
+ Ubuntu ldc package:
+ ldc:
+   Installiert:   1:1.20.1-1
+   Installationskandidat: 1:1.20.1-1
+   Versionstabelle:
+  *** 1:1.20.1-1 500
+ 500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  Ubuntu package segfaults, dlang ldc not

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

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

[Bug 1895969] [NEW] Ubuntu package segfaults, dlang ldc not

2020-09-17 Thread Yannick
Public bug reported:

In Ubuntu 20.04.1 (LTS) the ldc compiler (1:1.20.1-1) behaves
differently compared to the same version of the LLVM D compiler
installed from dlang.org.

We found the bug investigating a segfault in the OneDrive Client for Linux. 
Onedrive compiled with the Ubuntu ldc package segfaults when ^C is issued 
during operation.
The expected behaviour is that the application does not sefault. If onedrive is 
compiled using the DMD compiler or ldc compiler installed via 
dlang.org/install.sh (also version 1.20.1), the application does not segfault. 
So the Ubuntu ldc package behaves differently and seems to cause the issue.

Downstream bug report with build logs can be found here:
https://github.com/abraunegg/onedrive/issues/1053


Ubuntu Version:
Description:Ubuntu 20.04.1 LTS
Release:20.04

Ubuntu ldc package:
ldc:
  Installiert:   1:1.20.1-1
  Installationskandidat: 1:1.20.1-1
  Versionstabelle:
 *** 1:1.20.1-1 500
500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: ldc (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/1895969

Title:
  Ubuntu package segfaults, dlang ldc not

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

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

[Bug 1893480] Re: undefined symbols

2020-08-29 Thread INIZAN yannick
Seems fixed in "proposed". Sorry for the inconvenience

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

Title:
  undefined symbols

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

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

[Bug 1893480] [NEW] undefined symbols

2020-08-28 Thread INIZAN yannick
Public bug reported:

GIMP cannot be opened because of these errors :

GEGL-Message: 22:06:15.164: Erreur de chargement du module « 
/usr/lib/x86_64-linux-gnu/gegl-0.4/exr-save.so » : 
/usr/lib/x86_64-linux-gnu/gegl-0.4/exr-save.so: undefined symbol: 
_ZN7Imf_2_36HeaderC1EiifRKN9Imath_2_34Vec2IfEEfNS_9LineOrderENS_11CompressionE
GEGL-Message: 22:06:15.335: Erreur de chargement du module « 
/usr/lib/x86_64-linux-gnu/gegl-0.4/exr-load.so » : 
/usr/lib/x86_64-linux-gnu/gegl-0.4/exr-load.so: undefined symbol: 
_ZN7Imf_2_314ChromaticitiesC1ERKN9Imath_2_34Vec2IfEES5_S5_S5_

Ubuntu version : 20.10 groovy
GEGL : 0.4.26

** Affects: gegl (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/1893480

Title:
  undefined symbols

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

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

[Bug 1873680] Re: iLok license manager doesn't run in 20.04

2020-04-28 Thread Yannick Kluth
Hi Fabrizio,

I'm having the same problem as you, iLok won't connect to the server and
cannot check licenses after updating to Ubuntu 20.04 (fresh install).
Before it was working without any problems (Ubuntu 19.04).

A workaround for me is to run iLok together with wine 4.0.4 on Ubuntu
20.04. Apparently, the connection issues appear only together with wine
5.0. With the old version, iLok works fine again. I started playing
around with different wine versions using playonlinux, however, there
iLok even worked fine using wine 5.0...

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

Title:
  iLok license manager doesn't run in 20.04

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

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

[Bug 1872159] Re: booting with splash hangs when external monitors are connected (pure intel 8th gen laptop)

2020-04-25 Thread Yannick Kluth
I'm having the same problem on a Lenovo Thinkpad X1 3rd gen. On its own
it boots just fine, with two external monitors it never passes the
splash screen. However, the external monitors can be used without any
problems after booting the laptop on its own.

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

Title:
  booting with splash hangs when external monitors are connected (pure
  intel 8th gen laptop)

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

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

[Bug 1872476] [NEW] Shared files are shown as folders

2020-04-13 Thread INIZAN yannick
Public bug reported:

System : Xubuntu 20.04 LTS, kernel 5.6.2
Samba : Version 4.11.6-Ubuntu

problem : latest versions of samba can't mount remote disk if the remote 
protocol is too old. Can be fixed by adding "client min protocol = CORE" under 
[global] section in conf.
But there is another problem, all files in remote disk are shown as folders, so 
we can't read these files

(screenshot : https://ibb.co/g9FW14c)

** Affects: samba (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/1872476

Title:
  Shared files are shown as folders

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

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

[Bug 1577198] Re: Imported gpg keys do not show up in Seahorse 3.18.0

2020-03-30 Thread Yannick
I can confirm the behaviour Tamas descripes. I restarted the whole
system not just the user session, but the result should be the same.

A fix for this, at least an error message pointing to gnupg would be
great.

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

Title:
  Imported gpg keys do not show up in Seahorse 3.18.0

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

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

[Bug 1866073] [NEW] GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: Method "QueryPlugins" with signature "" on interface "org.blueman.Applet" doesn't exist

2020-03-04 Thread INIZAN yannick
Public bug reported:

bluetooth doesn't work in his latest version, even if bluetooth is
enabled

Xubuntu 20.04 focal 64 bits
kernel : 5.3.0-42-lowlatency
python : 3.8.2

log : https://paste.debian.net/1133409/
bluetooth device : https://paste.debian.net/1133411/

** Affects: blueman (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/1866073

Title:
  GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: Method
  "QueryPlugins" with signature "" on interface "org.blueman.Applet"
  doesn't exist

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

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

[Bug 784725] Re: [needs-packaging] RStudio

2019-10-23 Thread Yannick
This is a really bug report. But Rstudio is not part of the repository
yet. I think R RStudio is one of the most used IDEs for R, especially in
social sciences. Therefore it would e great if it could become part of
the universe repository.

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

Title:
  [needs-packaging] RStudio

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

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

[Bug 1756476] Re: [needs-packaging] Zotero

2019-10-23 Thread Yannick
I liked to raise this issure again. Zotero is the only comprehensive
open source citation manager and it should be available directly.
Furthermore it is a standalone software, but I am note sure how much of
the code is based on Firefox.

These is a well supported PPA for Zotero on Github, too.
https://github.com/retorquere/zotero-deb

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

Title:
  [needs-packaging] Zotero

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zotero-standalone-build/+bug/1756476/+subscriptions

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

[Bug 1839034] [NEW] free(): double free detected in tcache 2

2019-08-05 Thread INIZAN yannick
Public bug reported:

version : 2.8.6-1
system : eoan

** Affects: man-db (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/1839034

Title:
  free(): double free detected in tcache 2

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

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

[Bug 1821038] [NEW] package lxd (not installed) failed to install/upgrade: Unterprozess new lxd package pre-installation script gab den Fehler-Ausgangsstatus 1 zurück

2019-03-20 Thread Yannick Gerlach
Public bug reported:

Sorry! Too many tasks at the same time.

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: lxd (not installed)
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
Date: Wed Mar 20 17:29:38 2019
ErrorMessage: Unterprozess new lxd package pre-installation script gab den 
Fehler-Ausgangsstatus 1 zurück
InstallationDate: Installed on 2019-03-20 (0 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.10
PythonDetails: /usr/bin/python2.7, Python 2.7.15+, python-minimal, 2.7.15-3
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu5
 apt  1.7.2
SourcePackage: lxd
Title: package lxd (not installed) failed to install/upgrade: Unterprozess new 
lxd package pre-installation script gab den Fehler-Ausgangsstatus 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package cosmic

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

Title:
  package lxd (not installed) failed to install/upgrade: Unterprozess
  new lxd package pre-installation script gab den Fehler-Ausgangsstatus
  1 zurück

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

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

[Bug 1663645] Re: Installation hangs at 66% "Installing GRUB boot loader"

2019-02-02 Thread Yannick Croteau
Got the problem with my personal mini server/mediacenter with 18.04.1
-server-amd64.iso (not live, that one look to don't support the EUFI)

MSI B450I Gaming AC plus
Ryzen3 2200G
16Go Mem
Samsung M2 Drive (main installation)
Installed from Kingston USB Drive

I will try the "waiting" method..

Waiting in process...

(Before that, didn't get any problem on the Fedora 29 Server
installation)

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

Title:
  Installation hangs at 66% "Installing GRUB boot loader"

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

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

[Bug 1803649] [NEW] gtk plugin is missing

2018-11-15 Thread INIZAN yannick
Public bug reported:

Gtk plugin is missing. It was transferred from "bad" to "good" on
February 10, 2018 : https://cgit.freedesktop.org/gstreamer/gst-plugins-
good/commit/?id=a12f8df0c6933af629d7d75585a42371e59e9021

obviously this plugin is also absent from "bad" package

tested distro : Cosmic / Dingo
package version : 1.14.4-1ubuntu1

** Affects: gst-plugins-good1.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/1803649

Title:
  gtk plugin is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good1.0/+bug/1803649/+subscriptions

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

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-09-11 Thread Yannick
*** This bug is a duplicate of bug 520546 ***
https://bugs.launchpad.net/bugs/520546

** This bug has been marked a duplicate of bug 520546
   Alt-f2 switches to virtual terminal 2

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

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

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

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

[Bug 1791493] Re: Unwanted VT switch from alt + arrow keys

2018-09-11 Thread Yannick
*** This bug is a duplicate of bug 520546 ***
https://bugs.launchpad.net/bugs/520546

** This bug is no longer a duplicate of bug 1508146
   Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), 
cannot disable
** This bug has been marked a duplicate of bug 520546
   Alt-f2 switches to virtual terminal 2

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

Title:
  Unwanted VT switch from alt + arrow keys

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

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

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-09-11 Thread Yannick
In my case, I traced the issue to the keyboard-configuration package
postinst script, which ends up calling 'setupcon --force --save' which
in turn calls 'kbd_mode -u'

To reproduce:
sudo apt install --reinstall keyboard-configuration

setupcon documentation states:
"--forceDo not check whether we are on the console.  Notice that you can be 
forced to hard-reboot your computer if you run setupcon with this option and 
the screen  is  controlled by a X server."

It looks like the checks to avoid this behavior while a graphic
environment is active don't work in the context of the installer.

** Also affects: console-setup (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/1508146

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

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

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

[Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-09-04 Thread Yannick
I was affected by this issue after the update of console-setup today.

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

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

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

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

[Bug 1757473] Re: Steam won't launch after update in 18.04

2018-07-01 Thread Yannick Chasse
+1 luitzen's solution worked for me to.

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

Title:
  Steam won't launch after update in 18.04

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

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

[Bug 1770720] [NEW] network-manager-openvpn is not working on ubuntu 18.04

2018-05-11 Thread Yannick WEBER
Public bug reported:

I'm using Ubuntu 18.04.

I installed network-manager-openvpn and as a dependency openvpn and
network-manager-openvpn-gnome.

I restarted NetworkManager with systemctl restart NetworkManager

I'm able to add new openvpn connexion trough .ovpn files but when I
click to ON to my openvpn server network-manager is doing nothing, its
not trying to connect to the openvpn server.

I think there is a bug there.

I'm open to any further questions or informations devs will need

Regards

** Affects: network-manager-openvpn (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/1770720

Title:
  network-manager-openvpn is not working on ubuntu 18.04

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

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

[Bug 1770138] Re: Some Various Ways To Do Outsourcing Services..

2018-05-09 Thread Yannick Defais
SPAM, please BAN the user

** Changed in: ekiga (Ubuntu)
   Status: New => Invalid

** Summary changed:

- Some Various Ways To Do Outsourcing Services..
+ [SPAM] Some Various Ways To Do Outsourcing Services..

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

Title:
  [SPAM] Some Various Ways To Do Outsourcing Services..

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

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

[Bug 1726753] Yannick TROCHET

2018-05-02 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

Salut à toi

Comment vas-tu ? J'espère bien ? Mon tel n'est pas en service.

J'ai besoin de solliciter ta faveur.


Garanti
sans virus. www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1745282] Re: Freezes XPS 13

2018-04-06 Thread Yannick
If bug https://bugs.launchpad.net/ubuntu/+source/linux-signed-
hwe/+bug/1760272?comments=all is a duplicate of this one, then I made
two useful tests:

- Kernel 4.15.0-041500-generic (from http://kernel.ubuntu.com/~kernel-
ppa/mainline/v4.15/) works fine.

- proposed kernel (linux-image-generic/artful-proposed,now 4.13.0.38.41
amd64) also freezes during boot.

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

Title:
  Freezes XPS 13

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

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

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-04-03 Thread Yannick
Hello Joseph,

I have just tested the proposed kernel
(linux-image-generic/artful-proposed,now 4.13.0.38.41 amd64)

It also freezes during boot.

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

Title:
  Quickly freezes XPS 13 at boot

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

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

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-04-03 Thread Yannick
For info: Kernel 4.15.0-041500-generic (from http://kernel.ubuntu.com
/~kernel-ppa/mainline/v4.15/) works fine.

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

Title:
  Quickly freezes XPS 13 at boot

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

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

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-03-31 Thread Yannick
** Description changed:

  Similar to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745282.
  
  Ubuntu 17.10 64-bit
  Dell XPS 13 9360
  Kernel: linux-signed-image-4.13.0-37-generic
  Other kernels with same behaviour: all since 
linux-signed-image-4.13.0-31-generic
  Last kernel to work: linux-signed-image-4.13.0-25-generic
  
+ 
+ NOTE: the inability to upgrade to newer kernels represents at least an 
annoyance, as new features won't be available, and may present (severe) 
security issues that are fixed in newer releases.
+ NOTE: afaik, this kernel has no Meltdown and Spectre mitigation...
+ 
+ 
  Please let me know all you need.
+ 
+ Many thanks.
+ 
  
  cat /proc/version_signature
  ---
  This is useless, as I cannot boot with the bugged kernels, thus it returns 
the value of the current kernel I can boot with and which does not have the bug.
  
+ 
  lspci -vnvn
  ---
  00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:5904] (rev 03)
-   Subsystem: Dell Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM 
Registers [1028:075b]
-   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
+  Subsystem: Dell Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM 
Registers [1028:075b]
+  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
+  Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
  
  00:02.0 VGA compatible controller [0300]: Intel Corporation Device 
[8086:5926] (rev 06) (prog-if 00 [VGA controller])
-   Subsystem: Dell Device [1028:075b]
-   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
-   Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
-   DevCap: MaxPayload 128 bytes, PhantFunc 0
-   ExtTag- RBE+
-   DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-   RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-   MaxPayload 128 bytes, MaxReadReq 128 bytes
-   DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
-   DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
-   DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
-   Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
-   Address: fee00018  Data: 
-   Capabilities: [d0] Power Management version 2
-   Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
-   Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-   Capabilities: [100 v1] Process Address Space ID (PASID)
-   PASIDCap: Exec- Priv-, Max PASID Width: 14
-   PASIDCtl: Enable- Exec- Priv-
-   Capabilities: [200 v1] Address Translation Service (ATS)
-   ATSCap: Invalidate Queue Depth: 00
-   ATSCtl: Enable-, Smallest Translation Unit: 00
-   Capabilities: [300 v1] Page Request Interface (PRI)
-   PRICtl: Enable- Reset-
-   PRISta: RF- UPRGI- Stopped+
-   Page Request Capacity: 8000, Page Request Allocation: 

-   Kernel driver in use: i915
-   Kernel modules: i915
+  Subsystem: Dell Device [1028:075b]
+  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
+  Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
+  Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
+   DevCap: MaxPayload 128 bytes, PhantFunc 0
+    ExtTag- RBE+
+   DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
+    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
+    MaxPayload 128 bytes, MaxReadReq 128 bytes
+   DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
+   DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not 
Supported
+   DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
+  Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
+   Address: fee00018  Data: 
+  Capabilities: [d0] Power Management version 2
+   Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
+   Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
+  Capabilities: [100 v1] Process Address Space ID (PASID)
+   PASIDCap: Exec- Priv-, Max PASID Width: 14
+   PASIDCtl: Enable- Exec- Priv-
+  Capabilities: [200 v1] Address Translation Service (ATS)
+   ATSCap: Invalidate Queue Depth: 00
+   ATSCtl: Enable-, Smallest Translation Unit: 00
+  

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-03-31 Thread Yannick
Attached the Grub 2 boot config used.

** Attachment added: "boot configuration photo"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1760272/+attachment/5096789/+files/IMG_20180331_114310.jpg

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

Title:
  Quickly freezes XPS 13 at boot

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

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

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-03-31 Thread Yannick
No way to boot into the kernel, thus no useful way to execute the
command: apport-collect 1760272.

** Package changed: linux (Ubuntu) => linux-signed-hwe (Ubuntu)

** Changed in: linux-signed-hwe (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Quickly freezes XPS 13 at boot

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

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

[Bug 1760272] Re: Quickly freezes XPS 13 at boot

2018-03-31 Thread Yannick
Attached a capture of the boot messages shown on the screen.

After 9s, nothing happens anymore -> freeze.

This video does _not_ show any message related to watchdog timeout, but
sometimes such messages also occur...

** Attachment added: "Video with recorded boot messages"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1760272/+attachment/5096790/+files/VID_20180331_114442.mp4

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

Title:
  Quickly freezes XPS 13 at boot

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

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

[Bug 1760272] [NEW] Quickly freezes XPS 13 at boot

2018-03-31 Thread Yannick
Public bug reported:

Similar to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1745282.

Ubuntu 17.10 64-bit
Dell XPS 13 9360
Kernel: linux-signed-image-4.13.0-37-generic
Other kernels with same behaviour: all since 
linux-signed-image-4.13.0-31-generic
Last kernel to work: linux-signed-image-4.13.0-25-generic

Please let me know all you need.

cat /proc/version_signature
---
This is useless, as I cannot boot with the bugged kernels, thus it returns the 
value of the current kernel I can boot with and which does not have the bug.

lspci -vnvn
---
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:5904] (rev 03)
Subsystem: Dell Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM 
Registers [1028:075b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5926] 
(rev 06) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:075b]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018  Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Process Address Space ID (PASID)
PASIDCap: Exec- Priv-, Max PASID Width: 14
PASIDCtl: Enable- Exec- Priv-
Capabilities: [200 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable-, Smallest Translation Unit: 00
Capabilities: [300 v1] Page Request Interface (PRI)
PRICtl: Enable- Reset-
PRISta: RF- UPRGI- Stopped+
Page Request Capacity: 8000, Page Request Allocation: 

Kernel driver in use: i915
Kernel modules: i915

00:04.0 Signal processing controller [1180]: Intel Corporation Skylake 
Processor Thermal Subsystem [8086:1903] (rev 03)
Subsystem: Dell Skylake Processor Thermal Subsystem [1028:075b]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
Subsystem: Dell Sunrise Point-LP USB 3.0 xHCI Controller [1028:075b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- SERR- TAbort- SERR- 
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci

00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Serial IO I2C Controller #1 [8086:9d61] (rev 21)
Subsystem: Dell Sunrise Point-LP Serial IO I2C Controller [1028:075b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP 
CSME HECI #1 [8086:9d3a] (rev 21)
Subsystem: Dell Sunrise Point-LP CSME HECI [1028:075b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port 

[Bug 1755006] Re: ModemManager crashed with SIGSEGV

2018-03-16 Thread INIZAN yannick
** This bug is no longer a duplicate of private bug 1725164

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

Title:
  ModemManager crashed with SIGSEGV

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

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

[Bug 1755006] Re: ModemManager crashed with SIGSEGV

2018-03-16 Thread INIZAN yannick
1725164 bug page doesn't exist anymore

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

Title:
  ModemManager crashed with SIGSEGV

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

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

[Bug 1741264] Re: Touchpad (Elan !?) not detected on Asus Zenbook UX32VD after new install

2018-01-07 Thread Yannick Decoux
Just to be sure, I opened the laptop and I discovered that the touchpad
ZIF connector was broken ...

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] Re: Touchpad (Elan !?) not detected on Asus Zenbook UX32VD after new install

2018-01-07 Thread Yannick Decoux
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] CRDA.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031047/+files/CRDA.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] AlsaInfo.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031046/+files/AlsaInfo.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] ProcCpuinfoMinimal.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031054/+files/ProcCpuinfoMinimal.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] ProcModules.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031056/+files/ProcModules.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] Re: Touchpad (Elan !?) not detected on Asus Zenbook UX32VD after new install

2018-01-04 Thread Yannick Decoux
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1741264/+attachment/5031060/+files/Xorg.0.log

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] UdevDb.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031058/+files/UdevDb.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] RfKill.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031057/+files/RfKill.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] Lsusb.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031052/+files/Lsusb.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] ProcCpuinfo.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031053/+files/ProcCpuinfo.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] JournalErrors.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031050/+files/JournalErrors.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] WifiSyslog.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031059/+files/WifiSyslog.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] ProcInterrupts.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031055/+files/ProcInterrupts.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] Re: Touchpad (Elan !?) not detected on Asus Zenbook UX32VD after new install

2018-01-04 Thread Yannick Decoux
** Attachment added: "devices"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1741264/+attachment/5031045/+files/devices

** Tags added: apport-collected

** Description changed:

  Hi,
  
  I've a fresh installed Ubuntu 16.04 on an Asus Zenbook UX32VD laptop.
  The touchpad does not work at all. It is not even listed in xinput.
  I'm not sure about the manufacturer but I think it is Elan
  
  I've tested with fresh install of Ubuntu 16.04.3 LTS
  I've also tested with live USB of Ubuntu 17.10, 14.04 LTS
  
  An USB connected mouse works perfectly.
  
  Thank you for your time
+ --- 
+ ApportVersion: 2.20.4-0ubuntu4
+ Architecture: amd64
+ AudioDevicesInUse:
+  Cannot stat file /proc/2288/fd/17: Stale file handle
+  Cannot stat file /proc/2288/fd/18: Stale file handle
+   USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 2208 F pulseaudio
+ CasperVersion: 1.380
+ DistroRelease: Ubuntu 17.04
+ LiveMediaBuild: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
+ MachineType: ASUSTeK COMPUTER INC. UX32VD
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: file=/preseed/hostname.seed noprompt boot=casper 
iso-scan/filename=/hostname-17.04-desktop-amd64.iso quiet --
+ ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-4.10.0-19-generic N/A
+  linux-backports-modules-4.10.0-19-generic  N/A
+  linux-firmware 1.164
+ Tags:  zesty
+ Uname: Linux 4.10.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 01/29/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: UX32VD.214
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: UX32VD
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.name: UX32VD
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] CurrentDmesg.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031048/+files/CurrentDmesg.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] IwConfig.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1741264/+attachment/5031049/+files/IwConfig.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] Lspci.txt

2018-01-04 Thread Yannick Decoux
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031051/+files/Lspci.txt

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

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1741264] [NEW] Touchpad (Elan !?) not detected on Asus Zenbook UX32VD after new install

2018-01-04 Thread Yannick Decoux
Public bug reported:

Hi,

I've a fresh installed Ubuntu 16.04 on an Asus Zenbook UX32VD laptop.
The touchpad does not work at all. It is not even listed in xinput.
I'm not sure about the manufacturer but I think it is Elan

I've tested with fresh install of Ubuntu 16.04.3 LTS
I've also tested with live USB of Ubuntu 17.10, 14.04 LTS

An USB connected mouse works perfectly.

Thank you for your time
--- 
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 Cannot stat file /proc/2288/fd/17: Stale file handle
 Cannot stat file /proc/2288/fd/18: Stale file handle
  USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 2208 F pulseaudio
CasperVersion: 1.380
DistroRelease: Ubuntu 17.04
LiveMediaBuild: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: ASUSTeK COMPUTER INC. UX32VD
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: file=/preseed/hostname.seed noprompt boot=casper 
iso-scan/filename=/hostname-17.04-desktop-amd64.iso quiet --
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-19-generic N/A
 linux-backports-modules-4.10.0-19-generic  N/A
 linux-firmware 1.164
Tags:  zesty
Uname: Linux 4.10.0-19-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 01/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX32VD.214
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX32VD
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: UX32VD
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: apport-collected zesty

** Attachment added: "dmesg"
   https://bugs.launchpad.net/bugs/1741264/+attachment/5031044/+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/1741264

Title:
  Touchpad (Elan  !?) not detected on Asus Zenbook UX32VD after new
  install

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

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

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-27 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

Il fonctionne dans LibreOffice Writter, dans Gedit et dans le terminal (c'est 
déjà bien!).
Aujourd'hui, je n'ai pas eu de message d'erreur (jusqu'à maintenant).

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-27 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

Plus précisément, il semble que le clavier numérique ne fonctionne pas
dans firefox.

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

re: [Bug 1726753] Re: Après  le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne

2017-10-26 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

Bonjour,


Je constate que pour les sept liens que vous me proposez la page
n'existe pas.

Peut-être existe-t-il une protection qui m'empêche d'y accéder?

Merci pour votre travail.

PS: malgré les conseils suivis dans les documentations, mon clavier
numérique ne répond pas, sauf a console (terminal).





> Message du 24/10/17 10:41
> De : "Apport retracing service" <1726...@bugs.launchpad.net>
> A : yannick.troc...@wanadoo.fr
> Copie à : 
> Objet : [Bug 1726753] Re: Après  le démarrage de la session, et au bout de 30 
> secondes environ, un message apparaît signalant qu'une erreur s'est produite. 
> D'autre part le clavier numérique ne fonctionne pas. 
> 
> *** This bug is a duplicate of bug 1723342 ***
> https://bugs.launchpad.net/bugs/1723342
> 
> Thank you for taking the time to report this crash and helping to make
> this software better. This particular crash has already been reported
> and is a duplicate of bug #1723342, so is being marked as such. Please
> look at the other bug report to see if there is any missing information
> that you can provide, or to see if there is a workaround for the bug.
> Additionally, any further discussion regarding the bug should occur in
> the other report. Please continue to report any other bugs you may
> find.
> 
> ** Attachment removed: "CoreDump.gz"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990455/+files/CoreDump.gz
> 
> ** Attachment removed: "Disassembly.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990457/+files/Disassembly.txt
> 
> ** Attachment removed: "ProcMaps.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990461/+files/ProcMaps.txt
> 
> ** Attachment removed: "ProcStatus.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990462/+files/ProcStatus.txt
> 
> ** Attachment removed: "Registers.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990463/+files/Registers.txt
> 
> ** Attachment removed: "Stacktrace.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990464/+files/Stacktrace.txt
> 
> ** Attachment removed: "ThreadStacktrace.txt"
> https://bugs.launchpad.net/bugs/1726753/+attachment/4990465/+files/ThreadStacktrace.txt
> 
> ** This bug has been marked a duplicate of private bug 1723342
> 
> ** Information type changed from Private to Public
> 
> ** Tags removed: need-i386-retrace
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1726753
> 
> Title:
> Après le démarrage de la session, et au bout de 30 secondes environ,
> un message apparaît signalant qu'une erreur s'est produite. D'autre
> part le clavier numérique ne fonctionne pas.
> 
> Status in nautilus package in Ubuntu:
> New
> 
> Bug description:
> Il m'est difficile d'en dire plus. Sauf que je constate que ces bogues 
> arrivent après la mise à niveau de Ubuntu 17.04 vers Ubuntu 17.10.
> trochet@trochet-ubuntu16:~$ lsb_release -rd
> Description: Ubuntu 17.10
> Release: 17.10
> Quel est le package utilisé juste après l'ouverture de session, étant donné 
> que je n'ai rien ouvert?
> What you expected to happen? J'aimerais pouvoir continuer dans ma session.
> What happened instead? Sans etre dérangé par des messages d'erreur.
> Je viens aussi de voir que l'accent grave du verbe etre ne s'affiche pas.
> Avec la version précédente (Ubuntu 16.04 et 17.04) mon clavier (version 
> Français-variante) fonctionnait parfaitement.
> 
> ProblemType: Crash
> DistroRelease: Ubuntu 17.10
> Package: nautilus 1:3.26.0-0ubuntu1
> ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
> Uname: Linux 4.13.0-16-generic i686
> ApportVersion: 2.20.7-0ubuntu3
> Architecture: i386
> CurrentDesktop: ubuntu:GNOME
> Date: Tue Oct 24 08:43:15 2017
> ExecutablePath: /usr/bin/nautilus-desktop
> InstallationDate: Installed on 2015-10-07 (747 days ago)
> InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
> ProcCmdline: nautilus-desktop
> ProcEnviron:
> PATH=(custom, no user)
> XDG_RUNTIME_DIR=
> LANG=fr_FR.UTF-8
> SHELL=/bin/bash
> Signal: 5
> SourcePackage: nautilus
> StacktraceTop:
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
> _XEventsQueued () from /usr/lib/i386-linux-gnu/libX11.so.6
> XPending () from /usr/lib/i386-linux-gnu/libX11.so.6
> ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
> Title: nautilus-desktop crashed with signal 5 in _XEventsQueued()
> UpgradeStatus: Upgraded to artful on 2017-10-22 (1 days ago)
> UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1726753/+subscriptions
>

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

Title:
  Après  le démarrage de la session, et au bout de 

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-25 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

De nouveau, mon clavier numérique ne fonctionne plus.

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-25 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

l'accent circonflexe sur le e est de retour (j'étais, peut-être, dans un
environnement particulier).

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-24 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

l'accent circonflexe sur le e est de retour (j'étais, peut-être, dans un
environnement particulier).

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1726753] Re: Après le démarrage de la session, et au bout de 30 secondes environ, un message apparaît signalant qu'une erreur s'est produite. D'autre part le clavier numérique ne fonctionne pas.

2017-10-24 Thread Trochet Yannick
*** This bug is a duplicate of bug 1723342 ***
https://bugs.launchpad.net/bugs/1723342

Pour le clavier numérique, il semble que le problème est réglé en utilisant 
"dconf-editor".
Merci à la Documentation Ubuntu Francophone.

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

Title:
  Après  le démarrage de la session, et au bout de 30 secondes environ,
  un message apparaît signalant qu'une erreur s'est produite. D'autre
  part le clavier numérique ne fonctionne pas.

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

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

[Bug 1718096] Re: Wrong result from xdg-mime query filetype

2017-10-06 Thread Yannick Duchêne
Seems it displays the correct answer now. May be there was a recent
update or else it's something I did not noticed.

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

Title:
  Wrong result from xdg-mime query filetype

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

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

[Bug 1718096] [NEW] Wrong result from xdg-mime query filetype

2017-09-18 Thread Yannick Duchêne
Public bug reported:

`man xgd-mime` says:

> query filetype FILE: Returns the file type of FILE in the form of a
MIME type.

However, it actually returns MIME type with MIME encoding:

   $  xdg-mime query filetype 
   > text/x-python; charset=utf-8

After the man page, it should return something like `file --mime-type`:

$ file -b --mime-type 
> text/x-python

But instead, it returns something like `file --mime`:

$ file -b --mime 
> text/x-python; charset=utf-8

Either the man page is wrong or `wdg-mime` is wrong.

** Affects: xdg-utils (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/1718096

Title:
  Wrong result from xdg-mime query filetype

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

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

[Bug 1554393] [NEW] Missing files in libgstreamer-plugins-bad-dev

2016-03-07 Thread INIZAN yannick
Public bug reported:

debian files are invalid : some dev files aren't packaged (ex: new Gst
Player object). Please see debian package :
https://anonscm.debian.org/cgit/pkg-gstreamer/gst-plugins-
bad1.0.git/tree/debian/libgstreamer-plugins-bad-dev.install

** Affects: gst-plugins-bad1.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/1554393

Title:
  Missing files in libgstreamer-plugins-bad-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1554393/+subscriptions

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


[Bug 1539923] [NEW] Issue right after login

2016-01-30 Thread Yannick Duchêne
Public bug reported:

I just logged‑in, and got system failure message.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python3 3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
AptOrdering:
 python3: Install
 python3: Configure
Architecture: i386
Date: Tue Jan 26 13:16:28 2016
DuplicateSignature: package:python3:3.4.0-0ubuntu2:le sous-processus nouveau 
script pre-removal a retourné une erreur de sortie d'état 127
ErrorMessage: le sous-processus nouveau script pre-removal a retourné une 
erreur de sortie d'état 127
InstallationDate: Installed on 2015-01-25 (370 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: python3-defaults
Title: package python3 3.4.0-0ubuntu2 failed to install/upgrade: le 
sous-processus nouveau script pre-removal a retourné une erreur de sortie 
d'état 127
UpgradeStatus: Upgraded to trusty on 2015-04-22 (283 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** 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/1539923

Title:
  Issue right after login

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

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

[Bug 1357345] Re: tar: untaring with --recursive-unlink ends with an empty directory

2015-11-30 Thread Yannick Duchêne
In case someone is interested in this bug, what I remember I noticed
later, is that `tar` extract a directory, then delete it, then try to
add files in the just deleted directory (which turns to be wrong,
obviously), then sometime recreate the directory, which ends to be
empty.

Someone should care, as `tar` is a core functionality.

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

Title:
  tar: untaring with --recursive-unlink ends with an empty directory

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

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


[Bug 1521345] Re: mimeapps.list not applying as expected

2015-11-30 Thread Yannick Duchêne
Additionally, manual editing of `mimeapps.list` does not even always
work. For some mime‑type, adding an entry in `[Default Applications]`
does not make it the default, but is displayed by the Nautilus file
menu, as if it was in `[Added Associations]`.

I've checked there is a single one `mimeapps.list` on my system, so that
exclude a conflict between multiple `mimeapps.list`.

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

Title:
  mimeapps.list not applying as expected

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

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

[Bug 1521345] [NEW] mimeapps.list not applying as expected

2015-11-30 Thread Yannick Duchêne
Public bug reported:

First, I noticed editing preferred application to open a file of a given
type, could not be edited any‑more from the file property dialogue box.
I wanted to check if something was wrong with the `mimeapps.list` file.
I found nothing wrong, except perhaps, its owning directory, which is
`$HOME/.local/share/applications/` instead which is said to be a
deprecated location, according to [1], so I wanted to move to
`$HOME/.config/`, the recommended location after [1], but then noticed
it's even worse, as it seems to be totally ignored when located there.

So there are at least two issues: preferred application cannot be
any‑more edited using the GUI (file's property dialogue box) and so
`mimeapps.list` must be edited manually, and then, the location of this
file does not seems to conform to the Freedesktop standard (works only
at a deprecated location and does not work at the recommended location).

[1]: http://standards.freedesktop.org/mime-apps-spec/mime-apps-
spec-1.0.html


Note: I may be wrong stating the bug is in `xdg-utils`, it's a reasonable (to 
me) guess I made.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xdg-utils 1.1.0~rc1-2ubuntu7.1
ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
Uname: Linux 3.13.0-68-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: Unity
Date: Mon Nov 30 22:12:45 2015
InstallationDate: Installed on 2015-01-25 (309 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: Upgraded to trusty on 2015-04-22 (222 days ago)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug 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/1521345

Title:
  mimeapps.list not applying as expected

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

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

[Bug 1518661] Re: Apps with HeaderBar have margin outside window

2015-11-27 Thread INIZAN yannick
3.19.* version doesn't have this bug. (tested with this PPA :
https://launchpad.net/~ricotz/+archive/ubuntu/testing)

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

Title:
  Apps with HeaderBar have margin outside window

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

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


[Bug 1518661] Re: Apps with HeaderBar have margin outside window

2015-11-23 Thread INIZAN yannick
bug filled @ bugzilla.gnome.org :
https://bugzilla.gnome.org/show_bug.cgi?id=758526

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

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

Title:
  Apps with HeaderBar have margin outside window

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

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


[Bug 1518661] [NEW] Apps with HeaderBar have margin outside window

2015-11-21 Thread INIZAN yannick
Public bug reported:

Distribution: Xubuntu 16.04
Gtk Version: 3.18.5

All applications with GtkHeaderBar have margin outside window.

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

** Attachment added: "snapshot of a "HeaderBar" app"
   
https://bugs.launchpad.net/bugs/1518661/+attachment/4523340/+files/Capture%20d%E2%80%99%C3%A9cran_2015-11-22_05-23-36.png

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

Title:
  Apps with HeaderBar have margin outside window

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

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


[Bug 1507255] Re: Garbled graphics in Wily with Intel GMA4500 chip

2015-11-12 Thread Yannick Mauray
I confirm #8 works for Ubuntu MATE 15.10, with an Intel 4 Series
Chipset.

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

Title:
  Garbled graphics in Wily with Intel GMA4500 chip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1507255/+subscriptions

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


[Bug 1509769] Re: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-28 Thread Yannick NGHIEM-XUAN
I have hit the same issue too, trying to upgrade a raspberry pi 2 from
15.04 to 15.10 (standard install).

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

Title:
  package initramfs-tools 0.120ubuntu6 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/initramfs-tools/+bug/1509769/+subscriptions

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


[Bug 1072099] Re: cannot set NULL uri

2015-10-17 Thread INIZAN yannick
fixed in mono repositories

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

Title:
  cannot set NULL uri

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

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


[Bug 1498166] Re: package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

2015-09-23 Thread INIZAN yannick
journalctl log

** Attachment added: "journalctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1498166/+attachment/4472342/+files/journalctl.log

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

Title:
  package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve
  post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

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

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

[Bug 1498166] Re: package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

2015-09-23 Thread INIZAN yannick
Same error for me, (dist-)upgrade failed with this package

** Attachment added: "blueman_2.0_1ubuntu1.log"
   
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1498166/+attachment/4472337/+files/blueman_2.0_1ubuntu1.log

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

Title:
  package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve
  post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

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

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

[Bug 1498166] Re: package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

2015-09-23 Thread INIZAN yannick
well, seems a bug related to dbus : please reboot your system to reload
D-Bus configuration. then execute "sudo apt-get install -f" once to
configure blueman

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

Title:
  package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve
  post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

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

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

[Bug 1498166] Re: package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

2015-09-23 Thread INIZAN yannick
dbus-service log

** Attachment added: "dbus_service.log"
   
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1498166/+attachment/4472341/+files/dbus_service.log

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

Title:
  package blueman 2.0-1ubuntu1 failed to install/upgrade: telepítve
  post-installation parancsfájl alfolyamat 1 hibakóddal kilépett

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

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

[Bug 414431] Re: rubber does not support synctex

2015-08-26 Thread Yannick Voglaire
Using synctex can either be decided at compile time using the flag
-synctex=1 when calling pdflatex, or in the .tex file itself with the
line \synctex=1 in the preamble. Either option suffices to generate
synctex data, it is not needed to have both.

So in general it is impossible to detect from the .tex file only whether
the user wants to use synctex or not, and when the information is
present in the .tex file (i.e. the line \synctex=1 is present), it is
actually useless for rubber since synctex data is then automatically
generated by pdflatex anyway.

Hence it seems that it would be best to have a -synctex=1 flag for
rubber that would just get transferred directly to pdflatex.

NB: to be more precise about the syntax, pdflatex --help yields:
[...]
-synctex=NUMBER generate SyncTeX data for previewers if nonzero
[...]

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

Title:
  rubber does not support synctex

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

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


[Bug 414431] Re: rubber does not support synctex

2015-08-26 Thread Yannick Voglaire
Using synctex can either be decided at compile time using the flag
-synctex=1 when calling pdflatex, or in the .tex file itself with the
line \synctex=1 in the preamble. Either option suffices to generate
synctex data, it is not needed to have both.

So in general it is impossible to detect from the .tex file only whether
the user wants to use synctex or not, and when the information is
present in the .tex file (i.e. the line \synctex=1 is present), it is
actually useless for rubber since synctex data is then automatically
generated by pdflatex anyway.

Hence it seems that it would be best to have a -synctex=1 flag for
rubber that would just get transferred directly to pdflatex.

NB: to be more precise about the syntax, pdflatex --help yields:
[...]
-synctex=NUMBER generate SyncTeX data for previewers if nonzero
[...]

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

Title:
  rubber does not support synctex

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

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


[Bug 1479932] Re: gstconfig.h file is missing

2015-07-31 Thread INIZAN yannick
I'm on ubuntu wily. And yes file is present in directory but not found
during compilation process

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

Title:
  gstconfig.h file is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1479932/+subscriptions

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


[Bug 1479932] Re: gstconfig.h file is missing

2015-07-31 Thread INIZAN yannick
Not a bug : include directories changed in this package, we have to
reconfigure project for a correct build

** Changed in: gstreamer1.0 (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  gstconfig.h file is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1479932/+subscriptions

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


[Bug 1479932] [NEW] gstconfig.h file is missing

2015-07-30 Thread INIZAN yannick
Public bug reported:

gstconfig.h file is missing from include files :

In file included from /usr/include/gstreamer-1.0/gst/gstbin.h:27:0,
 from /usr/include/gstreamer-1.0/gst/gst.h:35,
 from /usr/include/gstreamer-1.0/gst/pbutils/pbutils.h:23,
 from Media.c:9:
/usr/include/gstreamer-1.0/gst/gstelement.h:55:27: fatal error: 
gst/gstconfig.h: No such file or directory
 #include gst/gstconfig.h
   ^
compilation terminated.

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gstreamer packaging

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

Title:
  gstconfig.h file is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1479932/+subscriptions

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


[Bug 119457] Re: [gutsy] no LFE in hda-intel + sigmatel stac9200

2015-06-19 Thread Yannick Duchêne
The bug is back with Ubuntu 14.04 (Ubuntu Trusty ). I'm running a DELL
Inspiron 9400 (since 2007).

I had to manually `sudo nano /etc/modprobe.d/alsa-base.conf` then add
`options snd-hda-intel model=ref` at the end.

It was a long time I was suspecting an issue, as “Clavinova Grand” and
“Clavinova Bright” was surprisingly sounding the same.

By the way, adding `options snd-hda-intel model=ref` at the end of `sudo
nano /etc/modprobe.d/alsa-base.conf`, I now have “Bass Speaker” instead
of “LFE” in ALSA mixer.

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

Title:
  [gutsy] no LFE in hda-intel + sigmatel stac9200

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/119457/+subscriptions

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

[Bug 1228109] Re: [Lenovo ThinkCentre M91p] System freezes

2014-11-27 Thread yannick L
I believe i have the same issues as you guys.

I'm late but i have some information about this issue.
At work i have different workstation :  lenovo m90P, lenovo m91p and lenovo 
m93p.

The freeze occure for me only on the m91p.

Now about the ubuntu version : The m91p work perfectly on ubuntu 11.10
The freeze append only after we migrate on ubuntu 12.04.

I tried a lot thing (latest kernel, latest vieo drivers etc..), the only
thing which work was the retro upgrade  of the kernel from 3.2 to 3.0

hope that help

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

Title:
  [Lenovo ThinkCentre M91p] System freezes

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

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


[Bug 1393347] [NEW] package desktop-file-utils 0.22-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2014-11-17 Thread Yannick BENEZET
Public bug reported:

Sorry, I'm not a technician. I can't get more informations.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: desktop-file-utils 0.22-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Mon Nov 17 10:29:49 2014
DuplicateSignature: package:desktop-file-utils:0.22-1ubuntu1:subprocess 
installed post-installation script returned error exit status 127
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
InstallationDate: Installed on 2014-05-19 (181 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: desktop-file-utils
Title: package desktop-file-utils 0.22-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: desktop-file-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package desktop-file-utils 0.22-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1393347/+subscriptions

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


[Bug 1043788] Re: software-center crash with 12.10 DatabaseOpeningError: Couldn't detect type of database

2014-08-21 Thread Yannick Duchêne
The same with Ubuntu 12.04. I re‑installed apt‑xapian‑index, but still
the same.

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

Title:
  software-center crash with 12.10 DatabaseOpeningError: Couldn't detect
  type of database

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

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

[Bug 1357345] [NEW] tar: untaring with --recursive-unlink ends with an empty directory

2014-08-15 Thread Yannick Duchêne
Public bug reported:

Using tar version 1.26-4ubuntu1 from Ubuntu 12.04 (I'm submitting this
case here, as I can't tell if it's specific to the tar shipped with
Ubuntu or a bug with all tar, and this concerns Ubuntu base packages
anyway).

Using the attached archive file, running this:

/bin/tar --extract --auto-compress --exclude-backups --exclude-caches
--exclude-vcs --preserve-permissions --recursive-unlink --totals
--unlink-first --verbose --file Sphinx.tar.xz; ls Sphinx

… I get an empty directory, although the output says it extracted many
things.

This seems to be related to a buggy `--recursive-unlink` option, as this
one works:

/bin/tar --extract --auto-compress --exclude-backups --exclude-caches
--exclude-vcs --preserve-permissions --totals --unlink-first --verbose
--file Sphinx.tar.xz; ls Sphinx

… the directory is not empty any‑more.

I get this unexpected behaviour with this archive only, not with others.

My guess is that it's due to the order in which the entries appears in
the tar file. Indeed, the Sphinx top level directory is listed last, and
its content before it, so tar extract its content then delete all the
directory to recreate the directory, emptied.

I can't believe this is the expected behaviour.

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

** Attachment added: The archive exposing the bug
   
https://bugs.launchpad.net/bugs/1357345/+attachment/4178372/+files/Sphinx.tar.xz

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

Title:
  tar: untaring with --recursive-unlink ends with an empty directory

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

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

[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
Not sure it's the same case (it looks like); if not, tell me, and I will
open another bug report.

Using Ubuntu 12.04 32 bits, `fakeroot-ng` does not work at all, do
nothing, without even an error message, and always returns `2` as the
exist status.

Example:

fakeroot-ng -llog.txt sh; echo $?

… prints `2`, and:

cat cat log.txt

… prints:

Debugger started
Could not start trace of process 13832: Operation not permitted
Begin the process loop

I check `fakeroot` (not the one from `fakeroot-ng`, the other, the
legacy one), works normally, so it's really specific to `fakeroot-ng`.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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

[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
The fix is not released as erroneously stated by the report's current
status. The latest is fakeroot-ng version 0.16-1ubuntu1, and the issue
is still there with this version.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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


[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
OK, I missed this point. Just that 12.04 is not two years out of date,
it's an LTS, until 2017 (or may be LTS does not mean what I thought it
means).

So I will get the source package for version 0.18 and try to compile it
(if it does not fail).

Thanks anyway for your concern.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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


[Bug 699744] Re: fakeroot-ng can't ptrace since maverick

2014-08-12 Thread Yannick Duchêne
If ever someone has the same issue as me on Ubuntu Precise, you can try
to build it from source using CLang. I used `fakeroot‑ng` sources
version 0.18-4 (don't forget to apply the patches!), and built it with
CLang-3.4 (don't forget to set and export `CC` and `CXX` environment
variable before running `./configure --prefix=$HOME/.local`), and it
looks to be OK so far (just tried some quick tests).

I tried with GCC, but it failed, as it requires GCC 4.7 and Ubuntu 12.04
is stuck with GCC 4.6. The only way to go, is with latest available
Clang.

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

Title:
  fakeroot-ng can't ptrace since maverick

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

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

[Bug 1314838] Re: [1005PXD, Realtek ALC269VB, Green Headphone Out, Rear] No sound at all

2014-05-01 Thread INIZAN yannick
in PulseAudio volume control, i've unmuted the input device section and
headphones work. Thanks for your messages

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

Title:
  [1005PXD, Realtek ALC269VB, Green Headphone Out, Rear] No sound at all

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

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


[Bug 1314838] [NEW] [1005PXD, Realtek ALC269VB, Green Headphone Out, Rear] No sound at all

2014-04-30 Thread INIZAN yannick
Public bug reported:

I've installed a daily build of Utopic Unicorn on my eee pc, last update
made headphones jack unusable

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
Uname: Linux 3.15.0-031500rc2-generic i686
ApportVersion: 2.14.2-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  yannick1501 F pulseaudio
CurrentDesktop: XFCE
Date: Thu May  1 00:31:24 2014
InstallationDate: Installed on 2014-04-09 (21 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Audio interne - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  yannick1501 F pulseaudio
  lightdm4137 F pulseaudio
Symptom_Jack: Green Headphone Out, Rear
Symptom_Type: No sound at all
Title: [1005PXD, Realtek ALC269VB, Green Headphone Out, Rear] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/12/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0703
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1001PXD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd04/12/2011:svnASUSTeKComputerINC.:pn1005PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005PXD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 utopic

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

Title:
  [1005PXD, Realtek ALC269VB, Green Headphone Out, Rear] No sound at all

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

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


[Bug 1257276] Re: valadoc isn't installable on trusty

2014-03-09 Thread INIZAN yannick
yes, all updates resolve this problem. Valadoc is installed correctly,
thanks ;)

** Changed in: valadoc (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  valadoc isn't installable on trusty

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

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


[Bug 1280578] [NEW] while creationg partition shared with windows

2014-02-15 Thread Yannick
Public bug reported:

jkljk

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Sat Feb 15 11:57:20 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu

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

Title:
  while creationg partition shared with windows

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

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


Re: [Bug 1280578] Re: while creationg partition shared with windows

2014-02-15 Thread Yannick
Thanks but it is too late
I lost my windows partition
Y
 Le 15 févr. 2014 19:50, Phillip Susi ps...@ubuntu.com a écrit :

It appears that your windows partition is damaged.  Please run chkdsk /f
from Windows.


** Changed in: ubiquity (Ubuntu)
   Status: New = Incomplete

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1280578

Title:
  while creationg partition shared with windows

Status in ubiquity package in Ubuntu:
  Incomplete

Bug description:
  jkljk

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubiquity 2.15.26
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  Date: Sat Feb 15 11:57:20 2014
  InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release amd64
(20131016.1)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=fr_FR.UTF-8
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  while creationg partition shared with windows

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

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

[Bug 1274949] [NEW] Error in post install script

2014-01-31 Thread Yannick Kiekens
Public bug reported:

There appears to be a syntax error in postinst:

Setting up kubuntu-settings-desktop (1:14.04ubuntu6) ...
/var/lib/dpkg/info/kubuntu-settings-desktop.postinst: 59: 
/var/lib/dpkg/info/kubuntu-settings-desktop.postinst: Syntax error: end of file 
unexpected (expecting })
dpkg: error processing package kubuntu-settings-desktop (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of kubuntu-settings-netbook:
 kubuntu-settings-netbook depends on kubuntu-settings-desktop; however:
  Package kubuntu-settings-desktop is not configured yet.

dpkg: error processing package kubuntu-settings-netbook (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  Errors were encountered while processing:
 kubuntu-settings-desktop
 kubuntu-settings-netbook
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: kubuntu-settings (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/1274949

Title:
  Error in post install script

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

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


  1   2   3   4   5   6   7   8   9   10   >