This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 35a8f8a  Ubuntu installs Chromium as a snap and the config directory 
is moved
     new f063120  Merge pull request #1815 from 
matthiasblaesing/chromium_ubuntu_snap
35a8f8a is described below

commit 35a8f8ae6b7913533c1f92aea57c597f1a85d8cc
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sun Dec 15 10:31:29 2019 +0100

    Ubuntu installs Chromium as a snap and the config directory is moved
---
 .../modules/extbrowser/plugins/chrome/ChromiumManagerAccessor.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/webcommon/extbrowser.chrome/src/org/netbeans/modules/extbrowser/plugins/chrome/ChromiumManagerAccessor.java
 
b/webcommon/extbrowser.chrome/src/org/netbeans/modules/extbrowser/plugins/chrome/ChromiumManagerAccessor.java
index e5657e0..033f88f 100644
--- 
a/webcommon/extbrowser.chrome/src/org/netbeans/modules/extbrowser/plugins/chrome/ChromiumManagerAccessor.java
+++ 
b/webcommon/extbrowser.chrome/src/org/netbeans/modules/extbrowser/plugins/chrome/ChromiumManagerAccessor.java
@@ -85,7 +85,7 @@ public class ChromiumManagerAccessor implements 
ExtensionManagerAccessor {
                 return Utils.getUserPaths("/Library/Application 
Support/Chromium");// NOI18N
             } 
             else {
-                return Utils.getUserPaths("/.config/chromium");// NOI18N
+                return 
Utils.getUserPaths("/snap/chromium/current/.config/chromium", 
"/.config/chromium");// NOI18N
             }
         }
         


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to