Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0a559c30814de33cb65d305451722a8f > files > 11

nautilus-actions-1.12.2-1mdv2010.0.i586.rpm


- (Grumz) implement the Help button in nact (or hide it meanwhile)

- (Grumz) i18n doen't works in the command line tool and for some part
  of NACT like the scheme list, it seems..?

- import and export assistants are seen as a distinct application in the
  task bar (there is a second NA icon) - gtk_window_set_transient_for()
  has no effect of this - open a bug ?

- Note about the schemas in Nautilus Actions:
  a) actions are identified by uuid
  b) so, all GConf keys have a path with the uuid of the action
  c) I'm not willing to write a schema for each and every uuid
  d) so, as of 1.11.2, the provided schema is general and should apply
     to all actions
  e) but there is not yet an API to set a GConfMetaInfo for a key
     note that gconftool-2 --dump is able to export for each entry a
     <schema_key> which includes the path to the general schema key
     but we cannot set it programatically (bad !)

- allow users to upload/download actions directly from a web repository
  (REST services ?)

- NAUTILUS_ACTIONS_CONFIG_GCONF_BASEDIR has nothing to do in configure.ac
  (not a configuration variable)

- changing conditions in IConditionsTab should trigger an update of the
  example label

- propose a patch for GOptions so that the help for an option could be
  multiline (by defining an optional maximum width)

- Make Nautilus conscious of modifications of preferences
  This suppose Nautilus receive a item-updated signal
  NACT is not conscious of Nautilus
  -> watching GConf preferences keys (in the same model than that used
     for reloading updated actions)
     But I don't want wath at the whole preferences/ dir, so we'd have
     to watch to each and every single preference which may have an
     impact on Nautilus behavior
  -> send a DBus message would be the most elegant solution

- open a bug against glib for g_utf8_collate_key_for_filename()
  (see the 26 exported actions, and the screenshot of Nautilus view)

- open a bug against gnome-packagekit: keep the last window size and position