Blog Forum Wiki Links Contact Us NetbookUser

You are not logged in.

#1 2008-08-12 1:46:23 pm

aviindub
New member
Registered: 2008-08-08
Posts: 8

Couldn't execute command: evolution error message

i have an eee 1000 (40gb linux) running eeebuntu and the latest eee kernel.

when i plug in AC power, i get the following error:

Couldn't execute command: evolution
Verify that this is a valid command


Everything seems to be working fine... i can't see anything actually wrong.  just the error message.   AC power works fine, the battery charges fine, etc.

any thoughts, or should i just ignore it?

Offline

 

#2 2008-08-12 11:11:57 pm

shengchieh
ExtrEmE User
Registered: 2007-11-17
Posts: 1422
Website

Re: Couldn't execute command: evolution error message

On a console, type

evolution

and post the error message.

Sheng-Chieh

Offline

 

#3 2008-08-13 11:29:12 am

GrimDanfango
Member
Registered: 2008-07-08
Posts: 24

Re: Couldn't execute command: evolution error message

I get the same thing.  Evolution is a mail client - one that's not installed by default, at least in ubuntu-eee/eeebuntu.  No idea why its scripted to run when you plug in the AC cord.  Does anyone know if there's a script somewhere for events on plugging in AC?  Presumably we could just edit out a line or two if one exists, but I have no idea where I would find it.


Eee 901 20Gb Currently running:
Xubuntu with Adamm's latest kernel

Offline

 

#4 2008-08-13 11:34:29 am

aviindub
New member
Registered: 2008-08-08
Posts: 8

Re: Couldn't execute command: evolution error message

edited post:

i thought that this issue had gone away, but it is back.  not sure if i just wasnt seeing it, or if the issue is actually intermittent.

i tried running evolution from the terminal, the error message says that evolution is not installed and i can install it by typing "sudo apt-get install evolution"

i have no interest in using evolution, just want this dang error message to stop cropping up when i plug in AC power.

Last edited by aviindub (2008-08-13 1:44:12 pm)

Offline

 

#5 2008-08-14 10:22:06 pm

shengchieh
ExtrEmE User
Registered: 2007-11-17
Posts: 1422
Website

Re: Couldn't execute command: evolution error message

There are two places that autostart applications.  One place for boot and one place for an user.
I know they are for KDE, but not for GNOME.   You have to find them.  Look around in

http://www.gnome.org/
-> support

where you autostart stuffs.  Worst case, ask their mailing list.

Sheng-Chieh

p.s. You may also try the "Ubuntu, Kubuntu, and Xubuntu" sub-forum.

Last edited by shengchieh (2008-08-14 10:22:35 pm)

Offline

 

#6 2008-08-18 8:35:02 am

jonah
Member
Registered: 2008-02-07
Posts: 12

Re: Couldn't execute command: evolution error message

i also get this issue on 1000H running ubuntu. i uninstalled evolution as don't need it. i also get the error when i plug AC in...

Offline

 

#7 2008-08-19 1:51:47 pm

GrimDanfango
Member
Registered: 2008-07-08
Posts: 24

Re: Couldn't execute command: evolution error message

Not a solution... but I decided to try out Xubuntu and this problem doesn't happen any more.


Eee 901 20Gb Currently running:
Xubuntu with Adamm's latest kernel

Offline

 

#8 2008-08-20 12:31:44 am

deicidist
Member
Registered: 2008-01-20
Posts: 61

Re: Couldn't execute command: evolution error message

It's actually a simple fix:

Go to Main Menu> System> Preferences> Preferred Applications

Under the Mail Reader section it should be set to Custom and have a command that says:

%s evolution (or whatever your preferred email client is)

Simply erase everything in the command and hit close.

That should solve your problem!

Offline

 

#9 2008-08-20 8:12:59 am

aviindub
New member
Registered: 2008-08-08
Posts: 8

Re: Couldn't execute command: evolution error message

deicidist wrote:

Go to Main Menu> System> Preferences> Preferred Applications

Under the Mail Reader section it should be set to Custom and have a command that says:

%s evolution (or whatever your preferred email client is)

Simply erase everything in the command and hit close.

that fixed it for me.  thanks!

Offline

 

#10 2008-08-27 1:06:06 pm

kieonsegg
Banned
Registered: 2008-02-28
Posts: 114

Re: Couldn't execute command: evolution error message

yup worked for me thanks

Offline

 

#11 2009-02-08 1:23:04 pm

mookiemu
Member
Registered: 2008-02-08
Posts: 14

Re: Couldn't execute command: evolution error message

another way thanks to 3guk from the ubuntu forums is to disable the code in /etc/acpi/events/asus-mail
This might be better than deleting the preferred mail client.

Problem occurs because the asus-acpi module sends hotkey events when connecting to AC power . Wrong for the Eeepc. Probably correct on other Asus computers.

open a terminal and run
sudo gedit /etc/acpi/events/asus-mail

I used gedit but you can use another editor if you wish.
comment out the following lines by putting a # in front of each line

event=hotkey (ATKD|HOTK) 00000050
action=/etc/acpi/mailbtn.sh

should look like this after commenting out the lines:

#event=hotkey (ATKD|HOTK) 00000050
#action=/etc/acpi/mailbtn.sh


the eeepc doesn't have a hotkey to open mail so no damage is done.

Save and then restart acpid with

sudo /etc/init.d/acpid restart

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson