GNOME Bugzilla – Bug 105041
Make commands editable (gconf or external)
Last modified: 2004-12-22 21:47:04 UTC
I understand you don't want to make the commands editable on the preferences dialog. It would be very nice though, to be able to edit most of them (not only eject) at least in gconf. The volume commands are not so important, but for the rest I'd like to be able to reconfigure them. Alternatively you can provide a way to have an external configuration file which can provide additional commands to those built in. E.g.: <application label="Evolution"> <command label="start" action="evolution"/> <command label="new mail" action="[don't remember]/> </application> <application label="Silpheed> <command label="start" action="silpheed"/> </application> So some applications or power users can register additional commands to choose from in the preferences dialog.
Created attachment 14544 [details] [review] quick hack: create custom actions in gconf. for keyboard key X, gconf key /apps/acme/X_command is the command to run.
Fixed in CVS. 2003-03-10 Bastien Nocera <hadess@hadess.net> * configure.in: added more warnings (again) * src/acme.c: (do_unknown_action), (do_help_action), (do_mail_action), (do_www_action), (do_action): use the proper service configuration to launch the mailer, the help handler and the web browser (Closes: #105041), see README for details * README: updated