Public bug reported:

I am on Ubuntu 16.04 platform. I set xscreensaver as default screensaver and 
picked up molecules. I noticed a strange  behavior, when I let it sleep due to 
idleness, I find shift key pressed on resume. It doesn't appear if I put it to 
sleep. I found that it contains a script in source code 
xscreensaver/hacks/glx/molecules.sh

        #!/bin/sh
        
        TARGET=$1
        shift
        SRCS=$*
        
        TMP=molecules.h.$$
        rm -f $TMP
        
        if [ -z "$UTILS_SRC" ]; then UTILS_SRC="../../utils"; fi

How can I fix it?

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

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

Title:
  sends shift key on resume

Status in xscreensaver package in Ubuntu:
  New

Bug description:
  I am on Ubuntu 16.04 platform. I set xscreensaver as default screensaver and 
picked up molecules. I noticed a strange  behavior, when I let it sleep due to 
idleness, I find shift key pressed on resume. It doesn't appear if I put it to 
sleep. I found that it contains a script in source code 
  xscreensaver/hacks/glx/molecules.sh

          #!/bin/sh
        
        TARGET=$1
        shift
        SRCS=$*
        
        TMP=molecules.h.$$
        rm -f $TMP
        
        if [ -z "$UTILS_SRC" ]; then UTILS_SRC="../../utils"; fi

  How can I fix it?

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

Reply via email to