[Bug 1940596] [NEW] On touch screens using XOrg, the App Grid does not open when touched.

2021-08-19 Thread Cubic PPA
Public bug reported:

In Ubuntu 21.04, I am experiencing a regression of this bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1725384

If I tap on the App Grid icon in the Dock, the app grid does not open.

gnome-shell --version
GNOME Shell 3.38.4

Other launchers in the dock work as expected.

This only occurs while using XOrg. The issue is not present when using
Wayland.

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

** Summary changed:

- On touch screens, the App Grid does not open when touched.
+ On touch screens using XOrg, the App Grid does not open when touched.

** Description changed:

  In Ubuntu 21.04, I am experiencing a regression of this bug:
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1725384
  
  If I tap on the App Grid icon in the Dock, the app grid does not open.
+ 
  gnome-shell --version
  GNOME Shell 3.38.4
  
  Other launchers in the dock work as expected.
+ 
+ This only occurs while using XOrg. The issue is not present when using
+ Wayland.

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

Title:
  On touch screens using XOrg, the App Grid does not open when touched.

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


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

[Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2021-05-16 Thread Cubic PPA
This bug has been marked as invalid for gnome-terminal because it is a
feature of bash shell.

However, should we mark gnome-terminal as impacted?...

I see the benefit to the change in bash from a security perspective, so
perhaps gnome-terminal needs to adapt to this new feature.

Specifically, I think this behavior could be confusing to users:

  > If you try to select the highlighted text by clicking
  > and dragging the mouse pointer, the text color actually
  > inverts, and the text looks like it is not selected,
  > when it in fact is selected.

For example, @Egmont Koblinger suggested changing the high-light color
in the terminal, so it does not match the "bracketed paste" color. This
can be done through the color profile for gnome-terminal. This is one
option, but it may have implications for accessibility (people who can
not distinguish different colors due to color-blindness).

There may also be other things that gnome-terminal cold do to adapt to
this change.

Therefore, may be we should leave gnome-terminal as impacted for now, so
a good solution can be devised?

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

Title:
  Pasted text in the terminal is always highlighted and selected

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

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

[Bug 1880277] Re: Ubiquity crashes on while installing Ubuntu 20.04

2020-05-23 Thread Cubic PPA
*** This bug is a duplicate of bug 1880344 ***
https://bugs.launchpad.net/bugs/1880344

The issue was because the customized filesystem.squashfs was missing the /proc 
and /tmp directories.
Ubiquity expects these directories to be present, because they are not 
automatically created during the installation process.
Including empty /proc and /tmp (and /run) directories solved the problem.

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

Title:
  Ubiquity crashes on while installing Ubuntu 20.04

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

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

[Bug 1880263] Re: Ubiquity consistently crashes in Ubuntu 20.04

2020-05-23 Thread Cubic PPA
*** This bug is a duplicate of bug 1880344 ***
https://bugs.launchpad.net/bugs/1880344

The issue was because the customized filesystem.squashfs was missing the /proc 
and /tmp directories.
Ubiquity expects these directories to be present, because they are not 
automatically created during the installation process.
Including empty /proc and /tmp (and /run) directories solved the problem.

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

Title:
  Ubiquity consistently crashes in Ubuntu 20.04

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

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

[Bug 1851311] Re: loopback command hangs in 2.04 under UEFI

2020-05-18 Thread Cubic PPA
Thanks.
It worked for me when I put "rmmod tpm" inside the menuentry section, but I 
didn't have anything above that section.

So it seems "rmmod tpm" must be one of the first things in the config
file.

I wonder if it would work if you put "rmmod tpm" as the 1st line, above
"if loadfont..." ?

I'll try moving it above "menuentry Install" in my config file from
comment number 54,
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1851311/comments/54,
and see if it still works.

(It makes sense that you would want to remove this module as soon as
possible).

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

Title:
  loopback command hangs in 2.04 under UEFI

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

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

[Bug 1851311] Re: loopback command hangs in 2.04 under UEFI

2020-05-17 Thread Cubic PPA
C.S.Cameron,

Would you please paste your grub lines here so we can get the full
context?

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

Title:
  loopback command hangs in 2.04 under UEFI

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

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

[Bug 1860495] [NEW] vmlinuz and initrd are missing in /boot on the Live CD

2020-01-21 Thread Cubic PPA
Public bug reported:

The vmlinuz and initrd files are missing from the Live CD.

According to `dpkg -l linux-image-*`, the package linux-
image-5.3.0-18-generic is installed.

This package should contain vmlinuz-5.3.0-18-generic.

However, /boot/vmlinuz-5.3.0-18-generic does not exist.

The files /boot/vmlinuz and /boot/vmlinuz.old are present, but are
broken symlinks to this file.

Furthermore the files /boot/initrd and /boot/initrd.old are broken
symlinks to the initrd.img-5.3.0-18-generic file.

- - - - - - - - - - - - - - - - - - - - -

ubuntu@ubuntu:/boot$ ls -la
total 5365
drwxr-xr-x 1 root root  60 Nov 25 07:48 .
drwxr-xr-x 1 root root 240 Jan 22 01:02 ..
-rw-r--r-- 1 root root  236454 Oct  8 16:21 config-5.3.0-18-generic
drwxr-xr-x 1 root root  60 Jan 22 01:02 grub
lrwxrwxrwx 1 root root  27 Nov 25 07:43 initrd.img -> 
initrd.img-5.3.0-18-generic
lrwxrwxrwx 1 root root  27 Nov 25 07:43 initrd.img.old -> 
initrd.img-5.3.0-18-generic
-rw-r--r-- 1 root root  182704 Jan 28  2016 memtest86+.bin
-rw-r--r-- 1 root root  184380 Jan 28  2016 memtest86+.elf
-rw-r--r-- 1 root root  184840 Jan 28  2016 memtest86+_multiboot.bin
-rw--- 1 root root 4703701 Oct  8 16:21 System.map-5.3.0-18-generic
lrwxrwxrwx 1 root root  24 Nov 25 07:43 vmlinuz -> vmlinuz-5.3.0-18-generic
lrwxrwxrwx 1 root root  24 Nov 25 07:43 vmlinuz.old -> 
vmlinuz-5.3.0-18-generic

- - - - - - - - - - - - - - - - - - - - -

ubuntu@ubuntu:/boot$ dpkg -l linux-image-*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   Architecture Description
+++-=-=-->
ii  linux-image-5.3.0-18-generic  5.3.0-18.19+1 amd64Signed 
kernel image generic
ii  linux-image-generic   5.3.0.18.21   amd64Generic 
Linux kernel image
un  linux-image-unsigned-5.3.0-18-generic(no 
description available)

- - - - - - - - - - - - - - - - - - - - -

ubuntu@ubuntu:/boot$ file vmlinuz*
vmlinuz: broken symbolic link to vmlinuz-5.3.0-18-generic
vmlinuz.old: broken symbolic link to vmlinuz-5.3.0-18-generic

ubuntu@ubuntu:/boot$ file initrd*
initrd.img: broken symbolic link to initrd.img-5.3.0-18-generic
initrd.img.old: broken symbolic link to initrd.img-5.3.0-18-generic

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4190 F pulseaudio
CasperVersion: 1.432
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan 22 01:09:19 2020
IwConfig:
 lono wireless extensions.
 
 enp0s3no wireless extensions.
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191125)
Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: file=/cdrom/preseed/username.seed initrd=/casper/initrd 
quiet splash --- maybe-ubiquity
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-18-generic N/A
 linux-backports-modules-5.3.0-18-generic  N/A
 linux-firmware1.183.2
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.family: Virtual Machine
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

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


** Tags: amd64 apport-bug focal

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

Title:
  vmlinuz and initrd are missing in /boot on the Live CD

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

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

[Bug 1851311] Re: Grub 2.04 Out of memory error, No server error

2020-01-19 Thread Cubic PPA
Benoit THIBAUD's suggestion didn't quite work for me.
(See comment 34, 
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1851311/comments/34).

However, the boot process did seem to progress a bit further: I was able
to see scrolling boot messages printed to the terminal. Previously, I
never saw any messages, just a black screen, with the computer
completely frozen.

Unfortunately, the boot process eventually ended with the following
"BusyBox" error.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  .
  .
  .
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu4) built-in shell(ash)
Enter 'help' for a list of built-in commands.

(initramfs) Begin: Running /scripts/casper-premount... done.
Begin: ...waiting for devs... ... done.
touch: /dev/.initramfs/lupin-waited-for-devs: No such file of directory
stdin: Invalid argument
done.
loop: cant get info on device /dev/loop1: No such device or address
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Although, I couldn't get my computer to boot an ISO located on my disk
drive using the file from grub-efi-amd64-bin_2.02, perhaps there is an
issue in grubx64.efi, since the boot process did progress further this
time.

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

Title:
  Grub 2.04 Out of memory error, No server error

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

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

