Archives For Collaborative Drawing

Free collaborative drawing program Drawpile 2.1.16 was released today with new features to the server and usability improvements.

In the new release, the old drawpile.net list server and public server are replaced by the new pub.drawpile.net server. All sessions hosted at pub.drawpile.net are automatically listed, so there is no need to announce them manually anymore.

Other changes in Drawpile 2.1.16 include:

  • Passwords are now stored securely using the platform keychain
  • Selections are now properly clipped to the canvas size
  • Copying or cutting a moved selection now works as expected
  • Fixed brush size adjustment shortcut (needed two presses to adjust)
  • List servers can now be manually sorted
  • Server improvements and some bug-fixes.

How to Install Drawpile 2.1.16 in Ubuntu:

Drawpile is available for Ubuntu Linux via Flatpak (containerized software package).

For Ubuntu 18.04 and higher, open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, run following commands one by one.

1.) Install Flatpak framework and add Flathub repository.

If you’re first time installing a flatpak package, you may need to install the flatpak framework by running command:

sudo apt-get install flatpak

Type user password (no asterisk feedback) when it prompts and hit Enter.

Also add Flathub repository, official repository contains a large list of flatpak packages, via command:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

3. Finally install Drawpile via command:

flatpak install flathub net.drawpile.drawpile

Once installed, launch it from system application menu and enjoy!

(Update) If you’ve an old version installed via previous steps, simply run one command to update Drawpile package:

flatpak update net.drawpile.drawpile

(Optional) To remove the software run command in terminal:

flatpak uninstall net.drawpile.drawpile

Free collaborative drawing program Drawpile 2.1.11 was released day. This release features the ability to detach the chat box into a separate window.

Drawpile 2.1.11 release highlights:

  • Chat box can now be detached into its own window.
  • Registered user bans are no longer IP bans.
  • Fixed that brush color was uninitialized on fresh install.
  • Fixed incorrect layer when moving selection.
  • And some other fixes and improvements.

How to Install Drawpile 2.1.11 in Ubuntu:

For Ubuntu 18.04 and higher, the software can be installed via flatpak by running following commands one by one in terminal.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command to install Flatpak first:

sudo apt-get install flatpak

Type user password (no asterisk feedback) when it prompts and hit Enter.

2. Then add Flathub repository via command:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

3. Finally install Drawpile via command:

flatpak install flathub net.drawpile.drawpile

Once installed, launch it from system application menu and enjoy!

(Update) If you’ve an old version installed via previous steps, simply run one command to update Drawpile package:

flatpak update net.drawpile.drawpile

(Optional) To remove the software run command in terminal:

flatpak uninstall net.drawpile.drawpile

This quick tutorial shows how to install the latest free collaborative drawing program Drawpile (2.1.10 so far) in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.

Drawpile is a Free/Libre networked drawing program that allows multiple people to sketch on the same image simultaneously. It supports the OpenRaster image file format and thus works well with applications such as MyPaint, Krita and GIMP.

Drawpile is a KDE software. Besides building from source, Ubuntu users can install it via flatpak (containerized software package) by doing following steps:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command to install Flatpak first:

sudo apt-get install flatpak

Type user password (no asterisk feedback) when it prompts and hit Enter.

2. Then add Flathub repository via command:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

3. Finally install Drawpile via command:

flatpak install flathub net.drawpile.drawpile

Once installed, launch it from system application menu and enjoy!

(Optional) To remove the software run command in terminal:

flatpak uninstall net.drawpile.drawpile

collaborative drawing tool

DrawPile is a sketching oriented drawing program that allows multiple people to share the same drawing board over the Internet. It works on Linux, Windows, Mac OS X and FreeBSD.

Feature highlights

  • Antialiased drawing and multiple blending modes
  • Layers
  • Text annotations
  • Tablet pressure sensitivity
  • Image may be rotated freely while drawing
  • Built-in server for hosting shared sessions
  • Chat

DrawPile_1

Install DrawPile in Ubuntu Linux:

DrawPile is available in Getdeb repository for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Ubuntu 10.04 and Linux Mint.

For Ubuntu, download and install the deb to add getdeb repository. For Linux Mint go to Software Sources -> Additional repositories, and check the box where says “archive.gedeb.net ….”

After that, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below to install the tool:

sudo apt-get update; sudo apt-get install -y drawpile

Source code is available in sourceforge.net