On ubuntu 16.04, I've made small GUI with c++ and ncurses. Result an .o file.
How do I run that on login with startup applications, and what is required for this to work?
I've tried this:
[Desktop Entry]
Name=MyApp
Exec=/home/mig/Documents/Cpp/MyCode/TXTGUI/txtgui.o
Type=Application
Terminal=true
in a .desktop file in .config/autostart, but no luck.