[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-20 Thread Nils K
Okay, I just did, you can find it under
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1853273

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

Title:
  [snap] Changes in desktop file get overwritten

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

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

[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-20 Thread Olivier Tilloy
So I tested this specific flag (--force-dark-mode), and it doesn't seem
to work for me, neither when set in CHROMIUM_FLAGS in ~/.chromium-
browser.init, nor when passed directly on the command line. I wonder
what's up with this, would you mind filing a separate bug?

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

Title:
  [snap] Changes in desktop file get overwritten

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

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

[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-19 Thread Nils K
When I however add in the init file it gets sourced and shows up in
chrome://version but does not work as prefers-color-scheme is still
light. If I supply it at the command line it correctly works but shows
up twice on chrome://version. Should I report this in a seperate bug or
in the chromium bug tracker?

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

Title:
  [snap] Changes in desktop file get overwritten

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

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

[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-19 Thread Olivier Tilloy
~/.chromium-browser.init is sourced by both the Ubuntu packages in the
archive (where available) and by the snap.

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

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

Title:
  [snap] Changes in desktop file get overwritten

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

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

[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-19 Thread Nils K
Yes it probably was. I did not thought about snap overwriting that file.
Thanks for the tip, I will do so.

I am curious though - is the init file generally looked for by the
default chromium build or the snap?

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

Title:
  [snap] Changes in desktop file get overwritten

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

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

[Bug 1851896] Re: [snap] Changes in desktop file get overwritten

2019-11-15 Thread Olivier Tilloy
Which desktop file? Do you mean 
/var/lib/snapd/desktop/applications/chromium_chromium.desktop ?
If so that's expected, this file is installed by the snap, you are not supposed 
to modify it.

You can either override it by copying it to ~/.local/share/applications/
and editing the copy, or alternatively if all you need is to pass
additional flags to chromium, you can place a file named ".chromium-
browser.init" in your home directory and populate it with:

CHROMIUM_FLAGS="--force-dark-mode …"

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

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

Title:
  [snap] Changes in desktop file get overwritten

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

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