I'm using:
C++
Code::Blocks
glut
OpenGL
Linux
On the top of the screen, you have a title, and an icon. My icon is blank and the title is unknown. Any ideas on how to fix this?
View the attachment.
Posted 12 February 2013 - 07:46 PM
Have you tried setting a custom name and title in glut? http://www.opengl.org/resources/libraries/glut/spec3/node27.html
Posted 12 February 2013 - 07:48 PM
Have you tried setting a custom name and title in glut? http://www.opengl.org/resources/libraries/glut/spec3/node27.html
I have not. Thank you for the suggestion, I'll try it and update you on my problem ![]()
I tried the function. It changed the name of the OpenGL window, but not the name in the Activities bar above. Thanks for the suggestion ![]()
Edited by ProvenDantheman, 12 February 2013 - 07:51 PM.
Posted 13 February 2013 - 05:00 AM
Posted 16 February 2013 - 12:20 PM
I sort of figured out the issue. I ran the application with an Ubuntu session, as opposed to a Gnome3 session. In Ubuntu, the title displays fine. In Gnome, it does not.
I've created .desktop files in Gnome, using the specifications required, but that yielded me with no results. I ended up having a nice looking launcher for the app, but the title displayed incorrectly.