]> pere.pagekite.me Git - homepage.git/commitdiff
Typo
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 9 Jan 2013 14:14:11 +0000 (14:14 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 9 Jan 2013 14:14:11 +0000 (14:14 +0000)
blog/data/2013-01-09-hw-autoinstall.txt

index 7996751d189cb1bf3529ca02e0b5cca8c766d228..9672da89bc0f8952996d64717671cf6e29e72373 100644 (file)
@@ -1,5 +1,5 @@
 Title: Why isn't Linux desktops installing the hw support packages automatically?
-Tags: english, 
+Tags: english, debian
 Date: 2013-01-09 09:20
 
 <p>One thing that annoys me with Debian and Linux distributions in
@@ -11,7 +11,7 @@ machine.  When I plug in a LEGO Mindstorms NXT, it could suggest to
 automatically install the python-nxt, nbc and t2n packages I need to
 talk to it.  When I plug in a Yubikey, it could propose the
 yubikey-personalization package.  The information required to do this
-is available, but no-one pulled all the pieces together yet.
+is available, but no-one pulled all the pieces together yet.</p>
 
 <p>Many years ago, I proposed to use the discover subsystem to
 implement this.  The idea is fairly simple:
@@ -31,7 +31,7 @@ packages.</li>
 <li>Show a message to the user proposing to install the discovered
 package, and make it easy to install it.</li>
 
-</li>
+</ul>
 
 <p>I am not sure what the best way to implement this is, but my
 initial idea was to use dbus events to discover new hardware, the
@@ -51,7 +51,7 @@ version 2.1.2-6 is now in experimental.</p>
 <p>With this prototype in place, I can insert my Yubikey, and get this
 desktop notification to show up:</p>
 
-<img src="http://people.skolelinux.org/pere/blog/images/2012-01-09-hw-autoinstall.png">
+<p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2013-01-09-hw-autoinstall.png"></p>
 
 <p>For this prototype to be really useful, some way to install the
 proposed packages need to be implemented too.</p>