[Desktop-packages] [Bug 2011991] [NEW] scrambled video

2023-03-16 Thread Emilio Gallicchio
Public bug reported: The video is scrambled. It's a mpeg file with these characteristics: $ file tp224.mpeg tp224.mpeg: MPEG sequence, v1, progressive Y'CbCr 4:2:0 video, CCIR/ITU NTSC 525, 25 fps $ apt-cache policy totem totem: Installed: 42.0-1ubuntu1 Candidate: 42.0-1ubuntu1 Version ta

[Desktop-packages] [Bug 1987976]

2022-10-15 Thread Emilio
Seems possible, but I don't know what might be going on in the reporter's machine, since that's a setup that works ~everywhere else? To double-check, can you confirm that `MOZ_GTK_TITLEBAR_DECORATION=system` works, but `MOZ_GTK_TITLEBAR_DECORATION=client` doesn't? Also does enabling the system tit

[Desktop-packages] [Bug 1969509]

2022-06-06 Thread Emilio
Created attachment 9279754 Bug 1772693 - Don't transition from fullscreen -> maximized on double-click. r=stransky It's probably unexpected (even though after the patch above it behaves properly). Depends on D148340 -- You received this bug notification because you are a member of Desktop Pac

[Desktop-packages] [Bug 1969509]

2022-06-06 Thread Emilio
Created attachment 9279753 Bug 1772693 - Fix transition from fullscreen to maximized. r=stransky We don't call MakeFullScreen(false), causing weirdness. This is needed even with the next patch because otherwise other things like grabbing the tabbar cause the same kind of weirdness. -- You recei

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.lau

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1100326 Title: Locati

[Desktop-packages] [Bug 1959027]

2022-02-10 Thread B-emilio
Thanks all! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Various UI and theming issues when running in Plasma Wayland session Status in Mozilla Firefox: U

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Vario

[Desktop-packages] [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 have

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1959027 Title: [snap] Various UI and theming issues when r

[Desktop-packages] [Bug 1871644]

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

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1936647 Title: right-click popups transparent after upgrade to Firefox 9

[Desktop-packages] [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 goo

[Desktop-packages] [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 code](https://gitlab.gnome.org/GN

[Desktop-packages] [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 `

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/18

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubu

[Desktop-packages] [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 forb

[Desktop-packages] [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 Desktop Packages, which is subscribed to firef

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1871644 Title: Top corners of Firefox windows have weird black protrusions from the rounded ed

[Desktop-packages] [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 Des

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.

[Desktop-packages] [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 m

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://

[Desktop-packages] [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 notificati

[Desktop-packages] [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- central/rev/9bc5dcea99c59dc18eae0de7064131aa20cfbb66/brow

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1 Status in M

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Cra

[Desktop-packages] [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 a

[Desktop-packages] [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&revision=279069 I think they

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title:

[Desktop-packages] [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 Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1850529 Title: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1 St

[Desktop-packages] [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 qnx4

[Desktop-packages] [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 evoluti

[Desktop-packages] [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 Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/1563360 Title: gvfsd-smb-browse crashed with SIGABRT Status in gvfs package in Ubuntu:

[Desktop-packages] [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 Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1

[Desktop-packages] [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 ar

[Desktop-packages] [Bug 1386387] [NEW] Rhythmbox no reproduce sonido de música. Tampoco puede actualizar complementos

2014-10-27 Thread Emilio Gamarra
Public bug reported: Rhythmbox no reproduce sonido de música seleccionado. Cuando intento reproducir sonido, solicita descargar actualizaciones, pero al intentar actualizar, avisa un mensaje de que no se puede descargar complemento. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: libgstream

[Desktop-packages] [Bug 1386359] [NEW] [System Product Name, Realtek ALC887-VD, SPDIF Out, Internal] No sound at all

2014-10-27 Thread Emilio Gamarra
Public bug reported: When I select a music file or a video file, no sound comes from the speakers, although when I checked the speakers, it worked fine. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7

[Desktop-packages] [Bug 1352752] Re: Xorg crash when using rdesktop

2014-10-03 Thread emilio brambilla
I notice the same bug (it is not deterministic, in my case I can use rdesktop, but it crashes serveral times in a day while using rdesktop client). in my case bug still persists using intel drivers from https://01.org/linuxgraphics/downloads/2014/intelr-graphics-installer-1.0.6-linux -- You rec

[Desktop-packages] [Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-05-14 Thread Emilio
Hello! I'm very new to this (or any) forum but I'd always wanted to participate/collaborate since I first installed Kubuntu back in 2008. I have an Asus N56VB and I have the very problems described here, but I can add something more: using the steps described in #34 in https://bugs.launchpad.ne

[Desktop-packages] [Bug 1240099] [NEW] Ubuntu 13.04 frequent freezes on Desktop with AMD cpu and Nvidia gpu

2013-10-15 Thread Emilio
Public bug reported: System often freezes. This happens since many Ubuntu versions and many Nvidia releases. With fresh installs too. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8 Uname: Linux 3.8.0-31-generic x

[Desktop-packages] [Bug 628105]

2013-08-01 Thread Emilio Pozuelo Monfort
Looks like Impress has regressed, see bug #67529. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/628105 Title: [Upstream] Text not black in LibreOffice Status in LibreOffice Prod

[Desktop-packages] [Bug 628105]

2013-08-01 Thread Emilio Pozuelo Monfort
Nevermind the above comment. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/628105 Title: [Upstream] Text not black in LibreOffice Status in LibreOffice Productivity Suite: Fix

[Desktop-packages] [Bug 272171] Re: Firefox should not steal focus when told by another application to open a link

2012-12-08 Thread Emilio Gallego
In Firefox 17 the setting browser.tabs.loadDivertedInBackground works no more. Really annoying! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ubufox in Ubuntu. https://bugs.launchpad.net/bugs/272171 Title: Firefox should not steal f

[Desktop-packages] [Bug 1072964] [NEW] [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No sound at all

2012-10-29 Thread Emilio Carfagna
/dev/snd/controlC1: emilio 2076 F pulseaudio /dev/snd/controlC0: emilio 2076 F pulseaudio emilio 4240 f mate-volume-con Card0.Amixer.info: Card hw:0 'SB'/'HDA ATI SB at 0xf240 irq 16' Mixer name : 'IDT 92HD75B3X

[Desktop-packages] [Bug 926898] Re: package libgail-common 2.24.1-1ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-02-04 Thread Emilio
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/926898 Title: package libgail-common 2.24.1-1ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigure

[Desktop-packages] [Bug 926898] [NEW] package libgail-common 2.24.1-1ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-02-04 Thread Emilio
Public bug reported: problems upgrading ubuntu version. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: libgail-common 2.24.1-1ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10 Uname: Linux 2.6.35-25-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date:

[Desktop-packages] [Bug 885911] Re: evolution shows no mail sent

2011-11-03 Thread Emilio
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/885911 Title: evolution shows no mail sent Status in “evolution” package in Ubuntu: New Bug description: Evolution 3.2.0 Ubuntu

[Desktop-packages] [Bug 885911] [NEW] evolution shows no mail sent

2011-11-03 Thread Emilio
Public bug reported: Evolution 3.2.0 Ubuntu 11.10 i386 center software upgraded from Ubuntu ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: evolution 3.2.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686 ApportVersion: 1.23-0ubuntu3 Archite

[Desktop-packages] [Bug 884589] Re: Problema con el Wine

2011-10-31 Thread EMILIO DUARTE
** Attachment added: "Pantallazo del 2011-10-31 22:17:59.png" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/884589/+attachment/2581218/+files/Pantallazo%20del%202011-10-31%2022%3A17%3A59.png -- You received this bug notification because you are a member of Desktop Packages, w

[Desktop-packages] [Bug 884589] Re: Problema con el Wine

2011-10-31 Thread EMILIO DUARTE
** Attachment added: "Pantallazo del 2011-10-31 22:17:46.png" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/884589/+attachment/2581217/+files/Pantallazo%20del%202011-10-31%2022%3A17%3A46.png -- You received this bug notification because you are a member of Desktop Packages, w