An open-source GUI prototyping tool that's available for ALL platforms
1.4K

git clone https://github.com/loadaverage/pencil.git && cd pencil && docker build -t pencil .
or
docker pull loadaverage/pencilxhost local:pencil docker run --rm \
-v ~/Downloads/pencil:/home/pencil/Downloads \
-v ~/.pencil:/home/pencil/.pencil \
-v ~/.config/Pencil:/home/pencil/.config/Pencil \
-v ~/.themes:/home/pencil/.themes:ro \
-v ~/.fonts:/home/pencil/.fonts:ro \
-v ~/.icons:/home/pencil/.icons:ro \
-v ~/.gtkrc-2.0:/home/pencil/.gtkrc-2.0:ro \
-v /usr/share/themes:/usr/share/themes:ro \
-v /usr/share/fonts:/usr/share/fonts:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY pencil
NOTE: mounted config directories should have correct permissions, otherwise Pencil will not start
For example:
mkdir ~/.pencil && chmod 777 ~/.pencil
mkdir ~/.config/Pencil && chmod 777 ~/.config/Pencil
docker run --rm \
-v ~/Downloads/pencil:/home/pencil/Downloads \
-v ~/.pencil:/home/pencil/.pencil \
-v ~/.config/Pencil:/home/pencil/.config/Pencil \
-v ~/.themes:/home/pencil/.themes:ro \
-v ~/.fonts:/home/pencil/.fonts:ro \
-v ~/.icons:/home/pencil/.icons:ro \
-v ~/.gtkrc-2.0:/home/pencil/.gtkrc-2.0:ro \
-v /usr/share/themes:/usr/share/themes:ro \
-v /usr/share/fonts:/usr/share/fonts:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY loadaverage/pencil
Content type
Image
Digest
Size
568 MB
Last updated
over 8 years ago
docker pull loadaverage/pencil