Bug#846278: Fix or workaround for Debian #846278

2019-06-16 Thread Daniel Shahaf
Robert Micsutka wrote on Sun, 16 Jun 2019 11:00 +00:00:
> On Sat, 08 Jun 2019 10:21:31 + "Daniel Shahaf"  
> wrote:
> > You might be able to get around this by using the 'equivs' package:
> 
> But after this you can not lock your screen anymore.
> The qucik workaroud here is to use a different lock screen, eg:

Yes, sorry, I thought that went without saying.  equivs simply allows
light-locker to be deinstalled while keeping xfce installed; one then
needs to install another screen locker to restore the functionality.

That's the workaround I used, anyway.  There may well be a
simpler one :)

Cheers,

Daniel



Bug#846278: Fix or workaround for Debian #846278

2019-06-16 Thread Robert Micsutka
> what I did to fix the problem was "apt-get purge light-locker".

Here they say that the default greeter (lightdm-gtk-greeter) of
light-locker shoud be changed to a different greater, eg slick-greeter
https://github.com/the-cavalry/light-locker/issues/114#issuecomment-474709454
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1801609/comments/27

So no need to install any other locker like I mentioned above.


Bug#846278: Fix or workaround for Debian #846278

2019-06-16 Thread Robert Micsutka
On Sat, 08 Jun 2019 10:21:31 + "Daniel Shahaf" 
wrote:
> You might be able to get around this by using the 'equivs' package:

But after this you can not lock your screen anymore.
The qucik workaroud here is to use a different lock screen, eg:
-
https://wiki.archlinux.org/index.php/XScreenSaver#DPMS_and_blanking_settings
- https://github.com/xfce-mirror/xfce4-screensaver
- https://github.com/muennich/physlock
- https://wiki.archlinux.org/index.php/Slock

In this thread they also suspects intel driver as the base problem:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929834#51


Bug#846278: Fix or workaround for Debian #846278

2019-06-08 Thread Daniel Shahaf
Brian Doherty wrote on Fri, 07 Jun 2019 19:45 +00:00:
> I don't have l3lock. If I try to purge light-locker, Lubuntu tries to 
> uninstall XFCE and install Gnome in its place :(

You might be able to get around this by using the 'equivs' package:

1. cd "$(mktemp -d)"
2. apt install equivs
3. equivs-control foo
4. perl -pi -e 's/.*/Provides: light-locker/ if /Provides:/' foo
5. equivs-build foo
6. sudo dpkg -i equivs-dummy*.deb
7. sudo apt-get purge light-locker

Cheers,

Daniel



Bug#846278: Fix or workaround for Debian #846278

2019-06-07 Thread Brian Doherty
I don't have l3lock. If I try to purge light-locker, Lubuntu tries to
uninstall XFCE and install Gnome in its place :(

Is there a bug filed with Intel?

On Fri, Jun 7, 2019 at 5:07 AM Tomas Pospisek  wrote:

> Hi Brian,
>
> what I did to fix the problem was "apt-get purge light-locker".
>
> There might be one other aspect important in the context of this bug
> report: I have and have had i3lock handle the screen locking. It could be
> that the problems that I saw had also to do with the fact that
> light-locker and i3lock were interfering with each other in trying to lock
> the screen:
>
>  $ cat /etc/systemd/system/i3lock.service
>  [Unit]
>  Description=i3lock
>  Before=sleep.target
>
>  [Service]
>  User=MY_USER_NAME_HERE
>  Type=forking
>  Environment=DISPLAY=:0
>  ExecStart=/usr/bin/i3lock
>
>  [Install]
>  WantedBy=sleep.target
>  #systemctl enable i3lock.service
>
> Is your system configured similarily?
> *t
>
> On Wed, 5 Jun 2019, Brian Doherty wrote:
>
> > Sure!
> >
> > On Wed, Jun 5, 2019, 1:24 AM Tomas Pospisek 
> wrote:
> >   Hi Brian,
> >
> >   in the spirit of open source: may I reply in the Debian bug
> tracker to
> >   your email?
> >   *t
> >
> >   On Fri, 31 May 2019, Brian Doherty wrote:
> >
> >   > Did you ever find a workaround for this, other than using
> Ctrl-Alt-F7 and Ctrl-Alt-F8? I'm having the same issue :(
>


Bug#846278: Fix or workaround for Debian #846278

2019-06-07 Thread Tomas Pospisek

Hi Brian,

what I did to fix the problem was "apt-get purge light-locker".

There might be one other aspect important in the context of this bug 
report: I have and have had i3lock handle the screen locking. It could be 
that the problems that I saw had also to do with the fact that 
light-locker and i3lock were interfering with each other in trying to lock 
the screen:


$ cat /etc/systemd/system/i3lock.service
[Unit]
Description=i3lock
Before=sleep.target

[Service]
User=MY_USER_NAME_HERE
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/i3lock

[Install]
WantedBy=sleep.target
#systemctl enable i3lock.service

Is your system configured similarily?
*t

On Wed, 5 Jun 2019, Brian Doherty wrote:


Sure! 

On Wed, Jun 5, 2019, 1:24 AM Tomas Pospisek  wrote:
  Hi Brian,

  in the spirit of open source: may I reply in the Debian bug tracker to
  your email?
  *t

  On Fri, 31 May 2019, Brian Doherty wrote:

  > Did you ever find a workaround for this, other than using Ctrl-Alt-F7 
and Ctrl-Alt-F8? I'm having the same issue :(