Re: [e-users] xdg-open troubles

2018-11-02 Thread Peter Flynn
On 02/11/2018 21:05, Ross Vandegrift wrote:
> On Fri, Nov 02, 2018 at 07:21:36PM +, Peter Flynn wrote:
>> xdg-open calls enlightenment_open to open a file with its nominated
>> handler. On my system, PDFs open with GIMP for some unfathomable reason,
>> and all my browsers are incapable of calling Thunderbird to open mailto:
>> links.
> 
> Settings -> Apps -> Default applications.  Email is in the Core tab.
> Other cases are listed by mime type in the General tab.

Thank you...as I thought, Email is already set to Thunderbird and
application/pdf is already set to Document Viewer.

1. But if I type

   xdg-open foobar.pdf

it opens GIMP (ie behaviour is false, but it's what the applications are
doing). BTW file -i correctly identifies PDF files as application/pdf

2. If I type

   xdg-open mailto:pe...@silmaril.ie

a Thunderbird Compose window opens (ie behaviour is correct, but all my
browsers fail to invoke it).

Is it possible that for [1] something is overriding the file identity?

///Peter



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


Re: [e-users] xdg-open troubles

2018-11-02 Thread Ross Vandegrift
On Fri, Nov 02, 2018 at 07:21:36PM +, Peter Flynn wrote:
> xdg-open calls enlightenment_open to open a file with its nominated
> handler. On my system, PDFs open with GIMP for some unfathomable reason,
> and all my browsers are incapable of calling Thunderbird to open mailto:
> links.

Settings -> Apps -> Default applications.  Email is in the Core tab.
Other cases are listed by mime type in the General tab.

Ross


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


[e-users] xdg-open troubles

2018-11-02 Thread Peter Flynn
xdg-open calls enlightenment_open to open a file with its nominated
handler. On my system, PDFs open with GIMP for some unfathomable reason,
and all my browsers are incapable of calling Thunderbird to open mailto:
links.

How does enlightenment_open work? I must presumably be able to set each
filetype to open with the correct application somehow. Is there a config
file I can edit to force it to use the right applications?

(And then preferably lock it down hard so that any applications I
install in the future don't try to mess with the settings, which I
suspect is why it's broken...)

///Peter


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


Re: [e-users] How to come back from suspend with a password

2018-11-02 Thread Pierre Couderc

On 11/2/18 4:29 PM, Carsten Haitzler (The Rasterman) wrote:

On Fri, 2 Nov 2018 16:01:59 +0100 Pierre Couderc  said:


On 11/2/18 2:49 PM, Carsten Haitzler (The Rasterman) wrote:

On Fri, 2 Nov 2018 14:13:26 +0100 Pierre Couderc  said:


I can  "systemctl suspend" in a terminogy console, but I would like
that  password be asked when awaiking

How to do that...?

e won't. e will do this all if you suspend via e. there are actions you can
bind to keys or other events to make suspend a single key press/binding if u
like.



Thank you, and how do I "suspend via e" ?

see e's binput settings - e.g key bindings, acpi bindings. under action ->
system are suspend, hibernate etc. ... select one of those.


And how do I parametrize awaking ?

what do you mean?



I mean request a password when   awaiking, or executing some script.


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


Re: [e-users] How to come back from suspend with a password

2018-11-02 Thread The Rasterman
On Fri, 2 Nov 2018 16:01:59 +0100 Pierre Couderc  said:

> 
> On 11/2/18 2:49 PM, Carsten Haitzler (The Rasterman) wrote:
> > On Fri, 2 Nov 2018 14:13:26 +0100 Pierre Couderc  said:
> >
> >> I can  "systemctl suspend" in a terminogy console, but I would like
> >> that  password be asked when awaiking
> >>
> >> How to do that...?
> > e won't. e will do this all if you suspend via e. there are actions you can
> > bind to keys or other events to make suspend a single key press/binding if u
> > like.
> >
> >
> 
> Thank you, and how do I "suspend via e" ?

see e's binput settings - e.g key bindings, acpi bindings. under action ->
system are suspend, hibernate etc. ... select one of those.

> And how do I parametrize awaking ?

what do you mean?


-- 
- 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] How to come back from suspend with a password

2018-11-02 Thread Pierre Couderc


On 11/2/18 2:49 PM, Carsten Haitzler (The Rasterman) wrote:

On Fri, 2 Nov 2018 14:13:26 +0100 Pierre Couderc  said:


I can  "systemctl suspend" in a terminogy console, but I would like
that  password be asked when awaiking

How to do that...?

e won't. e will do this all if you suspend via e. there are actions you can
bind to keys or other events to make suspend a single key press/binding if u
like.




Thank you, and how do I "suspend via e" ?

And how do I parametrize awaking ?


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


Re: [e-users] How to come back from suspend with a password

2018-11-02 Thread The Rasterman
On Fri, 2 Nov 2018 14:13:26 +0100 Pierre Couderc  said:

> I can  "systemctl suspend" in a terminogy console, but I would like 
> that  password be asked when awaiking
> 
> How to do that...?

e won't. e will do this all if you suspend via e. there are actions you can
bind to keys or other events to make suspend a single key press/binding if u
like.


-- 
- 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


[e-users] How to come back from suspend with a password

2018-11-02 Thread Pierre Couderc
I can  "systemctl suspend" in a terminogy console, but I would like 
that  password be asked when awaiking


How to do that...?

Thanks.

PC



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