[Desktop-packages] [Bug 1956235] Re: Pointer Location (which uses Ctrl key) conflicts with other Ctrl-based shortcuts

2022-01-04 Thread Nazarii Ritter
*** This bug is a duplicate of bug 1872230 ***
https://bugs.launchpad.net/bugs/1872230

I've just found an alternative to Pointer Location -- Jiggle extension.
I'll give it a try.

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

Title:
  Pointer Location (which uses Ctrl key) conflicts with other Ctrl-based
  shortcuts

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When activating Pointer Location function, I cannot use any other
  Ctrl-based shortcuts. Ctrl+C, Ctrl+V, Ctrl+X, etc. just stop working
  because Pointer Location is fired up once Ctrl is pressed.

  I think that shortcuts should work as follows: shortcut bound commands
  should be activated after keys are released.

  (BTW, don't know whether it's OK to write here but I've never had such
  issues with Windows OS, because no shortcuts interrupt one another
  there and it's very important nowadays because shortcuts help saving
  one's valuable time).

  OS Name:   Ubuntu 20.04.3 LTS
  OS Type:   64-bit
  GNOME Version:   3.36.8
  Windowing System:   X11

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


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


[Desktop-packages] [Bug 1956235] Re: Pointer Location (which uses Ctrl key) conflicts with other Ctrl-based shortcuts

2022-01-04 Thread Nazarii Ritter
*** This bug is a duplicate of bug 1872230 ***
https://bugs.launchpad.net/bugs/1872230

Daniel, did you check whether Ctrl+C, Ctrl-V, etc. work when Pointer
Location option is enabled? I cannot understand it from your post.

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

Title:
  Pointer Location (which uses Ctrl key) conflicts with other Ctrl-based
  shortcuts

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When activating Pointer Location function, I cannot use any other
  Ctrl-based shortcuts. Ctrl+C, Ctrl+V, Ctrl+X, etc. just stop working
  because Pointer Location is fired up once Ctrl is pressed.

  I think that shortcuts should work as follows: shortcut bound commands
  should be activated after keys are released.

  (BTW, don't know whether it's OK to write here but I've never had such
  issues with Windows OS, because no shortcuts interrupt one another
  there and it's very important nowadays because shortcuts help saving
  one's valuable time).

  OS Name:   Ubuntu 20.04.3 LTS
  OS Type:   64-bit
  GNOME Version:   3.36.8
  Windowing System:   X11

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


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


[Desktop-packages] [Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2021-12-20 Thread Nazarii Ritter
Daniel (or anyone else), can you explain why the current state of things
with keyboard shortcuts is considered better?

Here is how I see it works in Windows and Ubuntu.

How it works in Windows:

(I press Ctrl) + (I release Ctrl) = the mouse pointer is shown.
(I press Ctrl + I press Shift) + (I release Ctrl + I release Shift) = a 
keyboard layout changed.
(I press Ctrl + I press Shift + I press N) + (I release Ctrl + I release Shift 
+ I release N) = a new folder created.

How it works in Ubuntu:
---
(I press Ctrl) = the mouse pointer is shown.
(I press Ctrl) = the mouse pointer is shown. Though, I wanted also to press 
Shift, then release Ctrl and Shift and get a keyboard layout changed.
(I press Ctrl) = the mouse pointer is shown. Though, I wanted also to press 
Shift and N, then release Ctrl, Shift  and N and get a new folder created.

As you can see, even if dozens of shortcuts are possible, they get
completely useless in Ubuntu as they get blocked immediately one presses
Ctrl (in the example I presented). I always thought that making things
easier and faster is very important (especially, nowadays). It's easier
and faster to copy/paste via Ctrl+C, Ctrl+V than via Edit menu where you
have to find where those copy/pase items reside.

Maybe I and other users don't understand something. Explain, please.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/36812

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

Status in gnome-control-center:
  Unknown
Status in X.Org X server:
  New
Status in gnome-control-center package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press  (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  For users being affected by this problem, the easiest solution for now is to 
add this PPA in your repositories:
  https://launchpad.net/~oded-geek/+archive/xorg-patches

  Practical summary of this bug for ubuntu developers (since reading 120 
comments is impractical for most):
  This problem is a really old (since 2004) issue of the xkb part of xorg; the 
main discussion was made upstream in freedesktop-bugs #865. There has been a 
patch from Ilya Murav'jov for upstream (#55), and attached here (#61).
  Upstream xorg has refused to apply the patch, mainly because it "explicitly 
contradicts the (xkb) spec"  (#84, #91).
  This patch has been reported to work for many people without any problems, 
and there is also a PPA by Oded Arbel (#95) where he maintains a patched 
version of the ubuntu xorg.
  The proper resolution of this bug would be to apply this patch to the 
upstream xorg, or at minimum to the official ubuntu xorg package.

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


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


[Desktop-packages] [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 Desktop
Packages, 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

Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  See also bug 1892521.

  The package mutter version (3.36.4-0ubuntu0.20.04.2) for Ubuntu 20.04
  causes small text in GNOME Shell menu with  NVIDIA cards.

  With a previous version (3.36.4-0ubuntu0.20.04.1) all works fine. The problem 
is after update to the (3.36.4-0ubuntu0.20.04.2).
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-18 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 2020.08.15 LTS "Custom Focal Fossa" 
(20200815)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: mutter 3.36.4-0ubuntu0.20.04.2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Tags:  focal
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2020-08-15T17:44:36

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

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


[Desktop-packages] [Bug 1733890] Re: Copy to clipboard not working

2020-05-19 Thread Nazarii Ritter
Forgot to mention: I'm using X11.
Also, I've found that that option works fine if Include pointer option is 
checked.

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

Title:
  Copy to clipboard not working

Status in gnome-screenshot package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. Grab the whole screen with delay
  2. Press copy to clipboard
  3. Try pasting into any application like GIMP or Chrome (e.g. Github issue 
thread) using Ctrl + v

  It's not pasting any image because it doesn't seem to be in clipboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-screenshot 3.25.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.8-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 22 16:21:11 2017
  InstallationDate: Installed on 2017-11-12 (10 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (2017)
  SourcePackage: gnome-screenshot
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1733890] Re: Copy to clipboard not working

2020-05-19 Thread Nazarii Ritter
On Ubuntu 20.04 I had the same issue if I'm copying to clipboard an area
only (Select area to Grab option).

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

Title:
  Copy to clipboard not working

Status in gnome-screenshot package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. Grab the whole screen with delay
  2. Press copy to clipboard
  3. Try pasting into any application like GIMP or Chrome (e.g. Github issue 
thread) using Ctrl + v

  It's not pasting any image because it doesn't seem to be in clipboard.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-screenshot 3.25.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.8-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 22 16:21:11 2017
  InstallationDate: Installed on 2017-11-12 (10 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (2017)
  SourcePackage: gnome-screenshot
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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