「GNOME/Web」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(create from English ver.)
 
(「GNOME Web」ページがすでにあったので削除)
タグ: 白紙化
1行目: 1行目:
[[Category:GNOME]]
 
[[Category:Web browser]]
 
[[de:Epiphany]]
 
[[es:GNOME (Español)/Web]]
 
[[ja:GNOME Web]]
 
Web is the default web browser for [[GNOME]]. Web provides a simple and minimalist interface for accessing the internet. Whilst it is developed primarily for GNOME, Web works acceptably in other [[desktop environments]] as well.
 
 
{{Note|Web was known as [https://wiki.gnome.org/Apps/Web Epiphany] prior to version 3.4. The application was given new descriptive names, one for each supported language. The name ''Epiphany'' is still used in numerous places such as the executable name, some package names, some desktop entries, and some GSettings schemas.}}
 
 
== Installation ==
 
 
Web can be [[install]]ed with the {{Pkg|epiphany}} package. If you want to save login passwords, install {{Pkg|gnome-keyring}}.
 
 
== Configuration ==
 
 
=== Blocking advertisements ===
 
 
Enabled by default, one can disable it by unchecking ''Block Advertisements'' in ''Preferences''. EasyList is the default blocking list. All lists are periodically refreshed.
 
 
To get list of currently enabled filters:
 
 
$ gsettings get org.gnome.Epiphany content-filters
 
 
The filters can be modified using a JSON-formatted resource following examples at https://gitlab.com/eyeo/filterlists/contentblockerlists:
 
 
<nowiki>$ gsettings set org.gnome.Epiphany content-filters "['https://gitlab.com/eyeo/filterlists/contentblockerlists/-/raw/master/easylist_min_content_blocker.json', 'https://gitlab.com/eyeo/filterlists/contentblockerlists/-/raw/master/easylist+easylistchina-minified.json']"</nowiki>
 
 
{{Tip|{{pkg|dconf-editor}} may be used as an GUI alternative.}}
 
 
=== Tracking Prevention ===
 
 
Web includes ''Intelligent Tracker Prevention'', which can be enabled in ''Preferences''.
 
 
=== Firefox Sync ===
 
 
Web allows the usage of [https://www.mozilla.org/en-US/firefox/sync/ Firefox Sync] to sync bookmarks, history, passwords and open tabs. It can be configured in the ''Import and Export'' dropdown menu.
 
 
=== Web applications ===
 
 
Web can create web applications out of websites and add them to desktop menu. To configure and remove them enter {{ic|about:applications}} in the address bar.
 
 
=== Custom stylesheet ===
 
 
Web supports custom stylesheet you can enable under '''Fonts and style''' in '''Preferences'''.
 
 
Use example below to set new tab page layout and colors according to Adwaita dark variant:
 
 
{{hc|~/.config/epiphany/user-stylesheet.css|
 
#overview {
 
background-color: #2E3436 !important;
 
max-width: 100% !important;
 
max-height: 100% !important;
 
position: fixed !important;
 
}
 
 
#overview .overview-title {
 
color: white !important;
 
}
 
}}
 
 
=== Fonts ===
 
 
Web does not check GNOME font settings, but checks [[Font configuration]].
 
 
=== Video ===
 
 
See [[GStreamer]] for required plugin installation.
 
 
To enable hardware accelerated video decoding, see [[GStreamer#Hardware video acceleration]] and [[#Hardware accelerated compositing]].
 
 
=== Hardware accelerated compositing ===
 
 
By default hardware accelerated compositing is only used when required (on-demand) to display 3D transforms.
 
 
To force enable hardware accelerated compositing:
 
 
$ gsettings set org.gnome.Epiphany.web:/ hardware-acceleration-policy 'always'
 
 
=== Proxy configuration ===
 
 
Web provides for proxy configuration no graphical menu, instead use [[Proxy server#Environment variables]]
 
 
== See also ==
 
 
* [https://wiki.gnome.org/Apps/Web Apps/Web - GNOME Wiki!]
 

2022年3月16日 (水) 10:27時点における版