After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105041 - Make commands editable (gconf or external)
Make commands editable (gconf or external)
Status: RESOLVED FIXED
Product: acme
Classification: Deprecated
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Bastien Nocera
Bastien Nocera
Depends on:
Blocks:
 
 
Reported: 2003-02-02 11:02 UTC by Richard Eckart
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
quick hack: create custom actions in gconf. for keyboard key X, gconf key /apps/acme/X_command is the command to run. (5.22 KB, patch)
2003-02-23 08:45 UTC, abhikshah
none Details | Review

Description Richard Eckart 2003-02-02 11:02:27 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.
Comment 1 abhikshah 2003-02-23 08:45:19 UTC
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.
Comment 2 Bastien Nocera 2003-03-10 17:30:28 UTC
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