dnschneid / crouton

Chromium OS Universal Chroot Environment
https://goo.gl/fd3zc?si=1
BSD 3-Clause "New" or "Revised" License
8.57k stars 1.24k forks source link

Hang on Debian Bullseye w/ Libreoffice #4247

Closed yellowsink closed 4 years ago

yellowsink commented 4 years ago
name: bullseye
encrypted: no
Entering /mnt/stateful_partition/crouton/chroots/bullseye...
crouton: version 1-20200116214215~master:9017d640
release: bullseye
architecture: amd64
xmethod: xiwi
targets: xfce,xiwi,xorg,extension,audio,chrome,keyboard
host: version 12739.105.0 (Official Build) stable-channel grunt 
kernel: Linux localhost 4.14.157-14175-g1706f38e9a13 #1 SMP PREEMPT Tue Mar 17 20:42:10 PDT 2020 x86_64 GNU/Linux
freon: yes
Unmounting /mnt/stateful_partition/crouton/chroots/bullseye...
name: jessie
encrypted: no
Entering /mnt/stateful_partition/crouton/chroots/jessie...
crouton: version 1-20200116214215~master:9017d640
release: jessie
architecture: amd64
xmethod: xiwi
targets: xfce,xiwi,xorg,extension,audio,chrome,keyboard
host: version 12739.105.0 (Official Build) stable-channel grunt 
kernel: Linux localhost 4.14.157-14175-g1706f38e9a13 #1 SMP PREEMPT Tue Mar 17 20:42:10 PDT 2020 x86_64 GNU/Linux
freon: yes
Unmounting /mnt/stateful_partition/crouton/chroots/jessie...

Please describe your issue:

I got the full crouton environment to hang and be unresponsive on bullseye

If known, describe the steps to reproduce the issue:

EDIT: This seems unrelated to page breaks; this occurred out of the blue multiple times while using Libreoffice Draw.

DennisLfromGA commented 4 years ago

@cainy-a,

Is this happening with both 'xorg' and 'xiwi' ?

-DennisLfromGA

yellowsink commented 4 years ago

I have only tested and observed this on a chroot running xorg,xiwi,extension as targets

On Mon, 30 Mar 2020 at 15:24, DennisL notifications@github.com wrote:

@cainy-a https://github.com/cainy-a,

Is this happening with both 'xorg' and 'xiwi' ?

-DennisLfromGA

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dnschneid/crouton/issues/4247#issuecomment-606031118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETAXXRL6T75UZIWCZQF5VTRKCTQZANCNFSM4LWN5DFQ .

DennisLfromGA commented 4 years ago

@cainy-a,

Since you have both xmethods installed I suggest you try launching your desktop in each one and see if you get the same results. You can do that with the following commands:

After testing that next try:

See if the xmethod makes a difference, I believe it will.

Hope this helps, -DennisLfromGA

P.S. If 'xiwi' works better for you then you can run it other ways to if you like:

yellowsink commented 4 years ago

Xorg seems to have fixed it, as before it was using xiwi, and Xorg runs way faster and smoother too

DennisLfromGA commented 4 years ago

@cainy-a,

Since you have both xmethods installed you can easily change the default back to 'xorg' by editing the file:

Then you won't have to specify the '-X xorg' option each time.

Hope this helps, -DennisLfromGA