Discuss Scratch
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16

Specs: I have linux terminal, I have done
sudo apt install inkscape
Anyway to fix this?
Browser specs:
My browser / operating system: ChromeOS 14541.0.0, Chrome 112.0.0.0, No Flash version detected
Please see post #16 of this topic because I am installing piskel now.
Last edited by Knightbot63 (May 2, 2023 20:00:37)
- applejuiceproduc
-
Scratcher
1000+ posts
Piskel not running, See #16
What OS?
Also try use flatpak instead, or the dreaded snap…
Also try use flatpak instead, or the dreaded snap…
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
(#2)I had edited to show my OS.
What OS?
Also try use flatpak instead, or the dreaded snap…
I tried snap but that caused the same error too.
- bigspeedfpv
-
Scratcher
500+ posts
Piskel not running, See #16
run it via the terminal and send the error
don't use snap. that error just means you don't have squashfuse installed
use flatpak.
don't use snap. that error just means you don't have squashfuse installed
use flatpak.
- applejuiceproduc
-
Scratcher
1000+ posts
Piskel not running, See #16
It opens way quicker, is more widely used and more reasons…(#5)Why flatpak exactly?
use flatpak.
Also chrome OS and apt?
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
(#7)1. I guess faster than apt
It opens way quicker, is more widely used and more reasons…
Also chrome OS and apt?
2. Yes lol.
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
Nice, Linux is low on disc space, Now time to waste my hotspot even more.
- applejuiceproduc
-
Scratcher
1000+ posts
Piskel not running, See #16
2. Uhh ig that’s why it doesn’t work…(#7)1. I guess faster than apt
It opens way quicker, is more widely used and more reasons…
Also chrome OS and apt?
2. Yes lol.
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
This is almost done completing, I will send more updates as time goes on


- ajskateboarder
-
Scratcher
1000+ posts
Piskel not running, See #16
Nice, Linux is low on disc space, Now time to waste my hotspot even more.I guess this is why you don't use a Chromebook as a daily driver ._.
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
This has been fixed! I really guess flatpak helped. Closing this unless there are some tips in the future.
- imfh
-
Scratcher
1000+ posts
Piskel not running, See #16
Recently, I've been using Vectornator on iPad instead of Inkscape on the computer. I'm not sure whether Chromebooks support Vectornator, but the interface feels a lot cleaner and easier to use.
- SAVVYSCLUTTER
-
Scratcher
500+ posts
Piskel not running, See #16
ChromeOS isn't true Linux so most Linux software isn't designed for it.
Last edited by SAVVYSCLUTTER (April 23, 2023 09:17:47)
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
Ok, since the topic is resolved, I just have another question about flatpak. I am trying to install piskel but the “menulibre” won't work showing an error. So, that's when I decided to use flatpak but I realized, there were no applications for it on flatpak. Is there a way to not use menulibre?
Last edited by Knightbot63 (May 2, 2023 19:51:11)
- ajskateboarder
-
Scratcher
1000+ posts
Piskel not running, See #16
ChromeOS isn't true Linux so most Linux software isn't designed for it.I'm pretty sure ChromeOS uses a lot of Gentoo Linux components
Ok, since the topic is resolved, I just have another question about flatpak. I am trying to install piskel but the “menulibre” won't work showing an error. So, that's when I decided to use flatpak but I realized, there were no applications for it on flatpak. Is there a way to not use menulibre?Following this guide, try these steps in your terminal:
$ sudo add-apt-repository ppa:menulibre-dev/daily $ sudo apt update $ sudo apt install menulibre
- Knightbot63
-
Scratcher
1000+ posts
Piskel not running, See #16
1, error:$ sudo add-apt-repository ppa:menulibre-dev/daily
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 362, in <module>
sys.exit(0 if addaptrepo.main() else 1)
^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 345, in main
shortcut = handler(source, **shortcut_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler
return handler(shortcut, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__
if self.lpppa.publish_debug_symbols:
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa
self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam
self._lpteam = self.lp.people(self.teamname)
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'people'
- bigspeedfpv
-
Scratcher
500+ posts
Piskel not running, See #16
Installing python3-launchpadlib solves this bug and you can re-run the command.1, error:$ sudo add-apt-repository ppa:menulibre-dev/dailyTraceback (most recent call last):
File "/usr/bin/add-apt-repository", line 362, in <module>
sys.exit(0 if addaptrepo.main() else 1)
^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 345, in main
shortcut = handler(source, **shortcut_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler
return handler(shortcut, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__
if self.lpppa.publish_debug_symbols:
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa
self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam
self._lpteam = self.lp.people(self.teamname)
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'people'
thanks google

