-1
I installed Fedora 34 recentemete and next to the IDE, Phpstorn via Flatpak packages.
The IDE opens normally, but it cannot access Xammp htdocs from the /opt/lammp/htdocs folder. But the /opt folder Does not appear when trying to open in Phpstorn.
My /htdocs folder has already released access with the command:
sudo chmod ugo=rwx -R /opt/lampp/htdocs/
I tried to use the command to open the directory directly from the terminal with the command:
flatpak run com.jetbrains.PhpStorm .
However it opened directly in my user’s home.
From what I understand it seems some kind of Phpstorn’s permission to access this folder. But I don’t know how to fix it.