[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Daniel van Vugt
2560x1440 (0xbb) 241.500MHz +HSync +VSync *current +preferred
h: width  2560 start 2608 end 2640 total 2720 skew0 clock  88.79KHz
v: height 1440 start 1443 end 1448 total 1481   clock  59.95Hz

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Daniel van Vugt
It's not choosing the lowest frequency. Lionel just chose that as a
random example from your xrandr.txt. That same file shows the current
mode is:

  2560x1440 (0xbb) 241.500MHz +HSync +VSync *current +preferred

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Rocko
But why does g-c-c choose the lowest frequency refresh instead of the
highest? If I set the resolution to 1920x1080 using xrandr, it chooses
the 60 Hz option:

   1920x1080 60.00*   50.0059.9430.0025.0024.00
29.9723.98

which is this modeline:

1920x1080 (0xbc) 148.500MHz +HSync +VSync
h: width  1920 start 2008 end 2052 total 2200 skew0 clock  67.50KHz
v: height 1080 start 1084 end 1089 total 1125   clock  60.00Hz

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread shemgp
Since people might get hit by this problem, I'm including a possible
solution to it.

WARNING, it will remove most of your packages (and install some) and
their configuration.

How to somewhat refresh Ubuntu by removing almost all packages and
reinstalling ubuntu-desktop:

1. Download the attached file: leftpackages.list

2. Run the following lines in the folder where the leftpackagest.list
file is located:

rm minimum.list
# make list of packages to remove which are not in leftpackages.list
dpkg --get-selections | while read line; do if ! cat leftpackages.list | grep 
"$line" > /dev/null; then echo "$line" | sed -e 
's/\([^e]\)install/\1deinstall/' >> minimum.list; else echo "$line" >> 
minimum.list; fi; done
# mark those packages that should be removed
sudo dpkg --set-selections < minimum.list
# remove them
sudo apt-get dselect-upgrade
# remove their config
sudo aptitude purge '~c'

3. Install ubuntu desktop:

sudo apt install ubuntu-desktop --install-recommends


** Attachment added: "leftpackages.list"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1893168/+attachment/5405337/+files/leftpackages.list

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-08-27 Thread rland jon
Still doesn't work for me after all updates,and there are side
effects... Now every time I boot up, the Desktop's font is very small,
even there is no external monitor...if ALT + F2 -> R, then restore  :(

libmutter-6-0:
  Installed: 3.36.4-0ubuntu0.20.04.2
  Candidate: 3.36.4-0ubuntu0.20.04.2
  Version table:
 *** 3.36.4-0ubuntu0.20.04.2 500
500 http://cn.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.36.1-3ubuntu3 500
500 http://cn.archive.ubuntu.com/ubuntu focal/main amd64 Packages


+-+
| NVIDIA-SMI 440.64   Driver Version: 440.64   CUDA Version: 10.2 |
|---+--+--+
| GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. |
|===+==+==|
|   0  GeForce MX150   Off  | :03:00.0 Off |  N/A |
| N/A   55CP0N/A /  N/A |630MiB /  2002MiB |  7%  Default |
+---+--+--+

journalctl.log => restart,Desktop's font NG 
journalctl_r.log=> Alt+F2->r ,Desktop's font OK 



** Attachment added: "journalctl.zip"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+attachment/5405332/+files/journalctl.zip

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

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1860483] Re: [nouveau, GeForce 7300 LE] screen background overlaid with scan type artifact in red

2020-08-27 Thread Aaron Wagner
I have been experiencing a similar problem with a GeForce 7300 GT on a
Mac Pro 1,1. I also have visual artifacts in 18.04 and 20.04. With
18.04, there are no artifacts or other problems during installation from
a DVD, but when booting the installed system there are artifacts after
login and eventually programs start hanging. With 20.04, the
installation program itself has artifacts when running off the DVD.

Just did a clean install of 14.04.6 and that works fine.

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

Title:
  [nouveau, GeForce 7300 LE] screen background overlaid with scan type
  artifact in red

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

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

[Bug 1893265] Re: Double-click on a desktop app shortcut doesn't deselect the shortcut

2020-08-27 Thread Daniel van Vugt
Please report the issue to the developers at:

  https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/issues

and then tell us the new issue ID.

Please also run this command to gather more system info:

  apport-collect 1893265

and in future report bugs using the 'ubuntu-bug' command.

** Tags added: focal

** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
desktop-icons (Ubuntu)

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

Title:
  Double-click on a desktop app shortcut doesn't deselect the shortcut

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

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

[Bug 1893217] Re: display corruption

2020-08-27 Thread Daniel van Vugt
** Tags added: hybrid multi-gpu nvidia

** Summary changed:

- display corruption
+ Display corruption with hybrid Intel+Nvidia GPUs

** Package changed: xorg (Ubuntu) => mutter (Ubuntu)

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

Title:
  Display corruption with hybrid Intel+Nvidia GPUs

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

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

[Bug 1893065] Re: Gnome applications launching very slow

2020-08-27 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => libgphoto2 (Ubuntu)

** Also affects: gphoto2 via
   https://github.com/gphoto/gphoto2/issues/361
   Importance: Unknown
   Status: Unknown

** Changed in: libgphoto2 (Ubuntu)
   Status: Incomplete => New

** Summary changed:

- Gnome applications launching very slow
+ Gnome applications launching very slow due to gphoto2 services

** Changed in: libgphoto2 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Gnome applications launching very slow due to gphoto2 services

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

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

[Bug 1893217] [NEW] Display corruption with hybrid Intel+Nvidia GPUs

2020-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

my display doesnt work properly.it mostly gets clubbed with previous window i 
used in system.
Even now while i m reporting the bug,i face the same issue.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.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  440.100  Fri May 29 08:45:51 
UTC 2020
 GCC version:
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Aug 27 18:10:44 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 rtl8821ce, 5.5.2.1, 5.4.0-42-generic, x86_64: built
 rtl8821ce, v5.5.2_34066.20200325, 5.4.0-42-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company UHD Graphics 620 [103c:84a7]
   Subsystem: Hewlett-Packard Company GM108M [GeForce MX110] [103c:84a7]
InstallationDate: Installed on 2020-08-26 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:b00a Realtek Semiconductor Corp. Bluetooth Radio 
 Bus 001 Device 003: ID 04f2:b65d Chicony Electronics Co., Ltd HP TrueVision HD 
Camera
 Bus 001 Device 011: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 
(network tethering, USB debugging enabled)
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Laptop 15g-dr0xxx
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=4cac576c-f749-447e-9180-b78666e12db6 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/21/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.07
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.07:bd11/21/2018:svnHP:pnHPLaptop15g-dr0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.31:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15g-dr0xxx
dmi.product.sku: 4ZD61PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
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:1.20.8-2ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption focal hybrid multi-gpu nvidia ubuntu
-- 
Display corruption with hybrid Intel+Nvidia GPUs
https://bugs.launchpad.net/bugs/1893217
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to mutter in Ubuntu.

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

[Bug 1886345] Re: Icons and text corrupted and/or missing

2020-08-27 Thread Daniel van Vugt
Please run a memory test to check for physical RAM corruption using
either:

  https://www.memtest86.com/
  https://www.memtest.org/

That will take several hours.

Please also try adding a line to your /etc/environment of the form:

  CLUTTER_PAINT=disable-offscreen-redirect

and then reboot.

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

** Changed in: mutter (Ubuntu)
   Status: New => Incomplete

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

Title:
  Icons and text corrupted and/or missing

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

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

[Bug 1886345] Re: Icons and text corrupted and/or missing

2020-08-27 Thread Daniel van Vugt
** Summary changed:

- Display gets corrupted and text gets replaced by odd characters
+ Icons and text corrupted and/or missing

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

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

Title:
  Icons and text corrupted and/or missing

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

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

[Bug 1878392] Re: Ubuntu 20.04 Focal Fossa desktop launchers not working

2020-08-27 Thread Daniel van Vugt
jonathan,

Since this bug is closed, if you still have any problems then please
open a new bug by running:

  ubuntu-bug gnome-shell-extension-desktop-icons

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1878392

Title:
  Ubuntu 20.04 Focal Fossa desktop launchers not working

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread Daniel van Vugt
OK, in that case we never need to know what was wrong.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1892915] Re: gnome-shell crashing (libffi8ubuntu1 upgrade issue)

2020-08-27 Thread satmandu
Fully aware that proposed is not supported, and that this may cause
instability.

Just trying to be helpful as per
https://wiki.ubuntu.com/Testing/EnableProposed

"Proposed updates are only for testing updates and providing development
feedback. Enabling this may introduce instability."

This bug report was intended to help provide development feedback.

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

Title:
  gnome-shell crashing (libffi8ubuntu1 upgrade issue)

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
** Attachment added: "free_20200827.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405302/+files/free_20200827.txt

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
** Attachment added: "corrupted text in menus. corrupted icons in dash."
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405304/+files/IMG_20200827_184732%20%281%29.jpg

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
** Attachment added: "ps_20200827.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405303/+files/ps_20200827.txt

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
** Attachment added: "ps_20200825.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405295/+files/ps_20200825.txt

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
** Attachment added: "free_20200825.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405294/+files/free_20200825.txt

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1886345] Re: Display gets corrupted and text gets replaced by odd characters

2020-08-27 Thread Druid
Attached a photo of the right click menu and the dash.

Attached the results of 
free -h > free.txt
  ps auxw > ps.txt

** Attachment added: "IMG_20200825_170044.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886345/+attachment/5405293/+files/IMG_20200825_170044.jpg

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

Title:
  Display gets corrupted and text gets replaced by odd characters

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

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

[Bug 1872802] Re: Resizing any window will randomly result in graphics corruption for a fraction of a second

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

** Changed in: mutter (Ubuntu)
   Status: New => Confirmed

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

Title:
  Resizing any window will randomly result in graphics corruption for a
  fraction of a second

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

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

[Bug 1872802] Re: Resizing any window will randomly result in graphics corruption for a fraction of a second

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

** Changed in: mesa (Ubuntu)
   Status: New => Confirmed

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

Title:
  Resizing any window will randomly result in graphics corruption for a
  fraction of a second

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

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

[Bug 1872802] Re: Resizing any window will randomly result in graphics corruption for a fraction of a second

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

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

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

Title:
  Resizing any window will randomly result in graphics corruption for a
  fraction of a second

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

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

[Bug 1872802] Re: Resizing any window will randomly result in graphics corruption for a fraction of a second

2020-08-27 Thread Felipe Pires de Oliveira
I'm currently running the latest KDE Neon (based on Ubuntu 20.04) and no
glitches so far even on Xorg. I can confirm that Fedora 32  also
presented the same graphical artifacts on Xorg.

Wayland Gnome sessions on both Ubuntu and Fedora were absent of
glitches.

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

Title:
  Resizing any window will randomly result in graphics corruption for a
  fraction of a second

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

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

[Bug 1893277] Re: please provide an evince mailcap file

2020-08-27 Thread Seth Arnold
** Description changed:

  Hello; when I try to view PDFs from mutt, gimp is selected. Gimp is a
  very poor choice for viewing PDFs. I have evince installed, but evince
  is listed after gimp in my /etc/mailcap file. I tried to fix this by
  using the /etc/mailcap.order file but this failed:
  
  $ grep application/pdf /etc/mailcap
  application/pdf; gimp-2.10 %s; test=test -n "$DISPLAY"
  application/pdf; evince %s; test=test -n "$DISPLAY"
  $ cat /etc/mailcap.order
  
###
  #
  #  Mailcap.order:  This file allows a system-wide override of MIME program
  #  preferences.  See the mailcap.order(5) man page for more information.
  #
  #  After modifying this file, be sure to run /usr/sbin/update-mime (as root)
  #  to propagate the changes into the /etc/mailcap file.
  #
  

  
  qiv:image/*
  evince:application/pdf
  $ sudo update-mime
  Warning: package evince listed in /etc/mailcap.order does not have mailcap 
entries.
  $ dpkg -L evince | grep -i mailcap
+ $ dpkg -L evince-common | grep -i mailcap
  $ 
  
  Thanks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: evince 3.36.7-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.6
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Aug 27 22:02:01 2020
  ProcEnviron:
-  TERM=rxvt-unicode-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=rxvt-unicode-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: Upgraded to focal on 2020-01-24 (216 days ago)

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

Title:
  please provide an evince mailcap file

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

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

[Bug 1892915] Re: gnome-shell crashing (libffi8ubuntu1 upgrade issue)

2020-08-27 Thread Dimitri John Ledkov
also using groovy-proposed is not supported, as it contains incompatible
mix of packages.

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

Title:
  gnome-shell crashing (libffi8ubuntu1 upgrade issue)

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

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

[Bug 1892915] Re: gnome-shell crashing (libffi8ubuntu1 upgrade issue)

2020-08-27 Thread Dimitri John Ledkov
The deps are now out of date. At least mozjs68 has now moved.

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

Title:
  gnome-shell crashing (libffi8ubuntu1 upgrade issue)

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

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

[Bug 1893277] [NEW] please provide an evince mailcap file

2020-08-27 Thread Seth Arnold
Public bug reported:

Hello; when I try to view PDFs from mutt, gimp is selected. Gimp is a
very poor choice for viewing PDFs. I have evince installed, but evince
is listed after gimp in my /etc/mailcap file. I tried to fix this by
using the /etc/mailcap.order file but this failed:

$ grep application/pdf /etc/mailcap
application/pdf; gimp-2.10 %s; test=test -n "$DISPLAY"
application/pdf; evince %s; test=test -n "$DISPLAY"
$ cat /etc/mailcap.order
###
#
#  Mailcap.order:  This file allows a system-wide override of MIME program
#  preferences.  See the mailcap.order(5) man page for more information.
#
#  After modifying this file, be sure to run /usr/sbin/update-mime (as root)
#  to propagate the changes into the /etc/mailcap file.
#


qiv:image/*
evince:application/pdf
$ sudo update-mime
Warning: package evince listed in /etc/mailcap.order does not have mailcap 
entries.
$ dpkg -L evince | grep -i mailcap
$ 

Thanks

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: evince 3.36.7-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.6
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Aug 27 22:02:01 2020
ProcEnviron:
 TERM=rxvt-unicode-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to focal on 2020-01-24 (216 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  please provide an evince mailcap file

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

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

[Bug 1893277] Re: please provide an evince mailcap file

2020-08-27 Thread Seth Arnold
Oh yes, this was reported by other people (though not in any useful way)
at https://askubuntu.com/questions/1118437/promote-evince-in-etc-
mailcap-order

Thanks

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

Title:
  please provide an evince mailcap file

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

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

[Bug 1809092] Re: gnome-shell 3.30.1-2ubuntu1.18.10.1 fails to start with JS ERROR: Error: No valid stylesheet found for 'Yaru/gnome-shell.css'

2020-08-27 Thread cg
** Tags added: focal

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

Title:
  gnome-shell 3.30.1-2ubuntu1.18.10.1 fails to start with JS ERROR:
  Error: No valid stylesheet found for 'Yaru/gnome-shell.css'

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

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

[Bug 1809092] Re: gnome-shell 3.30.1-2ubuntu1.18.10.1 fails to start with JS ERROR: Error: No valid stylesheet found for 'Yaru/gnome-shell.css'

2020-08-27 Thread cg
Sorry, I am new to using launchpad and marked it the status incorrectly.

** Changed in: gnome-shell (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => New

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

Title:
  gnome-shell 3.30.1-2ubuntu1.18.10.1 fails to start with JS ERROR:
  Error: No valid stylesheet found for 'Yaru/gnome-shell.css'

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

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

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2020-08-27 Thread Gunnar Hjalmarsson
@Marco: The issue was caused by the fact that LP used an older (xenial)
version of gettext. So as soon as they upgrade, it should be possible to
drop the workaround. Can't tell if they have done that yet; easiest to
ask Colin or William.

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

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

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

[Bug 1893265] [NEW] Double-click on a desktop app shortcut doesn't deselect the shortcut

2020-08-27 Thread Bogdan Harjoc
Public bug reported:

Ubuntu 20.04.1
GNOME 3.36.2
GNOME extensions: dash-to-panel 39
Xorg 7.7+19ubuntu14

Starting an app from its .desktop shortcut should deselect the shortcut
icon after double-clicking on it, because it lets the user know that the
double-click was registered (as opposed to a single click) and the
application is starting.

This makes a difference if the app is slow to start, since I'm not sure
anymore whether I should double-click again or not.

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

** Attachment added: "bug screencast"
   https://bugs.launchpad.net/bugs/1893265/+attachment/5405274/+files/out-1.ogv

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

Title:
  Double-click on a desktop app shortcut doesn't deselect the shortcut

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

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

[Bug 1893110] Re: Cant remove desktop icons ubuntu 20.04

2020-08-27 Thread Alberts Muktupāvels
GNOME Flashback has builtin desktop icons! Only org.gnome.gnome-
flashback.desktop settings control whether gnome-flashback shows or not
desktop icons. "org.gnome.gnome-flashback.desktop show-icons false"
shows that icons are disabled. :)

If you still get icons you have some other application auto-started that
provides desktop icons. From your GSettings list it could be nemo. Check
if there is nemo and/or nemo-desktop process running.

** Package changed: metacity (Ubuntu) => gnome-flashback (Ubuntu)

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

Title:
  Cant remove desktop icons ubuntu 20.04

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

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

[Bug 1893110] Re: Cant remove desktop icons ubuntu 20.04

2020-08-27 Thread matthew cooper
** Package changed: ubuntu => metacity (Ubuntu)

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

Title:
  Cant remove desktop icons ubuntu 20.04

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

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

[Bug 1893110] [NEW] Cant remove desktop icons ubuntu 20.04

2020-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've just upgraded to 20.04 from 18.04 and am having this issue using Gnome 
Flashback(metacity) desktop.
The 'Home' and 'Trash' icons on my desktop continue to be there even after i 
have changed the settings using gsettings set
the text below shows the output of gsettings list-recursively | grep icons -- i 
tried to add a screenshot but failed!
edited to add screenshot link:
https://imagizer.imageshack.com/img923/6561/LHeSfQ.png

(base) matt@zakk-jr:~$ gsettings list-recursively | grep icons
org.gnome.evolution.calendar show-icons-month-view false
org.nemo.icon-view labels-beside-icons false
org.gnome.gnome-flashback.desktop show-icons false
org.cinnamon.desktop.interface menus-have-icons true
org.cinnamon.desktop.interface buttons-have-icons false
org.cinnamon.desktop.interface toolbar-icons-size 'large'
org.gnome.gnome-flashback.desktop.icons icon-size '48px'
org.gnome.gnome-flashback.desktop.icons column-spacing uint32 10
org.gnome.gnome-flashback.desktop.icons show-home false
org.gnome.gnome-flashback.desktop.icons sort-by 'name'
org.gnome.gnome-flashback.desktop.icons show-trash false
org.gnome.gnome-flashback.desktop.icons placement 'free'
org.gnome.gnome-flashback.desktop.icons row-spacing uint32 2
org.gnome.gnome-flashback.desktop.icons extra-text-width uint32 48
org.gnome.shell.extensions.openweather use-symbolic-icons true
org.gnome.shell.extensions.topicons icon-size 24
org.gnome.shell.extensions.topicons icon-saturation 0.40002
org.gnome.shell.extensions.topicons tray-pos 'center'
org.gnome.shell.extensions.topicons icon-contrast 0.0
org.gnome.shell.extensions.topicons icon-spacing 12
org.gnome.shell.extensions.topicons tray-order 1
org.gnome.shell.extensions.topicons icon-brightness 0.0
org.gnome.shell.extensions.topicons icon-opacity 220
org.gnome.desktop.background show-desktop-icons false
org.gnome.desktop.interface menus-have-icons false
org.gnome.desktop.interface buttons-have-icons false
org.gnome.desktop.interface toolbar-icons-size 'large'
org.gnome.shell.extensions.desktop-icons show-trash false
org.gnome.shell.extensions.desktop-icons icon-size 'standard'
org.gnome.shell.extensions.desktop-icons show-home false
org.nemo.desktop show-desktop-icons false
org.nemo.desktop show-orphaned-desktop-icons false
org.gnome.gnome-panel.general prefer-symbolic-icons false

I cant find any other settings that relate to this.
If i create another user and use the metacity desktop the command gsettings set 
ortg.gnome,gnome.flashback.desktop show-icons false removes the icons, but not 
with my main user account

further edit to show dconf-editor settings screenshot:
https://imagizer.imageshack.com/img923/6079/l1CVh1.png

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


** Tags: bot-comment
-- 
Cant remove desktop icons ubuntu 20.04
https://bugs.launchpad.net/bugs/1893110
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to metacity in Ubuntu.

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

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2020-08-27 Thread Treviño
Could we also add gettext to this bug so that we can monitor when it
will be fixed on that side and thus remove the ubuntu workaround?

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

** Changed in: gettext (Ubuntu)
   Status: New => Confirmed

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

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

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

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

[Bug 1892440] Re: Shell text is too small in mutter 3.36.4-0ubuntu0.20.04.2

2020-08-27 Thread Roland Roland
Same here. Ubuntu 20.04 laptop HP 8540p.

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

Title:
  Shell text is too small in mutter 3.36.4-0ubuntu0.20.04.2

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread shemgp
It works with the daily-live/current iso. So I purge all packages until
I get to the minimum ones (attached), removed almost all traces of
gnome-shell and gdm3 from the file system, then run apt install ubuntu-
desktop --install-recommends and when I reboot it works!

** Attachment added: "leftusr.list"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1893168/+attachment/5405232/+files/leftusr.list

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

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

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Confirmed

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

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

** Changed in: mutter (Ubuntu)
   Status: New => Confirmed

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Lionel Penaud
Thanks,

Looking at your xrandr.txt there is the modeline :

  1920x1080 (0xc6) 74.176MHz +HSync +VSync
h: width  1920 start 2558 end 2602 total 2750 skew0 clock  26.97KHz
v: height 1080 start 1084 end 1089 total 1125   clock  23.98Hz

That means the refresh rate accepted by your display should be :
74.176MHz / (2750 x 1125) = 23.9760808081 Hz
Due to floating point error, in monitors.xml you get  23.976079940795898 Hz

Maybe the issue comes from this ?

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1893065] Re: Gnome applications launching very slow

2020-08-27 Thread Jefferson
Hi!

After running nautilus from the command line, I received a log showing
what is happening in my case. The problem is generated by the gphoto2
services.

To fix it, I removed the service. After that, the Nautilus and Gnome
applications that depend on file system services returned to work fine
again.

I have opened a issue in gphoto2 repositoy on Github for investigation
and fix. The link with bug description is:
https://github.com/gphoto/gphoto2/issues/361#issuecomment-681670207

** Bug watch added: github.com/gphoto/gphoto2/issues #361
   https://github.com/gphoto/gphoto2/issues/361

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

Title:
  Gnome applications launching very slow

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

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

[Bug 1892440] Re: Shell text is too small in mutter 3.36.4-0ubuntu0.20.04.2

2020-08-27 Thread Nazarii Ritter
On my laptop, the fonts get larger each time. Temporary workaround which
helps me is changing the font scale in Tweaks tool (Fractional Scaling
doesn't help).

Ubuntu 20.04.1 LTS
Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 
Quadro K1000M/PCIe/SSE2

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

Title:
  Shell text is too small in mutter 3.36.4-0ubuntu0.20.04.2

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Rocko
This is monitors.xml after changing to the (non-working) 1920x1080
configuration. It seems to have chosen a refresh rate of
23.976079940795898 Hz (is that the last option in xrandr's modeline
"1920x1080 60.0050.0059.9430.0025.0024.00
29.9723.98"?).

When I use xrandr to (successfully) change the resolution to 1920x1080,
it chooses the 60 Hz option.

** Attachment added: "monitors-1920x1080.xml"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1892296/+attachment/5405209/+files/monitors-1920x1080.xml

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1892296] Re: gnome-control-center cannot change resolution of external monitor

2020-08-27 Thread Rocko
This is after changing to the (working) 2560x1440 resolution.

** Attachment added: "monitors-2560x1440.xml"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1892296/+attachment/5405199/+files/monitors-2560x1440.xml

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

Title:
  gnome-control-center cannot change resolution of external monitor

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

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-08-27 Thread jeremyszu
** Changed in: oem-priority
   Status: Triaged => Confirmed

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1862308] Re: Desktop wallpaper is slightly blurry

2020-08-27 Thread Treviño
** Also affects: mutter (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: mutter (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: mutter (Ubuntu Focal)
   Status: New => Fix Committed

** Changed in: mutter (Ubuntu Focal)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: mutter (Ubuntu Focal)
 Assignee: Daniel van Vugt (vanvugt) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: mutter (Ubuntu Focal)
   Status: Fix Committed => Triaged

** Changed in: mutter (Ubuntu Focal)
 Assignee: Marco Trevisan (Treviño) (3v1n0) => Daniel van Vugt (vanvugt)

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

Title:
  Desktop wallpaper is slightly blurry

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

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

[Bug 1879968] Re: copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

2020-08-27 Thread Treviño
** Also affects: mutter (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: mutter (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: mutter (Ubuntu Focal)
   Status: New => Fix Committed

** Changed in: mutter (Ubuntu Focal)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

** Changed in: mutter (Ubuntu Focal)
   Status: Fix Committed => Triaged

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

Title:
  copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

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

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

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-08-27 Thread Treviño
** Also affects: mutter (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-340 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-390 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-435 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-340 (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: nvidia-graphics-drivers-390 (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: nvidia-graphics-drivers-435 (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: mutter (Ubuntu Focal)
   Status: New => Triaged

** Changed in: mutter (Ubuntu Focal)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

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

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

[Bug 1878392] Re: Ubuntu 20.04 Focal Fossa desktop launchers not working

2020-08-27 Thread jonathan chetwynd
The default position should be that the system creates an 'application' for 
each .desktop in ~/.local/share/applications.

it does not, and is rather particular...

in my case requiring full addresses was the issue.

even then, add to favourites was not immediately available,
which is frustrating.

for newbies, and aren't we all, if the 'app' appeared, but did not work,
at least we could have faith...

as it is its just a black box, with no insight as to what the issue may
be.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1878392

Title:
  Ubuntu 20.04 Focal Fossa desktop launchers not working

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

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

[Bug 1893113] Re: Cannot add music

2020-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package rhythmbox-plugin-alternative-toolbar -
0.19.3-2

---
rhythmbox-plugin-alternative-toolbar (0.19.3-2) unstable; urgency=medium

  * Bug-fix release
- 0001-No-longer-explicitly-hide-the-Import-button-Closes-1.patch
  Don't try to hide the Import button which is no longer accessible
  by other means in rhythmbox v3.4.4 (LP: #1893113)

 -- David Mohammed   Wed, 26 Aug 2020 20:06:17
+0100

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Groovy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox-plugin-alternative-
toolbar in Ubuntu.
https://bugs.launchpad.net/bugs/1893113

Title:
  Cannot add music

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1893113/+subscriptions

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

[Bug 1893118] Re: Unable to exit htop in ubuntu desktop terminal

2020-08-27 Thread Paride Legovini
Hi Tobias and thanks for this bug report. Shortcut clashes are
unavoidable, but I believe terminal emulators should do their best to
avoid taking over the F keys. I was going to suggest you to disable
the shortcut from the gnome-terminal settings, but apparently the
shortcut is not listed there and it is not disabled even by unchecking
the main "Enable shortcuts" checkbox.

I followed-up to LP: #1380194 (a similar bug report) and I'm going to
reassign this report to gnome-terminal. I don't think there's anything
that should be fixed on the htop side.

** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: htop (Ubuntu)
   Status: New => Invalid

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

Title:
  Unable to exit htop in ubuntu desktop terminal

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

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

[Bug 1380194] Re: Terminal emulator opens menu by F10 key and/or opens help by F1 key.

2020-08-27 Thread Paride Legovini
In gnome-terminal 3.36.2-1ubuntu1 (Groovy) the F10 selects (without
"clicking") the New Tab button, for which a keyboard shortcut already
exists. The shortcut can't be disabled from the gnome-terminal settings,
not even disabling all the shortcuts by unchecking the "Enable
shortcuts" checkbox.

I didn't test it personally, but according to LP: #1893118 this is an
issue in Focal too.

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

Title:
  Terminal emulator opens menu by  F10 key and/or opens help by F1 key.

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

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

[Bug 1893060] Re: Application menu pages collide when scrolled before it is loaded

2020-08-27 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Incomplete => New

** Summary changed:

- Application menu pages collide when scrolled before it is loaded
+ [ubuntu-dock] Application menu pages collide when scrolled before it is loaded

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

Title:
  [ubuntu-dock] Application menu pages collide when scrolled before it
  is loaded

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread Daniel van Vugt
It looks like the crash analysis might have failed and won't progress
any further. Please delete any files in /var/crash/ and then report new
crashes as new bugs as they occur.

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1892747] Re: [Dell Vostro 3446] Ubuntu hangs while changing display brightness from keyboard shortcut

2020-08-27 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

** Tags added: performance

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

Title:
  [Dell Vostro 3446] Ubuntu hangs while changing display brightness from
  keyboard shortcut

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

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

[Bug 1889102] Re: App grid has too many page dots on right

2020-08-27 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Invalid

** Summary changed:

- App grid has too many page dots on right
+ [ubuntu-dock] App grid has too many page dots on right

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

Title:
  [ubuntu-dock] App grid has too many page dots on right

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

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

[Bug 1892747] Re: [Dell Vostro 3446] Ubuntu hangs while changing display brightness from keyboard shortcut

2020-08-27 Thread Sujit Kumar
Daniel, the bug s still present after running
gnome-extensions disable ubuntu-appindicat...@ubuntu.com

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

Title:
  [Dell Vostro 3446] Ubuntu hangs while changing display brightness from
  keyboard shortcut

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

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

[Bug 1893060] Re: Application menu pages collide when scrolled before it is loaded

2020-08-27 Thread Sujit Kumar
Daniel, The bug is no longer present after running
gnome-extensions disable ubuntu-d...@ubuntu.com

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

Title:
  Application menu pages collide when scrolled before it is loaded

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

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

[Bug 1893060] Re: Application menu pages collide when scrolled before it is loaded

2020-08-27 Thread Sujit Kumar
Also Daniel, even the excess page indications bug isn't coming anymore.
so it has to be a bug with ubuntu-dock. This bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1889102

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

Title:
  Application menu pages collide when scrolled before it is loaded

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

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

[Bug 1892973] Re: gnome-session fails, and fails, and fails yet again

2020-08-27 Thread Daniel van Vugt
Also tracking upstream in gnome-shell#3105 but I won't link it here so
this bug can still expire.

** No longer affects: gnome-shell

** Bug watch removed: gitlab.gnome.org/GNOME/gnome-shell/-/issues #3105
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3105

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

Title:
  gnome-session fails, and fails, and fails yet again

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

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Daniel van Vugt
I mean only EDID version 1.4 and later advertises depth, so use that but
default to 8 bpc:

Set bpc to 8.
if ((EDID >= 1.4) && (a depth is advertised in byte 20 bits 6-4)) then
  Set bpc to the depth advertised in the EDID.
endif

So for this bug it would stay with bpc=8, because the EDID is only
version 1.3 and does not provide any depth info.

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1893168] Re: groovy gnome-shell crash

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

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1893032] Re: groovy gnome-shell crashes when launched manually

2020-08-27 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1893168 ***
https://bugs.launchpad.net/bugs/1893168

** This bug has been marked a duplicate of bug 1893168
   groovy gnome-shell crash

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

Title:
  groovy gnome-shell crashes when launched manually

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread Daniel van Vugt
Still waiting on a retrace so: Incomplete.

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread Daniel van Vugt
I am concerned about the number of packages from "unknown" origin in
your Dependencies.txt. If any of those are causing this problem then
we're wasting time... Can you check if the same problem happens in a
live session?

http://cdimage.ubuntu.com/daily-live/current/

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1893032] Re: groovy gnome-shell crashes when launched manually

2020-08-27 Thread shemgp
*** This bug is a duplicate of bug 1893168 ***
https://bugs.launchpad.net/bugs/1893168

It's public now. Thanks for your work/help.

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

Title:
  groovy gnome-shell crashes when launched manually

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

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

[Bug 1702082] Re: /usr/bin/nautilus:ERROR:nautilus-bookmark.c:351:nautilus_bookmark_connect_file: assertion failed: (!nautilus_file_is_gone (bookmark->details->file))

2020-08-27 Thread Daniel van Vugt
No crashes after 19.04. Consider it fixed.

** Tags removed: yakkety zesty

** Changed in: nautilus (Ubuntu)
   Status: New => Fix Released

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

Title:
  /usr/bin/nautilus:ERROR:nautilus-
  bookmark.c:351:nautilus_bookmark_connect_file: assertion failed:
  (!nautilus_file_is_gone (bookmark->details->file))

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

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

[Bug 1893168] Re: groovy gnome-shell crash

2020-08-27 Thread shemgp
** Information type changed from Private to Public

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

Title:
  groovy gnome-shell crash

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

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Kai-Chuan Hsieh
Hello Denial,

Do you mean if the monitor EDID < 1.4, set max bpc to 8 in kernel directly?
Do I understand it correctly?

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Daniel van Vugt
Silly question:

Why not just default to 8 bpc and then only increase it to maximum
10/12/14/16 bpc if byte 20, bits 6-4 say that deep colour is supported
by the monitor?

https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#Structure,_version_1.4

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Daniel van Vugt
... because the EDID this bug is about (comment #23) is version 1.3. So
it would get the default 8 bpc.

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Alex Tu
** Also affects: hwe-next
   Importance: Undecided
   Status: New

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1893032] Re: groovy gnome-shell crashes when launched manually

2020-08-27 Thread Daniel van Vugt
Sounds reasonable.

I still can't access bug 1893168. If it doesn't become public soon then
please consider changing it to public and I will review it.

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

Title:
  groovy gnome-shell crashes when launched manually

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

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Alex Tu
reply to #39,
yes it's a trade off that we don't either want user get darkscreen when 
then randomly plug display port for case like #38 or user get lower bpc on 
their working display port.

So far, there seems no solid way to make sure both requirement.

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Daniel van Vugt
Upstream is also working on the same kind of issue:

https://gitlab.gnome.org/GNOME/mutter/-/issues/1391

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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

[Bug 1893032] Re: groovy gnome-shell crashes when launched manually

2020-08-27 Thread shemgp
More about why I used the manual way. My reasoning was: if gdm is not
running the might as well run gnome-shell via xinit. I tried but
couldn't start it via xinit thus the use of manual way. But now I
realized, I could use startx, but running startx doesn't launch gnome-
shell either. Thus I concluded that maybe it's because gnome-shell is
crashing why gdm is not showing the login screen, since running gnome-
shell via startx or the manual way doesn't start gnome-shell too.

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

Title:
  groovy gnome-shell crashes when launched manually

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

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

[Bug 1893113] Re: Cannot add music

2020-08-27 Thread fossfreedom
** Also affects: rhythmbox-plugin-alternative-toolbar (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Focal)
   Status: Won't Fix => Triaged

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Groovy)
   Importance: Undecided => High

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Groovy)
 Assignee: (unassigned) => fossfreedom (fossfreedom)

** Changed in: rhythmbox-plugin-alternative-toolbar (Ubuntu Groovy)
   Status: New => Fix Committed

** No longer affects: rhythmbox (Ubuntu)

** No longer affects: rhythmbox (Ubuntu Groovy)

** No longer affects: rhythmbox (Ubuntu Focal)

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

Title:
  Cannot add music

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1893113/+subscriptions

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

Re: [Bug 1893032] Re: groovy gnome-shell crashes so gdm is black screen with cursor

2020-08-27 Thread shemgp
I used the manual way to debug why gdm doesn't show the login screen
(inferring that it's because gnome-shell is not running). I "inferred" it
initially by looking at the mouse cursor blinking. Before, when the login
screen shows up, the mouse would blink once then the login screen shows up.
Now the mouse would blink once then just blink again instead of showing the
logins screen. I can also see the output of ps -AfH, wherein it shows that
gnome-shell isn't running even when gdm-x-session is running under the gdm
user. I still don't know why there's no crash file though. Any pointers on
how to debug this?

Thank you for your help.

On Thu, Aug 27, 2020 at 1:50 PM Daniel van Vugt <1893...@bugs.launchpad.net>
wrote:

> Please also note that if you are launching gnome-shell manually and
> expect it to use Xorg then you may need:
>
>   gnome-shell --x11
>
> That said, if you are launching gnome-shell manually then that also
> makes the original bug report somewhat invalid. You reported this bug as
> a problem with gdm or the login screen, and yet you are not doing things
> in any way that are compatible with that. I will clarify the situation
> by removing mention of "gdm".
>
>
> ** Summary changed:
>
> - groovy gnome-shell crashes so gdm is black screen with cursor
> + groovy gnome-shell crashes when launched manually
>
> ** Changed in: gnome-shell (Ubuntu)
>Importance: Undecided => Low
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1893032
>
> Title:
>   groovy gnome-shell crashes when launched manually
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1893032/+subscriptions
>

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

Title:
  groovy gnome-shell crashes when launched manually

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

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

[Bug 1890772] Re: No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc" is lowered to 8

2020-08-27 Thread Alex Tu
according to #40 and conversation on mattermost with Kai-Heng.
HWE is planning to add quirk for the faulty dongles so that the dark screen 
during boot time[1] can be fixed.


[1] https://gitlab.freedesktop.org/drm/intel/-/issues/1890

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

Title:
  No signal on 4K 60Hz DisplayPort monitor by default, until "max bpc"
  is lowered to 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1890772/+subscriptions

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