[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-18 Thread Dani Llewellyn
I've updated the PR with a fix for this ugly message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970594 Title: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu

[Bug 1719143] Re: Unable to calibrate monitors through Gnome Control Center->Color [calibration failed with code 1: no sensor->get_sample]

2022-05-13 Thread Dani Llewellyn
** Tags added: jammy ** Tags added: xorg-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719143 Title: Unable to calibrate monitors through Gnome Control Center->Color [calibration failed

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-03 Thread Dani Llewellyn
** Also affects: xdg-utils via https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/10 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970594 Title:

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
Why in stock Ubuntu and not Kubuntu, I think is because the offending code is inside functions that are named as though only KDE is supposed to use them. For example, the default browser break is inside a function named `check_browser_kde()`. There might be some logic to determine that your stock

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
There is also a similar statement that needs fixing for DASH on line 1090: if [ x"!" == x"${binary:0:1}" ]; then ** Changed in: xdg-utils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-28 Thread Dani Llewellyn
Can you try replacing the line with: if [ x"!" == x"$(printf %.1s "$browser")" ]; then and reverting back to dash? I think this might work in most posix shells, without requiring to move to bash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1943369] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-12-09 Thread Dani Llewellyn
Unless I've done something wrong in my local build, I do not believe the patch fixes the problem :-( Edit: though the patch I have been testing is to mate-screensaver, while the fix that Wimpy is working with appears to be related to mate-menus directly. -- You received this bug notification

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-12-01 Thread Dani Llewellyn
Based on Mauro's report, and my own testing revealing no issues and showing that the initial reported problem is fixed by the package, I'm marking as verification-done. ** Tags removed: verification-needed verification-needed-impish ** Tags added: verification-done-impish -- You received this

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@Brian It looks like the change from version `build1ubuntu1` to `ubuntu1` has prevented the update to be recognised as an upgradable package. (The current version in the archive is `0.8.4-1build1`) That is unless I'm jumping the gun too quickly, and the package still needs to work its way through

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
** Changed in: libayatana-indicator (Ubuntu Impish) 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/1733301 Title: indicator-applet-complete 1.18.0 icon scaling

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@seb128, please tell us what information is missing when you mark a bug as "incomplete" because without doing so it looks like you're just trying to trigger the automatic closure because you don't want to bother fixing a bug. -- You received this bug notification because you are a member of

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-25 Thread Dani Llewellyn
** Description changed: [Impact]  * Images loaded from filename that are not the right scale/size to    for their target location in the UI are shown at their original    scale/size. This means that images can be oversized in the MATE    panel.  * This impacts any application

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-19 Thread Dani Llewellyn
** Description changed: + [Impact] + + * Images loaded from filename that are not the right scale/size to +for their target location in the UI are shown at their original +scale/size. This means that images can be oversized in the MATE +panel. + + * This impacts any application

[Bug 1947905] Re: mate-screensaver SegFault when it autostarts. Prevents system from sleeping or exiting sleep

2021-11-19 Thread Dani Llewellyn
** Patch added: "Patch from upstream PR #262 which purportedly fixes this issue" https://bugs.launchpad.net/ubuntu/+source/mate-screensaver/+bug/1947905/+attachment/5542155/+files/0001_gs-theme-manager-reload-on-menu_tree-changed.patch -- You received this bug notification because you are a

[Bug 1946499] Re: SRU: GDebi - installation of deb-packages with gdebi-gtk not working at all

2021-10-29 Thread Dani Llewellyn
Brian, I've filled out the SRU template. ** Summary changed: - installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not installed + SRU: GDebi - installation of deb-packages with gdebi-gtk

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-20 Thread Dani Llewellyn
The localisation changes were adjusting the translation files to match the line numbers of the amended python source code. It was picked up accidentally by my compiling in the checked-out source when testing the fix - the compile generated new templates with the change. There are zero changes made

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
** Patch added: "the libayatana code patch only, not a debdiff" https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5533126/+files/1002_properly-scale-icons-loaded-by-filename.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
This fixes the issue for me see the built package for impish at: https://launchpad.net/~diddledani/+archive/ubuntu/mate-indicator- applet-1733301 ** Patch added: "patch to libayatana-indicator to correctly scale icons loaded by filename"

[Bug 1873565] Re: issue with TLS 1.2 session ticket handling as client during resumption

2021-10-14 Thread Dani Llewellyn
There's quite a lot that doesn't apply cleanly against the source in bionic. I don't think I'm able to work through the issues with it safely. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873565

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
For Norbert, this is the same debdiff without the localisation changes ** Patch added: "gdebi-no-ubuntu-specfics.debdiff" https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532985/+files/gdebi-no-ubuntu-specfics.debdiff -- You received this bug notification because

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
https://launchpad.net/~diddledani/+archive/ubuntu/gdebi- fix-1946499/+packages contains my patch above (the debdiff of gdebi) for reference once it's built by LP. I agree that downgrading VTE is not gonna fly. We might be able to convince SRU managers to rebuild without the patch now it's not

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
With this patch we can drop the 91_keep_fds.patch in vte -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946499 Title: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
Identical to patch added to #1756238. ** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is not needed any more" https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532964/+files/gdebi-no-ubuntu-specfics.debdiff -- You received this bug

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
@Marco Trevisan (@3v1n0) With this change, the 91_keep_fds.patch in vte can be dropped -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756238 Title: gdebi-gtk broken in 18.04 error: unable to read

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is not needed any more" https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1756238/+attachment/5532963/+files/gdebi-no-ubuntu-specfics.debdiff -- You received this bug notification because you are a member of Ubuntu

[Bug 1760433] Re: Icons disappear from Plank after updates.

2021-10-14 Thread Dani Llewellyn
** Also affects: plank (Ubuntu) Importance: Undecided Status: New ** Changed in: plank (Ubuntu) Status: New => Confirmed ** Tags added: bionic focal hirsute impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 381017]

2021-10-06 Thread Dani
(In reply to Martin Stránský [:stransky] (ni? me) from comment #104) > I can reproduce it with TB91. +1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/381017 Title: Cannot drag attachment from mail

[Bug 1916377] Re: ayatana-indicator-printers-service crashed with SIGSEGV in __GI_____strtol_l_internal()

2021-10-05 Thread Dani Llewellyn
** Changed in: ubuntu-mate Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916377 Title: ayatana-indicator-printers-service crashed with SIGSEGV in

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "blue icon (telegram) is a square icon with the telegram logo, that is cropped off by the systray" https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529087/+files/cropped-icon-systray.png -- You received this bug notification because you are a member of

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "purple region is a square icon" https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529082/+files/wide-icon-systray2.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
Yes. That's why I added the tags for focal and impish. ** Attachment added: "purple region is a square icon" https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529081/+files/wide-icon-systray.jpg -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-28 Thread Dani Llewellyn
Norbert, please don't mark issues as incomplete unless you state what information you think is missing. ** Tags added: focal impish ** Changed in: mate-indicator-applet (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 *** https://bugs.launchpad.net/bugs/1733301 ** This bug has been marked a duplicate of bug 1733301 indicator-applet-complete 1.18.0 icon scaling -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 *** https://bugs.launchpad.net/bugs/1733301 ** Also affects: mate-indicator-applet (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "*jsut* the upstream patch without the debian changelog mod" https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528515/+files/1001-snapped-apps-fix.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "add-upstream-patch.patch" https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528514/+files/add-upstream-patch.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1945234] [NEW] Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
Public bug reported: From https://forum.snapcraft.io/t/snapd-doesnt-allow-notification- daemon-to-be-activatable/22912 Snapped applications are unable to trigger the mate-notification-daemon due to the service file not specifying an assumed apparmor label so apparmor does not know that it is

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
This likely affects all of Impish, Hirsute, Focal, Bionic, and Xenial but I haven't validated the earlier releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1945234 Title: Snapped apps are

[Bug 1242743] Re: space before ";" breaks php.ini parsing

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019 and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't have permission to set WONTFIX status on this issue). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1266496] Re: extra "fi" in file

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019 and exits ESM in 2022. I vote we close this issue as WONTFIX for those distributions (I don't have permission to set WONTFIX status on this issue). Is this still relevant on any currently-supported releases of Ubuntu? -- You

[Bug 508220] Re: Lucid alpha 2: first 21 characters of Synaptic "Applying changes" status line are italic

2021-08-06 Thread Dani Llewellyn
This issue is for Lucid Lynx, which reached EOL in 2013 for desktop packages. I vote we close this issue as WONTFIX (I don't have permission to set WONTFIX status on this issue). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1298069] Re: On the internet slide During 14.04 install it uses the old Firefox Logo

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019 and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't have permission to set WONTFIX status on this issue). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1243207] Re: remove emacs23 during the trusty cycle

2021-08-06 Thread Dani Llewellyn
This issue is about Trusty Tahr, which ended Mainstream support in 2019 and exited ESM in 2021. I vote that we close this issue as WONTFIX (I don't have permission to set a WONTFIX status). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1198882] Re: __toString() which stores $this reference triggers segfault

2021-08-06 Thread Dani Llewellyn
This bug is for a version of PHP5 in Precise Pangolin, which exited mainstream support in 2017, and ended ESM in 2019. I vote that this bug be closed as WONTFIX (I don't have permission to set WONTFIX on this issue). ** Tags added: precise -- You received this bug notification because you are a

[Bug 778627] Re: bash completion now quotes shell variable references rather than expanding them

2021-06-26 Thread dani
I still get \$HOME when pressing Tab in bash 5.0 & 5.1 (ubuntu 20.4) Can the bug we reopened? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778627 Title: bash completion now quotes shell variable

[Bug 1917705] Re: "profile will be deleted" at startup after chromium 89 update

2021-03-05 Thread Dani G
I am a happy user of the Ubuntu systems "account online" service happy, so far I think .. or maybe not now?!? it makes me think that between now and March 15 we could all be left on foot ... but what is Google? Did she start strangling her babies one after another? -- You received this

[Bug 1910555] Re: Driver build error on kernel 5.8, but works on 5.4

2021-01-11 Thread Dani Hilfe
Same here, from last update of kernel (5.4 to 5.8) the controller for BCM4352 doesnt't work. I fix it reinstalling the package bcmwl-kernel- source from http://mirrors.kernel.org/ubuntu/pool/restricted/b/bcmwl /bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu7_amd64.deb Hope future updates will be

[Bug 1902135] [NEW] package openssh-server 1:8.2p1-4ubuntu0.1 failed to install/upgrade: el subproceso instalado paquete openssh-server script post-installation devolvió el código de salida de error 1

2020-10-29 Thread Dani Sojo
Public bug reported: just following the installation guide https://community.home-assistant.io/t/installing-home-assistant-supervised-on-debian-10/200253 it crashed installing openssh-server, because docker already have the port 22 binded ProblemType: Package DistroRelease: Ubuntu 20.04

[Bug 1885444] Re: Suspend/sleep waits 30 seconds

2020-09-01 Thread Dani
Same problem. I uninstalled the screen saver and the suspension is immediate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885444 Title: Suspend/sleep waits 30 seconds To manage notifications

[Bug 1886059] Re: gnome-shell crashed with assertion failure "!xcb_xlib_threads_sequence_lost" [xcb_io.c:260]

2020-08-09 Thread Dani
I don't know if this can help, but for me, the fail only happens after login and then I never see it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1886059 Title: gnome-shell crashed with

[Bug 1877075] Re: gnome-shell crashed at xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost'' failed

2020-08-08 Thread Dani
I'm running mutter version 3.36.3-0ubuntu0.20.04.1 but I still have the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877075 Title: gnome-shell crashed at xcb_io.c:260:

[Bug 1882524] [NEW] [CF-53DA502FW, Realtek ALC269VB, Speaker, Internal] Playback problem

2020-06-08 Thread dani k
DistroRelease: Ubuntu 20.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34 Uname: Linux 5.4.0-33-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dani 1677

[Bug 1860366] Re: Unable to install group of packages with `sudo apt install language-pack-*` (star or asterisk at the end of package names)

2020-05-28 Thread Dani G
** Also affects: apt 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/1860366 Title: Unable to install group of packages with `sudo apt install language-

[Bug 1879615] Re: headset microphone not working

2020-05-20 Thread dani
I tried: Settings > Sound > Output > Configuration = Headset Head Unit (HSP/HFP) but it does not work either thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879615 Title: headset

[Bug 1879615] [NEW] headset microphone not working

2020-05-19 Thread dani
Public bug reported: I can here sound in my bluetooth headsets (I tried several) but I cannot make the microphone work ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: bluez 5.53-0ubuntu3 Uname: Linux 5.6.11-050611-generic x86_64 ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64

[Bug 381017]

2019-12-02 Thread Dani
That would be great... +1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/381017 Title: Cannot drag attachment from mail attachment pane to desktop To manage notifications about this bug go to:

[Bug 381017]

2019-12-02 Thread Dani
+1 Romano Giannetti Suggestion: ditch the thing completely. Remove drag and drop. For good. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/381017 Title: Cannot drag attachment from mail attachment

[Bug 381017]

2019-12-02 Thread Dani
The same: Also I have found this bug with: - Thunderbird 52.9.0 - Thunar 1.6.11 (the package depends on libgtk2.0-0 package) - Debian 9.4 - Xfce 4.12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1854486] [NEW] cannot build with jhbuild due to libxml2

2019-11-29 Thread dani
Public bug reported: I have ubuntu 19.10 If I do: jhbuild build yelp-xsl I get "ModuleNotFoundError: No module named 'libxml2' thanks itstool -o "yelp-xsl.xml" -j "/home/dani/jhbuild/checkout/yelp-xsl/xslt/common/domains/yelp-xsl.xml.in" af.mo ar.mo as.mo ast.mo

[Bug 1844384] Re: Display bug with kernel 5.2/5.3 on Dell XPS 13

2019-10-28 Thread Dani
I have the same XPS 13 model and I can confirm this, happened to me when I updated Ubuntu to 19.04 to 19.10 (went from 5.0 to 5.2 i think) and I started to have worst visual glitches. My screen freezes (not my system because if i have a secondary display works fine) with heavy and a distorted

[Bug 1813751] Re: memory leak in glusterfs-client 3.13.2-1build1

2019-05-13 Thread Dani García
Hi, Same problem here using the same version in Ubuntu 18.04. While using rsync on big directories I get OOM error because of it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813751 Title:

[Bug 1776857] Re: update strongswan-ikev2 package for ubuntu xenial

2018-06-18 Thread Dani
Bump, we would also welcome an update to 5.6.3 for the reasons listed above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776857 Title: update strongswan-ikev2 package for ubuntu xenial To

Re: [Bug 1722492] Re: package google-android-m2repository-installer 36 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2018-02-27 Thread Dani
Thank you very much!! 2018-02-26 17:42 GMT+01:00 dino99 <1722...@bugs.launchpad.net>: > This is an unsupported release now. Please think to install the next LTS > 'Bionic 18.04' > > http://cdimage.ubuntu.com/lubuntu-next/daily-live/current/ >

[Bug 1741694] [NEW] package coreutils 8.25-2ubuntu2 [modified: bin/cat bin/chgrp bin/chmod bin/chown bin/cp bin/date bin/dd bin/df bin/dir bin/echo bin/false bin/ln bin/ls bin/mkdir bin/mknod bin/mkte

2018-01-06 Thread Dani
Public bug reported: Im just trying to install 0 AD game. :( ProblemType: Package DistroRelease: Ubuntu 16.04 ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98 Uname: Linux 4.4.0-104-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion:

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2017-11-09 Thread Dani
I'm confirming the same issue on Xiaomi Air 13 2017 lsusb -v output here: http://paste.ubuntu.com/25923923/ Linux 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Ubuntu Description:Ubuntu 17.10 Release:17.10 Codename:

[Bug 1723482] [NEW] qlcnic firmware hang detected kvm ganeti

2017-10-13 Thread Dani García
Public bug reported: 1) Ubuntu release: Description:Ubuntu 16.04.3 LTS Release:16.04 2) Package version: * linux-image-extra-4.4.0-96-generic (4.4.0-96.119) * Also with HWE kernel (4.10.x) 3) What I expect: I have a 10G interface (HP NC523SFP 10Gb 2-port) in a HP ProLiant DL380p

[Bug 1722492] [NEW] package google-android-m2repository-installer 36 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-10 Thread Dani
Public bug reported: While installing packages via Synaptic, I got this error. ProblemType: Package DistroRelease: Ubuntu 16.10 Package: google-android-m2repository-installer 36 ProcVersionSignature: Ubuntu 4.8.0-59.64-generic 4.8.17 Uname: Linux 4.8.0-59-generic i686 ApportVersion:

[Bug 1693458] Re: kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-31 Thread Dani
#18 Joseph, The bug appeared after a fresh install of 17.04. I was previously using 16.04 and hadn't experienced this bug (that I'm aware of). I will try to boot the v4.12 kernel and let you know. This is my work computer and I have to squeeze the time for this test. -- You received this bug

[Bug 1693458] ProcModules.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883278/+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/1693458

[Bug 1693458] ProcInterrupts.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883277/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1693458] JournalErrors.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883271/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1693458] ProcCpuinfoMinimal.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883275/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1693458] UdevDb.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883280/+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/1693458 Title:

[Bug 1693458] ProcEnviron.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883276/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693458

[Bug 1693458] WifiSyslog.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883281/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1693458] ProcCpuinfo.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883274/+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/1693458

[Bug 1693458] PulseList.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883279/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1693458

[Bug 1693458] Lspci.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883272/+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/1693458 Title:

[Bug 1693458] Re: kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-25 Thread Dani
apport information ** Tags added: apport-collected ** Description changed: I'm experiencing a freeze of the desktop on a fresh install of 17.04 (ubuntu gnome). It's running on an HP EliteDesk 800 G1 TWR. The kern.log extract is the following: May 24 12:13:14 danielbitherm kernel:

[Bug 1693458] Lsusb.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883273/+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/1693458 Title:

[Bug 1693458] CRDA.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883269/+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/1693458 Title:

[Bug 1693458] CurrentDmesg.txt

2017-05-25 Thread Dani
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1693458/+attachment/4883270/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1693458] [NEW] kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-25 Thread Dani
Public bug reported: I'm experiencing a freeze of the desktop on a fresh install of 17.04 (ubuntu gnome). It's running on an HP EliteDesk 800 G1 TWR. The kern.log extract is the following: May 24 12:13:14 danielbitherm kernel: [11545.460598] [ cut here ] May 24 12:13:14

[Bug 1683538] Re: invalid opcode: 0000 [#1] SMP

2017-05-25 Thread Dani
*** This bug is a duplicate of bug 1674838 *** https://bugs.launchpad.net/bugs/1674838 Sorry, I just realized its a different bug. Mine happens at /build /linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1683538] Re: invalid opcode: 0000 [#1] SMP

2017-05-25 Thread Dani
*** This bug is a duplicate of bug 1674838 *** https://bugs.launchpad.net/bugs/1674838 I'm experiencing this bug as well. I fresh installed 17.04 to an HP EliteDesk 800 G1 TWR. My extract from kern.log: May 24 12:13:14 danielbitherm kernel: [11545.460598] [ cut here

[Bug 1685439] Re: Firefox 53 conflicts with window manager theme

2017-05-12 Thread Dani
Confirm: It affects Ubuntu 14.05 with GNOME.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685439 Title: Firefox 53 conflicts with window manager theme To manage notifications about this bug go

[Bug 1496542] Re: Running processes left after disabling screen reader

2017-04-11 Thread Dani
Hello: Same problem on xubuntu 16.04 $ ps xa | grep -P 'speech-dispatcher.*\.conf' 22217 ?Sl 0:02 /usr/lib/speech-dispatcher-modules/sd_cicero /etc/speech-dispatcher/modules/cicero.conf 1 ?Sl 0:02 /usr/lib/speech-dispatcher-modules/sd_generic

[Bug 1512120] Re: thunar crashes on file renaming

2016-11-09 Thread Dani
This bug still exists in Xubuntu 16.04.1 amd64 as of today. Thunar is version 1.6.10-2ubuntu1, and the system has all current updates applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512120

[Bug 1536771] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct() -> Parser error : Error opening file /lib/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script

2016-06-15 Thread Dani
Same problem an fresh install 16.04. nano /etc/default/grub - GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=10 #GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" ... - --

[Bug 1567417] Re: WARN_ON(!wm_changed) skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]

2016-06-14 Thread Dani
Tuxedo Book BU 1505 I have black screen during 2 seconds and return. (external monitor 2K by HDMI) Jun 14 15:22:29 tuxedo kernel: [23138.707940] [ cut here ] Jun 14 15:22:29 tuxedo kernel: [23138.708030] WARNING: CPU: 3 PID: 1260 at

[Bug 1563110] Re: No sound on Asus e200ha, intel sst with cx2072x codec

2016-04-14 Thread Dani
anything new on this? =( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563110 Title: No sound on Asus e200ha, intel sst with cx2072x codec To manage notifications about this bug go to:

[Bug 1516418] [NEW] Can't upgrade from 15.04 to 15.10

2015-11-15 Thread Dani Carrión
Public bug reported: The installer complains it cannot calculate the upgrade. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: ubuntu-core-upgrader (not installed) ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7 Uname: Linux 3.19.0-33-generic x86_64 ApportVersion:

[Bug 1516418] Re: Can't upgrade from 15.04 to 15.10

2015-11-15 Thread Dani Carrión
After inspecting the logs, it was a problem with my particular setup. ** Changed in: ubuntu-core-upgrader (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1516418

[Bug 1136671] Re: apt-get does not work via an ipv6 proxy server

2015-07-21 Thread Vishwas Dani
How to configure http proxy with IPv6 address in apt.conf. Is following syntax correct? Acquire::http::proxy http://[2008::103]:80/;; Acquire::https::proxy https://[2008::103]:80/;; Regards, Vishwas ** Changed in: apt (Ubuntu) Status: New = Invalid ** Converted to question:

[Bug 1445530] Re: internet connection

2015-05-01 Thread dani
i will remember, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445530 Title: internet connection To manage notifications about this bug go to:

[Bug 1445530] Re: internet connection

2015-05-01 Thread dani
installed ubuntu10.04.5 solved ** 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/1445530 Title: internet connection To manage

[Bug 1445530] Re: internet connection

2015-04-18 Thread dani
compaq presario cq61-200sq since i installed ubuntun 14.04, it was working at full speed the internet for a week this after 2 or 3 updates and bad after i let and the optionals updates checked on software updater, after a week he got full speed again (alone), but i did not paid atention and one

[Bug 1445530] Re: internet connection

2015-04-18 Thread dani
thank you but i will wait for another update from ubuntu , was working once -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445530 Title: internet connection To manage notifications about this bug

[Bug 1445530] [NEW] internet connection

2015-04-17 Thread dani
Public bug reported: my wifi modem work perfect on ubuntu 10.04, 10.10 but very poor on ubuntu 14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17 Uname: Linux 3.13.0-49-generic x86_64

[Bug 1396081] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-25 Thread Dani
Public bug reported: Hi, I dont' now if it's related, but the clikkig of mouse detect more than 1 clik when I clik, about 2-5 clik, and the default font now have a smoot effect. ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331 331.89-0ubuntu5 ProcVersionSignature: Ubuntu

  1   2   3   4   >