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

2020-08-22 Thread Jacob Becker
To whom it may concern, I have uploaded xorg-server 1.20.8 packages for
Ubuntu 18.04.5 amd64 (with the patch from
https://bugs.freedesktop.org/show_bug.cgi?id=865 applied) to
https://drive.google.com/drive/folders/1s4NavrQ4LBrafbTBd3ASRZ22vK7Nblvc?usp=sharing

Generally, to get the topic issue fixed, you need to install only one of
the packages: xserver-xorg-core-
hwe-18.04_1.20.8-2ubuntu2.2~18.04.1_amd64.deb

To apply the patch and build the binaries and packages, I used my script
mentioned in comment #25.

-- 
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/1683383

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

Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xorg package in Debian:
  New

Bug description:
  From duplicate bug 1720364 report.

  Steps to reproduce:
  1. Install ubuntu-mate-desktop on Ubuntu 16.04 LTS with HWE (Xorg 1.19.5), or 
17.10 or 18.04 LTS.
  2. Set-up two keyboard layouts - English and Russian
  3. Set  as keyboard layout switcher in mate-control-center
  4. Try to use shortcuts starting from :
  4.1. Open Firefox, open new tab, go to some site in it, close tab, try to 
click  to restore closed tab.
  4.2. Open mate-terminal, try to open new tab with , or copy 
(), or paste ().
  4.3. Open pluma, write some text, try to navigate in it with 
.

  Expected results:
   switches keyboard layout, shortcuts starting from 
 work normally.

  Actual results:
   switches keyboard layout, shortcuts starting from 
 do not work.

  Notes:
  1. Ubuntu 16.04 LTS (Xorg 1.18.4) with Marco and Compton work normally with 
 keyboard layout switcher.
  2. This problem was discovered before on 13.10, 14.04 and other modern 
versions with GNOME desktop (Metacity and Compiz) - see bug 1245473.

  ---
  Original description below:

  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  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.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1683383/+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 1799068] Re: gs 9.25 in ubuntu package crashes (but not same version from git repo)

2018-10-31 Thread Jacob Becker
After upgrading to latest version today,the error is gone.

libgs9-common:
  Installed: 9.25~dfsg+1-0ubuntu0.18.04.2
  Candidate: 9.25~dfsg+1-0ubuntu0.18.04.2

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

Title:
  gs 9.25 in ubuntu package crashes (but not same version from git repo)

Status in ghostscript package in Ubuntu:
  Confirmed

Bug description:
  To reproduce this, in a fully updated Ubuntu 18.0.4, download 
https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf
  and run:
  $  pdf2ps dummy.pdf
  It should generate a ps, but it crashes instead.

  
  LONG DESCRIPTION:

  I recently updated my Ubuntu 16.0.4 to Ubuntu 18.0.4 I have been unable to 
use my printer since them.
  Looking in /var/log/cups/error_log gave me the clue to find this:

  With the gs executable included in my distro, I get:

  $  pdf2ps dummy.pdf
./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find 
default_gray.icc 
  | ./base/gsicc_manage.c:2261: gsicc_init_iccmanager(): cannot find default 
icc profile
./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find 
default_rgb.icc 
  | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device 
profile
   Unable to open the initial device, quitting.

  I found information about this error in
  "https://bugs.archlinux.org/task/59952;. *Apparently it is a fixed
  bug*.

  So I downloaded ghostcript sources from git.ghostscript.com, checked out 
9.25, and compiled it.
  To use the new gs executable I did
  mv /usr/bin/gs /usr/bin/gs.orig
  ln -s/home/j/devel/ghostpdl/bin/gs  /usr/bin/gs

  And now 
  $  pdf2ps myFile.pdf
  Generates a ps

  Both gs executables (the one in Ubuntu and the one I compiled) report
  they are 9.25 when I do gs --version.

  I have reproduced with some personal pdfs, and also  with the sample
  pdf in
  https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf

  It seems to me that there is a problem in the patches you
  include/exclude in your packaging (but haven't taken a look at it).

  
  - Information about my system:

  $ lsb_release -rd
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04

  $ dpkg -l | grep ghost
  ii  ghostscript 
9.25~dfsg+1-0ubuntu0.18.04.1   amd64interpreter for the 
PostScript language and for PDF
  ii  ghostscript-x   
9.25~dfsg+1-0ubuntu0.18.04.1   amd64interpreter for the 
PostScript language and for PDF - X11 support
  rc  gs-cjk-resource 1.20100103-3  
 all  Resource files for gs-cjk, 
ghostscript CJK-TrueType extension

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1799068/+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 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-09-25 Thread Jacob Becker
Here's my script based on the gist mentioned on comment #21
https://github.com/plastikat/patch-xkb-layout-switch

It tries to be generic. It uses a separate configuration file for each
platform, which means it is extensible. It is still apt-based, though.

-- 
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/1683383

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

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  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.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1683383/+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 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2017-09-22 Thread Jacob Becker
I uploaded xorg-server 1.19.3 packages for 16.04.3 i386 with included
patch from https://bugs.freedesktop.org/show_bug.cgi?id=865 to
https://drive.google.com/open?id=0B_avx7RnFL6Ub1hESFZLT21iaG8

-- 
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/1683383

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

Status in X.Org X server:
  In Progress
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  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.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1683383/+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 1365020] Re: option subject-match not working

2015-02-25 Thread Jacob Becker
tried again with 
network-manager 0.9.8.8-0ubuntu28

problem still exists. the subject-match line is read by network-manager but has 
no effect at all.
If i created a wpa_suplicant configuration instead the string is verified and 
the connection will not be established with the wrong string.So i can confirm 
wpa_supplicant working properly but network-manager is still broken somehow.

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

Title:
  option subject-match not working

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  NetworkManager supports checking the radius certificates used within 802.1X 
Infrastructures. 
  These Options are subject-match and phase2-subject-match.
  However is these options are set the are read by networkmanager at connection 
activation, but is silently ignored.
  Even if the String supplied by this option is known wrong the connection can 
be established.

  This is a bis isues within wide spread WPA2-Infrastructures like
  eduroam where SSID on the network is well known.

  This issue exist in pakage Network-manager 0.9.8.8-0ubuntu7 
  (amd64)

  In other distributions like Debian 7.6 (network-mamanger 0.9.4.0-10)
  the option is working well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1365020/+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