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

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

[Octave-bug-tracker] [bug #60646] launching qt doc browser with doc func


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #60646] launching qt doc browser with doc function leaves temporary files
Date: Mon, 14 Jun 2021 13:12:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #16, bug #60646 (project octave):

I pushed the following changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/23cf249a0ad8

Since these widgets are all supposed to be executing in the same thread as the
base_qobject, I didn't use deleteLater.  Then I noticed Octave exiting with a
segfault so I applied the following additional change:

http://hg.savannah.gnu.org/hgweb/octave/rev/7db4a4e94556

Now I'm not seeing a segfault on exit.  But something is still not right with
saving settings and restoring the default window layout.  I'm seeing a layout
with just the two tabbed widgets (no file browser, history, or workspace view)
and using the menu item to restore the default layout doesn't add the missing
widgets.  I have to explicitly select them, then use the "Restore Default
Window Layout" menu item to fix the sizes.  Then after exiting and restarting,
I'm back to the two tabbed widgets with nothing else.  Strange.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60646>

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




reply via email to

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