From bcfdc1138b4bbb2a8fd675537a8cadb2218ea0c4 Mon Sep 17 00:00:00 2001 From: Francesco-gaglione Date: Wed, 28 Aug 2024 08:58:44 +0200 Subject: [PATCH] fix app name --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index 2a8b5cb..12d4774 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1595,7 +1595,7 @@ impl Application for App { Ok(()) => { let _ = recently_used_xbel::update_recently_used( &path, - "org.cosmic.cosmic-files".to_string(), + "com.system76.cosmic-files".to_string(), "cosmic-files".to_string(), None, ); @@ -1988,7 +1988,7 @@ impl Application for App { Ok(()) => { let _ = recently_used_xbel::update_recently_used( &item_path, - "org.cosmic.cosmic-files".to_string(), + "com.system76.cosmic-files".to_string(), "cosmic-files".to_string(), None, );