Re: [e-users] xdg-bs

2018-03-06 Thread Simon Lees


On 06/03/18 20:33, Peter Flynn wrote:
>> On Monday 27 Mar 2017 20:47:29 Peter Flynn wrote:
>>> On 03/27/2017 07:56 PM, Mick wrote:
 On Monday 27 Mar 2017 19:39:21 Peter Flynn wrote:
> On 27/03/17 00:47, Carsten Haitzler (The Rasterman) wrote:
>> On Sun, 26 Mar 2017 16:55:45 -0400 Christopher Barry
>>
>>> Okay, this is annoying...
>>>
>>> claws-mail uses xdg-open to decide what app to use when 
>>> opening files (rather than 'alternatives', which is the 
>>> standard Debian way to do this), so clicking on a link in 
>>> email always opens Chromium rather than Firefox which is my 
>>> system default browser. When I try to see/change it in
>>> Enlightenment, I get the following.
>>>
>>> $ xdg-settings get default-web-browser
>>> xdg-settings: unknown desktop environment
>>>
>>> Any ideas on how to change this setting to point to Firefox?
>>
>> settings -> apps -> default applications -> browser
>
> And does that *really* change xdg settings?
>
> The *big* problem for me is that when I click on a mailto:
> link in chromium-browser, it just opens another browser window,
> or sometimes pops up a window saying it wants to run some 
> unspecified program recommended by xdg, which never does 
> anything. If anyone knows how to force chromium-browser to
> open Thunderbird, I'd be grateful.>>>
 Have you tried setting something in Handlers to see if it takes?
 https://support.google.com/chrome/answer/114662?visit_id=0-636262376794060954-3121866498=ib_protocol_handler=2
  
>>> Unfortunately that's for requesting *web* services to respond to 
>>> protocol calls (eg make mailto: open Hotmail). It's set by
>>> default, but it doesn't do anything that I can see for *programs*
>>> (eg Tbird).
>>
>> Yes, I noticed the same just now.  I cannot add anything to it ...
>> I suspect Chromium/Chrome use xdg-open, so:
>> 'xdg-mime query default message/rfc822'
>> should show your default application for e.g. viewing messages.
> 
> Hah. Fixed.
> 
> Nothing to do with handlers, nothing to do with MIME types.
> 
> Everything to do with xdg and its default action, which is to open a
> *browser* instead of a *mailer* for mailto: actions. This is entirely
> wrong, and I am shocked that the xdg project would make such an
> elementary error. It also happens because xdg doesn't know about e.
> 
> Solution: edit /usr/bin/xdg-email and at the bottom, inside the case
> command, add
> 
> enlightenment)
> open_gnome "${mailto}"
> ;;
> 
> before the generic entry. Save and exit.
> 
> ///Peter
> 

Thanks as the maintainer of xdg-utils in a major distro i'll have a look
at this and get it fixed, i've contributed most of the xdg-utils code
for enlightenment, the bug is now tracked here
https://bugzilla.opensuse.org/show_bug.cgi?id=1084236 so I remember to
go fix it.

-- 

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

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Replicating e bryce/luncher

2018-03-06 Thread Simon Lees


On 06/03/18 10:30, Peter Flynn wrote:
> On 05/03/18 23:28, Simon Lees wrote:> On 06/03/18 06:57, Peter Flynn wrote:
>>> Now that my configuration has settled down and I have migrated all my
>>> machines to Mint Cinnamon with Enlightenment, I need a way to replicate
>>> the bryce/luncher setup from my laptop onto all the other machines.
>>> They're all running the exact same versions of everything.
>>>
>>> Is there a ready-made way to do this, like copying a config file?
>>
>> Not a simple way, you can take your config and decompile it with vieet
>> then use it as the basis to create a new profile then load that profile
>> into all your computers. 
> 
> That's a pity. I don't want a new profile: I basically want the
> identical profile on each system. As they are all running an identical
> OS with identical applications I had hoped that the data for the
> settings would be transferable.
> 

Yeah so I have one profile I load onto all my machines during first run,
its more flexible then just copying all of .e, because my machines have
different size monitors and a couple have an extra screen, but all using
the same profile means that my keyboard bindings and shelf layout for
the main screen and my list of modules loaded is the same on each machine.

-- 

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

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment and touchpads

2018-03-06 Thread Roy Reese
> Enviar: martes 6 de marzo de 2018 a las 15:45
> De: "Carsten Haitzler (The Rasterman)" 
> Para: "Enlightenment users discussion & support" 
> 
> Asunto: Re: [e-users] Enlightenment and touchpads
>
> On Tue, 6 Mar 2018 09:44:20 -0300 Juan Matias de la Camara
>  said:
> 
> > I can't find a way to set "tap to click" and "natural scrolling" on my
> > touchpad.
> > 
> 
> e has nothing. you might want to look at synclient (synaptics client) to
> configure it on the cmdline.
> 
It really would be nice to have something for those of use who have not used a 
mouse in nearly 15 years and whose wrists thank us for it!

Juan, just edit the libinput config directly (in X11: 
/user/share/X11/xorg.conf.d/40-libinput.conf):
Arch Wiki (always good no matter your distro!): 
https://wiki.archlinux.org/index.php/Libinput
Man pages: https://www.mankier.com/4/libinput (or of course, man libinput 
in the terminal)

If you are using Wayland, there is a graphical front end (see link at bottom of 
Arch wiki).

Best,
Roy

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment and touchpads

2018-03-06 Thread The Rasterman
On Tue, 6 Mar 2018 09:44:20 -0300 Juan Matias de la Camara
 said:

> Hello.
> 
> I'm using Enlightenment in a notebook with Fedora 27.
> 
> I can't find a way to set "tap to click" and "natural scrolling" on my
> touchpad.
> 
> Touchpad is working to move the pointer and to perform a scroll with two
> fingers.
> 
> I searched on the web, but can't find a way to  set it up. I found an email
> from 2016 saying that "would be cool" to have a way to set these options.
> 
> 
> May you help me? Is there a way to set these two options?

e has nothing. you might want to look at synclient (synaptics client) to
configure it on the cmdline.

> Thanks.
> ___
> Juan Matías de la Cámara Beovide
> 
> Mensaje por Telegram a @juanmatiasdelacamara
> Mis sitios: Danza de Palabras
> , Sitio Personal
> , Ser Como El Agua
> 
> Facebook , Twitter
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> 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


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Enlightenment and touchpads

2018-03-06 Thread Juan Matias de la Camara
Hello.

I'm using Enlightenment in a notebook with Fedora 27.

I can't find a way to set "tap to click" and "natural scrolling" on my
touchpad.

Touchpad is working to move the pointer and to perform a scroll with two
fingers.

I searched on the web, but can't find a way to  set it up. I found an email
from 2016 saying that "would be cool" to have a way to set these options.


May you help me? Is there a way to set these two options?

Thanks.
___
Juan Matías de la Cámara Beovide

Mensaje por Telegram a @juanmatiasdelacamara
Mis sitios: Danza de Palabras
, Sitio Personal
, Ser Como El Agua

Facebook , Twitter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xdg-bs

2018-03-06 Thread Peter Flynn
> On Monday 27 Mar 2017 20:47:29 Peter Flynn wrote:
>> On 03/27/2017 07:56 PM, Mick wrote:
>>> On Monday 27 Mar 2017 19:39:21 Peter Flynn wrote:
 On 27/03/17 00:47, Carsten Haitzler (The Rasterman) wrote:
> On Sun, 26 Mar 2017 16:55:45 -0400 Christopher Barry
> 
>> Okay, this is annoying...
>> 
>> claws-mail uses xdg-open to decide what app to use when 
>> opening files (rather than 'alternatives', which is the 
>> standard Debian way to do this), so clicking on a link in 
>> email always opens Chromium rather than Firefox which is my 
>> system default browser. When I try to see/change it in
>> Enlightenment, I get the following.
>> 
>> $ xdg-settings get default-web-browser
>> xdg-settings: unknown desktop environment
>> 
>> Any ideas on how to change this setting to point to Firefox?
> 
> settings -> apps -> default applications -> browser
 
 And does that *really* change xdg settings?
 
 The *big* problem for me is that when I click on a mailto:
 link in chromium-browser, it just opens another browser window,
 or sometimes pops up a window saying it wants to run some 
 unspecified program recommended by xdg, which never does 
 anything. If anyone knows how to force chromium-browser to
 open Thunderbird, I'd be grateful.>>>
>>> Have you tried setting something in Handlers to see if it takes?
>>> https://support.google.com/chrome/answer/114662?visit_id=0-636262376794060954-3121866498=ib_protocol_handler=2
>>>  
>> Unfortunately that's for requesting *web* services to respond to 
>> protocol calls (eg make mailto: open Hotmail). It's set by
>> default, but it doesn't do anything that I can see for *programs*
>> (eg Tbird).
>
> Yes, I noticed the same just now.  I cannot add anything to it ...
> I suspect Chromium/Chrome use xdg-open, so:
> 'xdg-mime query default message/rfc822'
> should show your default application for e.g. viewing messages.

Hah. Fixed.

Nothing to do with handlers, nothing to do with MIME types.

Everything to do with xdg and its default action, which is to open a
*browser* instead of a *mailer* for mailto: actions. This is entirely
wrong, and I am shocked that the xdg project would make such an
elementary error. It also happens because xdg doesn't know about e.

Solution: edit /usr/bin/xdg-email and at the bottom, inside the case
command, add

enlightenment)
open_gnome "${mailto}"
;;

before the generic entry. Save and exit.

///Peter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users