After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596483 - Unable to change window size on OS X
Unable to change window size on OS X
Status: RESOLVED NOTGNOME
Product: tomboy
Classification: Applications
Component: General
1.0.x
Other Mac OS
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
gnome[moved-to-github]
: 598088 602858 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-09-27 04:34 UTC by Alex Schearer
Modified: 2017-07-31 12:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Crash report produced by OS X to be sent to Apple. (45.71 KB, text/plain)
2011-07-26 16:25 UTC, Jon
Details
Debug output from Mono (2.50 KB, text/plain)
2011-08-05 03:36 UTC, Jon
Details
Mono debug output development version 1.7.2 (2.25 KB, text/plain)
2011-08-05 05:11 UTC, Jon
Details

Description Alex Schearer 2009-09-27 04:34:25 UTC
When I go to Window > Search All Notes and then try to resize the window (by clicking the bottom right corner) the window does not resize at all and the cursor is stuck in the "resize" state until I click elsewhere (to a different application). As a result I am not able to read all of the information about my notes.
Comment 1 Sandy Armstrong 2009-09-27 10:07:27 UTC
Yeah, this is new with very recent versions of the Mono installer (lots of changes to the bundled gtk+).

What version of the Mono installer and what version of OS X do you have?
Comment 2 Alex Schearer 2009-09-27 14:13:40 UTC
I'm running Leopard 10.5.8 and I downloaded the latest version of Mono before installing Tomboy, 2.4.2.3.
Comment 3 Peter 2009-11-10 07:23:28 UTC
Same problem here, mono 2.4.2.3, Tomboy 1.0.0, Mac OS 10.6.1.
Can't resize any Tomboy windows (including notes). I accidentally maximized them using the "+" ui element, and now can't shrink them down again.
Comment 4 Sandy Armstrong 2009-11-24 18:17:20 UTC
*** Bug 598088 has been marked as a duplicate of this bug. ***
Comment 5 Sandy Armstrong 2009-11-24 18:17:23 UTC
*** Bug 602858 has been marked as a duplicate of this bug. ***
Comment 6 Sandy Armstrong 2009-11-24 18:19:04 UTC
You can edit the .note file to change the size, although it won't take effect until you restart Tomboy.

Sorry for this extraordinarily lame bug introduced in latest Mono releases on Mac OS X.  Patches welcome; I have not had much time to use my Mac lately.
Comment 7 lucas 2009-11-25 08:40:26 UTC
Thanks!
Comment 8 Chris Mann 2010-03-25 17:14:58 UTC
+1
I have a Mac and a dev environment. How may I help ?
Comment 9 Sandy Armstrong 2010-03-25 17:18:36 UTC
You'll have to ask the Mono and GTK+ guys the best way to get involved in fixes at that level in the stack, but here are instructions for getting up-and-running with Tomboy development:

http://live.gnome.org/Tomboy/Building/Mac
Comment 10 pascal 2010-04-03 16:12:56 UTC
The problem still exists on Tomboy 1.2.0 on OS X 10.6.3, but behaves a bit differently as before (judging from the previous reports) :

- As long as the note contents doesn't fill the whole window, no resize handle is available in the lower right corner. It is hence not possible to resize the note, which is no big deal.

- As soon as the note contents *exactly* fills the whole window, a scroll bar is displayed (but still no resize handle!).

- As soon as contents is bigger than the window, a resize handle is additionaly displayed BUT it is not reachable, probably because it is located "under" the scroll bar.

Note : in most Mac Applications, the resize handle is in fact in the status bar of the application, and does not hence not overlap with the scroll bar.
Comment 11 Sandy Armstrong 2010-04-03 18:27:25 UTC
The determining factor of how this bug behaves is not the version of Tomboy, but the version of gtk+ shipped in Mono.  So different versions of Mono-for-Mac will have different sets of behavior.
Comment 12 pascal 2010-04-03 20:33:50 UTC
Sorry, I was not conscious of this, I stupidly thought that the Mono run-time was included in Tomboy. 

How can I know which version of Mono I am running and/or how can I upgrade it to the latest stable one ? It may be trivial on Linux, but no on OS X...
Comment 13 Sandy Armstrong 2010-04-04 00:09:29 UTC
Well, you can open a terminal and run `mono --version` to find out the version of Mono, but sometimes they put out new installers that are the same version of Mono, but a different version of gtk+, and I'm not sure how to check that.

We are thinking of bundling Mono and all dependencies directly in Tomboy.app to work around these irritating changes of behavior that keep occurring.  But I'm not sure how that might impact our ability to support multiple versions of OS X.
Comment 14 Jon 2011-07-26 16:24:41 UTC
Tomboy version: 1.6.0
Mono version: 2.10.2
Operating System: Mac OS X 10.7 (Lion)

When resizing any window, Tomboy crashes. This occurs when resizing from any edge of the window. (resizing in 10.7 is allowed from any edge of the window) I will attach the crash report, produced by OS X to be sent to Apple.

Didn't know if I should open a new bug within the updated version category or not.
Comment 15 Jon 2011-07-26 16:25:30 UTC
Created attachment 192686 [details]
Crash report produced by OS X to be sent to Apple.
Comment 16 Sandy Armstrong 2011-07-26 16:30:21 UTC
There are several known bugs with gtk+/gtk#/mono on 10.7 right now.  I'll pass this one along to the Xamarin guys.
Comment 17 Sandy Armstrong 2011-07-26 21:13:01 UTC
Hey Jon, so you're probably experiencing bug #655122, which is expected to have a fix in an upcoming Mono installer (2.10.3 according to Jeff in IRC).  I'll post a link for you to test when I hear about a release.
Comment 18 Sandy Armstrong 2011-08-04 17:31:49 UTC
Jon: please try the newly released Mono 2.10.3 installer and let me know if you're still having issues http://www.go-mono.com/mono-downloads/download.html
Comment 19 Jon 2011-08-05 03:34:47 UTC
Mono 2.10.3 breaks Tomboy entirely. I am not able to run it at all.

Downloaded the package again and it still would not run. Attached is the debug output from mono. It also shows the version of mono.

I'm going to compile the development version and see if I can get anything running.
Comment 20 Jon 2011-08-05 03:36:25 UTC
Created attachment 193292 [details]
Debug output from Mono

Debug output from Mono version 2.10.3.
Comment 21 Jon 2011-08-05 05:06:08 UTC
Just built the development version to have the same error pop up.

Can't really code, but I can definitely test. Let me know what I can do to help.

Also, for future outputs, is it best for me to be putting the debug outputs as attachments or would it be better if I pasted them as comments? Or do you need them at all?
Comment 22 Jon 2011-08-05 05:11:49 UTC
Created attachment 193294 [details]
Mono debug output development version 1.7.2
Comment 23 André Klapper 2017-07-31 12:45:58 UTC
The Tomboy team has moved from GNOME Bugzilla to GitHub for bug reports and feature requests: 
      https://github.com/tomboy-notes/tomboy/issues/
Closing this report as NOTGNOME as part of Bugzilla Housekeeping (bug 781054) to keep tasks in one place. Please feel free to transfer this task to GitHub if this task is still valid in a recent Tomboy version. 
We are sorry for the inconvenience.