graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
910 stars 88 forks source link

google-chrome-stable not managed #114

Closed millerthegorilla closed 9 years ago

millerthegorilla commented 9 years ago

midori and firefox are managed ok, but google-chrome-stable is not showing when psd p is run. ps -A lists google-chrome-stable as 'chrome' - perhaps this is the reason?

millerthegorilla commented 9 years ago

This is on xubuntu vivid vervet beta 1 (upgraded) which I will soon replace with the stable release of vivid. Many thanks.

graysky2 commented 9 years ago

Post the output of: sed -e 's/#.*$//' -e '/^$/d' /etc/psd.conf

millerthegorilla commented 9 years ago

thanks

USERS="super" BROWSERS="midori firefox google-chrome-stable" VOLATILE="/run/shm" DAEMON_FILE="/var/run/psd" USE_OVERLAYFS="yes"

On Mon, Apr 13, 2015 at 8:26 PM, graysky notifications@github.com wrote:

Post the output of: sed -e 's/#.*$//' -e '/^$/d' /etc/psd.conf

— Reply to this email directly or view it on GitHub https://github.com/graysky2/profile-sync-daemon/issues/114#issuecomment-92469657 .

James Stewart Miller Bsc(hons) Psych.

millerthegorilla commented 9 years ago

I tried changing the Browsers line to "midori firefox chrome" but psd complains that there is no such browser.

graysky2 commented 9 years ago

Looks ok... next question is where is the profile dir for that browser on your system?

graysky2 commented 9 years ago

Ping millerthegorilla