[Bug 2033388] Re: 'PlatformioCLI' object has no attribute 'resultcallback'

2024-04-14 Thread Emilio
Newer versions of the "click" package have dropped get_terminal_size support. The latest version of platform io already imports it from shutil. The issue here is that the platformio package installed from the repositories is not compatible with the click version: platformio/noble,noble,now

[Bug 11334]

2022-05-28 Thread Emilio
(In reply to Martin from comment #57) > This Problem still exists in Firefox 100 and Ubuntu 22.04 for me. Please file a new bug with details. It might be a Snap issue, but reopening a 17 year old bug is probably not the way to go :) -- You received this bug notification because you are a member

[Bug 1100326]

2022-05-20 Thread Emilio
Sylvestre, do you know why reviewbot didn't complain about the static analysis issue in the phab revision? I'm pretty sure it used to do that in the past. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1100326]

2022-05-13 Thread Emilio
How does this compare to the portal service that was recently added for Flatpak and so on? Do we really need both? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100326 Title: Location requested by

[Bug 1969606] [NEW] Consider installing/recommending gnome-themes-extra for Firefox

2022-04-20 Thread Emilio
Public bug reported: Firefox tries to use Adwaita-dark as a last resort when the user's GTK theme doesn't have dark mode support. Unfortunately, due to the combination of two issues: * The GTK Breeze theme not having dark mode support (https://bugs.kde.org/show_bug.cgi?id=448877). * The

[Bug 1966557] [NEW] Non especified problem.

2022-03-26 Thread Emilio Gomes de Andrade
Public bug reported: Hi, I'm new Ubuntu Linux user but I'm studding a lot to understand and work with it. I use a 20.04 desktop Ubuntu and a few times appears a window telling that something is wrong but didn't show what is. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg

[Bug 1925233] Re: [bionic-ussuri] designate-mdns.service: Failed with result 'start-limit-hit'

2022-03-24 Thread Moises Emilio Benzan Mora
Seen again in: https://solutions.qa.canonical.com/testruns/testRun/fb6f362f-eba9-41f2-ae31-c89c50bb392e Artifacts: https://oil- jenkins.canonical.com/artifacts/fb6f362f-eba9-41f2-ae31-c89c50bb392e/index.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1959027]

2022-02-10 Thread B-emilio
Thanks all! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Various UI and theming issues when running in Plasma Wayland session To manage notifications about this bug go to:

[Bug 1959027]

2022-02-06 Thread B-emilio
I see. In that case, I think the remaining issues should be reported to KDE or Canonical (not sure where does the culprit live). Might be worth starting with canonical since it seems snap-specific, but on the other hand this seems specific to snap-on-plasma-on-wayland... Vlad, Olivier, do you

[Bug 1959027]

2022-02-06 Thread B-emilio
Does that happen with other GTK apps ran via snap? I don't think we have control about the GTK theme in use. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Various UI and

[Bug 1959027]

2022-02-06 Thread B-emilio
Does this work on the nightly? I would expect bug 1734934 to have fixed this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Various UI and theming issues when running in

[Bug 1922047]

2022-02-05 Thread B-emilio
Bug 1752862 adds prefs to tweak this more precisely. Bug 1753033 tracks potentially switching the default. *** This bug has been marked as a duplicate of bug 1752862 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-12-16 Thread B-emilio
Bug 1745419 will fix that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871644 Title: Top corners of Firefox windows have weird black protrusions from the rounded edges To manage notifications

[Bug 1936647]

2021-12-13 Thread B-emilio
*** Bug 1721154 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1936647 Title: right-click popups transparent after upgrade to Firefox 90 To manage

[Bug 1871644]

2021-12-02 Thread B-emilio
(In reply to gschram from comment #47) > I understand that this is an edge case currently (with the patched mutter) > but I foresee this becoming a "problem" when in a year or two all other apps > also have rounded bottom corners and Firefox is the odd one out, I think > fixing this now is a

[Bug 1871644]

2021-10-21 Thread B-emilio
Oh, great, let me know if I can help. Probably a static atomic integer in nsLookAndFeelGtk is slightly easier to invalidate in practice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871644 Title:

[Bug 1871644]

2021-10-21 Thread B-emilio
Yeah, so `nsWindow::GetTitlebarRadius` can be called off the main thread which seems unfortunate. We can fix this easily by moving the titlebar radius to a member or such. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-10-21 Thread B-emilio
So, querying the individual border-radius properties doesn't work. I get: > (firefox:17330): Gtk-WARNING **: 00:39:54.651: Style property "border- top-left-radius" is not gettable And same for the other corners of course. However, my patch works, because of [this

[Bug 1871644]

2021-10-21 Thread B-emilio
Well, perhaps, but that seems tangential to this bug, isn't it? We don't use XShapeCombineMask for the titlebar and this patch stack doesn't start doing that. If we do want to do the cleanup described above, we might need a new media query which determines this (but it should definitely not have

[Bug 1871644]

2021-10-21 Thread B-emilio
I fixed the wayland overdraw and the X11 artifacts, so I think this is ready to go. I've tested this stack on KWin and GNOME, both X11 and Wayland. Will test i3 and such asap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246314 Bug 1509931 - Use a more precise toolbar radius. r=stransky This seemed possible/maybe worth doing, but let me know if you'd rather keep the 10 hard-coded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-10-21 Thread B-emilio
Ah, I think I know why that might be... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871644 Title: Top corners of Firefox windows have weird black protrusions from the rounded edges To manage

[Bug 1871644]

2021-10-21 Thread B-emilio
(In reply to Darkspirit from comment #19) > KDE with disabled compositor, i3, etc. use alpha visual, but it's not > transparent. WDYM, just that the background wouldn't be transparent? > Could -moz-gtk-csd-transparent-background be defined with > gdk_screen_is_composited() > and be used to

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246291 Bug 1509931 - Simplify titlebar buttons CSS. r=stransky There's no need to use the media query to set the default styles of the buttons, we only need to hide them if appropriate. Depends on D128682 -- You received this bug notification because you are a member of

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246289 Bug 1509931 - Use titlebar radius on Linux and make titlebar set-up work for lightweight themes. r=stransky!,dao! Depends on D128680 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246290 Bug 1509931 - Remove -moz-gtk-csd-transparent-background. r=stransky We always use alpha visual for WebRender, and appearance: none is unnecessary (root element has no intrinsic appearance). Depends on D128681 -- You received this bug notification because you are a

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246288 Bug 1509931 - Expose titlebar radius as a chrome-only CSS environment variable. r=stransky Mostly plumbing. Depends on D128679 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871644]

2021-10-21 Thread B-emilio
Created attachment 9246287 Bug 1509931 - Add support for chrome-only environment variables. r=stransky This bit is taken straight from D73454 (I reviewed it but I guess another pair of eyes is ok, it's really straight-forward). Co-authored-by: Nicklas Boman -- You received this bug

[Bug 1871644]

2021-10-21 Thread B-emilio
(In reply to Martin Stránský [:stransky] (ni? me) from comment #11) > Emilio, how is the best way how to do it? We can introduce a new appearance > (-moz-window-titlebar-alpha for instance) which contains only alpha component > from titlebar and paint it over theme color or use exi

[Bug 1871644]

2021-10-06 Thread B-emilio
I'm not quite familiar with how this works, I think Martin is the right person to ask about it. I can dig if you want but I'd guess that this kind of stuff (the `:not(:-moz-lwtheme)` bits and such) is related: https://searchfox.org/mozilla-

[Bug 1926997] Re: BOINC and/or Einstein@Home freezes Ubuntu 21.04 after a few minutes. Other programs function as normal.

2021-05-03 Thread John Emilio Persichilli
Oops! The correct BOINC Manager Version 7.16.6 (x64) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926997 Title: BOINC and/or Einstein@Home freezes Ubuntu 21.04 after a few minutes. Other

[Bug 1926997] Re: BOINC and/or Einstein@Home freezes Ubuntu 21.04 after a few minutes. Other programs function as normal.

2021-05-03 Thread John Emilio Persichilli
To check the version of BOINC Manager I had to start the the program which froze my system before I could add the following: BOINC Manager Version 7.16.16 (x64) wxWidgets 3.0.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1926997] [NEW] BOINC and/or Einstein@Home freezes Ubuntu 21.04 after a few minutes. Other programs function as normal.

2021-05-03 Thread John Emilio Persichilli
Public bug reported: I recently upgraded to Ubuntu 21.04 from Ubuntu 20.10. I already had programs installed that I kept with the upgrade. Subsequently, I then installed BOINC Manager and the associated software. I connected to my Einstein@Home account using BOINC Manager. The packages loaded as

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

2021-01-14 Thread emilio veneziani
Great. Worked for me. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910555 Title: Driver build error on kernel 5.8, but works on 5.4 To manage notifications about this bug go to:

RE: [Bug 1906553] Re: Crash when trying to use the partitioning tool

2020-12-03 Thread John Emilio Persichilli
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906553 Title: Crash when trying to use the partitioning tool To manage notifications about this bug go to:

[Bug 1906553] [NEW] Crash when trying to use the partitioning tool

2020-12-02 Thread John Emilio Persichilli
Public bug reported: My Astronomy Linux 18.04 crashed when I installed a bleeding edge KStars then I got a broken package message. I tried to remedy this but then it crashed. So, now I was attempting to reinstall the Astronomy Linux 18.04 and use the partitioning tool. When I clicked on going

[Bug 1901233] [NEW] El Ubuntu 20.04 LTS no s'instal·la correctament per motiu de programari de tercers

2020-10-23 Thread Emilio Gallardo Rojas
Public bug reported: Com puc deshabilitar el o esborrar el programari de tercers per tal que pugui instal·lar el Ubuntu 20.04 LTS correctament? ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubuntu-release-upgrader-core 1:18.04.38 ProcVersionSignature: Ubuntu 5.4.0-52.57~18.04.1-generic

[Bug 1899438] [NEW] i cannot upgrade ubuntu 20.04, always problem apt, asks me to ppa-purge, but I dont know what to do

2020-10-12 Thread Emilio Sanchez Cortezon
Public bug reported: There is a problem during the upgrade to 20.04. It says "unofficial software packages not provide by Ubuntu.remove software. I have removed problem with dependencies in "other software and synaptic". I have removed old ppa in terminal. I try again but there is always

[Bug 1827436] Re: In Lubuntu 19.04, open a file with custom command does not save the settings

2020-09-20 Thread Emilio
Same happens on Ubuntu 20.04. I tried marking the executable as Trusted, and double checked it has the exec flag. Saving the settings does not show any error, so no matter the background cause, it's still a bug. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1888107] [NEW] in show applications doesn't scroll down

2020-07-18 Thread Pablo Emilio Cid Soto
Public bug reported: when dock-Position on screen is in left or right, but in down works normal, i have dual screen ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome (not installed) ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44 Uname: Linux 5.4.0-40-generic x86_64

[Bug 1883472] Re: linux-image-5.4.0-37-generic freezes on idle. linux-image-5.4.0-33-generic works fine.

2020-06-27 Thread Emilio
** Description changed: + UPDATE: + linux-image-5.4.0-39-generic Works OK + == + Original report: linux-image-5.4.0-33-generic Works OK linux-image-5.4.0-37-generic Freezes when leaving idle for some time. Ubuntu 20.04LTS 64 bits. Fully updated. Hardware: AMD Ryzen 7 1800X

[Bug 1883472] Re: linux-image-5.4.0-37-generic freezes on idle. linux-image-5.4.0-33-generic works fine.

2020-06-27 Thread Emilio
This bug no longer happens on 5.4.0-39. I turned on power management again and the screen is correctly turned off by xscreensaver -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883472 Title:

[Bug 1883472] Re: linux-image-5.4.0-37-generic freezes on idle. linux-image-5.4.0-33-generic works fine.

2020-06-16 Thread Emilio
Doing more testing, and now that I see this "feature" disabled, I don't think it always turned off the monitor. Looks like half of the time linux-image-5.4.0-33-generic failed to turn it off, but it still did NOT hang the entire system like linux-image-5.4.0-37-generic does. Monitor details $

[Bug 1883472] Re: linux-image-5.4.0-37-generic freezes on idle. linux-image-5.4.0-33-generic works fine.

2020-06-15 Thread Emilio
After some more testing I verified this only happens when it tries to power off the monitor. I can confirm that disabling the quick monitor power-off and the power management in the screensaver settings makes the kernel work stable. Again, this feature works OK on linux- image-5.4.0-33-generic **

[Bug 1883472] [NEW] linux-image-5.4.0-37-generic freezes on idle. linux-image-5.4.0-33-generic works fine.

2020-06-14 Thread Emilio
Public bug reported: linux-image-5.4.0-33-generic Works OK linux-image-5.4.0-37-generic Freezes when leaving idle for some time. Ubuntu 20.04LTS 64 bits. Fully updated. Hardware: AMD Ryzen 7 1800X 32GB RAM (two sticks: Part number KHX2666C16/16G) Asus PRIME A320M-K - latest BIOS installed AMD

[Bug 1882196] [NEW] el grub no se instalo a ocurrido un error grave

2020-06-05 Thread Jorge Emilio Baquero Rodriguez
Public bug reported: Instale el sistema operativo en una memoria flash con rufus (memboard - uefi)e reiniciado y he comenzado la istalacion;al crear las particiones (3) me pide que particione el efi instintivamente lo hago y le doy a instalar al terminar me dice que ha pasado un error fatol con

[Bug 1832144] Re: Ubuntu 19.04 suspend freeze on Dell inspiron 7373

2020-01-02 Thread Emilio
I have the same issue, any update about it? I know peoples that sent his pc to Dell, because they thought that was an hardware problem, but they haven't resolved this problem yet (also after recived pc under warrenty). I don't know if that information coult be useful. -- You received this bug

[Bug 1850529]

2019-12-19 Thread B-emilio
Maybe even tier 2 / running on m-c only, or something? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1 To manage notifications

[Bug 1850529]

2019-12-19 Thread B-emilio
(In reply to Mike Hommey [:glandium] (high latency) from comment #24) > That specific comment explicitly says current GCC doesn't implement it. Are > we going to require clang only now? Well GCC just fixed it in fairness: https://gcc.gnu.org/viewcvs/gcc?view=revision=279069 I think they

[Bug 1850529]

2019-12-19 Thread B-emilio
Someone on #introduction mentioned that https://phabricator.services.mozilla.com/D56873 did fix the problem for them. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after update

[Bug 1850529]

2019-12-19 Thread B-emilio
(In reply to Nathan Froyd [:froydnj] from comment #19) > (In reply to Mike Hommey [:glandium] (high latency) from comment #18) > > It's very possible this is the same as bug 1601707. If it is, we don't need > > to exclude clang 6. > > OTOH, I don't want to be rediscovering that people are using

[Bug 1850529]

2019-12-19 Thread B-emilio
Ah, thanks for the update Olivier :) I think it'd still be nice to detect this at configure time if possible, but it may be not worth the churn. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850529

[Bug 1850529]

2019-12-01 Thread B-emilio
*** Bug 1600467 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1 To manage

[Bug 1850529]

2019-12-01 Thread B-emilio
Can we add a configure check for this somehow? It seems ubuntu almost ships a build with this bug, see bug 1600467... :/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after

[Bug 1846414] [NEW] package linux-image-4.15.0-65-generic 4.15.0-65.74 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with return code 1

2019-10-02 Thread Emilio Alvarez Santos
Public bug reported: no instala actualizaciones ProblemType: Package DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-65-generic 4.15.0-65.74 ProcVersionSignature: Ubuntu 4.15.0-64.73-generic 4.15.18 Uname: Linux 4.15.0-64-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.7 Architecture:

[Bug 1834099] [NEW] error de arranque

2019-06-24 Thread Emilio Aprile
Public bug reported: error de arranque Win 10 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture: amd64 CasperVersion: 1.394

[Bug 1834098] [NEW] error de arranque

2019-06-24 Thread Emilio Aprile
Public bug reported: error de arranque Win 10 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture: amd64 CasperVersion: 1.394

[Bug 1834100] [NEW] error de arranque

2019-06-24 Thread Emilio Aprile
Public bug reported: error de arranque Win 10 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture: amd64 CasperVersion: 1.394

[Bug 509384] Re: ubuntu-logo does not implement display_question callback

2018-11-15 Thread Emilio
This also affects plymouth-theme-xubuntu-logo, ask-question shows nothing when using it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/509384 Title: ubuntu-logo does not implement display_question

[Bug 509384] Re: ubuntu-logo does not implement display_question callback

2018-11-15 Thread Emilio
** Also affects: xubuntu-artwork (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/509384 Title: ubuntu-logo does not implement display_question

[Bug 1754084] Re: Freecad crashes at start

2018-09-06 Thread Emilio
Same here. 'LIBGL_DRI3_DISABLE=true freecad' worked OK -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754084 Title: Freecad crashes at start To manage notifications about this bug go to:

[Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2018-06-25 Thread Emilio
I have a Ryzen 1800X + Gigabyte GA-AX370-Gaming K7. I was suffering from these hangs until I changed a few settings in my BIOS. The change that made the difference was the Power Supply Iddle Control that was added in the latest BIOS update. All other settings are left by default: M.I.T->

[Bug 1726873] Re: mount.ecryptfs_private can't mount in 17.10

2018-06-17 Thread Emilio
*** This bug is a duplicate of bug 1718658 *** https://bugs.launchpad.net/bugs/1718658 I upgraded from 17.10 to 18.04LTS today. The problem appeared there for the first time. 18.04LTS is definitely affected. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1774078] [NEW] can't upgrade from 17.10 to 18.04

2018-05-29 Thread emilio hernandez
Public bug reported: I'm on a 64-bit intel with gnome and mate desktops installed. Problem: when I run do-release-upgrade after a sudo apt update I get: Calculating the changes Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade. This can be caused

[Bug 1750202] Re: WiFi stick TL-WN821N caused the crash. Removed and was able to boot Ubuntu. plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2018-02-17 Thread Emilio Veloso
*** This bug is a duplicate of bug 1745406 *** https://bugs.launchpad.net/bugs/1745406 Was having some wifi connectivity issues and tried this driver / solution that triggered the crash: sudo apt-get install build-essential linux-headers-generic dkms git git clone

[Bug 1743218] [NEW] desktop seems to restart every time I try to click on the launchpad or tap alt key

2018-01-14 Thread Emilio Utrilla Sobrino
Public bug reported: Every time I click on launchpad the entire desktop gets off and restart. It's the same only with taping the alt key (but not with the atl gr key). To launch an app in the launchpad, once the desktop has restarted (all the windows opened are restaured automatically), I can

[Bug 1742286] Re: [regression] Xenial host with 4.4.0-108.131 fails to power some KVM guests

2018-01-10 Thread Emilio
I cannot boot system on a desktop computer, not virtual. I need press reset buton to resart freeze system. I've a i5-4460 processor. I've returned to 4.4.0-104 generic kernel to restart my computer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1734099] ProcModules.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013567/+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/1734099

[Bug 1734099] WifiSyslog.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013569/+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/1734099

[Bug 1734099] IwConfig.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013560/+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/1734099

[Bug 1734099] UdevDb.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013568/+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/1734099 Title:

[Bug 1734099] CurrentDmesg.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013559/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1734099] ProcCpuinfo.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013564/+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/1734099

[Bug 1734099] Re: tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990

2017-11-23 Thread Emilio Gargiulo
apport information ** Tags added: apport-collected ** Description changed: Server reboot after multiple errors in dmesg: [80484.782020] [ cut here ] [80484.782043] WARNING: CPU: 0 PID: 0 at /build/linux-KM2a5S/linux-4.13.0/net/ipv4/tcp_input.c:2826

[Bug 1734099] Lspci.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013562/+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/1734099 Title:

[Bug 1734099] ProcInterrupts.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013566/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1734099] Lsusb.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013563/+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/1734099 Title:

[Bug 1734099] CRDA.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013558/+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/1734099 Title:

[Bug 1734099] JournalErrors.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013561/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1734099] ProcCpuinfoMinimal.txt

2017-11-23 Thread Emilio Gargiulo
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1734099/+attachment/5013565/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1734099] Re: tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990

2017-11-23 Thread Emilio Gargiulo
** 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/1734099 Title: tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990 To manage

[Bug 1734099] Re: tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990

2017-11-23 Thread Emilio Gargiulo
root@miughe:~# cat /proc/sys/net/ipv4/tcp_congestion_control htcp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734099 Title: tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990 To manage

[Bug 1734099] [NEW] tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990

2017-11-23 Thread Emilio Gargiulo
Public bug reported: Server reboot after multiple errors in dmesg: [80484.782020] [ cut here ] [80484.782043] WARNING: CPU: 0 PID: 0 at /build/linux-KM2a5S/linux-4.13.0/net/ipv4/tcp_input.c:2826 tcp_fastretrans_alert+0x7d0/0x990 [80484.782045] Modules linked in: ufs

[Bug 1718589] Re: evolution freezes after reply-all (high cpu usage webkitwebprocess)

2017-11-23 Thread Emilio Gargiulo
Same problem: root@lancelot:~# dpkg -l | awk '{print $2" "$3" "$4}' | grep evolution evolution 3.26.1-1 amd64 evolution-common 3.26.1-1 all evolution-data-server 3.26.1-1ubuntu1 amd64 evolution-data-server-common 3.26.1-1ubuntu1 all evolution-data-server-online-accounts 3.26.1-1ubuntu1 all

[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-17 Thread Emilio
@jonas-slivka that's not related to this ticket. You have a different bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1677673 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1674838 Title:

[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-08 Thread Emilio
Oh, it's sad to hear that. At least I'm not getting them so often. Thanks for letting me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1674838 Title: kernel BUG at /build/linux-

[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-08 Thread Emilio
@Joseph Salisbury Your changes fixed the problem: http://people.canonical.com/~sforshee/lp1674838 I was not able to use the computer for more than 10 minutes before that, and it's been working OK for a few hours now. I can't wait for the official release. Thank you -- You received this bug

[Bug 1241052] Re: Add Keywords entry to the desktop file

2017-01-26 Thread Emilio Pozuelo Monfort
Opening an upstream task, this was (mistakenly) reported against the Ubuntu package. ** Also affects: terminator Importance: Undecided Status: New ** Changed in: terminator Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1652476] [NEW] package 389-admin 1.1.43-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Emilio
Public bug reported: package 389-admin 1.1.43-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 16.10 Package: 389-admin 1.1.43-1 ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11 Uname: Linux

[Bug 1611256] Re: X to Y upgrade fails with gconf2 depends on python3:any; however: Package python3 is not configured yet.

2016-10-17 Thread Emilio Jesús Gallego Arias
This bug badly botched a few upgrades of mine... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611256 Title: X to Y upgrade fails with gconf2 depends on python3:any; however: Package python3 is

[Bug 1621393] Re: xenial64 image (20160907.1.0) has a broken (empty) /etc/resolv.conf

2016-09-19 Thread Emilio Astarita
Official Ubuntu Vagrant Box image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg- amd64-vagrant.box Still not working. There is any update on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1592431] [NEW] Grub instalation error when updating ubuntu to 16.04

2016-06-14 Thread Cayo Emilio Monteiro Gonçalves
Public bug reported: I tried to update my Ubuntu from 14.04 to 16.04 from a pendrive with the latest OS, selecting the option "update to 16.04". It was all good until an error installing the grub. I solved this problem in a fresh installation creating a separated partition /boot fat32 when

[Bug 1502847] Re: network manager open connect establishes connect but vpn does not work after connection is establlished.

2016-03-30 Thread Emilio Devspark
Similar thing happens in Xubuntu 16.04 LTS "Xenial Xerus" - beta 2. I'm able to connect eventually, but I'm getting disconnected constantly from OpenVPN client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1563360] Re: gvfsd-smb-browse crashed with SIGABRT

2016-03-29 Thread Emilio Devspark
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563360 Title: gvfsd-smb-browse crashed with SIGABRT To manage notifications about this bug go to:

[Bug 1201679] Re: ibus' Super+Space shortcut (usually) doesn't work

2016-02-09 Thread Emilio Jesús Gallego Arias
Hi Seth, I certainly have this bug in 15.10 yet. Using any other key for keyboard layout switch work, but not super+space. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201679 Title: ibus'

[Bug 1201679] Re: ibus' Super+Space shortcut (usually) doesn't work

2016-02-09 Thread Emilio Jesús Gallego Arias
I should mention that I'm using gnome-session-fallback ** Changed in: unity (Ubuntu) Status: Invalid => New ** Changed in: unity Status: Invalid => New ** Changed in: gnome-settings-daemon (Ubuntu) Status: Expired => New -- You received this bug notification because you

[Bug 1512337] [NEW] graphic bug on VirtualBox tabs (15.10)

2015-11-02 Thread Emilio Bellomo
Public bug reported: strings and other content overlap on every tab changing, only in virtual box ** Affects: virtualbox (Ubuntu) Importance: Undecided Status: New ** Attachment added: "overlapped tabs"

[Bug 1512337] Re: graphic bug on VirtualBox tabs (15.10)

2015-11-02 Thread Emilio Bellomo
apport information ** Tags added: apport-collected wily ** Description changed: - strings and other content overlap on every tab changing, only in virtual - box + strings and other content overlap on every tab changing, only in virtual box + --- + ApportVersion: 2.19.1-0ubuntu4 + Architecture:

[Bug 1512337] VirtualBox.ModInfo.txt

2015-11-02 Thread Emilio Bellomo
apport information ** Attachment added: "VirtualBox.ModInfo.txt" https://bugs.launchpad.net/bugs/1512337/+attachment/4511137/+files/VirtualBox.ModInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1512337] VirtualBox.DpkgList.txt

2015-11-02 Thread Emilio Bellomo
apport information ** Attachment added: "VirtualBox.DpkgList.txt" https://bugs.launchpad.net/bugs/1512337/+attachment/4511136/+files/VirtualBox.DpkgList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   4   5   6   7   8   9   10   >