[Touch-packages] [Bug 2056642] [NEW] drop down menu appears on another workspace

2024-03-09 Thread Valentin Stoykov
Public bug reported: I am using Selenium webdriver to open a drop down menu in Firefox. When I manually open the drop down menu the bug does not appear. Because the drop down menu is being closed when I switch between workspaces. But when I switch to another workspace when the drop down menu is

[Touch-packages] [Bug 2037281] Re: Shutdown when triggering daemon-reload early in boot

2024-01-08 Thread Valentin David
I have done manual tests with jammy-proposed and focal-proposed. I have added in /etc/systemd/system, the following service and enabled it. Then rebooted. ``` [Unit] DefaultDependencies=no Before=systemd-udev-trigger.service [Service] Type=oneshot ExecStart=systemctl daemon-reload [Install]

[Touch-packages] [Bug 2037281] Re: Shutdown when triggering daemon-reload eary in boot

2023-11-03 Thread Valentin David
Just adding a comment on how to reproduce the bug, because I have lost a day trying to figure it out again. This fails only when not using secure boot because the device mapper state is kept from initrd to main boot. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 2037281] Re: Shutdown when triggering daemon-reload eary in boot

2023-09-26 Thread Valentin David
** Description changed: In Ubuntu Core 20, and Ubuntu Core 22, we are encountering an issue where if a service, started earlier than devices are processed by udev, does `systemctl daemon-reload`, the system shuts down. This is due to devices for mounted filesystem temporarily taken dead,

[Touch-packages] [Bug 2037281] [NEW] Shutdown when triggering daemon-reload eary in boot

2023-09-25 Thread Valentin David
Public bug reported: In Ubuntu Core 20, and Ubuntu Core 22, we are encountering an issue where if a service, started earlier than devices are processed by udev, does `systemctl daemon-reload`, the system shuts down. This is due to devices for mounted filesystem temporarily taken dead, which pulls

[Touch-packages] [Bug 1982563] [NEW] sbat-distro should be set

2022-07-22 Thread Valentin David
Public bug reported: -Dsbat-distro should be set so that the systemd efi stub gets a .sbat section. This is needed for secure boot. ** Affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1961800] Re: Seeing out of memory errors after libexpat1 upgrade to 2.2.5-3ubuntu0.4 (bionic) or 2.2.9-1ubuntu0.2 (focal)

2022-02-23 Thread Valentin Lorentz
This can be reproduced without xmltodict, using only the stdlib: >>> from xml.parsers import expat >>> parser = expat.ParserCreate(namespace_separator=':') >>> parser.Parse('', True) Traceback (most recent call last): File "", line 1, in xml.parsers.expat.ExpatError: out of memory: line 1,

[Touch-packages] [Bug 784055] Re: CPU usage increases dramatically (and visible stuttering) when running indicator-multiload

2021-02-18 Thread Valentin Lab
I'm on a dual screen with 4k and 2.7k (Surface pro 4) intel graphical chipset, i7 with 4 cores. On a 20.04, using gnome-shell over Xorg, gnome-shell proc usage jumps from 0-3% to 40-60% usage when using indicator-multiload. gnome-shell over Wayland will have same issue, with an added visible

[Touch-packages] [Bug 1766503] Re: ibus-* randomly use high CPU

2020-09-11 Thread valentin cozma
Wait, there's more If I do multiple CTRL-z + Enter in gnome-calculator, the CPU goes HIGHER , and it stays there until ANY action is made ( either opening an app ( mouse or kbd shortcut, doesn't matter ) , or switch window by alt-tab or mouse ) Seems like an ibus (big?) problem . Also seems

[Touch-packages] [Bug 1766503] Re: ibus-* randomly use high CPU

2020-09-11 Thread valentin cozma
Just after finished previous comment, gnome-calculator crashed ( most probably related to CTRL-z ) . >From syslog : Sep 11 10:44:58 valyelitebook kernel: [1645692.175240] traps: gnome-calculato[9355] trap int3 ip:7f302aceeea1 sp:7ffca1a8ae90 error:0 in

[Touch-packages] [Bug 1766503] Re: ibus-* randomly use high CPU

2020-09-11 Thread valentin cozma
Hi, I'm using Mint 19.2 , I noticed if I do CTRL-z ( undo ) either in xed or gnome-calc , this will trigger high usage in ibus-daemon, ibus-x11 and xed However, in pluma it does not . After some seconds the CPU goes down . I noticed it in the CPU monitor applet . 100% reproductible . xed is

[Touch-packages] [Bug 1862445] [NEW] package initramfs-tools 0.133ubuntu10 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 2

2020-02-08 Thread Valentin Quequet
Public bug reported: I don't remember what I was doing. ProblemType: Package DistroRelease: Ubuntu 19.10 Package: initramfs-tools 0.133ubuntu10 ProcVersionSignature: Ubuntu 5.3.0-29.31-lowlatency 5.3.13 Uname: Linux 5.3.0-29-lowlatency x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon

[Touch-packages] [Bug 1663528] Re: pulseaudio assert failure: pulseaudio: mixer.c:929: snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

2019-06-18 Thread Valentin Wittich
Still having that issue with Ubuntu 18.04.2 LTS on a ThinkPad T480 and the stock pulseaudio 11.1. Is there going to be a fix/upgrade for the LTS? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-15 Thread Valentin Wittich
One prob I found is that uploading via IPv4 is crazy slow... though I don't understand if it has to do with the switch from libssl2 to libssl... With a quick search I found an old blog entry (https://daniel.haxx.se/blog/2014/05/14/why-sftp-is-still-slow-in-curl/) which discribes some probs with

[Touch-packages] [Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-02 Thread Valentin Wittich
> Could someone describe a test case using the backend which we could use to > test that the feature is working if we enable it to bionic (the 'curl > --version' output tells us that the backend is enabled but it would be > good to also check that it's actually correctly working) Not sure what

[Touch-packages] [Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Valentin Wittich
Here is how to build curl with libssl support for Ubuntu 18.04. LTS: sudo apt-get install build-essential debhelper libssh-dev sudo apt-get source curl sudo apt-get build-dep curl cd curl-* sudo patch < ~/Downloads/ubuntu_libssl.patch sudo dpkg-buildpackage -uc -us # -usDo not sign the

[Touch-packages] [Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Valentin Wittich
One year later (2019-02) the LTS (18.04.1, bionic) still has that issue! Why is that excption in the debian build: # cat curl3-7.58.0/debian/rules | grep -A 3 Ubuntu ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) CONFIGURE_ARGS += --with-libssh2 endif -- You received

[Touch-packages] [Bug 1789875] [NEW] Failed to send coredump datagram: No buffer space available

2018-08-30 Thread valentin
Public bug reported: lsb_release -rd: Description:Ubuntu 18.04.1 LTS Release:18.04 apt-cache policy systemd: systemd: Installed: 237-3ubuntu10.3 Candidate: 237-3ubuntu10.3 Version table: *** 237-3ubuntu10.3 500 500 http://no.archive.ubuntu.com/ubuntu

[Touch-packages] [Bug 1779302] Re: should retry reading key from keyserver (in _recv_key)

2018-06-29 Thread Valentin Boucher
Same issue on Ubuntu 16.04: sudo add-apt-repository -y ppa:maas/stable gpg: keyring `/tmp/tmp6wy_3tp8/secring.gpg' created gpg: keyring `/tmp/tmp6wy_3tp8/pubring.gpg' created gpg: requesting key 684D4A1C from hkp server keyserver.ubuntu.com gpgkeys: key 3AB6DCF1F234E78DAA9C104204E7FDC5684D4A1C

