You are not logged in.
Hi!
I just recently installed evolution 2, for my mails and calendar and such....I use Enlightenment, and Firefox is my browser of the web.
How come, that I cannot press a link in a mail in evolution and get it to open Firefox, instead it doesn't do anything at all..I have gone through the settings and can not find anything related to "open in this browser: browsername"
any ideas?
UPDATE: It finally workes, the only thing one had to do, was to install gnome, and change "default applications" then it workes in any wm/de , or so it seems at least
thanks for all the help and tips
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
what window manager are you using?
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
enlightenment 16.8
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
I have this issue too ! I use Gnome
Offline
So do I using xfce4. Thunderbird gives the same problem as well. Sylpheed works however...
Offline
Have you tried running it from an xterm? Do you get any error messages?
Offline
run gnome-default-applications-properties
:?
Offline
redshift: but if one does not use gnome?? this should not have to be an issue of "specifik" properties in certain DE/WMs it should be configured within or in a config-file for evolution (at least I want it that way)
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
I have the same problem with: fluxbox > thunderbird
--
Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson
Offline
redshift: but if one does not use gnome?? this should not have to be an issue of "specifik" properties in certain DE/WMs it should be configured within or in a config-file for evolution (at least I want it that way)
Evolution is a heavily integrated part of the gnome desktop, and uses gnome settings for default programs. If you change a setting in gnome, you change the setting in evolution too. Install control-center and run the program as told by redshift, evolution will use firefox in the future then.
Offline
Interesting: Even though I don't use gnome at all, I went ahead and tried it... Installed control-center, ran gnome-default-applications-properties, and it's working in my fluxbox now..
--
Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson
Offline
I can't believe thats all I had to do.
Offline
just realized the same thing myself
workes perfect now
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
As I use fluxbox, not gnome, can anyone tell me what files gnome-default-applications-properties changes.
I know that I could install control-center but as that then installs gnome-desktop, nautilus and a few other gnome related things. I'd be happy to just create/edit the config files.
Offline
As I use fluxbox, not gnome, can anyone tell me what files gnome-default-applications-properties changes.
I know that I could install control-center but as that then installs gnome-desktop, nautilus and a few other gnome related things. I'd be happy to just create/edit the config files.
You need to edit these four files:
~/.gconf/desktop/gnome/url-handlers/{about,http,https,unknown}/%gconf.xml
Offline
I haven't got a desktop directory in .gnome, could you post an example file so that I can create the directories and files.
Ta
Offline
It's in the gconf-folder, not gnome, and as the forums won't properly reproduce what i post, look here http://sourceforge.net/mailarchive/foru … um_id=6199
but instead of name="enabled"..."true" use "needs-terminal"..."false" (well, unless your browser actually needs a terminal )
Offline
Thanks for that, I'll give it a try.
And I meant .gconf not .gnome . Either way, I don't have a desktop directory in either of them!
Offline
It worked, I tried creating the file by hand but it didn't like something so I tried a variation on the commands given in the SourceForge link.
For anyone else who wants to do this, the following commands got http and https working a treat. Thanks Linteg
~ $ gconftool-2 -s /desktop/gnome/url-handlers/http/command --type string "firefox %s"
~ $ gconftool-2 -s /desktop/gnome/url-handlers/http/enabled --type bool true
~ $ gconftool-2 -s /desktop/gnome/url-handlers/https/command --type string "firefox %s"
~ $ gconftool-2 -s /desktop/gnome/url-handlers/https/enabled --type bool true
Offline