[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-09 Thread Jeremy BĂ­cha
** Changed in: webkit2gtk (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  Fix Released
Status in webkit2gtk package in Ubuntu:
  Fix Released

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package surf - 2.1+git20221016-4ubuntu1

---
surf (2.1+git20221016-4ubuntu1) mantic; urgency=medium

  * debian/usr.bin.surf:
- include the vulkan abstraction, without it the browser renders white
  pages with the new webkitgtk (lp: #2034907)

 -- Sebastien Bacher   Sat, 09 Sep 2023 22:58:31
+0200

** Changed in: surf (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  Fix Released
Status in webkit2gtk package in Ubuntu:
  In Progress

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-09 Thread Sebastien Bacher
** Changed in: surf (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  Fix Committed
Status in webkit2gtk package in Ubuntu:
  In Progress

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-08 Thread Sebastien Bacher
checking the denial the profile blocks access to
/usr/share/glvnd/egl_vendor.d/50_mesa.json which is probalby the issue

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  In Progress

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-08 Thread Sebastien Bacher
** Description changed:

  The new webkit is making https://autopkgtest.ubuntu.com/packages/s/surf
  red
  
  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.
  
  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...
  
  The bug has been reported upstream now
  
  https://bugs.webkit.org/show_bug.cgi?id=261268
+ 
+ 
+ Testcase
+ - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
+ - surf http://www.ubuntu.com
+ 
+ it fails to render content and the journal shows some denials
+ 
+ after doing
+ $ sudo aa-complain /etc/apparmor.d/usr.bin.surf
+ 
+ the rendering is working as expected

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  In Progress

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2034907] Re: The surf browser renders white pages with the new webkitgtk

2023-09-08 Thread Sebastien Bacher
In fact that's an issue due to the surf apparmor profile, details on
https://bugs.webkit.org/show_bug.cgi?id=261268#c10


** Bug watch added: bugs.webkit.org/ #261268
   https://bugs.webkit.org/show_bug.cgi?id=261268

** Also affects: surf (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: surf (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to webkit2gtk in Ubuntu.
https://bugs.launchpad.net/bugs/2034907

Title:
  The surf browser renders white pages with the new webkitgtk

Status in surf package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  In Progress

Bug description:
  The new webkit is making
  https://autopkgtest.ubuntu.com/packages/s/surf red

  Debian had the same problem, https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1050777 , but resolved it by adding a libgles2
  depends.

  The solution dopesn't seem to be enough for Ubuntu though and the
  problem can be reproduced in a normal xorg session, for some reason
  libGL is being used instead of libGLES, the problem doesn't happen in
  Debian or Fedora though...

  The bug has been reported upstream now

  https://bugs.webkit.org/show_bug.cgi?id=261268

  
  Testcase
  - install libwebkit2gtk-4.1-0 and libjavascriptcoregtk-4.1-0 from 
mantic-proposed
  - surf http://www.ubuntu.com

  it fails to render content and the journal shows some denials

  after doing
  $ sudo aa-complain /etc/apparmor.d/usr.bin.surf

  the rendering is working as expected

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp