I got the solution,
That is the permissions, if Fedora you have to be root to use GNS3 perfectly, otherwise you'll face some construction boundaries.
You can run gns3 in Fedora from the terminal
Code:
su -lc 'gns3'
Or add the following to this file in your home directory
Code:
~/.bashrc
Add this line:
Code:
alias gns3='su -lc gns3'
Or you can run it from KDE GUI, press Alt + F2, then type 'kdesu gns3'
And run 'vritualbox' as a root from the terminal, if you face some issue, run it as the following:
Code:
dbus-launch gns3