[Touch-packages] [Bug 1999986] Re: ibus-daemon 170% CPU when using Flatpak Endeavour

2023-01-10 Thread DuckDuckWhale
"GNOME on Wayland" shows the same behavior as "Ubuntu on Wayland" after
installing the package.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/186

Title:
  ibus-daemon 170% CPU when using Flatpak Endeavour

Status in ibus package in Ubuntu:
  Incomplete

Bug description:
  - Install Endeavour from Flatpak: 
https://flathub.org/apps/details/org.gnome.Todo
  - Synchronize a few Google tasks list
  - Attempt to type in the new task bar
  - Observe that `ibus-daemon` uses 170% CPU for half a minute before typing is 
possible

  Ubuntu 22.10 with Gnome, with both English and Chinese input methods
  installed

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


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


[Touch-packages] [Bug 1999986] Re: ibus-daemon 170% CPU when using Flatpak Endeavour

2023-01-03 Thread DuckDuckWhale
Hi, I have it installed and the issue is still present on that version.
The upstream maintainer is unable to reproduce it on the newer Flatpak
version and suspects that it's related to Ubuntu instead:


Here's a snapshot of `top`:

```
top - 17:46:31 up 11 days,  3:23,  1 user,  load average: 2.76, 2.40, 3.11
Tasks: 520 total,   3 running, 515 sleeping,   0 stopped,   2 zombie
%Cpu(s): 24.4 us,  3.8 sy,  0.0 ni, 70.7 id,  1.1 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :  15635.1 total,359.1 free,   8045.4 used,   7230.6 buff/cache
MiB Swap:   8192.0 total,   4474.0 free,   3718.0 used.   3539.6 avail Mem 

PID USER  PR  NIVIRTRESSHR S  %CPU  %MEM TIME+ COMMAND  

 976155 user  20   0  717112 201224   6820 R 180.1   1.3   4:13.66 
ibus-daemon  
   2423 user  20   0 6867760 675268 198844 S  77.7   4.2   6662:37 
gnome-shell  
...
 977417 user  20   0 2346300 460536 100516 S   2.3   2.9   0:17.48 
endeavour 
```

** Bug watch added: gitlab.gnome.org/World/Endeavour/-/issues #475
   https://gitlab.gnome.org/World/Endeavour/-/issues/475

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/186

Title:
  ibus-daemon 170% CPU when using Flatpak Endeavour

Status in ibus package in Ubuntu:
  Incomplete

Bug description:
  - Install Endeavour from Flatpak: 
https://flathub.org/apps/details/org.gnome.Todo
  - Synchronize a few Google tasks list
  - Attempt to type in the new task bar
  - Observe that `ibus-daemon` uses 170% CPU for half a minute before typing is 
possible

  Ubuntu 22.10 with Gnome, with both English and Chinese input methods
  installed

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


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


[Touch-packages] [Bug 1999986] [NEW] ibus-daemon 170% CPU when using Flatpak Endeavour

2022-12-17 Thread DuckDuckWhale
Public bug reported:

- Install Endeavour from Flatpak: 
https://flathub.org/apps/details/org.gnome.Todo
- Synchronize a few Google tasks list
- Attempt to type in the new task bar
- Observe that `ibus-daemon` uses 170% CPU for half a minute before typing is 
possible

Ubuntu 22.10 with Gnome, with both English and Chinese input methods
installed

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/186

Title:
  ibus-daemon 170% CPU when using Flatpak Endeavour

Status in ibus package in Ubuntu:
  New

Bug description:
  - Install Endeavour from Flatpak: 
https://flathub.org/apps/details/org.gnome.Todo
  - Synchronize a few Google tasks list
  - Attempt to type in the new task bar
  - Observe that `ibus-daemon` uses 170% CPU for half a minute before typing is 
possible

  Ubuntu 22.10 with Gnome, with both English and Chinese input methods
  installed

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


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


[Touch-packages] [Bug 1991427] [NEW] ssh doesn't offer identity files in the right order

2022-09-30 Thread DuckDuckWhale
Public bug reported:

"man ssh_config" claims that the "IdentityFile"s will be tried in
sequence:

IdentityFile
Specifies a file from which the user's DSA, ECDSA, authenticator-hosted 
ECDSA, Ed25519, authenticator-hosted Ed25519 or RSA au‐
thentication identity is read.  The default is ~/.ssh/id_rsa, 
~/.ssh/id_ecdsa, ~/.ssh/id_ecdsa_sk, ~/.ssh/id_ed25519,
~/.ssh/id_ed25519_sk and ~/.ssh/id_dsa.  Additionally, any identities 
represented by the authentication agent will be used for
authentication unless IdentitiesOnly is set.  If no certificates have 
been explicitly specified by CertificateFile, ssh(1) will
try to load certificate information from the filename obtained by 
appending -cert.pub to the path of a specified IdentityFile.

Arguments to IdentityFile may use the tilde syntax to refer to a user's 
home directory or the tokens described in the TOKENS sec‐
tion.

It is possible to have multiple identity files specified in 
configuration files; all these identities will be tried in sequence.
Multiple IdentityFile directives will add to the list of identities 
tried (this behaviour differs from that of other configura‐
tion directives).

IdentityFile may be used in conjunction with IdentitiesOnly to select 
which identities in an agent are offered during authentica‐
tion.  IdentityFile may also be used in conjunction with 
CertificateFile in order to provide any certificate also needed for au‐
thentication with the identity.

Yet it doesn't try them in the order specified ("id_ed25519-postfix"
comes before "id_ed25519" in my "~/.ssh/config"):

debug1: Connection established.
debug1: identity file /home/user/.ssh/id_ed25519-postfix type 3
debug1: identity file /home/user/.ssh/id_ed25519-postfix-cert type -1
debug1: identity file /home/user/.ssh/id_ed25519 type 3
debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3
...
debug1: Will attempt key: /home/user/.ssh/id_ed25519 ED25519 SHA256: 
explicit agent
debug1: Will attempt key: /home/user/.ssh/id_ed25519-postfix ED25519 
SHA256: explicit agent

This causes the wrong key to be used for log in.  This is especially
problematic when using Git over SSH, which causes the server to report
repository doesn't exist as the username are the same and the key
dictates the account being logged in, and instead of getting a
permission denied the server would give out a more confusing message,
misleading the direction the user goes to debug.

Ubuntu 22.04.1 with openssh-client 1:8.9p1-3

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1991427

Title:
  ssh doesn't offer identity files in the right order

Status in openssh package in Ubuntu:
  New

Bug description:
  "man ssh_config" claims that the "IdentityFile"s will be tried in
  sequence:

  IdentityFile
  Specifies a file from which the user's DSA, ECDSA, 
authenticator-hosted ECDSA, Ed25519, authenticator-hosted Ed25519 or RSA au‐
  thentication identity is read.  The default is ~/.ssh/id_rsa, 
~/.ssh/id_ecdsa, ~/.ssh/id_ecdsa_sk, ~/.ssh/id_ed25519,
  ~/.ssh/id_ed25519_sk and ~/.ssh/id_dsa.  Additionally, any identities 
represented by the authentication agent will be used for
  authentication unless IdentitiesOnly is set.  If no certificates have 
been explicitly specified by CertificateFile, ssh(1) will
  try to load certificate information from the filename obtained by 
appending -cert.pub to the path of a specified IdentityFile.

  Arguments to IdentityFile may use the tilde syntax to refer to a 
user's home directory or the tokens described in the TOKENS sec‐
  tion.

  It is possible to have multiple identity files specified in 
configuration files; all these identities will be tried in sequence.
  Multiple IdentityFile directives will add to the list of identities 
tried (this behaviour differs from that of other configura‐
  tion directives).

  IdentityFile may be used in conjunction with IdentitiesOnly to select 
which identities in an agent are offered during authentica‐
  tion.  IdentityFile may also be used in conjunction with 
CertificateFile in order to provide any certificate also needed for au‐
  thentication with the identity.

  Yet it doesn't try them in the order specified ("id_ed25519-postfix"
  comes before "id_ed25519" in my "~/.ssh/config"):

  debug1: Connection established.
  debug1: identity file /home/user/.ssh/id_ed25519-postfix type 3
  debug1: identity file /home/user/.ssh/id_ed25519-postfix-cert type -1
  debug1: identity file /home/user/.ssh/id_ed25519 type 3
  debug1: identity file 

[Touch-packages] [Bug 1965563] Re: gnome-extensions-app fails to start [Error reading events from display: Protocol error]

2022-09-02 Thread DuckDuckWhale
Looks like the bug is fixed in 1.1.10 and what's needed is just an
update.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1965563

Title:
  gnome-extensions-app fails to start [Error reading events from
  display: Protocol error]

Status in NVIDIA / egl-wayland:
  New
Status in GTK+:
  Fix Released
