[Bug 1857252] Re: chromium 79 remote display broken

2020-07-24 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1786306.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2019-12-24T10:19:41+00:00 cesare wrote:

Description of problem:

starting Chromium 79 (and also google-chrome-stable 79) through a ssh
tunnel gives a blank (white) window. Actually it is possible to click on
some buttons if one is able to locate them with the mouse without seeing
them.

By Clicking on "Chromium Web Browser" in the top bar of the screen, it
is possible to open a new window which is visible, but the window has
not loaded any personal configuration (bookmarks, extensions etc.)


Version-Release number of selected component (if applicable):
chromium-79.0.3945.79-1.fc31.x86_64

How reproducible: always


Steps to Reproduce:
1. ssh -X -f user@host "/usr/bin/chromium-browser"
2. a blank (white) window opens
3. click on "Chromium Web Browser" in the top bar of the screen and select 
"Open a New Window"
4. a normal (visible) chromium window opens, but all personal configuration 
(bookmarks, extensions etc.) is not loaded

Actual results:
a blank (white) window opens first, it is possible to open a second window but 
without all personal configuration (bookmarks, extensions etc.) 

Expected results:
a visible window is opened and all personal configuration is loaded.

Additional info:
chromium 78 works fine (as it has always done) over an ssh tunnel.

See also https://support.google.com/chrome/thread/23330705?hl=en

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/2


On 2020-01-09T20:53:16+00:00 tcallawa wrote:

You might want to open a bug with chromium upstream here:

https://bugs.chromium.org/p/chromium/issues/list

The code diff between 78 and 79 is rather large, and I'm not sure where
to even start digging into what would cause X11 forwarding to break.

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/4


On 2020-01-10T08:55:10+00:00 cesare wrote:

Upstream chromium bug "Issue 1026950: Regression: displaying over ssh
forwarded X11 shows only grey window"

https://bugs.chromium.org/p/chromium/issues/detail?id=1026950

according to this, the bug persists also in Google Chrome 80.0.3987.16
beta

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/5


On 2020-01-25T16:57:24+00:00 cesare wrote:

Workaround according to https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=949440

Bug seems to be related to MIT-SHM management

Works for me right now as follows:

- on the target machine install gcc and libX11-devel

- download   XlibNoSHM.c   from above link (at the bottom of the page)

- compile (always on target machine) with
gcc -shared -fPIC -o XlibNoSHM.so XlibNoSHM.c

- start chrome from the client on the target machine with 
   ssh -X -f user@target "LD_PRELOAD='libdl.so ./XlibNoSHM.so' 
/usr/bin/google-chrome-stable"

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/6


On 2020-02-07T08:50:31+00:00 cesare wrote:

The bug persists with google-chrome-stable-80.0.3987.87-1 , the above
workaround still works.

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/7


On 2020-04-28T11:09:54+00:00 cesare wrote:

With google-chrome-stable-81.0.4044.129-1.x86_64 it is necessary to add
also the option --no-sandbox  which makes it quite unsafe to use.

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/8


On 2020-04-28T11:27:28+00:00 cesare wrote:

Just found another workaround, google-chrome-
stable-81.0.4044.129-1.x86_64  starts with

ssh -X -f user@target "LD_PRELOAD='libdl.so ./XlibNoSHM.so' /usr/bin
/google-chrome-stable --use-gl=swiftshader"

as far as I understand, swiftshader is a "high-performance CPU-based
implementation of the Vulkan and OpenGL ES graphics APIs, its goal is to
provide hardware independence for advanced 3D graphics ... act as drop-
in replacements for graphics drivers" (from GitHub) which could mean in
some cases worse graphic performances.

Reply at: https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1857252/comments/9


[Bug 1857252] Re: chromium 79 remote display broken

2020-07-09 Thread Bug Watch Updater
** Changed in: chromium (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1857252] Re: chromium 79 remote display broken

2020-05-14 Thread Olivier Tilloy
Comments #11 and #12 in the upstream bug report
(https://bugs.chromium.org/p/chromium/issues/detail?id=1026950) have
suggested workarounds.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1857252] Re: chromium 79 remote display broken

2020-02-06 Thread Bug Watch Updater
** Changed in: chromium (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1857252] Re: chromium 79 remote display broken

2020-02-05 Thread EOLE team via ubuntu-bugs
** Bug watch added: Debian Bug tracker #949440
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949440

** Also affects: chromium (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949440
   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/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1857252] Re: chromium 79 remote display broken

2020-01-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   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/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1857252] Re: chromium 79 remote display broken

2020-01-02 Thread Metta Crawler
** Bug watch added: Red Hat Bugzilla #1786306
   https://bugzilla.redhat.com/show_bug.cgi?id=1786306

** Also affects: chromium (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1786306
   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/1857252

Title:
  chromium 79 remote display broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1857252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs