[Bug 2059847] Re: Input lag in native terminal on Nvidia desktops with X11

2024-04-02 Thread Cristiano Fraga G. Nunes
Same problem here. I have the lag in Gnome Terminal and Gnome Console
(kgx).

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy

$ dpkg -l | grep "mutter" | tr -s " " |  cut -d " "  -f 1-3
ii gir1.2-mutter-10:amd64 42.9-0ubuntu7
ii libmutter-10-0:amd64 42.9-0ubuntu7
ii mutter-common 42.9-0ubuntu7

$ dpkg -l | grep " nvidia-" | tr -s " " |  cut -d " "  -f 1-3
ii linux-modules-nvidia-535-generic-hwe-22.04 6.5.0-26.26~22.04.1
ii nvidia-compute-utils-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-driver-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-firmware-535-535.161.07 535.161.07-0ubuntu0.22.04.1
ii nvidia-kernel-common-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-kernel-source-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-prime 0.8.17.1
ii nvidia-settings 510.47.03-0ubuntu1
ii nvidia-utils-535 535.161.07-0ubuntu0.22.04.1

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

Title:
  Input lag in native terminal on Nvidia desktops with X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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

[Bug 2059847] Re: Input lag in native terminal on Nvidia desktops with X11

2024-04-02 Thread Cristiano Fraga G. Nunes
I've found a workaround:

I conducted a fresh installation of Ubuntu 22.04.4 and subsequently
marked specific packages for holding using the following commands:

$ sudo apt-mark hold gir1.2-mutter-10
$ sudo apt-mark hold libmutter-10-0
$ sudo apt-mark hold mutter-common

Following this, I proceeded to update all packages.
So, I'm currently utilizing version "42.9-0ubuntu5" of the mutter packages, 
instead of version "42.9-0ubuntu7."

Now, my system is with packages:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04.4 LTS
Release:22.04
Codename:   jammy

$  dpkg -l | grep "mutter" | tr -s " " | cut -d " " -f 1-3
hi gir1.2-mutter-10:amd64 42.9-0ubuntu5
hi libmutter-10-0:amd64 42.9-0ubuntu5
hi mutter-common 42.9-0ubuntu5

$ dpkg -l | grep " nvidia-" | tr -s " " | cut -d " " -f 1-3
ii linux-modules-nvidia-535-generic-hwe-22.04 6.5.0-26.26~22.04.1
ii nvidia-compute-utils-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-driver-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-firmware-535-535.161.07 535.161.07-0ubuntu0.22.04.1
ii nvidia-kernel-common-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-kernel-source-535 535.161.07-0ubuntu0.22.04.1
ii nvidia-prime 0.8.17.1
ii nvidia-settings 510.47.03-0ubuntu1
ii nvidia-utils-535 535.161.07-0ubuntu0.22.04.1

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

Title:
  Input lag in native terminal on Nvidia desktops with X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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

[Bug 2059847] Re: Input lag in native terminal on Nvidia desktops with X11

2024-04-03 Thread Cristiano Fraga G. Nunes
Based on mikabytes's answer, I've found another solution that not will
not leave apt in a temporary broken state. For Ubuntu 22.04.4:

Download the packages:
$ wget -nc 
https://launchpad.net/ubuntu/+source/mutter/42.9-0ubuntu5/+build/26711789/+files/gir1.2-mutter-10_42.9-0ubuntu5_amd64.deb
$ wget -nc 
https://launchpad.net/ubuntu/+source/mutter/42.9-0ubuntu5/+build/26711789/+files/libmutter-10-0_42.9-0ubuntu5_amd64.deb
$ wget -nc 
https://launchpad.net/ubuntu/+source/mutter/42.9-0ubuntu5/+build/26711789/+files/mutter-common_42.9-0ubuntu5_all.deb

Install the packages:
$ sudo dpkg -i *mutter*.deb

Mark as hold:
$ sudo apt-mark hold gir1.2-mutter-10
$ sudo apt-mark hold libmutter-10-0
$ sudo apt-mark hold mutter-common

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

Title:
  Input lag in native terminal on Nvidia desktops with X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11

2024-04-04 Thread Cristiano Fraga G. Nunes
Hello Daniel van Vugt,

I wanted to express my gratitude for your efforts. I've recently tested
your mutter version with the following packages:

- gir1.2-mutter-10_42.9-0ubuntu7vv1_amd64.deb
- libmutter-10-0_42.9-0ubuntu7vv1_amd64.deb
- mutter-common_42.9-0ubuntu7vv1_all.deb

I'm pleased to report that the bug I encountered has been successfully
resolved. Additionally, I'm using NVIDIA with driver version "nvidia-
driver-535".

Once again, thank you for your work!

Best regards.

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

Title:
  Input lag or freezes on Nvidia desktops with X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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

[Bug 2060613] Re: Gedit sometimes crashes by segmentation fault at closure

2024-04-12 Thread Cristiano Fraga G. Nunes
Sporadically, I had the same issue with Ubuntu 24.04 beta.

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

Title:
  Gedit sometimes crashes by segmentation fault at closure

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


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

[Bug 2061132] Re: Hexchat cannot resize window anymore + freeze

2024-04-12 Thread Cristiano Fraga G. Nunes
Maybe duplicate/similar (the root cause) to the bug #2060352?

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

Title:
  Hexchat cannot resize window anymore + freeze

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


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

[Bug 2060352] Re: Terminator cannot resize window anymore

2024-04-12 Thread Cristiano Fraga G. Nunes
Maybe duplicate/similar (the root cause) to the bug #2061132?

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

Title:
  Terminator cannot resize window anymore

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


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-12 Thread Cristiano Fraga G. Nunes
Hello Daniel van Vugt (@vanvugt)!

Would you mind applying your latest patches to your PPA? So we can test
the new packages.

- mutter_42.9-0ubuntu8.debdiff
- mutter_45.2-0ubuntu5.debdiff

Thanks,

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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

[Bug 2062089] Re: [NVIDIA] Cursor movement to right corner causes screen shift

2024-04-17 Thread Cristiano Fraga G. Nunes
Further details: The 'Displays' configuration indicates the presence of
three monitors, like this:

1) Dell Inc. 27"
2) Dell Inc. 27"
3) Unknown Display

However, I only have two displays and not a third one.

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

Title:
  [NVIDIA] Ubuntu 24.04 detects a third unknown monitor (instead of two)

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


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

[Bug 2062089] Re: [NVIDIA] Ubuntu 24.04 detects three monitors instead of two

2024-04-17 Thread Cristiano Fraga G. Nunes
** Summary changed:

- [NVIDIA] Cursor movement to right corner causes screen shift
+ [NVIDIA] Ubuntu 24.04 detects three monitors instead of two

** Summary changed:

- [NVIDIA] Ubuntu 24.04 detects three monitors instead of two
+ [NVIDIA] Ubuntu 24.04 detects a third unknown monitor (instead of two)

** Description changed:

  I recently installed Ubuntu 24.04 for testing purposes and have
- encountered an unexpected issue. When moving the cursor to the extreme
- right corner of the screen, the entire display shifts to the right.
- Below are the pertinent details:
+ encountered an unexpected issue.
+ 
+ The 'Displays' configuration indicates the presence of three monitors, like 
this:
+ 1) Dell Inc. 27"
+ 2) Dell Inc. 27"
+ 3) Unknown Display
+ However, I only have two displays and not a third one.
+ 
+ 
+ When moving the cursor to the extreme right corner of the screen, the entire 
display shifts to the right. Below are the pertinent details:
  
  Configuration:
  - Utilizing: two monitors
  - Graphics Card: NVIDIA GeForce GTX 1660 SUPER
  - Environment: Xorg
  - Driver Version: Nvidia driver 535.161.07
  
  This behavior disrupts normal workflow and consistency in display
  management. Any insights or solutions to address this issue would be
  greatly appreciated. Thank you for your attention to this matter.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: gnome-shell 46.0-0ubuntu5
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 17 21:43:13 2024
  DisplayManager: gdm3
  InstallationDate: Installed on 2024-04-17 (0 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240417.2)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  RelatedPackageVersions: mutter-common 46.0-1ubuntu7
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [NVIDIA] Ubuntu 24.04 detects a third unknown monitor (instead of two)

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


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

[Bug 2060268] Re: Phantom 46" monitor (simpledrm) shown in Settings after installing the Nvidia driver

2024-04-17 Thread Cristiano Fraga G. Nunes
I have the same issue:

I recently installed Ubuntu 24.04 for testing purposes and have
encountered an unexpected issue.

The 'Displays' configuration indicates the presence of three monitors, like 
this:
1) Dell Inc. 27"
2) Dell Inc. 27"
3) Unknown Display
However, I only have two displays and not a third one.

When moving the cursor to the extreme right corner of the screen, the
entire display shifts to the right. Below are the pertinent details:

Configuration:
- Utilizing: two monitors
- Graphics Card: NVIDIA GeForce GTX 1660 SUPER
- Environment: Xorg
- Driver Version: Nvidia driver 535.161.07

This behavior disrupts normal workflow and consistency in display
management. Any insights or solutions to address this issue would be
greatly appreciated. Thank you for your attention to this matter.

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

Title:
  Phantom 46" monitor (simpledrm) shown in Settings after installing the
  Nvidia driver

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


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

[Bug 2060268] Re: Phantom monitor (simpledrm) shown in Settings after installing the Nvidia driver

2024-04-17 Thread Cristiano Fraga G. Nunes
** Summary changed:

- Phantom 46" monitor (simpledrm) shown in Settings after installing the Nvidia 
driver
+ Phantom monitor (simpledrm) shown in Settings after installing the Nvidia 
driver

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

Title:
  Phantom monitor (simpledrm) shown in Settings after installing the
  Nvidia driver

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


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

[Bug 2060268] Re: Phantom monitor (simpledrm) shown in Settings after installing the Nvidia driver

2024-04-18 Thread Cristiano Fraga G. Nunes
More information: listing the display outputs:

$ find /sys/devices -name "edid"

/sys/devices/platform/simple-framebuffer.0/drm/card0/card0-Unknown-1/edid
/sys/devices/pci:00/:00:01.0/:01:00.0/drm/card2/card2-DP-2/edid
/sys/devices/pci:00/:00:01.0/:01:00.0/drm/card2/card2-DVI-D-1/edid
/sys/devices/pci:00/:00:01.0/:01:00.0/drm/card2/card2-HDMI-A-3/edid
/sys/devices/pci:00/:00:02.0/drm/card1/card1-HDMI-A-1/edid
/sys/devices/pci:00/:00:02.0/drm/card1/card1-HDMI-A-2/edid
/sys/devices/pci:00/:00:02.0/drm/card1/card1-DP-1/edid


I've tried to delete the /dev/dri/card0 with:
$ sudo rm -f /dev/dri/card0

But this workaround not worked for me.

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

Title:
  Phantom monitor (simpledrm) shown in Settings after installing the
  Nvidia driver

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


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

[Bug 2064025] [NEW] Accented characters persisting in GNOME Text Editor

2024-04-28 Thread Cristiano Fraga G. Nunes
Public bug reported:

In the GNOME text editor, after typing an accent (e.g., "~"), the symbol
remains visible at the cursor location instead of disappearing after
subsequent character input.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-text-editor 46.1-1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.498
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 28 16:47:16 2024
LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-text-editor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-text-editor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

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

Title:
  Accented characters persisting in GNOME Text Editor

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


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

[Bug 2064024] [NEW] Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-04-28 Thread Cristiano Fraga G. Nunes
Public bug reported:

In the gnome-text-editor, users are unable to change the language of the
spelling checker due to an empty "Languages" menu when right-clicking in
the text.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-text-editor 46.1-1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.498
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 28 16:43:39 2024
LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-text-editor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-text-editor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

** Summary changed:

- Check Spelling: the menu "Languages" is empty.
+ Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 1898325] Re: Gnome calendar is not syncing with Google calendar online account.

2024-04-28 Thread Cristiano Fraga G. Nunes
Fix released in:
https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/626

** Changed in: gnome-calendar (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: gnome-calendar (Ubuntu)
   Status: Fix Released => Fix Committed

** Also affects: gnome-calendar via
   https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/626
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-calendar (Ubuntu)
   Status: Fix Committed => 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/1898325

Title:
  Gnome calendar is not syncing with Google calendar online account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1898325/+subscriptions


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

[Bug 2023939] Re: Items in the sidebar are not activated by the keyboard when has selected files

2024-04-28 Thread Cristiano Fraga G. Nunes
** Changed in: nautilus (Ubuntu)
   Status: New => Fix Committed

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed => 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/2023939

Title:
  Items in the sidebar are not activated by the keyboard when has
  selected files

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


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

[Bug 736555] Re: After installing ndiswrapper, usb stick's not work

2024-04-28 Thread Cristiano Fraga G. Nunes
** Changed in: ndiswrapper (Ubuntu)
   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/736555

Title:
  After installing ndiswrapper, usb stick's not work

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


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

[Bug 2031352] Re: Nouveau driver crash - Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2024-04-28 Thread Cristiano Fraga G. Nunes
** Changed in: linux-hwe-6.2 (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: linux (Ubuntu)
   Status: Confirmed => 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/2031352

Title:
  Nouveau driver crash - Ubuntu 22.04.3 LTS stuck on power-off/reboot
  screen

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


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

[Bug 2064024] Re: Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-04-28 Thread Cristiano Fraga G. Nunes
I have tried to install the packages:

- aspell-pt-br
- hunspell-pt-br
- hyphen-pt-br

But no success.

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 1899803] Re: Some comments on annotations are not visible

2024-04-28 Thread Cristiano Fraga G. Nunes
** Tags added: jammy noble

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

Title:
  Some comments on annotations are not visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1899803/+subscriptions


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

[Bug 1899803] Re: Some comments on annotations are not visible

2024-04-28 Thread Cristiano Fraga G. Nunes
The bug still continues.

I've also tested using:
- Ubuntu 24.04 with Evince 46.0


** Description changed:

  It is not possible to see some text/comment on annotations in a PDF
  file.
  
  This bug was tracking on:
  https://gitlab.gnome.org/GNOME/evince/-/issues/1347
  
  I've replicated this bug here to document and add more people to help
  solve the problem.
  
  I've also tested using:
+ - Ubuntu 24.04 with Evince 46.0
+ - Ubuntu 20.10 with Evince 3.38.0
  - Ubuntu 20.04 with Evince 3.36.7
- - Ubuntu 20.10 with Evince 3.38.0
  
  To reproduce this bug, see the post:
  https://gitlab.gnome.org/GNOME/evince/-/issues/1347#note_745797
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: evince 3.36.7-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.9
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 14 11:29:28 2020
  InstallationDate: Installed on 2020-10-05 (9 days ago)
  InstallationMedia: Ubuntu 20.04.1 2020.09.19 LTS "Custom Focal Fossa" 
(20200920)
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
-  # set this to 0 to disable apport, or to 1 to enable it
-  # you can temporarily override this with
-  # sudo service apport start force_start=1
-  enabled=0
+  # set this to 0 to disable apport, or to 1 to enable it
+  # you can temporarily override this with
+  # sudo service apport start force_start=1
+  enabled=0
  mtime.conffile..etc.default.apport: 2020-09-19T23:53:28

** Description changed:

  It is not possible to see some text/comment on annotations in a PDF
  file.
  
  This bug was tracking on:
  https://gitlab.gnome.org/GNOME/evince/-/issues/1347
  
  I've replicated this bug here to document and add more people to help
  solve the problem.
  
  I've also tested using:
  - Ubuntu 24.04 with Evince 46.0
+ - Ubuntu 22.04.2 with Evince 42.3
  - Ubuntu 20.10 with Evince 3.38.0
  - Ubuntu 20.04 with Evince 3.36.7
  
  To reproduce this bug, see the post:
  https://gitlab.gnome.org/GNOME/evince/-/issues/1347#note_745797
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: evince 3.36.7-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.9
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 14 11:29:28 2020
  InstallationDate: Installed on 2020-10-05 (9 days ago)
  InstallationMedia: Ubuntu 20.04.1 2020.09.19 LTS "Custom Focal Fossa" 
(20200920)
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2020-09-19T23:53:28

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

Title:
  Some comments on annotations are not visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1899803/+subscriptions


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

[Bug 2050850] Re: Selected encoding not taken into account when saving

2024-04-28 Thread Cristiano Fraga G. Nunes
Same problem here. I confirm this bug.

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

Title:
  Selected encoding not taken into account when saving

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


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

[Bug 1423773] Re: [memory leak] Gnome-Shell don't free ram when changing the wallpaper

2024-04-28 Thread Cristiano Fraga G. Nunes
Fixed in commit:
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/085102be74f4c98094712a165e5128feaca50438

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

Title:
  [memory leak] Gnome-Shell don't free ram when changing the wallpaper

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


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

[Bug 2050850] Re: Selected encoding not taken into account when saving

2024-04-28 Thread Cristiano Fraga G. Nunes
There are additional bugs present in this version of GNOME Text Editor, 
including:
https://bugs.launchpad.net/ubuntu/+source/gnome-text-editor/+bug/2064024
https://bugs.launchpad.net/ubuntu/+source/gnome-text-editor/+bug/2064025

A viable solution could be for the Canonical staff to update the package
to the latest version, as these bugs have been addressed in the most
recent upstream release.

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

Title:
  Selected encoding not taken into account when saving

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


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

[Bug 2064025] Re: Accented characters persisting in GNOME Text Editor

2024-04-29 Thread Cristiano Fraga G. Nunes
Upstream bug tracker:
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/667

** Bug watch added: gitlab.gnome.org/GNOME/gnome-text-editor/-/issues #667
   https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/667

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

Title:
  Accented characters persisting in GNOME Text Editor

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


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

[Bug 2064024] Re: Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-04-29 Thread Cristiano Fraga G. Nunes
Upstream bug tracker:
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/668

** Bug watch added: gitlab.gnome.org/GNOME/gnome-text-editor/-/issues #668
   https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/668

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 2050850] Re: Selected encoding not taken into account when saving

