Frequently Asked Questions
Windows & Linux
Q: Can I save the license file in a different directory?
Q: Is it neccessary to deinstall the Framework before updating to the latest version?
Windows
Linux
Q: I can't use ALT+left click to select an object in the ObjectTree!
Q: I can't open the context menu in the 3D Window.
Windows & Linux
Q: Can I save the license file in a different directory?
Linux: Use the bash under Linux: export FS_FRAMEWORK_LICENSE=/somewhere/mylic.dat
Windows: Set the environment variable under Windows: Go to Control Panel > System > Click the Advanced tab > Under Environment variables, click Settings > Add a new environment variable named FS_FRAMEWORK_LICENSE, and set the Variable value entry to your prefered path (.../<somewhere>/mylic.dat)
Back to questions
Q: Is it neccessary to deinstall the Framework before updating to the latest version?
Back to questions
Windows
Q: The short cut for auto-completion (CTRL + Space) activates the the language input keys of my keyboard.
Back to questions
Linux
Q: I can't use ALT + left click to select an object in the ObjectTree!
A: If you're on KDE go to "System Settings", then in the Personal section "->Desktop->Window Behavior", there will be "Window Actions". Change your setting for "Modifier Key + left Button" from "Move" to "Nothing" or change your modifier Key to Meta instead of Alt.
Back to questions
Q: I can't open the context menu in the 3D Window.
Back to questions
Q: My program does not start and displays: "Error: cannot restore segment prot after reloc: Permission denied"
Perhaps following comands will help you:
cd $FSBASE
chcon –t textrel_shlib_t `pwd`/lib/Linux.x86_64/*.so*
chcon –t textrel_shlib_t `pwd`/plugs/Linux.x86_64/*.so*
Back to questions
