Author Topic: [SOLVED] A strange little icon on top border of forms. What is it? Linux Mint.  (Read 3307 times)

Offline Aaron

  • Multiple posting newcomer
  • *
  • Posts: 59
This is really a strange one, after numerous installs on Linux, this is a first for me.

Each application I create has this, on every form/frame.

What might cause this?



Any suggestions appreciated.

(Using CB 16.01 on Linux Mint.)
« Last Edit: April 06, 2017, 05:09:04 pm by Aaron »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: A strange little icon on top border of forms. What is it?
« Reply #1 on: April 05, 2017, 08:35:32 pm »
this is probably a thing about your GUI framework. Codeblocks is just a IDE... Maybe if you tell us what framework you are using we can "guess" what is wrong, but general speaking this is the wrong forum to ask this kind of question because it !probably! has nothing to do with codeblocks. (it can be how the resource compiler is called?)

Offline Aaron

  • Multiple posting newcomer
  • *
  • Posts: 59
Re: A strange little icon on top border of forms. What is it?
« Reply #2 on: April 05, 2017, 08:43:36 pm »
Good point BlueHazzard.

I just had a reply from someone in a C++ forum that suggested this is a Linux Mint issue.
After that, I observed this also on a Mint dialog window for the first time.

It seems to display on windows not having their own icon located to the left of the title.

So I added an icon to my Code::Blocks test app wxFrame, that solved it.
My icon is displayed, not the fault icon.
« Last Edit: April 05, 2017, 08:47:23 pm by Aaron »