Skip to content

make contact scripts not visible in the app tray

Gnome contacts can now import contacts directly so a desktop icon visible in the app tray for these scripts is no longer necessary. But keeping these scripts can be useful for batch processing of files via CLI. Marking the desktop icons as not visible, makes it that they can still register the mime type. And allows the contact importer script to be used to import contacts via bluetooth, which gnome contacts does not yet do.

This MR:

  • removes the single desktop icon for the two scripts to import and to export contacts
  • adds again the individual desktop icon for each of the scripts to import and to export contacts
  • marks both desktop icons to not be displayed.

Closes: #23 (closed)

Edited by Joao Azevedo

Merge request reports