[Bug 1753546] Re: tortoisehg package on 18.04 depends on mercurial (< 4.5~) but mercurial package is 4.5-1ubuntu1

2018-03-05 Thread Tom Hindle
I see mercurial 4.5-1ubuntu1 is from bionic-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753546

Title:
  tortoisehg package on 18.04 depends on mercurial (< 4.5~) but
  mercurial package is 4.5-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/1753546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1753546] [NEW] tortoisehg package on 18.04 depends on mercurial (< 4.5~) but mercurial package is 4.5-1ubuntu1

2018-03-05 Thread Tom Hindle
Public bug reported:

sudo apt install tortoisehg


Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:


The following packages have unmet dependencies:
 tortoisehg : Depends: mercurial (< 4.5~) but 4.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.


lsb_release -rd :

Description:Ubuntu Bionic Beaver (development branch)
Release:18.04

Depends line in package control file:


Depends: mercurial (>= 4.3~), mercurial (<< 4.5~), python-gobject (>= 2.12.1),
 python-pyqt5, python-pyqt5.qsci, ${shlibs:Depends}, ${misc:Depends},
 ${python:Depends}

** Affects: tortoisehg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753546

Title:
  tortoisehg package on 18.04 depends on mercurial (< 4.5~) but
  mercurial package is 4.5-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/1753546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1541758] Re: MonoDevelop fails to start due missing Mono.Cairo

2016-02-23 Thread Tom Hindle
see also
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1541950

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541758

Title:
  MonoDevelop fails to start due missing Mono.Cairo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1541758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542842] Re: monodevelop does not start

2016-02-23 Thread Tom Hindle
looks like dupe of
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1541950

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542842

Title:
  monodevelop does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1542842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541950] Re: MonoDevelop package doesn't depend on libcanberra-gtk-module

2016-02-04 Thread Tom Hindle
In addition:

build@hindlet:~$ monodevelop --no-redirect
INFO [2016-02-02 18:33:57Z]: Starting MonoDevelop 5.5
INFO [2016-02-02 18:33:57Z]: Running on Mono 4.2.1 (Debian 
4.2.1.102+dfsg2-5ubuntu1)
INFO [2016-02-02 18:33:57Z]: Did not find previous version from which to 
migrate data
INFO [2016-02-02 18:33:57Z]: Using GTK+ 2.24.29
ERROR [2016-02-02 18:33:57Z]: MonoDevelop failed to start. Some of the 
assemblies required to run MonoDevelop (for example gtk-sharp)may not be 
properly installed in the GAC.
System.Exception: Toolkit could not be loaded ---> 
System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cairo, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of 
its dependencies.
File name: 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=0738eb9f132ed756'
  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, 
System.Object[] parameters) <0xf59ae730 + 0x000a3> in :0
  at System.RuntimeType.CreateInstanceMono (Boolean nonPublic) <0xf57dfc60 + 
0x00149> in :0
  at System.RuntimeType.CreateInstanceSlow (Boolean publicOnly, Boolean 
skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) 
<0xf57dfc00 + 0x00048> in :0
  at System.RuntimeType.CreateInstanceDefaultCtor (Boolean publicOnly, Boolean 
skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) 
<0xf57df980 + 0x00056> in :0
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) 
<0xf56e0330 + 0x0009f> in :0
  at System.Activator.CreateInstance (System.Type type) <0xf56e01c0 + 0x00025> 
in :0
  at Xwt.Backends.ToolkitEngineBackend.CreateBackend (System.Type backendType) 
<0xf46fe688 + 0x0005f> in :0
  at Xwt.Backends.ToolkitEngineBackend.CreateBackend[T] () <0xf46fe628 + 
0x00023> in :0
  at Xwt.Toolkit.Initialize (Boolean isGuest) <0xf46fd4b8 + 0x000f3> in 
:0
  at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean 
throwIfFails) <0xf46fd0d8 + 0x00127> in :0
  --- End of inner exception stack trace ---
  at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean 
throwIfFails) <0xf46fd0d8 + 0x001a3> in :0
  at Xwt.Toolkit.Load (System.String fullTypeName, Boolean isGuest) <0xf46fccc8 
+ 0x00077> in :0
  at Xwt.Application.Initialize (System.String backendType) <0xf46fcbf0 + 
0x00027> in :0
  at Xwt.Application.Initialize (ToolkitType type) <0xf46fc728 + 0x0001b> in 
:0
  at Xwt.Application.InitializeAsGuest (ToolkitType type) <0xf46fc6e0 + 
0x00013> in :0
  at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions 
options) <0xf46f3118 + 0x00573> in :0
  at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, 
MonoDevelop.Ide.Extensions.IdeCustomizer customizer) <0xf749e030 + 0x00167> in 
:0

find /usr/lib/mono -name Mono.Cairo*
/usr/lib/mono/4.5/Mono.Cairo.dll
/usr/lib/mono/gac/Mono.Cairo
/usr/lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll
/usr/lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll.config


Which I solved by:

Setting MONO_PATH so that it can find Mono.Cairo.dll allow monodevelop
to start.

MONO_PATH=/usr/lib/mono/4.5/ monodevelop --no-redirect

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541950

Title:
  MonoDevelop package doesn't depend on libcanberra-gtk-module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1541950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541950] [NEW] MonoDevelop package doesn't depend on libcanberra-gtk-module

2016-02-04 Thread Tom Hindle
Public bug reported:

This is what I get when I try and run monodevelop on xenial.

Setting up monodevelop (5.5.0.227-1) ...
Processing triggers for libc-bin (2.21-0ubuntu5) ...
build@hindlet:~$ monodevelop 
build@hindlet:~$ monodevelop --no-redirect
INFO [2016-02-02 18:23:14Z]: Starting MonoDevelop 5.5
INFO [2016-02-02 18:23:14Z]: Running on Mono 4.2.1 (Debian 
4.2.1.102+dfsg2-5ubuntu1)
INFO [2016-02-02 18:23:14Z]: Did not find previous version from which to 
migrate data
ERROR [2016-02-02 18:23:14Z]: Gtk-Message: Failed to load module 
"canberra-gtk-module"
tack trace: 
  at Gtk.Application.gtk_init (System.Int32& , System.IntPtr& ) [0x0] in 
:0 
  at Gtk.Application.do_init (System.String progname, System.String[]& args, 
Boolean check) [0x0] in :0 
  at Gtk.Application.Init (System.String progname, System.String[]& args) 
[0x0] in :0 
  at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions 
options) [0x0] in :0 
  at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, 
MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x0] in :0 
  at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x0] 
in :0 
INFO [2016-02-02 18:23:14Z]: Using GTK+ 2.24.29
ERROR [2016-02-02 18:23:14Z]: MonoDevelop failed to start. Some of the 
assemblies required to run MonoDevelop (for example gtk-sharp)may not be 
properly installed in the GAC.
System.Exception: Toolkit could not be loaded ---> 
System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cairo, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of 
its dependencies.
File name: 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=0738eb9f132ed756'
  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, 
System.Object[] parameters) <0xf59ae730 + 0x000a3> in :0 
  at System.RuntimeType.CreateInstanceMono (Boolean nonPublic) <0xf57dfc60 + 
0x00149> in :0 
  at System.RuntimeType.CreateInstanceSlow (Boolean publicOnly, Boolean 
skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) 
<0xf57dfc00 + 0x00048> in :0 
  at System.RuntimeType.CreateInstanceDefaultCtor (Boolean publicOnly, Boolean 
skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) 
<0xf57df980 + 0x00056> in :0 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) 
<0xf56e0330 + 0x0009f> in :0 
  at System.Activator.CreateInstance (System.Type type) <0xf56e01c0 + 0x00025> 
in :0 
  at Xwt.Backends.ToolkitEngineBackend.CreateBackend (System.Type backendType) 
<0xf46fefe0 + 0x0005f> in :0 
  at Xwt.Backends.ToolkitEngineBackend.CreateBackend[T] () <0xf46fef80 + 
0x00023> in :0 
  at Xwt.Toolkit.Initialize (Boolean isGuest) <0xf46fde10 + 0x000f3> in 
:0 
  at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean 
throwIfFails) <0xf46fda30 + 0x00127> in :0 
  --- End of inner exception stack trace ---
  at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean 
throwIfFails) <0xf46fda30 + 0x001a3> in :0 
  at Xwt.Toolkit.Load (System.String fullTypeName, Boolean isGuest) <0xf46fd620 
+ 0x00077> in :0 
  at Xwt.Application.Initialize (System.String backendType) <0xf46fd548 + 
0x00027> in :0 
  at Xwt.Application.Initialize (ToolkitType type) <0xf46fd080 + 0x0001b> in 
:0 
  at Xwt.Application.InitializeAsGuest (ToolkitType type) <0xf46fd038 + 
0x00013> in :0 
  at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions 
options) <0xf46f3118 + 0x00573> in :0 
  at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, 
MonoDevelop.Ide.Extensions.IdeCustomizer customizer) <0xf7490030 + 0x00167> in 
:0


One can fix the problem by:

sudo apt-get install libcanberra-gtk-module

** Affects: monodevelop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541950

Title:
  MonoDevelop package doesn't depend on libcanberra-gtk-module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1541950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296786] Re: Use of Uninitialized variable, when loading certain png files.

2014-03-27 Thread Tom Hindle
I've also reported the bug upstream:

https://bugzilla.xamarin.com/show_bug.cgi?id=18625

** Bug watch added: bugzilla.xamarin.com/ #18625
   http://bugzilla.xamarin.com/show_bug.cgi?id=18625

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296786

Title:
  Use of Uninitialized variable, when loading certain png files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgdiplus/+bug/1296786/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296786] Re: Use of Uninitialized variable, when loading certain png files.

2014-03-24 Thread Tom Hindle
** Patch added: "Suggest patch that initalizes variables to prevent 
uninitalized use."
   
https://bugs.launchpad.net/ubuntu/+source/libgdiplus/+bug/1296786/+attachment/4041034/+files/libgdiplus.lp1296787.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296786

Title:
  Use of Uninitialized variable, when loading certain png files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgdiplus/+bug/1296786/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296786] Re: Use of Uninitialized variable, when loading certain png files.

2014-03-24 Thread Tom Hindle
** Attachment added: "Test case - simple mono program show seg fault."
   
https://bugs.launchpad.net/ubuntu/+source/libgdiplus/+bug/1296786/+attachment/4041003/+files/PngTest.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296786

Title:
  Use of Uninitialized variable, when loading certain png files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgdiplus/+bug/1296786/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296786] [NEW] Use of Uninitialized variable, when loading certain png files.

2014-03-24 Thread Tom Hindle
Public bug reported:

Png details that causes this crash:

Find Dictionary.png...
  Image Width: 16 Image Length: 16
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 1
  Pixel depth (Pixel Depth): 8
  Colour Type (Photometric Interpretation): PALETTED COLOUR with alpha (256 
colours, 1 transparent) 
  Image filter: Single row per byte filter 
  Interlacing: No interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 2834, 2834 (pixels per meter)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0

Problem code is:

File: pngcode.c 
Function: gdip_load_png_image_from_file_or_stream
Problem: use of a call to png_get_tRNS without checking return value.
For this png return value is 0 (fail), and this causes use of a uninitialized 
variables  trans_color and num_trans.
This causes seg fault if trans_color or num_trans. happen to be certian values.

I will a minimal test case that can be build using mono.

I will also attach a suggested patch, that checks return value of
png_get_tRNS, and doesn't attempt to use unitilized variables.

StackTrace looks like this:

 at  <0x>
  at (wrapper managed-to-native) 
System.Drawing.GDIPlus.GdipLoadImageFromDelegate_linux 
(System.Drawing.GDIPlus/StreamGetHeaderDelegate,System.Drawing.GDIPlus/StreamGetBytesDelegate,System.Drawing.GDIPlus/StreamPutBytesDelegate,System.Drawing.GDIPlus/StreamSeekDelegate,System.Drawing.GDIPlus/StreamCloseDelegate,System.Drawing.GDIPlus/StreamSizeDelegate,intptr&)
 <0x>
  at System.Drawing.Image.InitFromStream (System.IO.Stream) <0x001b3>
  at System.Drawing.Image..ctor 
(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
 <0x0010f>
  at System.Drawing.Bitmap..ctor 
(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
 <0x0002f>
  at (wrapper runtime-invoke) 
.runtime_invoke_void__this___object_StreamingContext 
(object,intptr,intptr,intptr) <0x>
  at  <0x>
  at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke 
(System.Reflection.MonoCMethod,object,object[],System.Exception&) <0x>
  at System.Reflection.MonoCMethod.InternalInvoke (object,object[]) <0x0003f>
  at System.Reflection.MonoCMethod.DoInvoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
 <0x00103>
  at System.Reflection.MonoCMethod.Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
 <0x00083>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
  at System.Runtime.Serialization.ObjectRecord.LoadData 
(System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)
 <0x002ff>
  at System.Runtime.Serialization.ObjectManager.DoFixups () <0x0015f>
  at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject 
(System.IO.BinaryReader) <0x00051>
  at 
System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph 
(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,bool,object&,System.Runtime.Remoting.Messaging.Header[]&)
 <0x0010b>
  at 
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize
 (System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) <0x00143>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize 
(System.IO.Stream) <0x0001f>
  at System.Resources.ResourceReader.ReadNonPredefinedValue (System.Type) 
<0x0003f>
  at System.Resources.ResourceReader.ReadValueVer2 (int) <0x00443>
  at System.Resources.ResourceReader.LoadResourceValues 
(System.Resources.ResourceReader/ResourceCacheItem[]) <0x0021f>
  at System.Resources.ResourceReader/ResourceEnumerator.FillCache () <0x0009b>
  at System.Resources.ResourceReader/ResourceEnumerator..ctor 
(System.Resources.ResourceReader) <0x00053>
  at System.Resources.ResourceReader.GetEnumerator () <0x00033>
  at System.Resources.ResourceSet.ReadResources () <0x0008d>
  at System.Resources.ResourceSet.GetObjectInternal (string,bool) <0x0006b>
  at System.Resources.ResourceSet.GetObject (string,bool) <0x00027>
  at System.Resources.RuntimeResourceSet.GetObject (string,bool) <0x00033>
  at System.Resources.ResourceManager.GetObject 
(string,System.Globalization.CultureInfo) <0x000a1>
  at PngTest.MainClass.Main (string[]) <0x0007c>
  at (wrapper runtime-invoke) .runtime_invoke_void_object 
(object,intptr,intptr,intptr) <0x>

** Affects: libgdiplus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296786

Title:
  Use of Uninitialized variable, when loading certain png files.

To manage notifications about this bug go to:
https://bugs.launchpa

[Bug 768931] Re: no custom icon on launcher displayed for mono winforms and ogre apps

2012-06-29 Thread Tom Hindle
An example program is here:

https://bitbucket.org/hindlemail/settingwmclass/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768931

Title:
  no custom icon on launcher displayed for mono winforms and ogre apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/768931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 768931] Re: no custom icon on launcher displayed for mono winforms and ogre apps

2012-06-19 Thread Tom Hindle
This bug looks like it is caused by mono winforms not setting the
WM_CLASS X11 property.

mono winforms (or the application themselves) should call the X11
function XSetClassHint.

I've just hacked my winforms application to do this, and it fixes the
issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768931

Title:
  no custom icon on launcher displayed for mono winforms and ogre apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/768931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-21 Thread Tom Hindle
@Aurélien Gâteau: I just tried logging with Ubuntu 2D (no compiz I
assume?) and using ubuntu-desktop ppa and now thg works fine. (Thanks!)
I had previously tried using Ubuntu 2D, (without LIBOVERLAY_SCROLLBAR or
the ubuntu-desktop ppa), and it showed the broken behavior.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/805303

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-21 Thread Tom Hindle
@Aurélien Gâteau: just tried with ubuntu-desktop ppa. Seems to be same
behavior as before. thg icon displays in the unity sidebar - but doesn't
bring up the workbench window. Then the desktop or other applications
doesn't respond to mouse clicks until thg is killed.

It seems the thg is receiving the mouse events - but the window isn't
painting. If I right click on the desktop I get context menus from the
thg workbench application.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/805303

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-20 Thread Tom Hindle
running LIBOVERLAY_SCROLLBAR=0 thg doesn't fix the issue for tortoise
hg.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/805303

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 805303] Re: vlc : Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-09 Thread Tom Hindle
This also occurs with thg , however using the workaround does not fix
the issue for thg.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/805303

Title:
  vlc : Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion
  `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 838171] Re: tortoisehg doesn't display when run

2011-09-09 Thread Tom Hindle
*** This bug is a duplicate of bug 805303 ***
https://bugs.launchpad.net/bugs/805303

Work around posted in bug #805303. doesn't work for thg.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838171

Title:
  tortoisehg doesn't display when run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/838171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838223] Re: gedit crashed with SIGSEGV in gtk_text_buffer_get_iter_at_mark()

2011-08-31 Thread Tom Hindle
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838223

Title:
  gedit crashed with SIGSEGV in gtk_text_buffer_get_iter_at_mark()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/838223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838171] Re: tortoisehg does display when run

2011-08-31 Thread Tom Hindle
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838171

Title:
  tortoisehg does display when run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/838171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838171] [NEW] tortoisehg does display when run

2011-08-31 Thread Tom Hindle
Public bug reported:

Ran "thg" from command line.

Icon appeared in Unity 'task bar'.
Application menu appeared in Unitt 'menu bar'

However Application window did not appear.

Terminal displayed lots of GTK assertions:

(python:3790): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion
`GTK_IS_WIDGET (widget)' failed

Version Information:
Description:Ubuntu oneiric (development branch)

Release:11.10

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: tortoisehg 2.1.1-1
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic-pae 3.0.3
Uname: Linux 3.0.0-9-generic-pae i686
Architecture: i386
Date: Wed Aug 31 16:02:56 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: tortoisehg
UpgradeStatus: Upgraded to oneiric on 2011-08-31 (0 days ago)

** Affects: tortoisehg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838171

Title:
  tortoisehg does display when run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/838171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs