You are here

Google Chrome Portable not closing fit's files

5 posts / 0 new
Last post
rr24
Offline
Last seen: 12 years 6 months ago
Joined: 2012-05-28 07:23
Google Chrome Portable not closing fit's files

New Chrome (since last two releases) is not closing multiple files when I exit last instance of the browser. That is fatal as those files remain locked and can not be accessed by number of file system synchonization tools.

Workaround: Log out and log in from win 7.

Files noticed to be locked:

GoogleChromePortable\Data\profile\Default\Archived History
GoogleChromePortable\Data\profile\Default\Archived History-journal
GoogleChromePortable\Data\profile\Default\Current Session
GoogleChromePortable\Data\profile\Default\File System\Origins\000433.log
GoogleChromePortable\Data\profile\Default\File System\Origins\MANIFEST-000432
GoogleChromePortable\Data\profile\Default\Preferences

Thx,
R.

PS. I am willing to beta test.

John T. Haller
John T. Haller's picture
Offline
Last seen: 5 hours 47 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Locked

The only way they can remain locked is if Chrome hasn't closed yet. It takes a while to close on a slower drive. You can watch it in task manager.

Sometimes, the impossible can become possible, if you're awesome!

rr24
Offline
Last seen: 12 years 6 months ago
Joined: 2012-05-28 07:23
Hi John, You are absolutely

Hi John,

You are absolutely correct. The point is that chrome is never closing ... it's 14 processes are running in spite that I have terminated the last instance.

There is no chrome in applications tab, but there is zoo of it in processes tab.

And this just happened two release ago. Moreover this is identical on three different PCs I have .. some of them with SSD and pile of RAM.

Thx,
R.

rr24
Offline
Last seen: 12 years 6 months ago
Joined: 2012-05-28 07:23
Solution

Ok based on the hint I dig more and found that this is google chrome setting to continue to run when any application requires it settings/advanced

Check removed / chrome terminates / case solved !

Many thx,
R.

lfpnk0
Offline
Last seen: 11 years 4 months ago
Joined: 2013-07-16 15:32
Workaround

I know this thread is old, but I am just putting this out there for anyone who googles in vain like me. I had the same problem with the process for ChromiumPortable not ending when the application GUI was closed.

Other threads suggested starting the app with --disable-plugins or --disable-background-mode neither of which worked for me.

Starting the app with the switch --incognito did work for me. Now the process closes immediately when the GUI is closed.

BATCH FILE RUNNING APP FROM NETWORK DRIVE:

CD /d H:\ChromiumPortable
SET "iniLine1=DisableSplashScreen=true"
SET "iniLine2=AdditionalParameters=--incongnito --user-data-dir=$(mktemp -d) --allow-file-access-from-files --app=%appPath%

Log in or register to post comments