This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # I use following command to install launchpadlib in Gentoo | |
| pip install launchpadlib==1.10.2 --allow-external launchpadlib --allow-unverified launchpadlib --allow-external lazr.authentication --allow-unverified lazr.authentication | |
| pip install lazr.restfulclient>=0.9.19 --allow-external lazr.authentication | |
| # install wadllib (don't know why install by pip failed) | |
| easy_install wadllib | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #This is how I got some of the window management gestures working on linux mint with the cinnamon frontend: | |
| #install your stuff | |
| sudo apt-get install xorg-xserver-mtrack xbindkeys xdotool | |
| #fix mtrack conf | |
| sudo mv /usr/share/X11/xorg.conf.d/50-mtrack.conf /usr/share/X11/xorg.conf.d/60-mtrack.conf | |
| #configure xbindkeys | |
| ( | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ;;; org-html5presentation.el --- HTML5 Presentation export for Org-mode | |
| ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 | |
| ;; Free Software Foundation, Inc. | |
| ;; modified by leiyue for https://code.google.com/p/html5slides/ | |
| ;; Author: Carsten Dominik <carsten at orgmode dot org> | |
| ;; Keywords: outlines, hypermedia, calendar, wp | |
| ;; Homepage: http://orgmode.ogr | 
NewerOlder