Re: [e-users] more mouse button bindings feature request

2018-09-17 Thread sergio

On 17/09/2018 20:45, Carsten Haitzler (The Rasterman) wrote:


1. right (or some other) button hold + scroll


in apps? this is up to widget sets/apps to do. wm's don't do this. efl doesn't
support this - but it has wheel support already and regular left click+drag
support for touch...


In my imagination it was "Any" "Action Context".



2. right button press -> left button press -> right button release ->
left button release
3. 2 vice versa



what is that meant to do?


press (and hold) mouse button 3, than press (and hold) mouse button 1, 
than release mouse button 3, than release mouse button 1


xev:

ButtonPress event, serial 39, synthetic NO, window 0x281,
root 0x6b8, subw 0x0, time 517114277, (117,135), root:(919,165),
state 0x0, button 3, same_screen YES

ButtonPress event, serial 39, synthetic NO, window 0x281,
root 0x6b8, subw 0x0, time 517115037, (117,135), root:(919,165),
state 0x400, button 1, same_screen YES

ButtonRelease event, serial 39, synthetic NO, window 0x281,
root 0x6b8, subw 0x0, time 517115549, (117,135), root:(919,165),
state 0x500, button 3, same_screen YES

ButtonRelease event, serial 39, synthetic NO, window 0x281,
root 0x6b8, subw 0x0, time 517116053, (117,135), root:(919,165),
state 0x100, button 1, same_screen YES


I'd like to switch desktops with mouse only. With full-screen windows 
without panels.



--
sergio.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Don't composite fullscreen windows and autohideable shelf

2018-09-17 Thread sergio
If "Don't composite fullscreen windows" is true it's impossible to 
unhide autohideable shelf for some maximized windows.


For some apps (riot-web which is on electronjs) all is fine.
But for some other (firefox, thunderbird) the shelf becomes totally 
invisible (goes under app widow) after a bit time after hide. Even if 
"Stacking" is "Always Below"


All windows are "Maximized" not "Fullscreened".


--
sergio.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] $QT_QPA_PLATFORMTHEME $QT_STYLE_OVERRIDE both set to gtk2

2018-09-17 Thread sergio

On 18/09/2018 02:03, Mick wrote:


In Settings Panel/Advanced/Environment Variables



I would also be interested to know if there is a fix for this.


Just set QT_QPA_PLATFORMTHEME to qt5ct and unset QT_STYLE_OVERRIDE


--
sergio.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] $QT_QPA_PLATFORMTHEME $QT_STYLE_OVERRIDE both set to gtk2

2018-09-17 Thread Mick
On Monday, 17 September 2018 19:38:20 BST sergio wrote:
> My e config is minimal. A few modules are loaded. Nothing in Settings ->
> Advanced -> Environment Variables. Also I've inspected configs with vieet.
> 
> enlightenment start from ~/.xsession with enlightenment_start
> 
> If I replace enlightenment_start with xterm $QT_STYLE_OVERRIDE is not
> set and $QT_QPA_PLATFORMTHEME is qt5ct. But just soon as I run
> enlightenment_start it set both variables to gtk2

In Settings Panel/Advanced/Environment Variables, I added the setting:

XDG_SESSION_DESKTOP KDE

The two variables you mention above are shown as:

$ echo $QT_STYLE_OVERRIDE
gtk2
$ echo $QT_QPA_PLATFORMTHEME
qt5ct

if I run the above in urxvt.  However, when I run the same in xterm/
terminology, I get:

$ echo $QT_STYLE_OVERRIDE
gtk2
$ echo $QT_QPA_PLATFORMTHEME
gtk2

In addition, when I launch a KDE application from the menu, e.g. kwrite, it 
has no application icons and the fonts are really small.  If I launch the same 
application from urxvt, it launches with its icons and full theme.

Trying to launch qt5ct from urxvt I get a popup complaining:

 Error: Please remove the QT_STYLE_OVERRIDE environment variable.

>From xterm I get:

 Please remove the QT_STYLE_OVERRIDE environment variable
 The QT_QPA_PLATFORMTHEME environment variable is not set correctly

In both cases qt5ct fails to launch.  I suspect there has been some disconnect 
between e and Qt5 for some time now.  I would also be interested to know if 
there is a fix for this.

-- 
Regards,
Mick
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] $QT_QPA_PLATFORMTHEME $QT_STYLE_OVERRIDE both set to gtk2

2018-09-17 Thread Simon Lees



On 18/09/2018 04:08, sergio wrote:
> 
> My e config is minimal. A few modules are loaded. Nothing in Settings ->
> Advanced -> Environment Variables. Also I've inspected configs with vieet.
> 
> enlightenment start from ~/.xsession with enlightenment_start
> 
> If I replace enlightenment_start with xterm $QT_STYLE_OVERRIDE is not
> set and $QT_QPA_PLATFORMTHEME is qt5ct. But just soon as I run
> enlightenment_start it set both variables to gtk2
> 
> 
This was intentional, with nothing set when running Qt apps, Qt didn't
know which engine to use so it was falling back to a very basic one
which didn't load icons etc. GTK2 was chosen over KDE because at the
time the gtk2 engine was installed with all Qt installs and
enlightenment's dialog to set the "Application Theme" sets the GTK
theme, and so with this was also applying to Qt applications.

Since then much has changed so if someone wants to test and suggest a
new default that will work better out of the box that would be great.
qt5ct probably isn't an acceptable default as its generally not
installed by default on distro's

-- 

Simon Lees (Simotek)http://simotek.net

Emergency Update Team   keybase.io/simotek
SUSE Linux   Adelaide Australia, UTC+10:30
GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] $QT_QPA_PLATFORMTHEME $QT_STYLE_OVERRIDE both set to gtk2

2018-09-17 Thread sergio

On 18/09/2018 03:25, Simon Lees wrote:


This was intentional, with nothing set


QT_QPA_PLATFORMTHEME is set before enlightenment start.

Please just don't redefine my environment!


--
sergio.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] more mouse button bindings feature request

2018-09-17 Thread The Rasterman
On Mon, 17 Sep 2018 05:10:44 +0300 sergio  said:

> 
> Please add support for:
> 
> 1. right (or some other) button hold + scroll

in apps? this is up to widget sets/apps to do. wm's don't do this. efl doesn't
support this - but it has wheel support already and regular left click+drag
support for touch...

> 2. right button press -> left button press -> right button release -> 
> left button release
> 3. 2 vice versa

what is that meant to do?

> -- 
> sergio.
> 
> 
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GnuPG pinentry feature request

2018-09-17 Thread sergio

On 17/09/2018 12:53, Jérémy Zurcher wrote:


it is already in pinentry


Thank you. New debian bug #909014 reported.


--
sergio.


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GnuPG pinentry feature request

2018-09-17 Thread Jérémy Zurcher
Hello,

it is already in pinentry since May 29, 2018,
https://github.com/gpg/pinentry/commit/948105b7a34ec9a9e5479d376b7c86bafee50a01
latest pinentry release, 1.1.0 is from Dec 3, 2017
1.0.0 is from Nov 22, 2016

maybe 1.2.0 will pop out in a few months ?!?

On Monday 17 September 2018  03:05, sergio wrote :
> Please make a pinentry-enlightenment for gpg in addition to
> enlightenment_askpass for ssh.
> 
> 
> -- 
> sergio.
> 
> 
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
--- Hell'O from Yverdoom

Jérémy (jeyzu)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users