Option to run Pre Command before ANYTHING else
Created by: metafarion
Currently, the Pre Command doesn't precede all connection operations. I don't know everything that happens before it, but at least the destination hostname gets checked for resolvability first. It would be nice if we could set it to truly run first.
In my particular scenario, I'm trying to use a Pre Command to issue wakeonlan before an RDP connection is attempted. However, Remmina checks my destination name first, doesn't find it because the host is in standby and its DHCP lease and DNS entry have expired, and then gives up. This does not occur when connecting using an IP address, because no DNS check needs to be made.
I can also see the utility of requiring Remmina to check the destination address before running the Pre Command, so I propose a checkbox to toggle this behavior.