[Bug 1851311] Re: Grub 2.04 Out of memory error, No server error

2020-01-19 Thread Cubic PPA
I see some comments here about creating bootable USBs and ways to get
around this issue when creating a USB.

However, please note, this also affects booting an ISO directly from
disk.

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

Title:
  Grub 2.04 Out of memory error, No server error

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

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2019-04-26 Thread Cubic PPA
I do not have this issue:

1. I am not using Workspace Grid.

2. I also removed the Ubuntu version of Dash to Dock

$ apt --yes --quiet autoremove --purge gnome-shell-extension-ubuntu-dock
Then, I downloaded and installed...

https://extensions.gnome.org/extension/307/dash-to-dock/

Since Dash to Dock options were not available in Dconf, I set the
options in...

.../dash-to-d...@micxgx.gmail.com/schemas/org.gnome.shell.extensions
.dash-to-dock.gschema.xml

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

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1820143] [NEW] Package python-vte missing from Ubuntu 19.04

2019-03-14 Thread Cubic PPA
Public bug reported:

The python-vte package is missing from Ubuntu 19.04. Would you please
add it?

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  Package python-vte missing from Ubuntu 19.04

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2019-01-25 Thread Cubic PPA
Issues is still present in 18.10. (I do see that the cosmic and disco
tags were added).

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1745888] Re: Two instances of a program launch whenever you touch a favorites icon, or app grid won't show

2018-11-25 Thread Cubic PPA
On Cosmic, running on physical hardware, I ~did~ experience the issue
with the app grid using gnome-shell 3.30.1-2ubuntu1. So I do not think
Cosmic is immune to this issue.

- - - - - - - - - - - - - - - - - - - -

However, I just tested the proposed gnome-shell version
3.30.1-2ubuntu1.18.10.1 in Cosmic.

With the proposed version...
1. The app grid works as expected
2. The favorites icons work as expected

- - - - - - - - - - - - - - - - - - - -

I did notice an odd behavior...
May be it warrants as separate bug report?
Nevertheless, I'll share it here in case others run into this as well.

1. Give a long press on a favorites icon.
2. The icon becomes opaque (as if it is ready to be moved on the dock).
3. The context menu (New Window, Preferences, Remove from Favorites, etc.) 
appears.
4. Select New Window.
5. A new window opens.

6. Then tap a different favorites icon.
7. Instead of opening the application, the context menu appears.
8. I am then unable to make a selection from the context menu.

9. Sometimes the icon gets moved from its position on the dock.
10. But it doesn't land back on the dock. Instead it is partially on the dock 
and partially on the desktop.
11. At this point, the desktop becomes unresponsive.

Alt-F2 does not work.
Mouse clicking does not work.
Touch screen does not work.

Ctrl-Alt-F1 ~does~ work, and you can use the GDM screen to reboot
the machine.

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

Title:
  Two instances of a program launch whenever you touch a favorites icon,
  or app grid won't show

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

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

