[Linux] If IDE (6.04) is open, then file associations do not work

Post bugs related to the IDE here
AZJIO
Addict
Addict
Posts: 2141
Joined: Sun May 14, 2017 1:48 am

[Linux] If IDE (6.04) is open, then file associations do not work

Post by AZJIO »

When I click on the file, the program starts and the file opens. When I click the next file, nothing happens. If I copy IDE (purebasic) from the folder version 5.70 (and 6.02), it works as expected: the second and subsequent files are open normally

6.02 = Fine
6.03 and 6.04 are not working
6.12 are not working

Arch, Fedora, Mint (Linux x64, Cinnamon)
Video (IDE error demo)

The problem is found. If you compile in GTK2, then everything works.
noxidderf
User
User
Posts: 18
Joined: Thu Oct 03, 2024 5:31 pm

Re: [Linux] If IDE (6.04) is open, then file associations do not work

Post by noxidderf »

AZJIO wrote: Sun Mar 10, 2024 12:13 pm When I click on the file, the program starts and the file opens. When I click the next file, nothing happens. If I copy IDE (purebasic) from the folder version 5.70 (and 6.02), it works as expected: the second and subsequent files are open normally

6.02 = Fine
6.03 and 6.04 are not working
6.12 are not working

Arch, Fedora, Mint (Linux x64, Cinnamon)
Video (IDE error demo)

The problem is found. If you compile in GTK2, then everything works.
this doesnt seem to have anything to do with my question.
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: [Linux] If IDE (6.04) is open, then file associations do not work

Post by mk-soft »

GTK3 is in the ide source set to TODO ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
AZJIO
Addict
Addict
Posts: 2141
Joined: Sun May 14, 2017 1:48 am

Re: [Linux] If IDE (6.04) is open, then file associations do not work

Post by AZJIO »

noxidderf wrote: Wed Feb 19, 2025 8:49 pm this doesnt seem to have anything to do with my question.
You need to report it in your own thread, because your question is missing here, and the thread is for mentioning the bug.
mk-soft wrote: Wed Feb 19, 2025 10:42 pm GTK3 is in the ide source set to TODO ...
I've seen it in the source code. But then the following files had to be created:
purebasic
purebasic_gtk3
Post Reply