Re: [X2Go-User] MATE screensaver is not activated when connected via x2go

2018-07-04 Thread Walid MOGHRABI
Great ! :D


Regards,
Walid Moghrabi

TRAVAUX.COM
BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403
13591 AIX EN PROVENCE CEDEX 3

- Mail original - 

De: "Mike Gabriel"  
À: "Jens Bürger"  
Cc: x2go-user@lists.x2go.org 
Envoyé: Mardi 3 Juillet 2018 15:29:34 
Objet: Re: [X2Go-User] MATE screensaver is not activated when connected via 
x2go 

Hi All, 

On Do 24 Mai 2018 08:48:07 CEST, Jens Bürger wrote: 

> Dear Walid, 
> 
>> Am 23.05.2018 um 17:08 schrieb Walid MOGHRABI : 
>> 
>> This is a known bug in mate and pretty hard to debug/fix apparently. 
>> 
>> There is a workaround anyway, you can create a small script that 
>> starts xautolock at user session start like this : 
> 
> […] 
> 
> Works great! Thanks a lot! 
> 
> Jens 

With next nxagent release Walid's work-around is obsolete. The issue 
has been addressed in nxagent upstream. 
https://github.com/ArcticaProject/nx-libs/pull/713 

Mike 
-- 

DAS-NETZWERKTEAM 
mike gabriel, herweg 7, 24357 fleckeby 
mobile: +49 (1520) 1976 148 
landline: +49 (4354) 8390 139 

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de 


___ 
x2go-user mailing list 
x2go-user@lists.x2go.org 
https://lists.x2go.org/listinfo/x2go-user
---
DISCLAIMER: This e-mail is private and confidential and may contain proprietary 
or legally privileged information. It is for the intended recipient only. If 
you have received this email in error, please notify the author by replying to 
it and then destroy it. If you are not the intended recipient you must not use, 
disclose, distribute, copy, print or rely on this e-mail or any attachment. 
Thank you
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] MATE screensaver is not activated when connected via x2go

2018-07-03 Thread Stefan Baur
Am 03.07.2018 um 15:29 schrieb Mike Gabriel:
>>
> 
> With next nxagent release Walid's work-around is obsolete. The issue has
> been addressed in nxagent upstream.
> https://github.com/ArcticaProject/nx-libs/pull/713

Yay! \o/

Thank you for your continued work on the NX components. :-)

-Stefan

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243



signature.asc
Description: OpenPGP digital signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] MATE screensaver is not activated when connected via x2go

2018-07-03 Thread Mike Gabriel

Hi All,

On  Do 24 Mai 2018 08:48:07 CEST, Jens Bürger wrote:


Dear Walid,


Am 23.05.2018 um 17:08 schrieb Walid MOGHRABI :

This is a known bug in mate and pretty hard to debug/fix apparently.

There is a workaround anyway, you can create a small script that  
starts xautolock at user session start like this :


[…]

Works great!  Thanks a lot!

Jens


With next nxagent release Walid's work-around is obsolete. The issue  
has been addressed in nxagent upstream.

https://github.com/ArcticaProject/nx-libs/pull/713

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpCejo6falh8.pgp
Description: Digitale PGP-Signatur
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] MATE screensaver is not activated when connected via x2go

2018-05-24 Thread Jens Bürger
Dear Walid,

> Am 23.05.2018 um 17:08 schrieb Walid MOGHRABI :
> 
> This is a known bug in mate and pretty hard to debug/fix apparently.
> 
> There is a workaround anyway, you can create a small script that starts 
> xautolock at user session start like this :

[…]

Works great!  Thanks a lot!

Jens
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] MATE screensaver is not activated when connected via x2go

2018-05-23 Thread Walid MOGHRABI
This is a known bug in mate and pretty hard to debug/fix apparently.

There is a workaround anyway, you can create a small script that starts 
xautolock at user session start like this :

#!/bin/bash
xautolock -time 5 -locker "mate-screensaver-command -l" -notifier "notify-send 
-t 2 'Your session will be locked in 20 secondes' 'click here to cancel'" 
-notify 20 &



You'll need these packages (for Ubuntu) : xautolock, libnotify-bin

Regards,
Walid Moghrabi

TRAVAUX.COM
BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403
13591 AIX EN PROVENCE CEDEX 3

- Mail original - 

De: "Jens Bürger" <jbuer...@arcor.de> 
À: x2go-user@lists.x2go.org 
Envoyé: Mardi 22 Mai 2018 23:17:19 
Objet: [X2Go-User] MATE screensaver is not activated when connected via x2go 

Hello all, 

I am working with a fresh X2Go install based on Debian 9. 
I recently discovered that the MATE screensaver is not activated when connected 
through X2Go. 
When I connect to the server locally, it works fine. 

Any suggestions? 

Kind regards, Jens 
___ 
x2go-user mailing list 
x2go-user@lists.x2go.org 
https://lists.x2go.org/listinfo/x2go-user
---
DISCLAIMER: This e-mail is private and confidential and may contain proprietary 
or legally privileged information. It is for the intended recipient only. If 
you have received this email in error, please notify the author by replying to 
it and then destroy it. If you are not the intended recipient you must not use, 
disclose, distribute, copy, print or rely on this e-mail or any attachment. 
Thank you
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

[X2Go-User] MATE screensaver is not activated when connected via x2go

2018-05-22 Thread Jens Bürger
Hello all,

I am working with a fresh X2Go install based on Debian 9.
I recently discovered that the MATE screensaver is not activated when connected 
through X2Go.
When I connect to the server locally, it works fine.

Any suggestions?

Kind regards, Jens
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user