Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changes in 2024 for Ubuntu
#10
I hacked the latest Gimp snap and I have python plug-ins working but no console.

   

For anyone interested -
Copied the snap file into a user folder. You can also download it with
snap download gimp
sudo chown -R user:user ./gimp_405.snap
sudo unsquashfs ././gimp_405.snap
Now you can freely edit files under ./squashfs-root
repack with      
snap pack ./squashfs-root ./
this puts a new snap in the same folder. because it's unsigned it can only be installed with the 'dangerous' flag.
sudo snap install --dangerous ./gimp_2.10.34_amd64.snap
Message - It appears that you are using GIMP for the first time.  GIMP will now create a folder named ~/snap/gimp/x1/.config/GIMP/2.10' and copy some files to it.
putting plugin-ins here helped me see error messages with
gimp --verbose
sudo snap remove gimp

Thoughts
Ubuntu are using appimages built with the old RockRidge file system to construct new OS's. I think this upends the Unix file structure by creating little unix file systems inside other unix file systems. The Gimp snap is well over 1.2 gb in size. Why does it have to contain so many system files? Script-based packaging can make huge files because all the files have dependencies. Eventually Ubuntu snaps will be dependent on other snaps or each snap will carry most of the system files.
I think the word 'snap' is actually 'secure appimage'. Possibly Ubuntu is trying to be faster than MXLinux which is pretty fast :Smile wonder what Debian makes of all this Smile
Reply


Messages In This Thread
Changes in 2024 for Ubuntu - by Tas_mania - 11-09-2023, 10:19 PM
RE: Changes in 2024 for Ubuntu - by nelo - 11-10-2023, 08:43 PM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-11-2023, 08:06 PM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-11-2023, 09:50 PM
RE: Changes in 2024 for Ubuntu - by PixLab - 11-12-2023, 04:47 AM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-12-2023, 06:14 AM
RE: Changes in 2024 for Ubuntu - by rich2005 - 11-12-2023, 08:35 AM
RE: Changes in 2024 for Ubuntu - by rich2005 - 11-12-2023, 11:12 AM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-13-2023, 09:24 PM
RE: Changes in 2024 for Ubuntu - by Ofnuts - 11-14-2023, 05:36 PM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-15-2023, 03:31 AM
RE: Changes in 2024 for Ubuntu - by Ofnuts - 11-15-2023, 09:09 AM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 11-15-2023, 08:34 PM
RE: Changes in 2024 for Ubuntu - by Tas_mania - 12-27-2023, 06:17 AM

Forum Jump: