Discuss Scratch

Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16


Specs: I have linux terminal, I have done
sudo apt install inkscape
I try to launch it but it'll always say it encountered an internal error.
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…
Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16

applejuiceproduc wrote:

(#2)
What OS?

Also try use flatpak instead, or the dreaded snap…
I had edited to show my OS.
I tried snap but that caused the same error too.
Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16

I tried snap but it gave me this:
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.
Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16

bigspeedfpv wrote:

(#5)
use flatpak.
Why flatpak exactly?
applejuiceproduc
Scratcher
1000+ posts

Piskel not running, See #16

Knightbot63 wrote:

bigspeedfpv wrote:

(#5)
use flatpak.
Why flatpak exactly?
It opens way quicker, is more widely used and more reasons…

Also chrome OS and apt?
Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16

applejuiceproduc wrote:

(#7)
It opens way quicker, is more widely used and more reasons…

Also chrome OS and apt?
1. I guess faster than apt
2. Yes lol.
Knightbot63
Scratcher
1000+ posts

Piskel not running, See #16

it is going to take some time…
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

Knightbot63 wrote:

applejuiceproduc wrote:

(#7)
It opens way quicker, is more widely used and more reasons…

Also chrome OS and apt?
1. I guess faster than apt
2. Yes lol.
2. Uhh ig that’s why it doesn’t work…
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

Knightbot63 wrote:

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

SAVVYSCLUTTER wrote:

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

Knightbot63 wrote:

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

ajskateboarder wrote:

$ sudo add-apt-repository ppa:menulibre-dev/daily
1, error:
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

Knightbot63 wrote:

ajskateboarder wrote:

$ sudo add-apt-repository ppa:menulibre-dev/daily
1, error:
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'
Installing python3-launchpadlib solves this bug and you can re-run the command.

thanks google

Powered by DjangoBB