02-16-2023, 08:58 AM
Hi, I installed the dev version from Flathub on Ubuntu 22.04. Now I cannot see my 2.10.32 ( also installed through Flathub ). Is it lost? Any way to get it back without removing 2.99?
Thanks.
Thanks.
2.10.32 gone
|
02-16-2023, 08:58 AM
Hi, I installed the dev version from Flathub on Ubuntu 22.04. Now I cannot see my 2.10.32 ( also installed through Flathub ). Is it lost? Any way to get it back without removing 2.99?
Thanks.
02-16-2023, 09:49 AM
From gimp.org:
Quote:Note: If you installed both the stable and beta repositories, the desktop (menus, etc.) will see only one version at a time. To make sure your desktop sees the development version, run this command:
02-16-2023, 10:24 AM
Hi, thanks @nelo
I didn't add any repositories for the same. Instead, I used Flathub GUI. Is there any chance I can use both? Otherwise, it would be nice to have the stable version back. Thanks.
02-16-2023, 11:04 AM
What says flatpak list in a terminal?
02-16-2023, 01:22 PM
I have come across this before. flatpak is a PITA
from https://www.gimp.org/downloads/devel/ Quote:Note: If you installed both the stable and beta repositories, the desktop (menus, etc.) will see only one version at a time. To make sure your desktop sees the development version, run this command: (02-16-2023, 11:04 AM)Ofnuts Wrote: What says flatpak list in a terminal? Please see Quote:OBS Stu… ….obsproject.Studio 29.0.2 stable flathub system @rich2005, please see Code: flatpak make-current --user org.gimp.GIMP stable
Well, you probably broke something. This in a Mint 21 VM (sorry stock ubuntu 22.04 is too horrible)
This in a terminal 1) The regular 2.10.32 flatpak installed (and working) Followed by the 2.99 flatpak. The 2.99 starts by default. 2) I can make the first install Gimp 2.10.32 the default. 3) ...and that now starts Gimp 2.10.32. (ignore those error messages Gimp does start) 4) Without reverting back to making Gimp 2.99 default I can start it from command line using flatpak run org.gimp.GIMP//beta Do you really need to run both ?
02-16-2023, 10:20 PM
On Linux Mint 21.1 Cinnamon I had 2.10.32 flatpak installed first and then installed the 2.99.x flatpak - this didn't affect the operation of the 2.10.32 version which could still be started from the Menu. I then added another item to the Graphics menu with the fields set as follows:
Name: GIMP V2.99 Command: /usr/bin/flatpak run --branch=beta --arch=x86_64 --command=gimp-2.99 --file-forwarding org.gimp.GIMP @@u %U @@ --verbose Comment: GIMP V2.99 I can then run either version from the menu without having to use the commands to set the active version. Not sure why your install of 2.99 messed up 2.10.32.
Thanks for the info @rich2005 @programmer_ceds
Is there any command using which I can launch 2.10.32? Went to Flathub software (store icon) and deleted 2.99. Now I have 2.10.32 back But with this error Code: $ flatpak run org.gimp.GIMP I am actually happy that it is at least working.
02-17-2023, 11:30 AM
(02-16-2023, 10:34 PM)meetdilip Wrote: Thanks for the info @rich2005 @programmer_cedsThe equivalent command for 2.10.32 (on Linux Mint 21.1 Cinnamon anyway) is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-2.10 --file-forwarding org.gimp.GIMP @@u %U @@ |
« Next Oldest | Next Newest »
|