From ac6e70dd15e834fa9f16bc19f60727c296925dfd Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Feb 2023 22:57:43 +0000 Subject: [PATCH] Clarify profile name should be changed by replacing profile_name. --- desktop/chromium/profile-jitless | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/chromium/profile-jitless b/desktop/chromium/profile-jitless index 5a17f36..dbaf00c 100644 --- a/desktop/chromium/profile-jitless +++ b/desktop/chromium/profile-jitless @@ -3,13 +3,13 @@ // Copyright 2022-2023 Jake Winters // SPDX-License-Identifier: GPL-3.0-or-later -// Version: 1.0.0.1 +// Version: 1.0.1.2 [Desktop Entry] -Name=Chromium (profile) +Name=Chromium (profile_name) Comment= -Exec=chromium --user-data-dir=/home/user/.config/chromium/profile --js-flags=--jitless +Exec=chromium --user-data-dir=/home/user/.config/chromium/profile_name --js-flags=--jitless Terminal=false Type=Application Icon=chromium