2 Commits 96021de735 ... ee1ff943f2

Author SHA1 Message Date
  Caleb Herbert ee1ff943f2 Add blog entry 7 years ago
  Caleb Herbert ba516c45e8 Update startpage 7 years ago
3 changed files with 61 additions and 2 deletions
  1. 57 0
      blog/2017/11/19/kodilogin.html
  2. 2 1
      blog/index.html
  3. 2 1
      startpage.html

+ 57 - 0
blog/2017/11/19/kodilogin.html

@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<title>Kodi Login</title>
+<link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
+<link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
+</head>
+
+<body>
+<header>
+  <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
+</header>
+
+<h1>Adding Kodi Login Option</h1>
+<p>
+  Trisquel GNU/Linux has XBMC, but not Kodi.  Installing its XBMC
+  package puts an option on the login screen to use no desktop
+  environment and just XBMC.  This provides a more complete experience
+  without the distraction of unnecessary desktop software.
+  Unfortunately, XBMC is a very old version of Kodi,
+  and <a href="https://f-droid.org/packages/org.xbmc.kore/">Kore</a></p>,
+  the remote control app for Kodi
+  on <a href="https://replicant.us/">Replicant</a>, will not work with
+  XBMC.</p>
+<p>
+  Fortunately, there is a way to get the latest version of Kodi
+  without accidentally installing proprietary software, and it should
+  work on any GNU/Linux <abbr title="operating system">OS</abbr>.</p>
+<h2>Install Kodi</h2>
+<ol>
+    <li>Install Guix.  See <a href="https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html"><cite>GNU Guix Reference Manual: Binary Installation</cite></a>.</li>
+    <li><kbd>guix package --install kodi</kbd></li>
+</ol>
+<h2>Add Login Entry</h2>
+<ol>
+    <li>Find XBMC login setting: <kbd>find / -name 'XBMC.desktop'</kbd></li>
+    <li>Go to it.  In my case: <kbd>cd /usr/share/xsessions/</kbd></li>
+    <li>Make a copy for Kodi: <kbd>cp XBMC.desktop Kodi.desktop</kbd></li>
+    <li>Edit <samp>Kodi.desktop</samp>, replacing <samp>xbmc-standalone</samp> with Guix's <samp>kodi-standalone</samp>: <kbd>sed -i 's|xbmc-standalone|/gnu/store/kmj9rm1ygsf702x3cxhy78fi960psdfz-profile/bin/kodi-standalone|g' Kodi.desktop</kbd></li>
+    <li>Edit <samp>Kodi.desktop</samp> renaming XBMC to Kodi: <kbd>sed -i 's|XBMC|Kodi|g' Kodi.desktop</kbd></li>
+</ol>
+<p>
+  Kodi should now be an option in your display manager.  To log into Kodi, log out and select the Trisquel logo next to your name.  Choose <q>Kodi</q> from the menu.</p>
+<p>
+  Thanks to <a href="http://lists.gnu.org/archive/html/help-guix/2017-11/msg00080.html">Marius Bakke</a></p>
+
+<hr/>
+<footer>
+<p>Last updated: 2017-11-19 18:33:59 CST.</p>
+<p>
+Copyright 2017 Caleb Herbert under the terms of the
+<a href="https://creativecommons.org/licenses/by/4.0/">Attribution
+4.0 International</a> license.</p>
+</footer>
+</body>
+</html>

+ 2 - 1
blog/index.html

@@ -59,12 +59,13 @@
   </li>
   <li>2017-11-17:  <a href="2017/11/17/pass">Pass Says I Have No Secret Key</a></li>
   <li>2017-11-18:  <a href="2017/11/18/animalibera">Lyrics: <q>Anima libera</q></a></li>
+  <li>2017-11-19:  <a href="2017/11/19/kodilogin">Kodi Login on Trisquel</li>  
 </ol>
 
 
 <hr/>
 <footer>
-<p>Last updated: 2017-11-18 21:51:36 CST.</p>
+<p>Last updated: 2017-11-19 18:32:11 CST.</p>
 <p>
 Copyright 2017 Caleb Herbert under the terms of the
 <a href="https://creativecommons.org/licenses/by/4.0/">Attribution

+ 2 - 1
startpage.html

@@ -109,6 +109,7 @@
 	    <li><a href="https://github.com/cfenollosa/bashblog">bash blog</a></li>
 	    <li><a href="tuomov.bitcheese.net/b/">crazy rants</a> by the author of <a href="https://en.wikipedia.org/wiki/ion_(window_manager)">ion</a></li>
 	    <li><a href="https://budrich.github.io/blog/fresh_start/">budrich</a></li>
+	    <li><a href="https://win95.ajf.me/">W95 in the browser</a></li>
 	</ul>
     </div>
 
@@ -117,7 +118,7 @@
     
 <hr/>
 <footer>
-<p>Last updated: 2017-11-18 02:12:08 CST.</p>
+<p>Last updated: 2017-11-19 00:41:04 CST.</p>
 <p>
 Copyright 2017 Caleb Herbert under the terms of the
 <a href="https://creativecommons.org/licenses/by/4.0/">Attribution