DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 12th February 2016
notooth notooth is offline
Shell Scout
 
Join Date: Jul 2015
Posts: 125
Exclamation multiple Mousepad windows?

Hello everyone,

After I opened about 10 windows of Mousepad, the hard drive run heavily and none of the Mousepad windows responded. When I tried to close a Mousepad, I got this message:
Quote:
This window might be busy and is not responding. Do you want to terminate the application?
When I click "Yes", all the Mousepad windows was closed except the last one I opened. Can anyone help me fix this problem?
Reply With Quote
  #2   (View Single Post)  
Old 12th February 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Mousepad is a GTK application. If you start the application from a terminal window, you will see a stream of GTK related errors, such as when I ran it just now. Each time I opened a window with Ctrl-Shift-N, I got more and more and more of these. By the hundreds, then by the thousands.
Code:
.
.
.
(mousepad:715): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed

(mousepad:715): GtkSourceView-CRITICAL **: gtk_source_style_scheme_manager_get_scheme: assertion 'scheme_id != NULL' failed

(mousepad:715): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed

(mousepad:715): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(mousepad:715): GtkSourceView-CRITICAL **: gtk_source_style_scheme_get_id: assertion 'GTK_IS_SOURCE_STYLE_SCHEME (scheme)' failed
.
.
.
If you use an Internet search engine, and search for "GtkSourceView-CRITICAL" your top hits will ALL be for the mousepad application. The issue is apparently very common.

While I do not have a solution for you, I do have two possible circumventions:
  • Start multiple instances of mousepad rather than opening multiple windows
  • Use a different text editor
---

The thread title was not helpful -- as it described a symptom, but did not mention the application having the symptom.

---

When reporting problems, it is always helpful to know your OS release, OS flavor, and hardware architecture. If you want to get support from this port's maintainer, you can find Landry's Email address with $ pkg_info mousepad. Landry will want to know your release, flavor, and architecture, so if you Email him, send a copy of your dmesg(8), as that contains this information. He'll also want to know exactly which mousepad package you have installed. As an example, I ran my simple test with mousepad-0.4.0p0, your installed package may differ.

---

Edited to add: I was logging console output during that test. Opening only 7 windows produced 227,900 lines of GTK and Glib errors.

Last edited by jggimi; 12th February 2016 at 02:13 AM. Reason: counted GTK errors
Reply With Quote
  #3   (View Single Post)  
Old 12th February 2016
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by jggimi View Post
The thread title was not helpful -- as it described a symptom, but did not mention the application having the symptom.
Agreed, changed, & moved to the packages/ports subforum.
Reply With Quote
  #4   (View Single Post)  
Old 13th February 2016
notooth notooth is offline
Shell Scout
 
Join Date: Jul 2015
Posts: 125
Default

Thanks for the responses.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mousepad wont work after S3 resume. xmorg FreeBSD General 1 20th November 2012 01:43 PM
Thinkpad T61 and middle button of the mousepad miggel13 OpenBSD Packages and Ports 15 17th August 2011 04:58 PM
Multiple Locations divadgnol67 OpenBSD General 3 7th October 2010 04:20 PM
Using multiple gateways ivanatora FreeBSD General 7 15th November 2008 06:57 PM
Multiple VPN rondynames OpenBSD General 5 24th July 2008 11:51 AM


All times are GMT. The time now is 04:55 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick