<?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>Alex Sleat &#187; widget</title>
	<atom:link href="https://alexsleat.co.uk/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 20 Jun 2012 17:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Install the &#8216;gnome-shell-extensions-mediaplayer&#8217; Extension</title>
		<link>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/</link>
		<comments>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:38:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[from source]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome-shell]]></category>
		<category><![CDATA[gnome-tweak-tool]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[make install]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=22391</guid>
		<description><![CDATA[<br/><p>The mediaplayer widget found on github, created by eonpatapon &#8211; (https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer).</p> <p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png"><img class="size-full wp-image-22404 alignright" title="Screenshot at 2011-10-19 20:25:14" src="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png" alt="" width="434" height="348" /></a>The mediaplayer widget found on github, created by eonpatapon &#8211; (<a href="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer">https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer</a>).</p>
<p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p>
<p>&nbsp;</p>
<h4>Installation:</h4>
<h5>1. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">First you&#8217;ll need to grab some dependencies:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> git gnome-common gnome-tweak-tool</div>
<h5>2. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Next download the files from the git repository as below (this will download the folder to whatever directory you&#8217;re currently in, in terminal):</span></h5>
<div class="dean_ch" style="white-space: wrap;">git clone https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer.git</div>
<h5>3. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Once it&#8217;s finished download (it shouldn&#8217;t take too long it&#8217;s only about 2.30MB as of writing this guide), you&#8217;ll want to install using the following commands:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">cd</span> gnome-shell-extensions-mediaplayer<br />
./autogen.<span class="kw2">sh</span> &#8211;<span class="re2">prefix=</span>/usr<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
<h5>4. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">That&#8217;s it, it&#8217;s installed. Next you&#8217;re going to want to enable it, run gnome-tweak-tool and under extensions slide the newly installed extension to ON and it should appear next to the &#8220;Universal Access Settings&#8221; in the top right.</span></h5>
<p><a href="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png"><img class="aligncenter size-full wp-image-22410" title="Screenshot at 2011-10-19 20:35:44" src="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png" alt="" width="662" height="529" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