2024-04-29 Thread Cristiano Fraga G. Nunes
I have created the upstream bug tracker:

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/669

** Bug watch added: gitlab.gnome.org/GNOME/gnome-text-editor/-/issues #669
   https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/669

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

Title:
  Selected encoding not taken into account when saving

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


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

[Bug 2026665] Re: gnome-text-editor ignores tab settings

2024-04-29 Thread Cristiano Fraga G. Nunes
I have reported it on upstream:
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/670

** Bug watch added: gitlab.gnome.org/GNOME/gnome-text-editor/-/issues #670
   https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/670

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

Title:
  gnome-text-editor ignores tab settings

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


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

[Bug 2064054] Re: Chinese characters displayed incorrectly in Ubuntu 24.04

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Chinese characters displayed incorrectly in Ubuntu 24.04

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


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

[Bug 2058842] Re: Grid pattern not aligned with text

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Grid pattern not aligned with text

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


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

[Bug 2043148] Re: Zoom in, scroll down, change tab, scroll some long text, return to previous tab, and you can't see the lines above the line you left that tab

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Zoom in, scroll down, change tab, scroll some long text, return to
  previous tab, and you can't see the lines above the line you left that
  tab

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


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

[Bug 2012313] Re: Unable to close tabs when running in sudo mode

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Unable to close tabs when running in sudo mode

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


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

[Bug 2032751] Re: mouse right click copy-paste problem

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  mouse right click copy-paste problem

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


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

[Bug 1991159] Re: [snap] libEGL warning: DRI2: failed to authenticate

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  [snap] libEGL warning: DRI2: failed to authenticate

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


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

[Bug 2020174] Re: Incorrect error message when reading non-UTF8

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Incorrect error message when reading non-UTF8

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


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

[Bug 2015773] Re: Mouse cursor disapears after starting typing.

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Mouse cursor disapears after starting typing.

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


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

[Bug 2017794] Re: selecting text problem when app runs full screen

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  selecting text problem when app runs full screen

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


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

[Bug 2015409] Re: gnome-text-editor cursor requiring two clicks to move after dragging text

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  gnome-text-editor cursor requiring two clicks to move after dragging
  text

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


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

[Bug 2002324] Re: Unable to paste to X11 app

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Unable to paste to X11 app

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


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

[Bug 2064024] Re: Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-04-29 Thread Cristiano Fraga G. Nunes
Christian Hergert (@chergert) said on the upstream bug tracker:

"This sounds like broken distribution packaging. We depend on enchant2
and if there are no languages available then that is outside of our
responsibility."

...and closed the bug ticket.

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 2064151] Re: text editor open with letters it won't open with blank?

2024-04-29 Thread Cristiano Fraga G. Nunes
Hi! It seems likely that the previous session was saved, causing this.
To prevent this from happening again, navigate to "Preferences" and
uncheck the option labeled "Restore Session."

** Changed in: gnome-text-editor (Ubuntu)
   Status: New => Invalid

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

Title:
  text editor  open with letters it won't open with blank?

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


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

[Bug 2064025] Re: Accented characters persisting in GNOME Text Editor

2024-04-29 Thread Cristiano Fraga G. Nunes
The upstream bug tracker was moved to:
https://gitlab.gnome.org/GNOME/gtk/-/issues/6676

** Bug watch added: gitlab.gnome.org/GNOME/gtk/-/issues #6676
   https://gitlab.gnome.org/GNOME/gtk/-/issues/6676

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

Title:
  Accented characters persisting in GNOME Text Editor

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


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

[Bug 2050850] Re: Selected encoding not taken into account when saving

2024-04-29 Thread Cristiano Fraga G. Nunes
This bug has been just fixed now, with the commit:

https://gitlab.gnome.org/GNOME/gnome-text-
editor/-/commit/4840b21988f637d3cabd3d5b4b795bb577e8cab8

** Changed in: gnome-text-editor (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Selected encoding not taken into account when saving

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


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

[Bug 1989632] Re: Ctrl+Home shortcut selects first tab instead of going to top of document

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  Ctrl+Home shortcut selects first tab instead of going to top of
  document

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


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

[Bug 1999747] Re: 版本更新后,我不能使用一直使用的搜狐输入法打出汉字;After the version update, I can not use the Sohu input method I have been using to type Chinese characters

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  版本更新后,我不能使用一直使用的搜狐输入法打出汉字;After the version update, I can not use the
  Sohu input method I have been using to type Chinese characters

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


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

[Bug 1995136] Re: text editor right margin not changing live

2024-04-29 Thread Cristiano Fraga G. Nunes
Thanks, maybe you could also report it upstream on
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues ?

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

Title:
  text editor right margin not changing live

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


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

[Bug 2064025] Re: Accented characters persisting in GNOME Text Editor

2024-04-29 Thread Cristiano Fraga G. Nunes
I conducted some tests:


Ubuntu 24.04:
GNOME Text Editor version: 46.1
gtk4-launch --version: 4.14.2
Results:
- X11: the bug happens.
- Wayland: no problem.

Ubuntu 22.04:
GNOME Text Editor version: 42.2
gtk4-launch --version: 4.6.9
Results:
- X11: no problem.
- Wayland: no problem.

Fedora 40:
GNOME Text Editor version: 46.1
gtk4-launch --version: 4.14.2
Results:
- X11: no problem.
- Wayland: no problem.


---

It also looks to me to be Ubuntu 24.04 specific (with X11).


** Summary changed:

- Accented characters persisting in GNOME Text Editor
+ Ubuntu 24.04: Accented characters persisting in Text Editor with X11 session

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

** Summary changed:

- Ubuntu 24.04: Accented characters persisting in Text Editor with X11 session
+ Ubuntu 24.04: Accented characters persisting in Text Editor (X11 session)

** Summary changed:

- Ubuntu 24.04: Accented characters persisting in Text Editor (X11 session)
+ Ubuntu 24.04: Accented characters persisting in Text Editor (in X11 session)

** Summary changed:

- Ubuntu 24.04: Accented characters persisting in Text Editor (in X11 session)
+ Ubuntu 24.04: Accented characters persisting in gnome-text-editor (in X11 
session)

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

Title:
  Ubuntu 24.04: Accented characters persisting in gnome-text-editor (in
  X11 session)

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


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

[Bug 2064025] Re: Ubuntu 24.04: Accented characters persisting in gnome-text-editor (in X11 session)

2024-04-29 Thread Cristiano Fraga G. Nunes
We found that the root cause is the ibus.

A workaround to fix this problem is running:
GTK_IM_MODULE=simple gnome-text-editor

Furthermore, I will open an issue in:
https://github.com/ibus/ibus


** No longer affects: gtk4 (Ubuntu)

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

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

Title:
  Ubuntu 24.04: Accented characters persisting in gnome-text-editor (in
  X11 session)

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


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

[Bug 2061827] Re: Resizing app window can trigger tilling highlighter

2024-04-30 Thread Cristiano Fraga G. Nunes
Same problem here. I had to disable the extension to work without
problems.

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

Title:
  Resizing app window can trigger tilling highlighter

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


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

[Bug 2064569] [NEW] The shortcut for "Increment number at cursor" not works in gnome-text-editor

2024-05-01 Thread Cristiano Fraga G. Nunes
Public bug reported:

The shortcut for "Increment number at cursor" (Shift+Ctrl+A) not works
in gnome-text-editor on Ubuntu 24.04.

Note: The shortcut for "Decrement number at cursor" (Shift+Ctrl+X) works
well.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-text-editor 46.1-1
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.498
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: ubuntu:GNOME
Date: Thu May  2 06:33:33 2024
LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gnome-text-editor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-text-editor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy noble

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

Title:
  The shortcut for "Increment number at cursor" not works in gnome-text-
  editor

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


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

[Bug 2064569] Re: The shortcut for "Increment number at cursor" not works in gnome-text-editor

2024-05-01 Thread Cristiano Fraga G. Nunes
This bug occurs also in the Ubuntu 22.04 (jammy).

** Tags added: jammy

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

Title:
  The shortcut for "Increment number at cursor" not works in gnome-text-
  editor

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


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

[Bug 2064569] Re: The shortcut for "Increment number at cursor" not works in gnome-text-editor

2024-05-02 Thread Cristiano Fraga G. Nunes
Upstream bug tracker (GNOME Text Editor):
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/673

** Bug watch added: gitlab.gnome.org/GNOME/gnome-text-editor/-/issues #673
   https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/673

** Tags added: mantic

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

Title:
  The shortcut for "Increment number at cursor" not works in gnome-text-
  editor

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


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

[Bug 2064024] Re: Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-05-02 Thread Cristiano Fraga G. Nunes
Hi, @seb128!

This is the output (running the live USB Ubuntu 24.04 with gnome-text-
editor 46.1-1):

$ enchant-lsmod-2
aspell (Aspell Provider)
hspell (Hspell Provider)
hunspell (Hunspell Provider)

and

$ enchant-lsmod-2 -list-dicts
de_AT (hunspell)
de_AT_frami (hunspell)
de_CH (hunspell)
de_CH_frami (hunspell)
de_DE (hunspell)
de_DE_frami (hunspell)
en (aspell)
en_AU (aspell)
en_CA (aspell)
en_GB (aspell)
en_US (aspell)
en_ZA (hunspell)
es_AR (hunspell)
es_BO (hunspell)
es_CL (hunspell)
es_CO (hunspell)
es_CR (hunspell)
es_CU (hunspell)
es_DO (hunspell)
es_EC (hunspell)
es_ES (hunspell)
es_GT (hunspell)
es_HN (hunspell)
es_MX (hunspell)
es_NI (hunspell)
es_PA (hunspell)
es_PE (hunspell)
es_PR (hunspell)
es_PY (hunspell)
es_SV (hunspell)
es_US (hunspell)
es_UY (hunspell)
es_VE (hunspell)
fr (hunspell)
fr_BE (hunspell)
fr_CA (hunspell)
fr_CH (hunspell)
fr_FR (hunspell)
fr_LU (hunspell)
fr_MC (hunspell)
it_CH (hunspell)
it_IT (hunspell)
pt_BR (hunspell)
pt_PT (hunspell)
ru_RU (hunspell)


I have tried to install the packages:

- aspell-pt-br
- hunspell-pt-br
- hyphen-pt-br

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 2064024] Re: Check Spelling: the menu "Languages" is empty in GNOME Text Editor

2024-05-02 Thread Cristiano Fraga G. Nunes
Note that, on Ubuntu 22.04 (running gnome-text-editor 42.2-0ubuntu1)
works very well with this output:

$ enchant-lsmod-2
hunspell (Hunspell Provider)
aspell (Aspell Provider)
hspell (Hspell Provider)

$ enchant-lsmod-2 -list-dicts
en (aspell)
en_AU (aspell)
en_CA (aspell)
en_GB (aspell)
en_US (aspell)
pt_BR (hunspell)

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

Title:
  Check Spelling: the menu "Languages" is empty in GNOME Text Editor

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


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-05-09 Thread Cristiano Fraga G. Nunes
In Ubuntu 22.04, I just got an update for mutter (42.9-0ubuntu7.1),
replacing the one from @Daniel's PPA (42.9-0ubuntu7vv1).

However, the bug resurfaced with this new version.

Regrettably, it seems this update didn't include Daniel van Vugt's
proposed fix.

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2059847/+subscriptions


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