SymbolEditor is a free and open source QPainterPath object libraries creator application for Linux. Using SymbolEditor, you can create multiple libraries of QPainterPath objects and create symbol libraries for the KXStitch application. It comes with lines, bezier curves, rectangle, ellipse, variable line widths, end types, join types and many tools. It also comes with filled and unfilled symbols, symbol creation from characters.
How to Install SymbolEditor on Ubuntu
To install SymbolEditor on Ubuntu Linux system, run below SymbolEditor snap install command.
sudo snap install symboleditor
It will install the latest version of SymbolEditor on your system. After that open it using below command or via shows apps menu from the Ubuntu dash.
symboleditor
And you can also uninstall it using below command.
sudo snap remove symboleditor
Install SymbolEditor via Flatpak:
First you need to install the flatpak and flathub on your system. Follow below command to install it.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Restart your system after the installation.
Now run below SymbolEditor flatpak install command. It will install the latest SymbolEditor on your system.
flatpak install flathub org.kde.SymbolEditor
And you can open it using below command.
flatpak run org.kde.SymbolEditor
And uninstall it using below commands.
flatpak uninstall org.kde.SymbolEditor
[OR]
sudo flatpak uninstall org.kde.SymbolEditor