-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chromium.mw
55 lines (47 loc) · 1.37 KB
/
Chromium.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{{Header}}
{{Title|title=
Chromium
}}
{{#seo:
|description=Using Chromium in {{project_name_long}}.
|image=Chromiumicon.png
}}
[[File:Chromiumicon.png|thumb|250px|<code>Chromium</code> logo]]
{{intro|
Using Chromium in {{project_name_short}}.
}}
{{Other_Browsers}}
= Installation =
One option might be to install using [[Install_Software#Flatpak|flatpak]] from <code>flathub</code>. Special instructions are also required in this case.
{{Flatpak Install|package=
org.chromium.Chromium
}}
= Usage =
{{CodeSelect|code=
flatpak run org.chromium.Chromium
}}
<ref>
{{CodeSelect|code=
flatpak run org.chromium.Chromium --password-store=basic
}}
</ref>
= Update =
* {{non_q_project_name_long}}: {{CodeSelect|code=
flatpak update
}}
* {{q_project_name_long}} Template: {{CodeSelect|code=
http_proxy=http://127.0.0.1:8082 https_proxy=http://127.0.0.1:8082 flatpak update
}}
= Qubes Specific =
[https://github.com/QubesOS/qubes-issues/issues/6325 flatpak installed applications do not show up in Qubes start menu]
= Related =
* [[Chrome]]
* [[Dev/Chromium]]
* [[Dev/Default Browser]]
* [https://forums.whonix.org/t/chromium-browser-for-kicksecure-discussions-not-whonix/10388 Chromium Browser for {{project_name_short}} Discussions (not Whonix)]
* [[Google Chrome Repository Insecurity|Google Chrome Repository Insecurity]]
* [[Firefox]]
= Footnotes =
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]