[Touch-packages] [Bug 1749150] Re: Spontaneous single window freezing

2018-04-08 Thread Valentin Nechayev
Well, I was unable to spend much time in Gnome to reproduce the effect or refute it. OTOH it wasn't reproduced since this ticket start on host 1 and became much less frequent on host 2, after I switched drivers on it nvidia->nouveau and back. Also a new laptop showed it, but also rather rarely.

[Touch-packages] [Bug 1749150] Re: Spontaneous single window freezing

2018-02-14 Thread Valentin Nechayev
On the first host, apport-collect crashed with: Traceback (most recent call last): File "/usr/share/apport/apport-kde", line 530, in sys.exit(UserInterface.run_argv()) File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 658, in run_argv return self.run_update_report() File

[Touch-packages] [Bug 1749150] nvidia-settings.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "nvidia-settings.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054894/+files/nvidia-settings.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Dependencies.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054878/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] ProcCpuinfoMinimal.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054886/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Xrandr.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054893/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Re: Spontaneous single window freezing

2018-02-14 Thread Valentin Nechayev
Just have sent info from the second host (Intel+NVidia; more prone to the issue). Will do it for the first host in a few hours. Please notice that apport-collect is somewhat broken - 1) it didn't request dependence on python-qt5 but needs it for run time; 2) it just created a dialog window "Text.

[Touch-packages] [Bug 1749150] xdpyinfo.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054895/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] ProcEnviron.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054887/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] ProcInterrupts.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054888/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Lsusb.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054883/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] JournalErrors.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054881/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] DpkgLog.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054880/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] ProcModules.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054889/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Lspci.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054882/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] NvidiaBugReportLog.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "NvidiaBugReportLog.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054884/+files/NvidiaBugReportLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] UdevDb.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054890/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] ProcCpuinfo.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054885/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] XorgLog.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054891/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] XorgLogOld.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054892/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] CurrentDmesg.txt

2018-02-14 Thread Valentin Nechayev
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054877/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] Re: Spontaneous single window freezing

2018-02-13 Thread Valentin Nechayev
apport information ** Tags added: apport-collected kubuntu ** Description changed: Sometimes a window stopped refreshing its contents. Different applications affected: known examples include xterm, Firefox, CodeBlocks, KDE lock screen. No way found to revive in-time refreshing except full

[Touch-packages] [Bug 1749150] BootLog.txt

2018-02-13 Thread Valentin Nechayev
apport information ** Attachment added: "BootLog.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054876/+files/BootLog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] DkmsStatus.txt

2018-02-13 Thread Valentin Nechayev
apport information ** Attachment added: "DkmsStatus.txt" https://bugs.launchpad.net/bugs/1749150/+attachment/5054879/+files/DkmsStatus.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1749150] [NEW] Spontaneous single window freezing

2018-02-13 Thread Valentin Nechayev
Public bug reported: Sometimes a window stopped refreshing its contents. Different applications affected: known examples include xterm, Firefox, CodeBlocks, KDE lock screen. No way found to revive in-time refreshing except full window closing (or blind login, in case of KDE lock screen).

[Touch-packages] [Bug 1714282] Re: Sorry something went wrong GDBus:

2017-12-12 Thread Valentin Stauber
Same issue here, Ubuntu 17.10 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1714282 Title: Sorry something went wrong GDBus: Status in xorg package in Ubuntu: Confirmed

[Touch-packages] [Bug 1712066] [NEW] package qtubuntu-sensors 0.6+16.10.20160524.1-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/include/gtest/gtest-death-test.h », qui appar

2017-08-21 Thread Valentin Quequet
Public bug reported: I was gently trying to update the package. ProblemType: Package DistroRelease: Ubuntu 17.04 Package: qtubuntu-sensors 0.6+16.10.20160524.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.10.0-32.36-lowlatency 4.10.17 Uname: Linux 4.10.0-32-lowlatency x86_64 ApportVersion:

[Touch-packages] [Bug 1702708] [NEW] package qtubuntu-sensors 0.6+16.10.20160524.1-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/include/gtest/gtest-death-test.h », qui appar

2017-07-06 Thread Valentin Quequet
Public bug reported: I was just upgrading this package. ProblemType: Package DistroRelease: Ubuntu 17.04 Package: qtubuntu-sensors 0.6+16.10.20160524.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.10.0-26.30-lowlatency 4.10.17 Uname: Linux 4.10.0-26-lowlatency x86_64 ApportVersion: 2.20.4-0ubuntu4.1

[Touch-packages] [Bug 997331] Re: Some alsa applications play bad sound

2017-05-22 Thread Valentin Leclere
Same bug here on a 16.04, agw3's workaround doesn't fix the issue for me. It occurs when my browser (firefox 53.0.2 64b) display a google research with google translate content. The way I fix it is: pulseaudio -k && sudo alsa force-reload It's a bit annoying, I would like to fix it permanently.

