[Bug 1838227] Re: Bluetooth "Connection switch" snaps back by itself until after many tries

2020-05-08 Thread Christopher M. Rogers
Still an issue in the latest Ubuntu 20.04 release.
User winds up having to click the toggle over and over again while it 
stubbornly snaps back.
Replicated on Many different machines with different hardware.

Is there anyone who can not replicate this bug?


** Changed in: bluez (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Bluetooth "Connection switch" snaps back by itself until after many
  tries

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

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

[Bug 1804804] [NEW] Screen rotation does not rotate all input devices and needs custom user commands (iio-sensor-proxy or libinput should probably handle this?)

2018-11-23 Thread Christopher M. Rogers
Public bug reported:

Ubuntu 18.10
GNOME Shell 3.30.1
Cinnamon 3.8.8

Hardware: ASUS Transformer Mini.

Also confirmed problematic for Yoga Series tablet/laptop hybrids.
(https://github.com/linuxmint/cinnamon-settings-daemon/issues/188)

Screen rotation works fine, but tablet coords including touch screen and
pen coords do not rotate with it.

Gnome gets touch screen rotation correct, but not pen coords
Cinnamon gets touch screen rotation and peen coords wrong

User can correct using convoluted xinput commands like:
xinput set-prop "ELAN22A6:00 04F3:22A6" --type=float "Coordinate Transformation 
Matrix" 0 1 0 -1 0 1 0 0 1

I spoke with Mint devs who said I should file it against iio-sensor-
proxy or libinput, which I assume is a better solution that asking
various wm developers to fix it individually.

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


** Tags: iio-sensor-proxy libinput

** Tags added: libinput

** Summary changed:

- Screen rotation does not rotate all input devices and needs custom user 
commands
+ Screen rotation does not rotate all input devices and needs custom user 
commands (iio-sensor-proxy or libinput should probably handle this)

** Summary changed:

- Screen rotation does not rotate all input devices and needs custom user 
commands (iio-sensor-proxy or libinput should probably handle this)
+ Screen rotation does not rotate all input devices and needs custom user 
commands (iio-sensor-proxy or libinput should probably handle this?)

** Description changed:

+ Ubuntu 18.10
+ GNOME Shell 3.30.1
+ Cinnamon 3.8.8
+ 
+ Hardware: ASUS Transformer Mini.
+ 
+ Also confirmed problematic for Yoga Series tablet/laptop hybrids.
+ (https://github.com/linuxmint/cinnamon-settings-daemon/issues/188)
+ 
  Screen rotation works fine, but tablet coords including touch screen and
  pen coords do not rotate with it.
  
  Gnome gets touch screen rotation correct, but not pen coords
  Cinnamon gets touch screen rotation and peen coords wrong
  
  User can correct using convoluted xinput commands like:
  xinput set-prop "ELAN22A6:00 04F3:22A6" --type=float "Coordinate 
Transformation Matrix" 0 1 0 -1 0 1 0 0 1
  
  I spoke with Mint devs who said I should file it against iio-sensor-
  proxy or libinput, which I assume is a better solution that asking
  various wm developers to fix it individually.

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

Title:
  Screen rotation does not rotate all input devices and needs custom
  user commands (iio-sensor-proxy or libinput should probably handle
  this?)

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

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

[Bug 1729264] [NEW] Regression of file rename popover bug

2017-11-01 Thread Christopher M. Rogers
Public bug reported:

It seems ctrl+z undo tries to undo the last file operation rather than the last 
text edit in the file name dialog.
nautilus devs have fixed this behaviour previously, so it's probably an Ubuntu 
patch that's causing the problem.

Here's the patch that was committed to fix it previously:
https://gitlab.gnome.org/GNOME/nautilus/commit/bf6b1e2c2f0cd3d882f99029af79a3439bdacec1

Here's a video showing that the behaviour regression in 17.10 (ctrl+z is used 
to undo a text edit):
https://www.dropbox.com/s/pvywye6alea76j4/nautilus_undo_history_bug.movie.mp4?dl=1

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

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

Title:
  Regression of file rename popover bug

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

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

[Bug 1720133] Re: USB 3.0 displays are black on Ubuntu after x.org update to 1.18.3 or newer

2017-09-30 Thread Christopher M. Rogers
Same result on Ubuntu 17.10 - black screen with cursor on USB monitor
running on displaylink driver as mentioned above.

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

Title:
  USB 3.0 displays are black on Ubuntu after x.org update to 1.18.3 or
  newer

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

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

[Bug 1713020] Re: Ubuntu Dock extension cannot be disabled in the Ubuntu session

2017-09-21 Thread Christopher M. Rogers
If anyone really hates having no option to hide the dock entirely, a
work around is to do the following song and dance:

1. Install the dash to dock extension: 
https://extensions.gnome.org/extension/307/dash-to-dock/
2. Install the tweak tool (sudo apt-get install gnome-tweak-tool)
3. open the tweak tool and navigate to the extensions section
4. Activate dash to dock (flip switch to "ON")
5. Edit settings by clicking the little gear next to the switch
6. Choose position on screen: left
7. Turn "intelligent auto-hide" ON
8. Click the gear button for settings
9. check the "enable push to show" tickbox
10. Set pressure to 300 or higher so you don't accidentally trip it by mistake

Then the dock acts mostly like vanilla gnome again, only coming up when
you hit the Super key, or go to the Actions menu.

All this configuration nightmare could be prevented by developers simply
adding an "off" option under the new Ubuntu Dock settings for display
"right, left, bottom, off".

Thanks for the work everyone.
-C

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

Title:
  Ubuntu Dock extension cannot be disabled in the Ubuntu session

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

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

[Bug 1253582] Re: ERROR: `pagefile.sys' real size does not equal to size (0 != XXXXX)

2016-03-20 Thread Christopher M. Rogers
The problem is in mount.c in the current fuse-exfat source:

apt-get source fuse-exfat

changing the if statement (currently on line 255):

from

if (le64_to_cpu(ef->sb->sector_count) * SECTOR_SIZE(*ef->sb) >
exfat_get_size(ef->dev))

to

if (0 && (le64_to_cpu(ef->sb->sector_count) * SECTOR_SIZE(*ef->sb) >
exfat_get_size(ef->dev)))

fixes the problem.

Request that a patch be created committed to trunk.

Source of fix:
http://www.deepthought.ws/linux/exfat-fix

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

Title:
  ERROR: `pagefile.sys' real size does not equal to size (0 != X)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse-exfat/+bug/1253582/+subscriptions

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


[Bug 797485] Re: Status Bar Covers File Name at Bottom

2015-12-22 Thread Christopher M. Rogers
This bug is still in 3.16.4. It's still annoying as hell, and disrupts
my daily work.

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

Title:
  Status Bar Covers File Name at Bottom

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

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


[Bug 1086506] Re: NetworkManager applet wireless connections refresh too slow

2015-10-09 Thread Christopher M. Rogers
This bug also affects newly turned-on wifi hotspots.

The only fix I can find, is to set a hotkey to restart the network manager 
manually, and set the action to:
service network-manager restart

If it is not possible to refresh the network list, I recommend at least
adding a button to the drop-down to restart the network manager in the
mean time.

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

Title:
  NetworkManager applet wireless connections refresh too slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1086506/+subscriptions

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


[Bug 922196] Re: openshot cuts off the last second of video when exporting to bluray

2013-04-01 Thread Christopher M. Rogers
Same thing happening for me. Cuts off about a second and a half, only in
blueray/AVCHD.

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

Title:
  openshot cuts off the last second of video when exporting to bluray

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

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


[Bug 817290] Re: Fontforge crashes when control is pressed

2012-07-22 Thread Christopher M. Rogers
fontforge presently unusable in Precise on both my systems under Ubuntu 12.04, 
gnome 3.
Crashes when alt, ctrl, or shift is pressed while the re-size tool is activated.

To reproduce error:

1. Run fontforge
2. Make new font
3. Open the A character
4. Draw something
5. select all
6. switch to scale/size tool
7. hold the shift, alt, or ctrl key while resizing.

Result:
Segmentation fault: Core Dumped

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

Title:
  Fontforge crashes when control is pressed

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

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


[Bug 964484] Re: package wine1.4 1.4-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2012-03-25 Thread Christopher M. Rogers
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964484

Title:
  package wine1.4 1.4-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Terminated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/964484/+subscriptions

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


[Bug 964484] [NEW] package wine1.4 1.4-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2012-03-25 Thread Christopher M. Rogers
Public bug reported:

Update froze on installing Wine 1.4, had to system restart. That may be
the cause.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: wine1.4 1.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic i686
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Sun Mar 25 12:13:02 2012
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Terminated)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (2029.1)
SourcePackage: wine1.4
Title: package wine1.4 1.4-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script was killed by signal (Terminated)
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: wine1.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package wine1.4 1.4-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Terminated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/964484/+subscriptions

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