[Bug 1725840] Re: resolvconf not correctly configured after update from 17.04 to 17.10

2018-10-20 Thread Cubic PPA
** Changed in: cubic
   Status: New => Won't Fix

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

Title:
  resolvconf not correctly configured after update from 17.04 to 17.10

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

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

[Bug 1309785] Re: blurry font as document is longer than one page and scroll bars appear

2018-09-23 Thread Cubic PPA
Now that you mention it, I just noticed it in Gnome Tweaks...

1. Click on "Windows" in left pane of the Gnome Tweaks window.
2. Note that a scroll bar is present, because the content doesn't fit in the 
the main (details) portion of the window.
3. Notice that the fonts are blurry in the main (details) portion of the window.

4. Click on and slowly drag down the bottom edge of the Gnome Tweaks window, so 
the window gets taller, and the full content appears.
5. Note that the scroll bar disappears when the content fits in the the resized 
window.
6. Notice that the fonts are NO LONGER blurry in the main (details) portion of 
the window.

By simply by changing the window size, you can make the font change from
blurry to sharp!

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

Title:
  blurry font as document is longer than one page and scroll bars appear

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Cubic PPA
SCROLLED WINDOWS AND NATURAL SCROLLING
---

For scrolled windows, the input from the track-pad reverses...

  With natural scrolling DISABLED:
  - Sliding fingers down on a track-pad, slides the view down
  - Sliding fingers up on a track-pad, slides the view up

  And with natural scrolling ENABLED:
  - Sliding fingers down on a track-pad, slides the view up 
  - Sliding fingers up on a track-pad, slides the view down 

"Flipping" the behavior of a scrolled window based on whether or not
natural scrolling is set, makes a lot of sense. That is how it should
work.


VOLUME CONTROL AND NATURAL SCROLLING
---

However, "flipping" the behavior of a volume control, based on whether
or not natural scrolling is set, *does not* make sense. Volume should
always go up, when you slide up. Volume should always go down, when you
slide down.

For volume control, the input from the track-pad should NOT reverse...

  With natural scrolling DISABLED:
  - Sliding fingers down on a track-pad, should cause volume to decrease
  - Sliding fingers up on a track-pad, should cause volume to increase

  With natural scrolling ENABLED:
  - Sliding fingers down on a track-pad, should STILL cause volume to decrease
  - Sliding fingers up on a track-pad, should STILL cause volume to increase


PROPOSED SOLUTION
---

In order to resolve this issue, I think we can apply the following rule:

  If
org.gnome.desktop.peripherals.touchpad natural-scroll = true

  Then
GtkVolumeButton widget should reverse the scroll event input

Essentially, the widget itself would undo the "flip" caused by setting
natural-scrolling. Of course, if natural scrolling isn't set, the widget
would behave as it normally does.

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1738676] Re: With natural scrolling, horizontal sliders behave backwards

2018-08-07 Thread Cubic PPA
This issues is still present in Ubuntu 18.04.

$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.1 LTS
Release:18.04
Codename:   bionic

$ gnome-shell --version
GNOME Shell 3.28.2


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

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1685035] Re: GDM login doesn't scale on Hi-DPI display

2018-07-24 Thread Cubic PPA
Still happening for me as well...

$ gnome-shell --version
GNOME Shell 3.28.2

$ gdm3 --version
GDM 3.28.2

$ uname --all
Linux PS006 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic

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

Title:
  GDM login doesn't scale on Hi-DPI display

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1685035/+subscriptions

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

[Bug 1725384] Re: On touch screens, the apps icon in the dock does not open when touched

2018-07-24 Thread Cubic PPA
AlpineCarver, thanks for that suggestion.
Still, I can't switch between Frequent and All applications view.

Distributor ID: Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic

Linux PS006 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  On touch screens, the apps icon in the dock does not open when touched

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

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

[Bug 1767720] Re: Ubiquity crashed during install of 18.04 with error 'BadAccess (attempt to access private resource denied)'

2018-05-01 Thread Cubic PPA
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

@slashd,

Thanks for the instructions.
I will execute this tonight.
I will see if I can keep gdb open as well.

Should I attach the results to bug #1751252, instead of here?

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

Title:
  Ubiquity crashed during install of 18.04 with error 'BadAccess
  (attempt to access private resource denied)'

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

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

[Bug 1725928] Re: package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with differing files '/lib/udev/hwdb.d/20-sane.hwdb'

2018-03-22 Thread Cubic PPA
I got this error on 64-bit machine, running Ubuntu 17.10, after I added
i386 architecture and rebooted:

$ sudo dpkg --add-architecture i386

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages
  with differing files  '/lib/udev/hwdb.d/20-sane.hwdb'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1725928/+subscriptions

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

[Bug 1690541] Re: Scrolled windows in update-manager are too small to read

2018-01-26 Thread Cubic PPA
Also present on "standard" Ubuntu 17.10 using GNOME Shell 3.26.2.

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

Title:
  Scrolled windows in update-manager are too small to read

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

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

[Bug 1725384] Re: On touch screens, the apps icon in the dock does not open when touched

2017-12-23 Thread Cubic PPA
Still experiencing this using gnome-session and Xorg.

$ uname -r
4.13.0-21-generic

$ gnome-shell --version
GNOME Shell 3.26.2

I think three problems are related:
1. Applications menu not shown when touching the Apps Icon (the application 
icons briefly flash onto the screen, and flash off)
2. Caribou always pops up
3. Touching a favorites icon in the dock opens two instances of the application

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

Title:
  On touch screens, the apps icon in the dock does not open when touched

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

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

[Bug 1729389] Re: Bluetooth mouse and keyboard connects, works for a few seconds, then doesn't react

2017-12-18 Thread Cubic PPA
Looking forward to this fix. Do we know when linux-firmware version
1.169.2 will be in the Ubuntu repositories?

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

Title:
  Bluetooth mouse and keyboard connects, works for a few seconds, then
  doesn't react

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

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

[Bug 1738676] [NEW] With natural scrolling, horizontal sliders behave backwards

2017-12-17 Thread Cubic PPA
Public bug reported:

When natural-scrolling is enabled, controlling horizontal sliders is
backwards and counter intuitive.

The volume control in the top-bar "speaker" icon is backwards.

You have to...
- scroll DOWN, to INCREASE the volume
- scroll UP, to DECREASE the volume

Expected behavior:

Enable natural-scrolling and
- scroll UP, to INCREASE the volume
- scroll DOWN, to DECREASE the volume
- scroll UP, to INCREASE the screen brightness
- scroll DOWN, to DECREASE the screen brightness

Enable natural-scrolling, hover over a horizontal slider, and...
- scroll UP, to move the slider to the RIGHT
- scroll DOWN, to move the slider to the LEFT

This happens for the OSD volume icon, and for the volume slider in the
topbar menu.

This also happens for screen brightness controls.

This problem occurs for both mouse natural-scrolling and touchpad
natural scrolling.

Expected fix:

When the pointer hovers over the speaker icon in the scroll actions on the 
speaker icon in the top bar should be reversed.
When the user interacts with a horizontal slider, scrolling to the top should 
always move the slider to the right, and scrolling down should always move the 
slider to the left, even if natural-scrolling is enabled.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-shell 3.26.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
Uname: Linux 4.13.0-19-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.7-0ubuntu3.6
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Dec 17 19:23:30 2017
DisplayManager: gdm3
GsettingsChanges:
 b'org.gnome.shell' b'command-history' b"['r']"
 b'org.gnome.shell' b'had-bluetooth-devices-setup' b'true'
 b'org.gnome.shell' b'favorite-apps' b"['google-chrome.desktop', 
'chrome-eppojlglocelodeimnohnlnionkobfln-Default.desktop', 'spotify.desktop', 
'org.gnome.Nautilus.desktop', 'org.gnome.Terminal.desktop', 
'org.gnome.gedit.desktop', 'libreoffice-writer.desktop', 
'libreoffice-calc.desktop', 'org.gnome.Software.desktop', 
'gnome-system-monitor.desktop']"
 b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
InstallationDate: Installed on 2017-12-10 (7 days ago)
InstallationMedia: Ubuntu 17.10.0 2017.12.10 amd64 "Custom Artful Aardvark"
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  With natural scrolling, horizontal sliders behave backwards

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

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

[Bug 1723634] Re: nautilus breadcrumbs left and right arrows serve no purpose

2017-10-15 Thread Cubic PPA
I am going to withdraw this bug.

I just realized that the left and right arrows are used to show the
beginning or ending of the path, respectively, when the path is too long
to fit in the horizontal space of the Nautilus header bar.

When the full path doesn't fit:
- Clicking the left arrow displays the previous parent directories. The user 
can click multiple times until the root directory appears. At that point, the 
left arrow button becomes inactive.
- Clicking the right arrow displays the next directories.  The user can click 
multiple times until the child directory appears. At that point, the right 
arrow button becomes inactive.
- The left and right buttons are both inactive whenever the breadcrumbs can 
show the full path to the current folder.

** Changed in: nautilus (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/1723634

Title:
  nautilus breadcrumbs left and right arrows serve no purpose

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

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

[Bug 1683867] Re: Have to click "Restart" and "Shutdown" button twice to make button work.

2017-07-07 Thread Cubic PPA
Semantics question: Should this bug be in Confirmed status, instead of
Triaged?

(Is it Triaged because clicking twice is the workaround to achieve the
desired result?  I ask because having to click twice is actually the bug
itself!).

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

Title:
  Have to click "Restart" and "Shutdown" button twice to make button
  work.

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

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


[Bug 1697006] [NEW] Gnome-shell "Power Off" dialog does not have focus

2017-06-09 Thread Cubic PPA
Public bug reported:


The gnome-shell "Power Off" dialog does not have focus when activated.
As a result, the user has to click twice to select an action:
- The first click is to give the dialog focus.
- The second click is to actually make a selection.


RECREATE ISSUE:

1. Click the "power button" icon at the top right of the Gnome-shell task bar.
2. Select the "Power button" icon.
3. The screen darkens, and the "Power Off" dialog is displayed, showing three 
options/buttons:
   Cancel, Restart, and Power Off.
4. Hover over the three buttons, and notice the buttons do not highlight on 
hover. [ISSUE]
5. Click an option, for example "Restart."
6. Notice that nothing happens (there are no visual indicators that the dialog 
did not have focus, and now has focus). [ISSUE]
7. Hover over the three buttons, and notice the buttons now *DO* highlight on 
hover.
8. Click an option, for example "Cancel."
9. Since the "Power Off" dialog now has focus (from step 6) the click action is 
handled.


DESIRED BEHAVIOR:

1. Click the "power button" icon at the top right of the Gnome-shell task bar.
2. Select the "Power button" icon.
3. The screen darkens, and the "Power Off" dialog is displayed, showing three 
options/buttons:
   Cancel, Restart, and Power Off.
4. The "Power Off" dialog *SHOULD* have focus.
5. Hover over the three buttons, and *DO* highlight on hover.
6. Click an option, for example "Restart," the click action is handled.


SYSTEM INFORMATION

Distribution: Ubuntu Gnome

$ gnome-shell --version
GNOME Shell 3.24.1

$ uname -a
Linux PS001 4.10.0-22-generic #24-Ubuntu SMP Mon May 22 17:43:20 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 17.04
Release:17.04
Codename:   zesty

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

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

Title:
  Gnome-shell "Power Off" dialog does not have focus

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

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


[Bug 1391330] Re: Cannot log out if Diodon is running

2016-06-14 Thread Cubic PPA
I've been testing with version 1.5.0~ubuntu16.04.1 from the PPA, and
have not experienced this issue.

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

Title:
  Cannot log out if Diodon is running

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

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