[Touch-packages] [Bug 1849773] Re: /usr/bin/evince:11:strstr:TextSelectionPainter::hasGlyphLessFont:TextSelectionPainter::endPage:TextPage::drawSelection:poppler_page_render_selection

2020-02-01 Thread pcworld
I updated libpoppler90 and related packages to 0.80.0-0ubuntu1.1, the
crash is now fixed for me.

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1849773

Title:
  
/usr/bin/evince:11:strstr:TextSelectionPainter::hasGlyphLessFont:TextSelectionPainter::endPage:TextPage::drawSelection:poppler_page_render_selection

Status in poppler package in Ubuntu:
  Fix Released
Status in poppler source package in Eoan:
  Fix Committed

Bug description:
  [Impact]
  Selecting text in evince crashes for some files in eoan

  [Test case]

  Open the pdf in bug 1855596 and select some text.

  [Regression potential]
  This adds a check for a null pointer before using the pointer; it's limited 
to a small function checking if a font is glyphless so there is basically no 
risk for regressio

  [Error tracker]
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
evince.  This problem was most recently seen with package version 3.34.1-1, the 
problem page at 
https://errors.ubuntu.com/problem/da5fffc9beac869c0cf863d931ef170c60bb7d93 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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

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


[Touch-packages] [Bug 1342903] Re: unity retains focus on virtualbox session when locked

2014-08-22 Thread pcworld
Possibly duplicate of bug 1322769? (Though that one doesn't specifically
mention that the entered password is leaked to the VM.)

** Information type changed from Public to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1342903

Title:
  unity retains focus on virtualbox session when locked

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  While using virtualbox in fullscreen mode, CTRL + ALT + L, leaves
  focus with the virtual machine. However this still locks the host's
  unity session. This leaves all key events trapped in the virtual
  machine, so typing in your password becomes impossible. After a reboot
  all functionality returned.

  This could be a potential security hazard, depending on the virtual
  machine being used, as it allows arbitrary commands to be executed
  through a locked unity session without any authentication.

  
  lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  apt-cache policy unity
  unity:
Installed: 7.2.1+14.04.20140513-0ubuntu2
Candidate: 7.2.1+14.04.20140513-0ubuntu2
Version table:
   *** 7.2.1+14.04.20140513-0ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status

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

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


[Touch-packages] [Bug 1174706] Re: Unable to set Alt+Print as screenshot keyboard shortcut (laptopt keyboard)

2014-07-27 Thread pcworld
Ubuntu 14.04 / Unity: If I try to set Alt+Print, it just goes back to
"Disabled" for me.

Workaround:

First, unset Unity's default Alt+Print action:
gsettings set org.gnome.settings-daemon.plugins.media-keys window-screenshot ''

Launch dconf-editor and go to "org.gnome.settings-daemon.plugins.media-keys".
It you want to change one of the default actions, set your action's value to 
"Print".
If you want to change a "Custom Shortcut" you created via Unity's control 
center, navigate to 
"org.gnome.settings-daemon.plugins.media-keys.custom-keybindings", and choose 
the appropriate "custom*" (where * is a number) folder. Set the "binding" key's 
value to "Print".

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1174706

Title:
  Unable to set Alt+Print as screenshot keyboard shortcut (laptopt
  keyboard)

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  On 13.04, under System Settings -> Keyboard -> Shortcuts ->
  Screenshots -> Take a screenshot of a window, I am unable to set Alt +
  Print as the shortcut. Pressing that combination causes Mod2 + Alt L
  to be (incorrectly) set.

  NB I am able to set 'Print' as the shortcut key for Take full
  screenshot, it is only in combination with the Alt key that I am
  unable to set the shortcut. Also, this is on a laptop keyboard (HP G61
  laptop), so Print Screen is accessed by 'Fn' key + Home key, so the
  actual key combination I want to use is 'Fn' + Alt + Home.

  My scan codes for the keys, if it helps (sudo /lib/udev/keymap -i
  input/event4 > ~/keymap.log):

  Alt L:
  scan code: 0x38   key code: leftalt

  Home:
  scan code: 0xC7   key code: home

  'Fn' + Home:
  scan code: 0xB7   key code: sysrq 

  'Fn' + Alt L + Home
  scan code: 0x38   key code: leftalt
  scan code: 0x54   key code: sysrq

  Ah, just to complicate matters further, 'Fn' + End also gives: scan
  code: 0x54   key code: sysrq

  Further info - I am trying to reset the shortcuts back to the
  defaults, i.e. they did originally work with Print = full screenshot
  and Alt Print = window screenshot, I was messing around with trying to
  use Shutter instead, decided I didn't like it, and now am trying to
  set the shortcuts back to the defaults.

  Further further info, I have a sort of workaround by using CCSM
  keybindings for Alt+Print bound to gnome-screenshot --window, which I
  feel is less than ideal (although it at least does what I want!).

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

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