回答編集履歴
1
追記
    
        answer	
    CHANGED
    
    | 
         @@ -2,4 +2,23 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            環境を用意できないのですが、[light-locker: screen always automatically locked](https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1306917) のコメントにある、`~/.config/autostart/light-locker.desktop` ファイルの Exec 箇所のオプションを調整すればできるかもしれません。
         
     | 
| 
       3 
3 
     | 
    
         
             
            ファイルがなければ、/usr/share/applications/light-locker.desktop などに元のファイルがあると思うので、~/.config/autostart/ にコピーしてみてください。
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
            あるいは、LXDE の場合は .desktop ファイルではなく、~/.config/lxsession/Lubuntu/autostart ファイルや /etc/xdg/lxsession/Lubuntu/autostart ファイル(全ユーザー共通)かもしれません。
         
     | 
| 
      
 5 
     | 
    
         
            +
            あるいは、LXDE の場合は .desktop ファイルではなく、~/.config/lxsession/Lubuntu/autostart ファイルや /etc/xdg/lxsession/Lubuntu/autostart ファイル(全ユーザー共通)かもしれません。
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ###(2016/04/28 21:42) 追記
         
     | 
| 
      
 8 
     | 
    
         
            +
            同じバージョンではないのですが、Ubuntu 16.04 を調べました。
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            light-locker については、GUI で設定を変更できます。
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            - 「設定」→「Light Lockerの設定」 (または light-locker-settings コマンド)
         
     | 
| 
      
 13 
     | 
    
         
            +
            「サスペンドする時にロックする」を ON→OFF に変更し、適用ボタンを押す
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            light-locker-settings コマンドで python のエラー(has no attribute 'get_pid_list')が出る場合は、下記コマンドでも light-locker の設定を変更することができます。
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            ```
         
     | 
| 
      
 18 
     | 
    
         
            +
            gsettings set apps.light-locker lock-on-suspend 'false'
         
     | 
| 
      
 19 
     | 
    
         
            +
            ```
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            また、xscreen-saver でロックがかかる原因はよくわからないのですが、下記設定を確認してください。
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            - 「設定」→「スクリーンセーバー」 (または xscreensaver-demo コマンド)
         
     | 
| 
      
 24 
     | 
    
         
            +
            「画面をロックするまで」(チェックボックス)のチェックが付いていないことを確認
         
     |