Status in egl-wayland package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  $ dpkg-query -W gnome-shell-extension-prefs
  gnome-shell-extension-prefs   42~beta-1ubuntu3
  $ gnome-extensions-app
  Gdk-Message: 17:54:19.697: Error reading events from display: Protocol error

  Caveat: I currently have a mix of packages from jammy-release and
  jammy-proposed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/egl-wayland/+bug/1965563/+subscriptions


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


[Touch-packages] [Bug 1972718] Re: ubuntu-bug should provide option to copy link instead of always opening

2022-06-10 Thread DuckDuckWhale
1. Run `ubuntu-bug apport`
2. Complete the steps
3. A browser window opens without any option to copy a link instead.  The link 
is also not shown in the terminal output.
4. It goes to 
https://bugs.launchpad.net/ubuntu/+source/apport/+filebug/UUID/+login
5. Because my default Firefox container had nothing, it asks me to log in
6. Copy and pasting the link in the right container says: "You are already 
logged in".  It does not allow me to complete the bug report.

A fix can be to pop up a window to ask the user if it should open a new
tab directly or just copy the link instead.  Or at minimum output the
initial link to standard output so that the user can do that manually.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1972718

Title:
  ubuntu-bug should provide option to copy link instead of always
  opening

Status in apport package in Ubuntu:
  New

Bug description:
  Currently it always opens another tab directly via the web browser,
  which opens in the wrong Firefox container for me.  It then always
  redirects and asks for me to sign in without the option of moving the
  tab inside the correct container.  If I simply open it again in the
  correct tab, it tells me that no sign in is necessary and doesn't let
  me complete the original bug report.

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


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


[Touch-packages] [Bug 1965563] Re: gnome-extensions-app fails to start [Error reading events from display: Protocol error]

2022-06-08 Thread DuckDuckWhale
** Also affects: obs-studio (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1965563

Title:
  gnome-extensions-app fails to start [Error reading events from
  display: Protocol error]

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed
Status in obs-studio package in Ubuntu:
  New

Bug description:
  $ dpkg-query -W gnome-shell-extension-prefs
  gnome-shell-extension-prefs   42~beta-1ubuntu3
  $ gnome-extensions-app
  Gdk-Message: 17:54:19.697: Error reading events from display: Protocol error

  Caveat: I currently have a mix of packages from jammy-release and
  jammy-proposed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1965563/+subscriptions


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


[Touch-packages] [Bug 1965563] Re: gnome-extensions-app fails to start [Error reading events from display: Protocol error]

2022-06-08 Thread DuckDuckWhale
OBS is also affected.  Log:

$ obs
...
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
...
info: [pipewire] screencast session created
The Wayland connection experienced a fatal error: Protocol error
Aborted (core dumped)
$

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1965563

Title:
  gnome-extensions-app fails to start [Error reading events from
  display: Protocol error]

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  $ dpkg-query -W gnome-shell-extension-prefs
  gnome-shell-extension-prefs   42~beta-1ubuntu3
  $ gnome-extensions-app
  Gdk-Message: 17:54:19.697: Error reading events from display: Protocol error

  Caveat: I currently have a mix of packages from jammy-release and
  jammy-proposed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1965563/+subscriptions


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


[Touch-packages] [Bug 1965563] Re: gnome-extensions-app fails to start [Error reading events from display: Protocol error]

2022-05-24 Thread DuckDuckWhale
Also affected (bug 1975647). Notably, this happened after I attempted to
dual boot Debian 11 (stable, then testing). The workspace indicator
extension worked before then, but disappeared after I switched back.

user@host:~$ gnome-extensions-app
Gdk-Message: 20:03:19.701: Error flushing display: Protocol error
user@host:~$ cheese

(cheese:32950): Gdk-WARNING **: 20:04:45.134: Native Windows taller than 65535 
pixels are not supported
Gdk-Message: 20:04:46.246: Error 71 (Protocol error) dispatching to Wayland 
display.
user@host:~$

In syslog:

gnome-shell[2051]: WL: error in client communication (pid 32877)
cheese[32877]: Error reading events from display: Protocol error

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1965563

Title:
  gnome-extensions-app fails to start [Error reading events from
  display: Protocol error]

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  $ dpkg-query -W gnome-shell-extension-prefs
  gnome-shell-extension-prefs   42~beta-1ubuntu3
  $ gnome-extensions-app
  Gdk-Message: 17:54:19.697: Error reading events from display: Protocol error

  Caveat: I currently have a mix of packages from jammy-release and
  jammy-proposed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1965563/+subscriptions


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


[Touch-packages] [Bug 1972123] Re: Online accounts crashes on sign in

2022-05-21 Thread DuckDuckWhale
Thanks, I can confirm this workaround works and my to-dos are syncing
now.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1972123

Title:
  Online accounts crashes on sign in

Status in gnome-online-accounts package in Ubuntu:
  Incomplete

Bug description:
  I noticed that my to-dos weren't syncing, so I checked online accounts
  and there's this triangle warning icon.  I click into it and it says
  "Credentials have expired", "Sign in to enable this account."  Now
  when I click "Sign in", the pop up changes to a frozen progress bar on
  top and with empty content, then crashes after a few seconds.  Now I
  can't sync anything and can't fix it.

  Ubuntu 22.04 LTS, Wayland on Nvidia 510

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1972123/+subscriptions


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


[Touch-packages] [Bug 1972718] [NEW] ubuntu-bug should provide option to copy link instead of always opening

2022-05-09 Thread DuckDuckWhale
Public bug reported:

Currently it always opens another tab directly via the web browser,
which opens in the wrong Firefox container for me.  It then always
redirects and asks for me to sign in without the option of moving the
tab inside the correct container.  If I simply open it again in the
correct tab, it tells me that no sign in is necessary and doesn't let me
complete the original bug report.

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1972718

Title:
  ubuntu-bug should provide option to copy link instead of always
  opening

Status in apport package in Ubuntu:
  New

Bug description:
  Currently it always opens another tab directly via the web browser,
  which opens in the wrong Firefox container for me.  It then always
  redirects and asks for me to sign in without the option of moving the
  tab inside the correct container.  If I simply open it again in the
  correct tab, it tells me that no sign in is necessary and doesn't let
  me complete the original bug report.

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


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


[Touch-packages] [Bug 1972123] Re: Online accounts crashes on sign in

2022-05-09 Thread DuckDuckWhale
Thanks for the catch.  I wasn't aware of the risks involved with crash
files and the fact that ubuntu-bug will make the report private.  Maybe
a warning should be emitted by launchpad on upload of this file type?
ubuntu-bug is quite annoying and always opens a new tab which is in the
wrong Firefox container. I filed bug 1972718 for that.

Step 1 didn't work, couldn't find the crash report by step 2, and step 3
worked without a reboot or reproducing.  The new bug is bug 1972717.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1972123

Title:
  Online accounts crashes on sign in

Status in gnome-online-accounts package in Ubuntu:
  Incomplete

Bug description:
  I noticed that my to-dos weren't syncing, so I checked online accounts
  and there's this triangle warning icon.  I click into it and it says
  "Credentials have expired", "Sign in to enable this account."  Now
  when I click "Sign in", the pop up changes to a frozen progress bar on
  top and with empty content, then crashes after a few seconds.  Now I
  can't sync anything and can't fix it.

  Ubuntu 22.04 LTS, Wayland on Nvidia 510

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1972123/+subscriptions


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


[Touch-packages] [Bug 1972123] Re: Online accounts crashes on sign in

2022-05-09 Thread DuckDuckWhale
** Attachment removed: "_usr_bin_gnome-control-center.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1972123/+attachment/5587728/+files/_usr_bin_gnome-control-center.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1972123

Title:
  Online accounts crashes on sign in

Status in gnome-online-accounts package in Ubuntu:
  Incomplete

Bug description:
  I noticed that my to-dos weren't syncing, so I checked online accounts
  and there's this triangle warning icon.  I click into it and it says
  "Credentials have expired", "Sign in to enable this account."  Now
  when I click "Sign in", the pop up changes to a frozen progress bar on
  top and with empty content, then crashes after a few seconds.  Now I
  can't sync anything and can't fix it.

  Ubuntu 22.04 LTS, Wayland on Nvidia 510

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1972123/+subscriptions


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


[Touch-packages] [Bug 1972123] [NEW] Online accounts crashes on sign in

2022-05-08 Thread DuckDuckWhale
Public bug reported:

I noticed that my to-dos weren't syncing, so I checked online accounts
and there's this triangle warning icon.  I click into it and it says
"Credentials have expired", "Sign in to enable this account."  Now when
I click "Sign in", the pop up changes to a frozen progress bar on top
and with empty content, then crashes after a few seconds.  Now I can't
sync anything and can't fix it.

Ubuntu 22.04 LTS, Wayland on Nvidia 510

** Affects: gnome-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: jammy wayland

** Attachment added: "_usr_bin_gnome-control-center.1000.crash"
   
https://bugs.launchpad.net/bugs/1972123/+attachment/5587728/+files/_usr_bin_gnome-control-center.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1972123

Title:
  Online accounts crashes on sign in

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
  I noticed that my to-dos weren't syncing, so I checked online accounts
  and there's this triangle warning icon.  I click into it and it says
  "Credentials have expired", "Sign in to enable this account."  Now
  when I click "Sign in", the pop up changes to a frozen progress bar on
  top and with empty content, then crashes after a few seconds.  Now I
  can't sync anything and can't fix it.

  Ubuntu 22.04 LTS, Wayland on Nvidia 510

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1972123/+subscriptions


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


[Touch-packages] [Bug 1970172] Re: External monitor switches to interlaced mode

2022-04-25 Thread DuckDuckWhale
This issue persisted two reboots and was immediately disappeared after
upgrading gdm3 and switching to Wayland.  So it only happens when using
X.org.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1970172

Title:
  External monitor switches to interlaced mode

Status in xorg package in Ubuntu:
  New

Bug description:
  After locking my screen and coming back (<1 min), the external monitor
  switched to 1080i instead of 1080p and all text gets blurry.
  Reconnection of the display did not solve the issue.  This has
  happened on either 20.04 or 21.04 when I was using X.org.  When using
  Wayland on Ubuntu 21.10, this issue never appeared.  Now it came back
  after Wayland disappearing (#1968929).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  510.60.02  Wed Mar 16 
11:24:05 UTC 2022
   GCC version:
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Apr 25 00:26:03 2022
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus: virtualbox/6.1.32, 5.15.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] [8086:3e9b] (prog-if 
00 [VGA controller])
 Subsystem: Dell CoffeeLake-H GT2 [UHD Graphics 630] [1028:0905]
 Subsystem: Hewlett-Packard Company TU117M [GeForce GTX 1650 Mobile / 
Max-Q] [103c:8601]
  InstallationDate: Installed on 2022-04-23 (1 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Dell Inc. XPS 15 7590
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-25-generic 
root=/dev/mapper/vgroot-lvroot--ubuntu--22.04 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/2021
  dmi.bios.release: 1.15
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.15.0
  dmi.board.name: 018W12
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.0:bd12/09/2021:br1.15:svnDellInc.:pnXPS157590:pvr:rvnDellInc.:rn018W12:rvrA02:cvnDellInc.:ct10:cvr:sku0905:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 7590
  dmi.product.sku: 0905
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.110-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

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


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


[Touch-packages] [Bug 1970172] [NEW] External monitor switches to interlaced mode

2022-04-25 Thread DuckDuckWhale
Public bug reported:

After locking my screen and coming back (<1 min), the external monitor
switched to 1080i instead of 1080p and all text gets blurry.
Reconnection of the display did not solve the issue.  This has happened
on either 20.04 or 21.04 when I was using X.org.  When using Wayland on
Ubuntu 21.10, this issue never appeared.  Now it came back after Wayland
disappearing (#1968929).

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
Uname: Linux 5.15.0-25-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  510.60.02  Wed Mar 16 11:24:05 
UTC 2022
 GCC version:
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 25 00:26:03 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
DkmsStatus: virtualbox/6.1.32, 5.15.0-25-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] [8086:3e9b] (prog-if 00 
[VGA controller])
   Subsystem: Dell CoffeeLake-H GT2 [UHD Graphics 630] [1028:0905]
   Subsystem: Hewlett-Packard Company TU117M [GeForce GTX 1650 Mobile / Max-Q] 
[103c:8601]
InstallationDate: Installed on 2022-04-23 (1 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: Dell Inc. XPS 15 7590
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-25-generic 
root=/dev/mapper/vgroot-lvroot--ubuntu--22.04 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/09/2021
dmi.bios.release: 1.15
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.15.0
dmi.board.name: 018W12
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.15.0:bd12/09/2021:br1.15:svnDellInc.:pnXPS157590:pvr:rvnDellInc.:rn018W12:rvrA02:cvnDellInc.:ct10:cvr:sku0905:
dmi.product.family: XPS
dmi.product.name: XPS 15 7590
dmi.product.sku: 0905
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy resolution ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1970172

Title:
  External monitor switches to interlaced mode

Status in xorg package in Ubuntu:
  New

Bug description:
  After locking my screen and coming back (<1 min), the external monitor
  switched to 1080i instead of 1080p and all text gets blurry.
  Reconnection of the display did not solve the issue.  This has
  happened on either 20.04 or 21.04 when I was using X.org.  When using
  Wayland on Ubuntu 21.10, this issue never appeared.  Now it came back
  after Wayland disappearing (#1968929).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  510.60.02  Wed Mar 16 
11:24:05 UTC 2022
   GCC version:
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'