From 837a598bb38b99f4425f201f4f617eed789eb1b5 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Mon, 13 Sep 2021 14:46:10 +0430 Subject: [PATCH] =?utf8?q?user:=20Add=20=E2=80=9Cwaydroid=E2=80=9D=20prefi?= =?utf8?q?x=20to=20desktop=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/services/user_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/services/user_manager.py b/tools/services/user_manager.py index 98b7d28..b8771e7 100644 --- a/tools/services/user_manager.py +++ b/tools/services/user_manager.py @@ -20,7 +20,7 @@ def start(args, unlocked_cb=None): packageName = appInfo["packageName"] desktop_file_path = args.host_user + \ - "/.local/share/applications/" + packageName + ".desktop" + "/.local/share/applications/waydroid." + packageName + ".desktop" if not os.path.exists(desktop_file_path): lines = ["[Desktop Entry]", "Type=Application"] lines.append("Name=" + appInfo["name"]) -- 2.47.3