Skip to content

Instantly share code, notes, and snippets.

View nathakits's full-sized avatar
💭
Brewing craft beer

Nathakit Sae-Tan nathakits

💭
Brewing craft beer
View GitHub Profile
@nathakits
nathakits / README.md
Last active November 23, 2016 09:11
SVG Animation - animating with css

SVG Animation - animating with css

Moludar

@nathakits
nathakits / README.md
Last active September 18, 2022 11:09
SVG Animation - animating a circle along an svg path

SVG Animation - animating a circle along an svg path

Support

@nathakits
nathakits / README.md
Last active August 25, 2023 17:59
Creating a `.desktop` file in Ubuntu that launches a Python script

Creating a .desktop file in Ubuntu that launches a Python script

Here we will make two .desktop files that will launch Pupil Capture and Pupil Player.

Steps

  1. Right click on your desktop and create a new empty document.
  2. Set the document file type by Renaming the document that ends with .desktop
  3. Drag the document into a text editor and edit the document with the example code below

Note: Change the X-Icon-Path to the icon you want to use and Execpath to where Pupil Capturemain.py` is located on your machine (see example pupil.desktop for reference)