forked from tiliado/nuvola-app-google-play-music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutdated-libraries.html
39 lines (39 loc) · 1.59 KB
/
outdated-libraries.html
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
<!DOCTYPE html>
<html xmlns:its="http://www.w3.org/2005/11/its">
<head>
<meta charset="utf-8" />
<title>WebKitGTK and/or LibSoup Upgrade Recommended</title>
<style type="text/css" its:translate="no">
body {padding: 3em;}
#content {margin: 0 auto; max-width: 40em;}
p {text-align: justify;}
button {display: block; width: 100%; margin: 5px;}
</style>
</head>
<body>
<div id="content">
<h1>WebKitGTK and/or LibSoup Upgrade Recommended</h1>
<p>
Nuvola Player uses the WebKitGTK library as a web rendering engine to display the web
interface of streaming services and the LibSoup library for network requests.
Unfortunately, the WebKitGTK and/or the LibSoup libraries provided by your
system are too old.
</p>
<p>
<strong>Therefore, this streaming service may not work properly.</strong>
</p>
<ul>
<li>
Your WebKitGTK version:
<strong id="webkitgtk-found" its:locNote="Shown if WebKitGTK/libSoup version is unknown and will be replaced with real version otherwise">unknown</strong>
</li>
<li>Recommended WebKitGTK version: <strong id="webkitgtk-required">unknown</strong> or higher</li>
</ul>
<p>
<button id="known-issues">Show information about known issues of old libraries</button>
<button id="upgrade-webkitgtk">Upgrade the WebKitGTK library on your system</button>
<button id="dismiss-upgrade">Dismiss this warning and continue at your own risk</button>
</p>
</div>
</body>
</html>