<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>paper theme Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/paper-theme/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Paper GTK Theme on Linux</title>
		<link>https://www.osradar.com/paper-gtk-theme-on-linux/</link>
					<comments>https://www.osradar.com/paper-gtk-theme-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 24 May 2018 10:39:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gtk theme]]></category>
		<category><![CDATA[paper theme]]></category>
		<category><![CDATA[theme]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3215</guid>

					<description><![CDATA[<p>Material themes are one of the most popular themes on Linux. They provide awesome look while providing eye comfort. Paper is another really cool GTK theme for Linux users. This theme features unique window themes, icons and above all, a really cool look. Let’s install Paper on our favorite Linux distro. You may also be [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/paper-gtk-theme-on-linux/">Paper GTK Theme on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Material themes are one of the most popular themes on Linux. They provide awesome look while providing eye comfort. Paper is another really cool GTK theme for Linux users. This theme features unique window themes, icons and above all, a really cool look.</p>
<p><img loading="lazy" class="size-full wp-image-3217 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview.png" alt="" width="1196" height="603" srcset="https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview.png 1196w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-1024x516.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-1068x538.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/paper-theme-gtk-overview-833x420.png 833w" sizes="(max-width: 1196px) 100vw, 1196px" /></p>
<p>Let’s install Paper on our favorite Linux distro. You may also be interested in Vi<a href="https://www.osradar.com/install-vimix-gtk-theme-on-linux/">mix – another awesome GTK theme</a>.</p>
<h3>Prerequisites</h3>
<p>In this tutorial, the theme will be built from the source. This way, you can get the latest version of the theme without any trouble. Before installing the theme, you have to prepare your system so that it can properly support the theme.</p>
<p>Run the following command(s) according to your Linux distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install gtk2-engines-murrine gtk2-engines-pixbuf git autoconf</pre>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf git autoconf</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install gtk-murrine-engine gtk2-engines git autoconf</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install gtk-murrine-engine gtk2-engines git autoconf</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S gtk-engine-murrine gtk-engines git autoconf</pre>
<p>If your system wasn’t listed here, you should search and install these items for proceeding further – “Git”, “GTK murrine engine”, “GTK engines” and “Autoconf”.</p>
<h3>Building the theme from source</h3>
<p>After all the dependencies are installed successfully, it’s time to download and build the theme from scratch.</p>
<p>Get the latest code of the theme from GitHub:</p>
<pre>git clone https://github.com/snwh/paper-gtk-theme.git</pre>
<p>Change the working directory:</p>
<pre>cd paper-gtk-theme</pre>
<p>Now, the building process begins. Run the “autogen.sh” script. It’ll check your system and generate all the necessary files for the final building process.</p>
<pre>./autogen.sh</pre>
<p>There’s another script called “configure”. It’s generated by “autogen.sh”. Run this script for finishing what “autogen.sh” started.</p>
<pre>./configure</pre>
<p>After everything is alright, it’s time to build. Run this command for starting the compilation process:</p>
<pre>make</pre>
<p>“make” will configure and complete the building process. Now, run this command for installing the theme. It’ll be installed system-wide.</p>
<pre>sudo make install</pre>
<h3>Icon pack</h3>
<p><img loading="lazy" class="size-full wp-image-3216 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack.png" alt="" width="1200" height="702" srcset="https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack.png 1200w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-300x176.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-768x449.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-1024x599.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-696x407.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-1068x625.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/paper-icon-pack-718x420.png 718w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p>If you want, you can enjoy the awesome icon pack of Paper theme. The process is also the same for building and installing the icon pack. Run these commands for installing the icon pack.</p>
<pre>git clone https://github.com/snwh/paper-icon-theme.git
cd paper-icon-theme

./autogen.sh
./configure
make

sudo make install</pre>
<p>Enjoy the great, refreshing Paper theme!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/paper-gtk-theme-on-linux/">Paper GTK Theme on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/paper-gtk-theme-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
