diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 4f83b1278..4fc44a820 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -3249,7 +3249,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path) free(custom_desktop_dir); return NULL; } - buf[len++] = '/'; + buf[len++] = '-'; strncpy(buf + len, path, sizeof(buf) - len); } free(custom_desktop_dir); @@ -3264,7 +3264,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path) } else { - if (e_user_homedir_snprintf(buf, sizeof(buf), "%s/%s", + if (e_user_homedir_snprintf(buf, sizeof(buf), "%s-%s", _("Desktop"), path) >= sizeof(buf)) return NULL;