From 42971dd4628d42c4ac6962125b47a10349fbb82d Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 11 Nov 2021 09:36:41 +0100 Subject: [PATCH] chrome profile dirs were wrong --- .local/share/applications/google-chrome-beta-client.desktop | 2 +- .local/share/applications/google-chrome-beta-private.desktop | 2 +- .local/share/applications/google-chrome-beta-work.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.local/share/applications/google-chrome-beta-client.desktop b/.local/share/applications/google-chrome-beta-client.desktop index 6822e7c..cd2f598 100644 --- a/.local/share/applications/google-chrome-beta-client.desktop +++ b/.local/share/applications/google-chrome-beta-client.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=Client Chrome StartupWMClass=Google-chrome-beta-client -Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-client --class=Google-chrome-beta-client +Exec=/usr/bin/google-chrome-beta %U --user-data-dir=.config/Google-chrome-beta-client --class=Google-chrome-beta-client StartupNotify=true Terminal=false Icon=google-chrome-beta diff --git a/.local/share/applications/google-chrome-beta-private.desktop b/.local/share/applications/google-chrome-beta-private.desktop index 6a3ed32..581a1ba 100644 --- a/.local/share/applications/google-chrome-beta-private.desktop +++ b/.local/share/applications/google-chrome-beta-private.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=Private Chrome StartupWMClass=Google-chrome-beta-private -Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-private --class=Google-chrome-beta-private +Exec=/usr/bin/google-chrome-beta %U --user-data-dir=.config/Google-chrome-beta-private --class=Google-chrome-beta-private StartupNotify=true Terminal=false Icon=google-chrome-beta diff --git a/.local/share/applications/google-chrome-beta-work.desktop b/.local/share/applications/google-chrome-beta-work.desktop index c35aede..9912349 100644 --- a/.local/share/applications/google-chrome-beta-work.desktop +++ b/.local/share/applications/google-chrome-beta-work.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=Work Chrome StartupWMClass=Google-chrome-beta-work -Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-work --class=Google-chrome-beta-work +Exec=/usr/bin/google-chrome-beta %U --user-data-dir=.config/Google-chrome-beta-work --class=Google-chrome-beta-work StartupNotify=true Terminal=false Icon=google-chrome-beta