[Bug 1887396] Re: chromium-browser doesn't start

2024-04-02 Thread HASAN CIFTCI
how to unlock google chrome profile/ubuntu

scroll to /

in the search type lock

you will see an option for,' SingletonLock ' , right oposite to that you will 
see the detail for the folder
it's location & size' ( config/google-chrome ),' delete  the folder,' singleton 
lock '.
close the page.  it should work..

home/singleton lock

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-10-01 Thread Albert Cardona
Hi Olivier,
Thank you, haven't tried that. At this point I gave up on the chromium snap 
altogether, using instead Firefox and WebKit-based browsers other than 
chromium. Too many issues with snap packages in general make it not worth the 
trouble.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-07-29 Thread Olivier Tilloy
Indeed, the code to import an existing profile isn't multi-profile
aware, it will only import a profile in the default location.
Contributions to improve this are welcome (the code is there:
https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-
from-source/tree/launcher/chromium.launcher?h=stable).

Albert, it looks like you copied your profiles over to a versioned
directory (/home/albert/snap/chromium/1213). The chromium snap was
recently updated to not version the profile data, so it is now stored
under ~/snap/chromium/common/. Can you move your profile directories
over there, and see if that fixes your problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-07-22 Thread Albert Cardona
As of July 2nd, again I can't start chromium after having rebooted
Ubuntu without having quitted chromium first. This time, the error
indicates a lack of removal of temporary symlinks named SingletonLock
and related Singleton*. E.g.:

```
Gtk-Message: 00:39:49.309: Failed to load module "canberra-gtk-module"
Gtk-Message: 00:39:49.311: Failed to load module "canberra-gtk-module"
[11356:11356:0723/003949.329173:ERROR:process_singleton_posix.cc(265)] Failed 
to unlink /home/albert/snap/chromium/1213/.config/google-chrome/SingletonLock: 
Permission denied (13)
[11356:11356:0723/003949.329289:ERROR:process_singleton_posix.cc(280)] Failed 
to create /home/albert/snap/chromium/1213/.config/google-chrome/SingletonLock: 
File exists (17)
[11356:11356:0723/003949.329363:ERROR:process_singleton_posix.cc(265)] Failed 
to unlink /home/albert/snap/chromium/1213/.config/google-chrome/SingletonLock: 
Permission denied (13)
[11356:11356:0723/003949.329412:ERROR:chrome_browser_main.cc(1246)] Failed to 
create a ProcessSingleton for your profile directory. This means that running 
multiple instances would start multiple browser processes rather than opening a 
new window in the existing process. Aborting now to avoid profile corruption.
[11356:11547:0723/003949.337100:ERROR:browser_gpu_channel_host_factory.cc(153)] 
Failed to launch GPU process.
[11564:11564:0723/003949.384057:ERROR:broker_posix.cc(43)] Invalid node channel 
message

```

Upon removing of the 3 symlinks within the profile folder, still an
error:

```
Gtk-Message: 01:00:08.609: Failed to load module "canberra-gtk-module"
Gtk-Message: 01:00:08.610: Failed to load module "canberra-gtk-module"
[13997:13997:0723/010008.630073:ERROR:process_singleton_posix.cc(280)] Failed 
to create /home/albert/snap/chromium/1213/.config/google-chrome/SingletonLock: 
Permission denied (13)
[13997:13997:0723/010008.630170:ERROR:chrome_browser_main.cc(1246)] Failed to 
create a ProcessSingleton for your profile directory. This means that running 
multiple instances would start multiple browser processes rather than opening a 
new window in the existing process. Aborting now to avoid profile corruption.
[13997:14191:0723/010008.637081:ERROR:browser_gpu_channel_host_factory.cc(153)] 
Failed to launch GPU process.

```

Any ideas? Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-07-15 Thread Till Halbach
I had the same issue but due to multiple profiles. I guess the process
for the transition to snap would not be able to tell whether there are
other profiles or not, so I am not reopening. The solution: copy all
existing profiles, like so:

cp -r ~/.google/someProfile1/ ~/snap/chromium/common/
cp -r ~/.google/someProfile2/ ~/snap/chromium/common/

Then you should be able to run them again:
chromium-browser --user-data-dir=$HOME/snap/chromium/common/someProfile1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-07-13 Thread Albert Cardona
Thank you, this was helpful. It's up and running.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887396] Re: chromium-browser doesn't start

2020-07-13 Thread Olivier Tilloy
Thans for the report Albert.
The fact that chromium is now a strictly confined snap means that you cannot 
use /home/albert/.config/google-chrome as your profile directory.

The profile directory has to be under 
/home/albert/snap/chromium/{common,current}/.
The default value is $HOME/snap/chromium/common/chromium/.

Note that you can import an existing profile by copying it over to the
default profile directory, or wherever you want under a path that is
readable and writeable by the snap, and pointing chromium to it using
--user-data-dir as usual.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887396

Title:
  chromium-browser doesn't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1887396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs