<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-886509866299451420</id><updated>2011-07-28T13:06:23.685-07:00</updated><title type='text'>How To Penguin</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://howtopenguin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/886509866299451420/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://howtopenguin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>HowToPenguin</name><uri>http://www.blogger.com/profile/04534211973236215550</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-886509866299451420.post-4043822394727437597</id><published>2008-05-27T00:00:00.000-07:00</published><updated>2008-06-18T01:28:44.364-07:00</updated><title type='text'>How To: Install Lightscribe on Ubuntu</title><content type='html'>&lt;span style="font-family:times new roman;"&gt;This guide will help you install the base Lightscribe software and the 4L Disk Labeling software on a 32-bit or 64-bit Ubuntu install.&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);font-size:85%;" &gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;The test Lightscribe DVD burner was an LG 18x Super Multi DVD Rewriter.  It is a dual-layer SATA drive.  I run Ubuntu Hardy Heron amd64, but this should work on any version of Ubuntu.  Let me know if you have success or problems with this method.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;One downside is the 4L labeling software has to be run as root.  There isn't a way around this as of yet.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;Open a terminal.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;1. Create a temporary workspace in your home directory.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);font-size:85%;" &gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;You can delete this directory when you are finished installing the software.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;mkdir workspace&lt;br /&gt;cd workspace&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;2. Download the 32-bit .deb files and an icon for Lightscribe&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;wget http://download.lightscribe.com/ls/lightscribe-1.12.37.1-linux-2.6-intel.deb&lt;br /&gt;wget http://uploads.mitechie.com/lightscribe/4l_1.0-r6_i386.deb&lt;br /&gt;wget http://lawrencecomputing.dyn-o-saur.com/lightscribe/lightscribe.png&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;3. Install the .deb files&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0); font-style: italic;"&gt;Important:&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0); font-style: italic;"&gt;Make sure to do these steps in this order&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);font-size:85%;" &gt;&lt;span style="font-style: italic;"&gt; (lightscribe then 4L)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;For 32-bit:&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;sudo dpkg -i lightscribe-1.12.37.1-linux-2.6-intel.deb&lt;br /&gt;sudo dpkg -i 4l_1.0-r6_i386.deb&lt;/pre&gt;&lt;span style="font-size:85%;"&gt;For 64-bit:&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;sudo dpkg --force-architecture -i lightscribe-1.12.37.1-linux-2.6-intel.deb&lt;br /&gt;sudo dpkg --force-architecture -i 4l_1.0-r6_i386.deb&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;4. Fix the missing liblightscribe.so.1 error&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;sudo ln -s /usr/lib/liblightscribe.so.1 /usr/lib32/&lt;br /&gt;sudo ln -s /usr/lib/liblightscribe.so /usr/lib32/&lt;br /&gt;sudo ldconfig&lt;/pre&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);font-size:85%;" &gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;The program should run now.  You can test this by running:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre style="color: rgb(0, 0, 0);"&gt;gksudo 4L-gui&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;5. Copy the icon file into Ubuntu's shared icon directory&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;sudo cp lightscribe.png /usr/share/pixmaps/4L-gui.png&lt;/pre&gt;6. Create a shortcut to launch the 4L Disk Labeler as root&lt;br /&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;a. Right Click on the Ubuntu Menu Bar and choose Edit Menus.&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;b. In the left pane labeled menus choose either "Sound &amp;amp; Video" or "System Tools".&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;c. Then, click new item.&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;Enter this information into the window:&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;Type: Application&lt;br /&gt;Name: Lightscribe&lt;br /&gt;Command: gksudo 4L-gui&lt;br /&gt;Comment: Label a disc with Lightscribe&lt;/pre&gt;&lt;span style=";font-family:times new roman;font-size:85%;"  &gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Note:&lt;/span&gt; You can automatically generate an icon by leaving out the gksudo from "gksudo 4L-gui" in the command field.  &lt;span style="font-style: italic;"&gt;You must add gksudo to the command or the program will not be able to burn discs.&lt;/span&gt;  Ubuntu will search for an icon in /usr/share/pixmaps with the same name as the command. Alternatively, you can click the spring icon and browse for the Lightscribe icon.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;Note:&lt;/span&gt; You can burn a label twice if it is not dark enough.  Don't worry about the orientation of the disc, the drive will align it for you.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/886509866299451420-4043822394727437597?l=howtopenguin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howtopenguin.blogspot.com/feeds/4043822394727437597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=886509866299451420&amp;postID=4043822394727437597' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/886509866299451420/posts/default/4043822394727437597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/886509866299451420/posts/default/4043822394727437597'/><link rel='alternate' type='text/html' href='http://howtopenguin.blogspot.com/2008/05/how-to-install-lightscribe-software-on.html' title='How To: Install Lightscribe on Ubuntu'/><author><name>HowToPenguin</name><uri>http://www.blogger.com/profile/04534211973236215550</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry></feed>
