octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53793] The figure and waitbar window title is


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53793] The figure and waitbar window title is not consistent among graphics toolkits
Date: Mon, 30 Apr 2018 16:27:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #1, bug #53793 (project octave):

Changeset attached.

I don't think anyone put an conscious effort into making "GNU Octave" the
default window title in Qt figures.  I eventually found where the GNU Octave
is coming from, it's here:


    // Initialize global Qt application metadata
    QCoreApplication::setApplicationName ("GNU Octave");
    QCoreApplication::setApplicationVersion (OCTAVE_VERSION);


in main-window.cc.  We could make the name blank as a solution, but let's
leave that as is because maybe the name shows up elsewhere in taskbars,
process IDs, wherever.

(file #44062)
    _______________________________________________________

Additional Item Attachment:

File name: octave-figure_waitbar_window_title-djs2018apr30.patch Size:2 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53793>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]