when will gimp 3.0 get updated on the linux mint (or ubuntu!! or whatever linux mint uses) package manager??
-
On an unrelated note:
Why do you have Teddy Ruxpin as your desktop background, and more importantly, why do I feel such reverence for it as a very non-stereotypical background for a Linux user?
Maybe its a shared device that kids also use? We have a laptop that's shared amongst everyone and I constantly come back to finding random desktop wallpapers from Minecraft to Undertale to Pokemon and I think the latest is Transformers related lol.
-
If your anything like me you'll forget things like what PPAs you've added in a few months. Or rather, forget that you've even added things like PPAs. That's why I stick to flatpak if its not in my distro's repos.
Not sure if I misremember but I think the Mint software manager has a menu option somewhere that shows you a list of PPAs you've added
-
The way i see it, the fact that we all are on open-source reddit alternatives means that we are all unique in our own ways.
Reddit was already a nieche social media platform. Then lemmy is the nieche of a nieche. So yes, we all have unique likes and hobbies.
Reddit was already a nieche social media platform.
was niche
-
i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you
Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.
-
Maybe its a shared device that kids also use? We have a laptop that's shared amongst everyone and I constantly come back to finding random desktop wallpapers from Minecraft to Undertale to Pokemon and I think the latest is Transformers related lol.
Would 2010s kids know what Teddy Ruxpin is? My partner was born ‘91 and she didn’t even know what it was.
-
Would 2010s kids know what Teddy Ruxpin is? My partner was born ‘91 and she didn’t even know what it was.
I was born in 1990, and I had a tlReddy Ruxbin bear.
-
Already here on flatpak
And for someone not knowing what that is, it's a way to install and update stuff no matter what the distro, without messing with distro repo or otherwise messing stuff up.
-
Maybe its a shared device that kids also use? We have a laptop that's shared amongst everyone and I constantly come back to finding random desktop wallpapers from Minecraft to Undertale to Pokemon and I think the latest is Transformers related lol.
Not using different user accounts, that's a paddling
-
On an unrelated note:
Why do you have Teddy Ruxpin as your desktop background, and more importantly, why do I feel such reverence for it as a very non-stereotypical background for a Linux user?
that's simple to answer, my husband recently showed me that show and i think it's pretty sweet!!
-
Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.
i know what a flatpak is, a third party app provider for gnu/linux that works in any distro!!
-
You can also get the appimage on https://www.gimp.org/downloads/
After downloading, set the execute bit:
chmod +x ./GIMP-3.0.0-x86_64.AppImage
and then open the file to open gimp.To make it executable you can just right click -> properties -> make executable.
No need to use the terminal
-
Not sure if I misremember but I think the Mint software manager has a menu option somewhere that shows you a list of PPAs you've added
that is, if you remember to check it
-
i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you
Debian/Ubuntu/Mint packages are always older and only get updated once everything is stable.
If you are looking for more up to date packages I would recommend using FlatPaks or AppImages since they are usually maintained by the devs and kept up to date.
-
i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you
-
i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you
I've got GIMP 3.0 here on my Kubuntu system
️
-
Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.
Tell us you know nothing about running Linux and rely on app stores for your software.
-
Debian/Ubuntu/Mint packages are always older and only get updated once everything is stable.
If you are looking for more up to date packages I would recommend using FlatPaks or AppImages since they are usually maintained by the devs and kept up to date.
How about compiling from source? Or look into how Debian/Ubuntu/Mint build the
gimp
package, then change the version and run the build process on your local machine? -
To make it executable you can just right click -> properties -> make executable.
No need to use the terminal
-
How about compiling from source? Or look into how Debian/Ubuntu/Mint build the
gimp
package, then change the version and run the build process on your local machine?You loose out on automatic updates and not all packages are easy to build. I am not personally familiar with building Gimp. But I’ve tried to build other projects from GitHub only to get errors I couldn’t decipher.
It’s a skill which not many have.
-
I know, i use it all the time, i just think it's silly to recommend the terminal to beginners when theres a gui way that's easier.