ScPup & ScPup64 - Slackware Current based Woof-CE pups
.AppImg file does not run...
Installed ScPup64 on HD, frugal. PPM unfortunately has no darktable, a photo editing software similar to lightroom, available. Usually other pups run .AppImg file as pictured once it is made to be executable.
anyone know how to get any darktable working in ScPup64?
anyone know how to get any darktable working in ScPup64?
- Attachments
-
- Screenshot.png
- (14.83 KiB) Downloaded 202 times
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
darktable not working
which devx?, I have loaded most recent version already, i.e.ScPup64-20.01+6-T.iso.Semme wrote:Gychang, with the appropriate devx loaded, try the most recent version.
thanks,
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
got it loaded but still AppImg file does not execute...Semme wrote:1st page3rd post.
- Attachments
-
- Screenshot(1).png
- (12.06 KiB) Downloaded 127 times
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
It needs ONE pkg + deps. Running it out of a shell will
quickly tell you which.
==
File >> Darktable-2.2.5.glibc2.14-x86_64.AppImage

Ref.I tend to think of Gtk+ to be part of the base system. Many users would consider it "bloated" to put Gtk+ into AppImages...
==
File >> Darktable-2.2.5.glibc2.14-x86_64.AppImage
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<
thanks for the suggestion, on the shell, I get this warning message... Moved the file to /usr/bin to test...Semme wrote:It needs ONE pkg + deps. Running it out of a shell willquickly tell you which.
Ref.I tend to think of Gtk+ to be part of the base system. Many users would consider it "bloated" to put Gtk+ into AppImages...
- Attachments
-
- Screenshot(2).png
- (50 KiB) Downloaded 584 times
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
gimp not working in 32bit ScPup...
ScPup frugally installed on HD my 32bit laptop. Gimp 2.8 installed from PPM, When opening from shell I get error messages:
installed pygtk. is there any hope of getting gimp working?
---
root# gimp
Failed to parse tag cache: No such file or directory
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/python-console.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:36.592: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/file-openraster.py", line 20, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:36.955: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/text-brush.py", line 20, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.176: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/python-eval.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.314: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/foggify.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.633: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/colorxhtml.py", line 24, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:38.700: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/py-slice.py", line 30, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:38.784: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 16, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:39.260: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/gradients-save-as-css.py", line 25, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:39.604: gimp: gimp_wire_read(): error
(gimp:8301): GLib-GObject-CRITICAL **: 16:14:39.680: g_param_spec_internal: assertion 'is_valid_property_name (name)' failed
(pagecurl:8415): LibGimpBase-WARNING **: 16:14:39.685: pagecurl: gimp_wire_read(): error
Segmentation fault
root#
---
installed pygtk. is there any hope of getting gimp working?
---
root# gimp
Failed to parse tag cache: No such file or directory
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/python-console.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:36.592: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/file-openraster.py", line 20, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:36.955: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/text-brush.py", line 20, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.176: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/python-eval.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.314: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/foggify.py", line 19, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:37.633: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/colorxhtml.py", line 24, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:38.700: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/py-slice.py", line 30, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:38.784: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 16, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:39.260: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/gradients-save-as-css.py", line 25, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: could not import pygtk
(gimp:8301): LibGimpBase-WARNING **: 16:14:39.604: gimp: gimp_wire_read(): error
(gimp:8301): GLib-GObject-CRITICAL **: 16:14:39.680: g_param_spec_internal: assertion 'is_valid_property_name (name)' failed
(pagecurl:8415): LibGimpBase-WARNING **: 16:14:39.685: pagecurl: gimp_wire_read(): error
Segmentation fault
root#
---
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
So now this is for 32b ScPup on a different box?
Why not do your Gimp work on the 64b box?
Or is it for another user in the house?
Maybe load & fire this build.
Why not do your Gimp work on the 64b box?
Or is it for another user in the house?
Maybe load & fire this build.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<
ScPups & AppImages -- a Possible working routine
Hi All,
With the exception of my old and trusty (and remastered) Slacko 5.7, I run 'Ubuntus' and 'debians' but not Slackos. The reason for this is that by now I've acquired a fair assortment of AppImages. My understanding is that Slackware was rarely considered by AppImage creators. Consequently, although designed to be 'Self-Contained', AppImages will often lack libraries supplied by operating systems other than Slackware. To get them to work under Slackos would involve a 'lib' chase complicated by having to serially start the AppImage via a terminal after adding each library to the OS to see what's still missing.
But someone posted recently that UExtract could be used to decompress an AppImage. So I picked one from my menagerie and confirmed that UExtract will, in fact, extract it. Once extracted, its binary(s) can be located and ldd (list dynamic dependencies) can be run from the Right-Click Menu. Also confirmed.
After adding missing dependencies to either the OS or the extraction folder, fredx181's Create Portable AppImage could be used to repackage it. http://murga-linux.com/puppy/viewtopic. ... 14#1011814.
Untested. Just thought I'd pass the idea on to those who really like Slackos.
With the exception of my old and trusty (and remastered) Slacko 5.7, I run 'Ubuntus' and 'debians' but not Slackos. The reason for this is that by now I've acquired a fair assortment of AppImages. My understanding is that Slackware was rarely considered by AppImage creators. Consequently, although designed to be 'Self-Contained', AppImages will often lack libraries supplied by operating systems other than Slackware. To get them to work under Slackos would involve a 'lib' chase complicated by having to serially start the AppImage via a terminal after adding each library to the OS to see what's still missing.
But someone posted recently that UExtract could be used to decompress an AppImage. So I picked one from my menagerie and confirmed that UExtract will, in fact, extract it. Once extracted, its binary(s) can be located and ldd (list dynamic dependencies) can be run from the Right-Click Menu. Also confirmed.
After adding missing dependencies to either the OS or the extraction folder, fredx181's Create Portable AppImage could be used to repackage it. http://murga-linux.com/puppy/viewtopic. ... 14#1011814.
Untested. Just thought I'd pass the idea on to those who really like Slackos.
I have a laptop I use when I travel that is 32bit, like to use gimp if possible on laptop. I am the only pup user in the home.Semme wrote:So now this is for 32b ScPup on a different box?
Why not do your Gimp work on the 64b box?
Or is it for another user in the house?
Maybe load & fire this build.
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
gimp 32bit ScPup
updated PPM shows gimp 2.8.18, does not wok.Semme wrote:And the SFS I linked?
As for what you said, Gimp 2.8 from PPM -- it should list 2.10 if you've updated your repos..
loaded up the sfs and I get the following error. installed gtk+3 and still not working...
thanks,
- Attachments
-
- Screenshot.png
- (14.98 KiB) Downloaded 49 times
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
I'm sure you're missing more than that, so, make sure you have the appropriate devx loaded before running:
Copy'n paste my command if you can. It begins with a lowercase "L" and outputs to /root.
Then change the extension to "gz" and attach it with your reply.
Code: Select all
ldd /usr/bin/gimp > ~/gimp_missing-deps.txt
Then change the extension to "gz" and attach it with your reply.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<
attached the file, Semme. thanks,
- Attachments
-
- gimp_missing-deps.txt.gz
- (871 Bytes) Downloaded 89 times
---
trying to learn puppylinux... :D
---
trying to learn puppylinux... :D
---
- OscarTalks
- Posts: 2196
- Joined: Mon 06 Feb 2012, 00:58
- Location: London, England
These are my test builds of NetSurf-3.10 in ScPup
http://smokey01.com/OscarTalks/netsurf- ... -scpup.pet
http://smokey01.com/OscarTalks/netsurf- ... -scpup.pet
In the 32bit version there was an error complaining that perl binaries and libraries have mismatched numbers. I think Slackware Current has upgraded the perl version so perhaps the ponce version of perl-html-parser needs upgrading as well. There is an older perl binary in /usr/bin along with the latest. What I did was strip out all the perl stuff that I could find, then I installed the latest Slackware perl package, then I installed HTML:Tagset (a small dependency) and HTML:Parser from source. I also have to replace the /usr/bin/xxd busybox symlink with a real executable from the vim package. NetSurf then compiles in the modified build environment. The number mismatch did not happen in 64bit.
http://smokey01.com/OscarTalks/netsurf- ... -scpup.pet
http://smokey01.com/OscarTalks/netsurf- ... -scpup.pet
In the 32bit version there was an error complaining that perl binaries and libraries have mismatched numbers. I think Slackware Current has upgraded the perl version so perhaps the ponce version of perl-html-parser needs upgrading as well. There is an older perl binary in /usr/bin along with the latest. What I did was strip out all the perl stuff that I could find, then I installed the latest Slackware perl package, then I installed HTML:Tagset (a small dependency) and HTML:Parser from source. I also have to replace the /usr/bin/xxd busybox symlink with a real executable from the vim package. NetSurf then compiles in the modified build environment. The number mismatch did not happen in 64bit.
Oscar in England

