Skip to content

Draft:Use URI to identify bookmarks instead of md5 checksum

Ayush Kaura requested to merge Ayush-Kaura/thunar:bookmark_uri_identify into master

MR for issue #295

  1. Rebased the old patch to current master
  2. accels.scm file defines some bookmark accels, using the old md5 checksum. On building thunar with the patch, the old accel keys for the bookmarks don't work.

To be done:

  1. A utility function in thunar-window.c that assigns the old accel keys to to new entries that use uri as the accel path and deletes the old accel map entries (that used md5 checksum).

Merge request reports