chrome profile dirs were wrong
This commit is contained in:
parent
41e974f7b3
commit
42971dd462
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue