Dan Nagle

Results 125 comments of Dan Nagle

Yes, nearly all desktop environments support some kind of detached process. However, coding directly to the desktop environments to support that background process becomes unmanageable very quickly once "Linux" is...

You are absolutely correct. This was an oversight on my part.

This is now fixed in the development branch. Thanks for reporting this.

Awesome idea. I just added it so it can be in the next release.

Try removing the check and see if works anyway for you: https://github.com/dannagle/PacketSender/blob/master/src/main.cpp#L734 Remove these lines. ``` if (!isGuiApp()) { printf("\nCannot open display. Try --help to access console app.\n"); return -1;...

Not sure what the complete answer is. At least on my end, I could add an easy way to bypass the check.

I'll need to run some tests on my end, but I think I may ultimately add a bypass method. Leaving this bug open until I have time to do that.

Just tested. Indeed, it does not. I'm flagging this as "enhancement" until I decide what to do. My particular use requires that it does not repeat. If I need the...

Fixed in development branch. Leaving this thread open as a reminder to ping it one more time when development is eventually merged into master.

I am labeling this as "Feature Request". The persistent connection dialog has no controls over Resend. It would not be difficult to add. It just has not been requested.