[Touch-packages] [Bug 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2017-03-21 Thread Valentin
Same problem here, using vpnc, Ubuntu 16.04.2. Workaround #20 did the job. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1624317 Title: systemd-resolved breaks VPN with

[Touch-packages] [Bug 1665919] [NEW] Asus Xonar DGX - snd_oxygen - Linux 4.4

2017-02-18 Thread Valentin Crone
ith Linux 3.13 and even with Windows 7. So now I'll remove this update. Thank you, Valentin CRÔNE ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribe

[Touch-packages] [Bug 1641343] [NEW] Crash of the tracker-extract on the login of a clean Ubuntu GNOME 16.04 installation.

2016-11-12 Thread Valentin Wittich
Public bug reported: After login in I get the message that tracker-extract crashed. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: tracker-extract 1.6.2-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24 Uname: Linux 4.4.0-47-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1

[Touch-packages] [Bug 1627496] Re: AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-10-12 Thread Valentin Quequet
Hello, I improved on this *upstream* bug diagnosis by doing another careful git bisect. first bad commit: [30b5b8808c12bcd947dd474980482561b69c1bcb] PCI: Restore inclusion of pci/hotplug Kconfig (

[Touch-packages] [Bug 1627496] Re: AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-10-02 Thread Valentin Quequet
Hello evbd, Erratum : In the title of this bug report topic I wrote "looked over" instead of "overlooked". Please pardon me for non being a native english speaker. Sincerely, Vécu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1627496] Re: AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-10-02 Thread Valentin Quequet
Hi, I reported this bug Upstream as bug #175391 . ( https://bugzilla.kernel.org/show_bug.cgi?id=175391 ) Sincerely, Vécu ** Bug watch added: Linux Kernel Bug Tracker #175391 http://bugzilla.kernel.org/show_bug.cgi?id=175391 -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1627496] Re: AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-10-01 Thread Valentin Quequet
Hi all, After my description and with the logs I joined earlier, can we still blame "xorg" for this bug ? I very much suggest this be (upstream) "linux" at fault instead. Another idea ? Sincerely, Vécu -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1627496] Re: AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-09-27 Thread Valentin Quequet
Hi all, I must have omitted a few pieces of information in fact : - The description of the bug - Error messages - The text files (logs, ...) I mentioned in my previous post The files are joined as an attachement to this post, and here follow my bug description and error messages extracts.

[Touch-packages] [Bug 1627496] [NEW] AMD Radeon hardware features or firmware looked over by Linux 3.6.0+ kernel.

2016-09-25 Thread Valentin Quequet
Public bug reported: Hello Guys, I'm currently running an up-to-date Xenial system on amd64 (PC) platform. Whenever I launch the OS with stock kernel (4.4.X) all seems good. Whenever I launch the OS with let's say a mainline-PPA kernel whose version is above 3.6.0 inclusive (3.5.X are

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-05-17 Thread Valentin Crone
doubt I report it. Thank you, Valentin Crône To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1551385/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-05-02 Thread Valentin Crone
) I don't know if it's a normal development bug, but in doubt I report it. Thank you, Valentin Crône To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1551385/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post

[Touch-packages] [Bug 1573915] [NEW] package linux-image-4.4.0-21-generic 4.4.0-21.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2016-04-23 Thread valentin
: nvidia ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: valentin 1874 F pulseaudio /dev/snd/controlC0: valentin 1874 F pulseaudio Date: Sat Apr 23 14:17:47 2016 DistributionChannelDescriptor

[Touch-packages] [Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-03 Thread Valentin Brasov
While the freeze with the "[drm] HPD interrupt..." message happened 4 times yesterday afternoon after installing the 4.2 kernel, this morning (early morning) I reverted to 3.19 kernel and no freezes happened anymore afterwards. So this really looks like a problem with the 4.2 kernel. I will try

[Touch-packages] [Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-03 Thread Valentin Brasov
After reverting from 4.2 kernel (linux-generic-lts-wily) back to 3.19 kernel (linux-generic-lts-vivid) the freezes stopped. ** Package changed: xorg (Ubuntu) => linux-meta (Ubuntu) ** Description changed: I am not sure whether this is related to Xorg because of following: Today it

[Touch-packages] [Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-03 Thread Valentin Brasov
Yesterday evening after I left the office it froze again. I see in the syslog up to that freezing moment: 12831 Mar 2 16:36:28 my-ubuntu kernel: [ 1252.239761] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM 12832 Mar 2 16:36:28 my-ubuntu kernel: [ 1252.239764] ACPI Warning:

[Touch-packages] [Bug 1552333] Re: Laptop running 14.04 LTS freezes completely

2016-03-02 Thread Valentin Brasov
Attached the syslog for today when the laptop froze 3 or 4 times: syslog_today_with_freezes.log Like I said, this never happened before today. ** Attachment added: "syslog_today_with_freezes.log"

[Touch-packages] [Bug 1552333] [NEW] Laptop running 14.04 LTS freezes completely

2016-03-02 Thread Valentin Brasov
Public bug reported: I am not sure whether this is related to Xorg because of following: Today it happened a few times this complete freeze. Before today never happened. Today I did a normal system update in the morning, then a ditro upgrade which just upgraded a few unimportant packages, then

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-03-02 Thread Valentin Crone
y sound, but PulseAudio show only "Analog headphone" (in Pavucontrol), so the output persist on "Stereo Headphone FP" and no sound is played on the speakers. (And the output Multichannel is not set by default) Thank you, Valentin Crône -- You received this bug notification becau

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-02-29 Thread Valentin Crone
jacks), and I precise that they are correctly plugged in, etc..., it works when I connect it to the integrated sound card of my motherboard (and if I use Ubuntu 14.04 LTS) I don't know if it's a normal development bug, but in doubt I report it. Thank you, Valentin Crône To manage

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-02-29 Thread Valentin Crone
development bug, but in doubt I report it. Thank you, Valentin Crône To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1551385/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-02-29 Thread Valentin Crone
Z9600 (by 3 jacks), and I precise that they are correctly plugged in, etc..., it works when I connect it to the integrated sound card of my motherboard (and if I use Ubuntu 14.04 LTS) I don't know if it's a normal development bug, but in doubt I report it. Thank you, Valentin Crône

[Touch-packages] [Bug 1551385] Re: No sound on ASUS Xonar DGX Soundcard (16.04)

2016-02-29 Thread Valentin Crone
, Valentin Crône To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1551385/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages

[Touch-packages] [Bug 1551385] [NEW] No sound on ASUS Xonar DGX Soundcard (16.04)

2016-02-29 Thread Valentin Crone
are the Logitech Z9600 (by 3 jacks), and I precise that they are correctly plugged in, etc..., it works when I connect it to the integrated sound card of my motherboard (and if I use Ubuntu 14.04 LTS) I don't know if it's a normal development bug, but in doubt I report it. Thank you, Valentin Crône ** Affects

[Touch-packages] [Bug 1533295] Re: Wrong result when comparing xor and int

2016-01-12 Thread Valentin Crone
Ok, with parentheses it's ok. I don't know that about the C, but it's a strange definition because: (1 + 2) == 3 is same as 1 + 2 == 3 and (3 ^ 1) == 2 is not the same as 3 ^ 1 == 2 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1533295] [NEW] Wrong result when comparing xor and int

2016-01-12 Thread Valentin Crone
Public bug reported: Hello, I'm on Ubuntu 14.04 LTS (64bits) With gcc: gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or

[Touch-packages] [Bug 1370953] Re: layout switch is delayed

2015-12-07 Thread Valentin Gorelov
** Also affects: gconf (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in Ubuntu. https://bugs.launchpad.net/bugs/1370953 Title: layout switch is delayed

[Touch-packages] [Bug 1370953] Re: layout switch is delayed

2015-12-03 Thread Valentin Gorelov
It seems that Ubuntu uses dconf to switch layouts. gsettings set org.gnome.desktop.input-sources current 0 gsettings set org.gnome.desktop.input-sources current 1 This operations are very slow on my system because of intensive HDD IO usage. -- You received this bug notification because you are

[Touch-packages] [Bug 335732] Re: Accented letters (dead keys) do not work (i.e. stop being 'dead') if you install a complex writing language

2015-11-01 Thread Valentin Lab
Confirmed on vivid... Here's the lazy man's fix. It'll replace the dash Skype icon launching command to unset XMODIFIERS before launching skype. You just have to copy paste in a shell: DESKTOPFILE=/usr/share/applications/skype.desktop if [ -e "$DESKTOPFILE" ]; then sudo sed -ri

[Touch-packages] [Bug 1370953] Re: layout switch is delayed

2015-10-30 Thread Valentin
Very annoying bug. ubuntu 14.04 LTS but it only happens on the x64 system. On the same computer ubuntu 14.04 x86 works fine - layout switching is immediately -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in

[Touch-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-10-13 Thread Valentin Crone
I have the same bug since Ubuntu 12.04 LTS. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/bugs/987060 Title: massive memory leak in unity-panel-service and hud-service when

[Touch-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-10-13 Thread Valentin Crone
Ubuntu 14.04 LTS with Linux 3.13.0-65-generic I have just tested the Ubuntu 15.10 but not for all day use. (The Next Release I will use for all day use will be the 16.04 LTS if it's the same or better than 14.04 LTS) -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-09-19 Thread Valentin Crone
I have personnaly disabled the execution of hud-service (chmod 000) because my computer use always 6GB of ram including 3GB by hud-service. And the last time hud service was running it take 18.7GB of RAM for 16GB available. Please fix this bug, on computer with only 4GB of ram it's a huge

[Touch-packages] [Bug 1077829] Re: ASUS Xonar U3 volume slider problem

2015-08-03 Thread Valentin Crone
On Ubuntu 14.04 LTS, I have tested a new card (in remplacement of my Xonar U3): Terratec Aureon Dual USB And I have exactly the same bug !!! An USB sound card who working with Ubuntu exists? :o -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the min

2015-07-22 Thread Valentin Crone
This bug affect also precise and trusty... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1170647 Title: After minimizing a Nautilus window of another partition or external

[Touch-packages] [Bug 1077829] Re: ASUS Xonar U3 volume slider problem

2015-07-07 Thread Valentin Crone
I have tried my Xonar U3 on Android X86 (on my computer), and the volume slider work properly, but it doesn't work properly on Ubuntu 14.04 with Linux 3.18.1. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in

[Touch-packages] [Bug 1077829] Re: ASUS Xonar U3 volume slider problem

2015-07-07 Thread Valentin Crone
PS: Android X86 4.4.4 with Linux 3.18 And Ubuntu 64bits. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1077829 Title: ASUS Xonar U3 volume slider problem Status in

[Touch-packages] [Bug 1077829] Re: ASUS Xonar U3 volume slider problem

2015-07-06 Thread Valentin Crone
I have this problem on Ubuntu 14.04 LTS, with Linux 3.18.1 (or official Ubuntu kernel), this bug is always existent 2years later? :o -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.

[Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the min

2015-06-11 Thread Valentin Crone
No, when the behaviour is not the same each time, it's a bug. Unity forget the opened Window. If you click and have a new Window when you would just have focus on your opened Window, ok, but when you click a new time, you have the 3D effet to choose between the 2 opened window. If it was a

[Touch-packages] [Bug 1170647] Re: After minimizing a Nautilus window of another partition or external media or Trash folder, clicking on the Files icon on the Launcher again doesn't restore the min

2015-06-09 Thread Valentin Crone
I'm affected too, I have 4 HDD in addition with my primary drive (SSD), and I have frequently the bug ! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1170647 Title: After

[Touch-packages] [Bug 1238346] Re: on bootup wrong keyboard layout is recognized

2015-06-09 Thread Valentin Crone
I'm affected too on Ubuntu 14.04, in fact the keyboard is correctly configured on Azerty (fr) on lightdm, but it switch to Qwerty (en) when the desktop (Unity) starts. I have only the Fr as possible input mapping in the config panel. I must select the Fr icon in the top bar and click on French

[Touch-packages] [Bug 1459036] [NEW] package python-problem-report 2.14.1-0ubuntu3.11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-26 Thread Valentin Crone
Public bug reported: The update-manager freeze, before or after dpkg crash during update. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: python-problem-report 2.14.1-0ubuntu3.11 Uname: Linux 4.0.0-04-generic x86_64 ApportLog: ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64

[Touch-packages] [Bug 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2015-04-02 Thread Valentin Crone
This type of bug, like sometimes bug with control panel (incomplete, or bugged), or unable to do something without searching a command line on the web to solve a innexistant function in GUI, or a bug, is typicaly what it's a problem with beginner, or person who search to have a easy computer

[Touch-packages] [Bug 997269] Re: dovecot imap broken by apparmor policy

2015-02-26 Thread Valentin Lab
Hm, a fix was released... Can we have more info on what was fixed in apparmor itself ? (which commit, and which ubuntu/debian package/version) ? My server is in 12.04.1 LTS and I don't want to upgrade the whole system it only for this, so I need more info. I just upgraded my apparmor package

[Touch-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-02-25 Thread Valentin Crone
Hello, This bug affects me, hud-service take 3% of my CPU and more than 1.1GB of RAM ! I'm using Ubuntu 14.04 LTS with Linux 3.13.0-24-generic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to hud in Ubuntu.