325e6fecac882aadc69c741e7825a8677ba4b861
[www.git] / www / psensor / ubuntu.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="generator" content="Asciidoctor 1.5.4">
8 <title>Psensor Ubuntu Support</title>
9 <link rel="stylesheet" href="./../style.css">
10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
11 <script src="nav.js"></script>
12 </head>
13 <body class="article">
14 <div id="header">
15 <h1>Psensor Ubuntu Support</h1>
16 </div>
17 <div id="content">
18 <div class="sect1">
19 <h2 id="_specific_features_on_ubuntu">Specific Features On Ubuntu</h2>
20 <div class="sectionbody">
21 <div class="paragraph">
22 <p>Psensor has few specific features to improve the user experience on Ubuntu.</p>
23 </div>
24 <div class="imageblock">
25 <div class="content">
26 <img src="screenshots/psensor-2011-06-16.png" alt="psensor 2011 06 16">
27 </div>
28 </div>
29 <div class="sect2">
30 <h3 id="_application_indicator_support">Application Indicator Support</h3>
31 <div class="paragraph">
32 <p>The Application Indicator is providing a quick access to sensor values and
33  settings. When a sensor temperature is too much hot, a desktop notification
34   bubble appears and the Application Indicator icon is changed to a red one.</p>
35 </div>
36 <div class="paragraph">
37 <p>Psensor graph window can be closed and raised by using the ‘show’ menu. It is also possible to hide the graph window at startup.</p>
38 </div>
39 </div>
40 <div class="sect2">
41 <h3 id="_integration_with_unity_desktop_environment">Integration With Unity Desktop Environment</h3>
42 <div class="paragraph">
43 <p>The Unity Launcher of Psensor can display the higher temperature.</p>
44 </div>
45 </div>
46 </div>
47 </div>
48 <div class="sect1">
49 <h2 id="_how_to_install_psensor_on_ubuntu">How To Install Psensor On Ubuntu</h2>
50 <div class="sectionbody">
51 <div class="sect2">
52 <h3 id="_stable_version">Stable Version</h3>
53 <div class="paragraph">
54 <p>For Ubuntu Karmic(9.10), Lucid(10.04), Maverick(10.10) and Natty(11.04) the recommended way is to use the stable PPA:</p>
55 </div>
56 <div class="listingblock">
57 <div class="content">
58 <pre>sudo apt-add-repository ppa:jfi/ppa
59 sudo apt-get update
60 sudo apt-get install psensor</pre>
61 </div>
62 </div>
63 <div class="paragraph">
64 <p>Since Oneiric, Psensor is available in the official Ubuntu repository. The stable version of Psensor can be installed without adding any PPAs. The Ubuntu Software Center can be used, or the following command line:</p>
65 </div>
66 <div class="listingblock">
67 <div class="content">
68 <pre>sudo apt-get install psensor</pre>
69 </div>
70 </div>
71 </div>
72 <div class="sect2">
73 <h3 id="_development_version">Development Version</h3>
74 <div class="paragraph">
75 <p>The development version is providing the last features and should not have any major bugs. It can be installed by using a dedicated PPA with the following command lines:</p>
76 </div>
77 <div class="listingblock">
78 <div class="content">
79 <pre>sudo apt-add-repository ppa:jfi/psensor-unstable
80 sudo apt-get update
81 sudo apt-get install psensor</pre>
82 </div>
83 </div>
84 </div>
85 <div class="sect2">
86 <h3 id="_daily_snapshot">Daily Snapshot</h3>
87 <div class="paragraph">
88 <p>Each day a package is automatically built directly from the source repository. The purpose of this daily build is to test Psensor and report bugs.  It can be installed by using a dedicated PPA with the following command lines:</p>
89 </div>
90 <div class="listingblock">
91 <div class="content">
92 <pre>sudo apt-add-repository ppa:jfi/psensor-daily-trunk
93 sudo apt-get update
94 sudo apt-get install psensor</pre>
95 </div>
96 </div>
97 </div>
98 <div class="sect2">
99 <h3 id="_installation_from_source_archive">Installation From Source Archive</h3>
100 <div class="paragraph">
101 <p>Of course, it is also possible to compile and install Psensor from the source archive. There is no real benefit except to tune compilation settings or hack the source code.</p>
102 </div>
103 <div class="paragraph">
104 <p>First, all build prerequisites must be installed:</p>
105 </div>
106 <div class="listingblock">
107 <div class="content">
108 <pre>sudo apt-get install autoconf automake gettext autopoint
109                      libgtk2.0-dev libgconf2-dev libnotify-dev
110                      libsensors4-dev help2man libcurl4-openssl-dev
111                      libjson0-dev libmicrohttpd-dev
112                      libgtop2-dev perl libunity-dev libgtop2-dev
113                      libappindicator-dev nvidia-settings</pre>
114 </div>
115 </div>
116 <div class="paragraph">
117 <p>Downloads the source archive from: <a href="http://wpitchoune.net/psensor/files/" class="bare">http://wpitchoune.net/psensor/files/</a>.</p>
118 </div>
119 <div class="paragraph">
120 <p>Extracts the content of the archive, and from the created directory, compiles psensor:</p>
121 </div>
122 <div class="listingblock">
123 <div class="content">
124 <pre>./configure
125 make clean all</pre>
126 </div>
127 </div>
128 <div class="paragraph">
129 <p>And finally install <code>psensor</code>:</p>
130 </div>
131 <div class="listingblock">
132 <div class="content">
133 <pre>sudo make install</pre>
134 </div>
135 </div>
136 </div>
137 </div>
138 </div>
139 </div>
140 <div id="footer">
141 <div id="footer-text">
142 Last updated 2016-06-13 17:33:07 CEST
143 </div>
144 </div>
145 </body>
146 </html>