<?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>Linux Mint &#8211; Scott Mcintyre</title>
	<atom:link href="https://scott.cm/category/linux-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://scott.cm</link>
	<description>Web Operations Engineer,  Linux Systems Administrator,  mySQL DBA,  MongoDB DBA,  Python+PHP Developer,  Performance Engineer</description>
	<lastBuildDate>Tue, 18 Jul 2017 08:58:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>
	<item>
		<title>Create new panel on second monitor</title>
		<link>https://scott.cm/create-new-panel-on-second-monitor/</link>
				<comments>https://scott.cm/create-new-panel-on-second-monitor/#comments</comments>
				<pubDate>Wed, 30 Jan 2013 16:06:06 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[add panel to second monitor]]></category>
		<category><![CDATA[mate task bar second monitor]]></category>
		<category><![CDATA[multiple monitors task list]]></category>
		<category><![CDATA[multiple monitors taskbar]]></category>
		<category><![CDATA[multiple monitors tasklist]]></category>
		<category><![CDATA[new panel multiple monitors]]></category>
		<category><![CDATA[task list second monitor]]></category>
		<category><![CDATA[ubuntu task list second monitor]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=239</guid>
				<description><![CDATA[If you need to add a second panel/task window on your second (or more in my case) monitors using ubuntu/debian/mint linux here are two ways to achieve it. First you should right click on the current panel and click &#8220;New panel&#8221; then all you have to do is move the]]></description>
								<content:encoded><![CDATA[<p>If you need to add a second panel/task window on your second (or more in my case) monitors using ubuntu/debian/mint linux here are two ways to achieve it.</p>
<p>First you should right click on the current panel and click &#8220;New panel&#8221; then all you have to do is move the panel to the other monitor of which there are a few ways,  the easiest two are</p>
<p>&#8211; Hold <strong>ALT</strong> and drag the panel to the new window.<br />
or<br />
&#8211; Right click the panel and go to properties<br />
&#8211; Uncheck &#8220;Expand&#8221;<br />
&#8211; Now drag the smaller panel to the monitor you want it on<br />
&#8211; Right click and re-check expand and also select where you want it (top/bottom/left/right)</p>
<p>Then simply add what items you want on the panel.  In my case I added the Window List item.</p>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/create-new-panel-on-second-monitor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Linux convert AIFF to mp3</title>
		<link>https://scott.cm/linux-convert-aiff-to-mp3/</link>
				<comments>https://scott.cm/linux-convert-aiff-to-mp3/#respond</comments>
				<pubDate>Sun, 10 Jun 2012 11:42:56 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[convert aif to mp3]]></category>
		<category><![CDATA[convert aif to mp3 linux]]></category>
		<category><![CDATA[convert aiff on linux]]></category>
		<category><![CDATA[convert aiff to mp3]]></category>
		<category><![CDATA[linux convert aif]]></category>
		<category><![CDATA[mint convert aif]]></category>
		<category><![CDATA[mint convert aiff]]></category>
		<category><![CDATA[ubuntu convert aif]]></category>
		<category><![CDATA[ubuntu convert aif to mp3]]></category>
		<category><![CDATA[ubuntu convert aiff to mp3]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=182</guid>
				<description><![CDATA[You can convert AIFF files to MP3 using ffmpeg on linux. This works with many other inputs and not just AIFF but in the instance I was testing I needed to convert AIFF. First you need ffmpeg and libmp3lame which on Ubuntu and Linux Mint can be done with sudo]]></description>
								<content:encoded><![CDATA[<p>You can convert AIFF files to MP3 using ffmpeg on linux.   This works with many other inputs and not just AIFF but in the instance I was testing I needed to convert AIFF.</p>
<p>First you need ffmpeg and libmp3lame which on Ubuntu and Linux Mint can be done with</p>
<blockquote><p>
sudo apt-get install libavcodec-extra-53 ffmpeg
</p></blockquote>
<p>Then use ffmpeg to do the conversion replacing INPUT.aiff and OUTPUT.mp3</p>
<blockquote><p>
ffmpeg -i <strong>INPUT.aiff</strong> -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 <strong>OUTPUT.mp3</strong>
</p></blockquote>
<p>Sample,</p>
<blockquote>
<p>scott@scott:~/Music$ ffmpeg -i INPUT.mp3 -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 OUTPUT.mp3<br />
ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1, Copyright (c) 2000-2011 the Libav developers<br />
  built on Jan  4 2012 16:08:51 with gcc 4.6.1<br />
  configuration: &#8211;extra-version=&#8217;4:0.7.3-0ubuntu0.11.10.1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-vaapi &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  WARNING: library configuration mismatch<br />
  avutil      configuration: &#8211;extra-version=&#8217;4:0.7.3ubuntu0.11.10.1+medibuntu1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-vaapi &#8211;enable-libopenjpeg &#8211;enable-libfaac &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdirac &#8211;enable-libmp3lame &#8211;enable-librtmp &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-libopencore-amrnb &#8211;enable-version3 &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-libvo-aacenc &#8211;enable-version3 &#8211;enable-libvo-amrwbenc &#8211;enable-version3 &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  avcodec     configuration: &#8211;extra-version=&#8217;4:0.7.3ubuntu0.11.10.1+medibuntu1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-vaapi &#8211;enable-libopenjpeg &#8211;enable-libfaac &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdirac &#8211;enable-libmp3lame &#8211;enable-librtmp &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-libopencore-amrnb &#8211;enable-version3 &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-libvo-aacenc &#8211;enable-version3 &#8211;enable-libvo-amrwbenc &#8211;enable-version3 &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  libavutil    51.  7. 0 / 51.  7. 0<br />
  libavcodec   53.  6. 0 / 53.  6. 0<br />
  libavformat  53.  3. 0 / 53.  3. 0<br />
  libavdevice  53.  0. 0 / 53.  0. 0<br />
  libavfilter   2.  4. 0 /  2.  4. 0<br />
  libswscale    2.  0. 0 /  2.  0. 0<br />
  libpostproc  52.  0. 0 / 52.  0. 0<br />
[aiff @ 0x100d560] max_analyze_duration reached<br />
Input #0, aiff, from &#8216;INPUT.aiff&#8217;:<br />
  Duration: 00:53:17.08, start: 0.000000, bitrate: 1411 kb/s<br />
    Stream #0.0: Audio: pcm_s16be, 44100 Hz, 2 channels, s16, 1411 kb/s<br />
Output #0, mp3, to &#8216;OUTPUT.mp3&#8217;:<br />
  Metadata:<br />
    TSSE            : Lavf53.3.0<br />
    Stream #0.0: Audio: libmp3lame, 44100 Hz, 2 channels, s16, 192 kb/s<br />
Stream mapping:<br />
  Stream #0.0 -> #0.0<br />
Press ctrl-c to stop encoding<br />
size=   74933kB time=3197.13 bitrate= 192.0kbits/s<br />
video:0kB audio:74933kB global headers:0kB muxing overhead 0.000042%
</p></blockquote>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/linux-convert-aiff-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Skype Auto Popup with Cinnamon</title>
		<link>https://scott.cm/skype-auto-popup-with-cinnamon/</link>
				<comments>https://scott.cm/skype-auto-popup-with-cinnamon/#comments</comments>
				<pubDate>Tue, 17 Apr 2012 08:52:22 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux Mint]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=152</guid>
				<description><![CDATA[** Update 2 July 2014 ** May be outdated, see comments Since my migration to Linux Mint 12 I noticed a very annoying issue. When receiving a new message Skype pops up to the forefront over the current window. Needless to say it&#8217;s extremely annoying! Luckily a quick google shows]]></description>
								<content:encoded><![CDATA[<p><strong>** Update 2 July 2014 ** May be outdated,  see comments<br />
</strong></p>
<p>Since my <a href="https://scott.cm/migrating-from-ubuntu-11-10-to-linux-mint/" title="Migrating from Ubuntu 11.10 to Linux Mint">migration to Linux Mint 12</a> I noticed a very annoying issue.   When receiving a new message Skype pops up to the forefront over the current window.   Needless to say it&#8217;s extremely annoying!</p>
<p>Luckily a quick google shows a active <a href="https://github.com/linuxmint/Cinnamon/issues/233">bug</a> at github which contains a couple of suggestions.   I tried simply disabling the auto focus feature bit this ended up making all my panels disappear.  This <a href="https://github.com/rat4/Cinnamon/compare/notification_style" target="_blank">fix</a> by rat4 seems to solve the problem.</p>
<p>Here&#8217;s what I done</p>
<blockquote><p>
sudo wget -O /usr/share/cinnamon/js/ui/windowAttentionHandler.js https://raw.github.com/rat4/Cinnamon/21a08f6f9e13f7ba4e3bf633b7ba4b36fd22a291/js/ui/windowAttentionHandler.js<br />
sudo wget -O /usr/share/glib-2.0/schemas/org.cinnamon.gschema.xml https://raw.github.com/rat4/Cinnamon/21a08f6f9e13f7ba4e3bf633b7ba4b36fd22a291/data/org.cinnamon.gschema.xml<br />
sudo apt-get install dconf-tools
</p></blockquote>
<p>Went to System Tools->Dconf Editor and change the value of <strong>notification-style</strong> to <strong>0</strong></p>
<p><a href="https://scott.cm/wp-content/uploads/2012/04/Selection_005.png" title="Screenshot of dconf editor"><img src="https://scott.cm/wp-content/uploads/2012/04/Selection_005-300x238.png" alt="Screenshot of dconf editor" /></a></p>
<p>Possible values are,</p>
<p>0 &#8211; do nothing here, but other notificators (window list applet) still can take care<br />
1 &#8211; bring window to front, like current cinnamon<br />
2 &#8211; show banner &#8220;app is ready&#8221;, like gnome shell</p>
<p>The final step is just to restart Cinnamon.</p>
<p>Now when I get a new message it has the desired effect and simply flashes rather than pops up.</p>
<p><a href="https://scott.cm/wp-content/uploads/2012/04/Selection_004.png" title="Fixed skype popup"><img src="https://scott.cm/wp-content/uploads/2012/04/Selection_004-300x20.png" alt="Fixed skype notification" /></a></p>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/skype-auto-popup-with-cinnamon/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
							</item>
		<item>
		<title>Migrating from Ubuntu 11.10 to Linux Mint</title>
		<link>https://scott.cm/migrating-from-ubuntu-11-10-to-linux-mint/</link>
				<comments>https://scott.cm/migrating-from-ubuntu-11-10-to-linux-mint/#comments</comments>
				<pubDate>Mon, 16 Apr 2012 22:02:27 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=90</guid>
				<description><![CDATA[Last night I decided to apply the Ubuntu 11.10 upgrade because the update notification was getting annoying and boy it turned out to be a pain. The previous upgrade introduced Unity which if you just have a google search look at the top recommendations should explain it all. &#8220;Unity Sucks&#8221;]]></description>
								<content:encoded><![CDATA[<p>Last night I decided to apply the Ubuntu 11.10 upgrade because the update notification was getting annoying and boy it turned out to be a pain. The previous upgrade introduced Unity which if you just have a google search look at the top recommendations should explain it all. </p>
<p><a href="https://scott.cm/wp-content/uploads/2012/04/Unity-Sucks.png" title="Unity Sucks"><img src="https://scott.cm/wp-content/uploads/2012/04/Unity-Sucks-300x55.png" alt="Google Recommendations for Unity" /></a></p>
<p>&#8220;Unity Sucks&#8221; the top recommendation next to the term itself.  </p>
<p>In the previous release I was happy because the gnome classic to get gnome 2 worked but as of 11.10 this isn&#8217;t possible.  It&#8217;s either Unity or GNOME 3 (Classic is available).  Unity lasted no more than 10 minutes in testing,  it&#8217;s clearly designed for tablets and is horrendous to use.   GNOME 3 I could get used to but would need to tweak more,  I really dislike the overly large icons and large notifications.</p>
<p>After a bit of trial and messing around I even managed to make all my panels disappear and couldn&#8217;t figure out how to return them and decided to just take the plunge and switch to mint 12 with cinnamon.   The migration was rather easy,  I simply installed mint and restored my backup of /home to retain all my old settings.  Reinstalled skype, thunderbird,  chrome,  firefox, nagstamon and xchat and that was everything back with the exception of being on Mint 12.</p>
<p>The standard mint brings the gnome 2 feel but I still couldn&#8217;t quite take to it so went ahead and installed cinnamon and I have to say I quite like it.   With the exception of not having a taskbar on the other screens but there does seem to be a bug issue last updated a few days ago for this at <a href="https://github.com/linuxmint/Cinnamon/issues/130">https://github.com/linuxmint/Cinnamon/issues/130</a> so with any luck this will be introduced soon.</p>
<p>Overall everything seems quite snappy,   the UI is what I want and it&#8217;s back to business as usual.</p>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/migrating-from-ubuntu-11-10-to-linux-mint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
	</channel>
</rss>
