[Bug 1714886] Re: gnome-shell crashed with SIGSEGV in meta_window_is_on_primary_monitor()

2017-09-28 Thread Jh
Well i didnt think of that, so I tried it, too. When I turn off my Display that 
is connected via Displayport, the Gnomeshell is killed after turning the Screen 
on again. After turning on the Screen the login-window can be seen.
When you log in, its a new Session.
That would explain why in Bug #1718671 the session is only crashing after when 
you want to unlock the Screen, because the Display was turned off after locking 
the screen.

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

Title:
  gnome-shell crashed with SIGSEGV in
  meta_window_is_on_primary_monitor()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1714886/+subscriptions

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

[Bug 1718671] Re: Gnome-Shell crashes after unlocking Lockscreen

2017-09-22 Thread Jh
/var/crash was empty

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

Title:
  Gnome-Shell crashes after unlocking Lockscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1718671/+subscriptions

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

[Bug 1718671] Re: Gnome-Shell crashes after unlocking Lockscreen

2017-09-22 Thread Jh
Here is the file created by gdb

** Attachment added: "gdb output"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1718671/+attachment/4954905/+files/gdb-gnome-shell.txt

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

Title:
  Gnome-Shell crashes after unlocking Lockscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1718671/+subscriptions

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

Re: [Bug 1428417] Re: Nautilus(and Nemo too) cannot Mount if mount option is noauto/user and the mount point has non-western character

2015-11-03 Thread JH Park
Thank you for email me about this.
If you have something to say, why don't you report to the launchpad
directly?
I'm just a normal user, not a developer. I cannot help you at all.


2015-11-01 0:01 GMT+09:00 Antonio Marra :

> Sorry, I have to specify that I haven't non-western characters in my
> fstav entries ...
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1428417
>
> Title:
>   Nautilus(and Nemo too) cannot Mount if mount option is noauto/user and
>   the mount point has non-western character
>
> Status in nautilus package in Ubuntu:
>   New
>
> Bug description:
>   On Ubuntu 14.04(64bit), I configured /etc/fstab something like this.
>
> server:/Video   /media/Video-Nfsnfs
>  auto 0 0
> server:/강좌  /media/강좌-Nfs   nfs
>  auto 0 0
>
>   It works fine.
>
>   I changed and added options, noauto, user.
>
> server:/Video   /media/Video-Nfsnfs
>  noauto,user 0 0
> server:/강좌  /media/강좌-Nfs   nfs
>  noauto,user 0 0
>
>   After that, I can mount '/media/Video-Nfs' by clicking the icon on the
> Nautilus's Network panel. It works.
>   However, when I click '강좌-Nfs' icon on the Nautilus, I got this message.
>
>  mount: can't find /media/\352\260\225\354\242\214-Nfs in /etc/fstab
>   or /etc/mtab
>
>   I tried to mount that directory with mount command, like this.
>
> $ mount /media/강좌-Nfs/
>
>   It works. also umount /media/강좌-Nfs/ works.
>
>
>   I think Nautilus(and Nemo) cannot handle non-western characters when it
> is related with mount options.
>   I'm not sure this is a bug or there might be a solution or a workaround.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1428417/+subscriptions
>

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

Title:
  Nautilus(and Nemo too) cannot Mount if mount option is noauto/user and
  the mount point has non-western character

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

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

[Bug 1428417] [NEW] Nautilus(and Nemo too) cannot Mount if mount option is noauto/user and the mount point has non-western character

2015-03-04 Thread JH Park
Public bug reported:

On Ubuntu 14.04(64bit), I configured /etc/fstab something like this.

  server:/Video /media/Video-Nfsnfs auto 0 0
  server:/강좌/media/강좌-Nfs   nfs auto 0 0

It works fine.

I changed and added options, noauto, user.

  server:/Video /media/Video-Nfsnfs 
noauto,user 0 0
  server:/강좌/media/강좌-Nfs   nfs 
noauto,user 0 0

After that, I can mount '/media/Video-Nfs' by clicking the icon on the 
Nautilus's Network panel. It works.
However, when I click '강좌-Nfs' icon on the Nautilus, I got this message.

   mount: can't find /media/\352\260\225\354\242\214-Nfs in /etc/fstab
or /etc/mtab

I tried to mount that directory with mount command, like this.

  $ mount /media/강좌-Nfs/

It works. also umount /media/강좌-Nfs/ works.


I think Nautilus(and Nemo) cannot handle non-western characters when it is 
related with mount options.
I'm not sure this is a bug or there might be a solution or a workaround.

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

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

Title:
  Nautilus(and Nemo too) cannot Mount if mount option is noauto/user and
  the mount point has non-western character

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

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

[Bug 988251] Re: Nautilus cut, copy, paste, move and rename options are greyed out and stop working

2015-01-07 Thread JH
Note that I never saw this in 14.04. Having no more this bug was one of
the benefits since the upgrade. But I never saw it fixed in 12.10.

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

Title:
  Nautilus cut, copy, paste, move and rename options are greyed out and
  stop working

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

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


[Bug 988251] Re: Nautilus cut, copy, paste, move and rename options are greyed out and stop working

2013-04-07 Thread JH
It is not related to permissions nor network shares. I have a folder
with some videos recordings. I double click one to open it with VLC,
then when I finish I close VLC, now I want to rename the file, the
rename item is greyed and unclickable, same happens with copy/paste
options, unclickable, but can paste using keyboard shortcuts. I don't
think number of tabs have something to do with this. In my case I can
reproduce always with a folder with video files, play the video, even
for some seconds, and when back to the folder right click menu have the
mentioned items greyed out.

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

Title:
  Nautilus cut, copy, paste, move and rename options are greyed out and
  stop working

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

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


[Bug 988251] Re: Nautilus cut, copy, paste, move and rename options are greyed out and stop working

2013-04-07 Thread JH
Ubuntu 12.10 64 bits. Unity session. Compiz defaults. home directory in
separate partition, ext4. Nautilus as file manager. A lot of scripts.
Turtle Hg and RabbitVCS Git. Maybe I should run Nautilus from command
line and see the output when the problem happens.

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

Title:
  Nautilus cut, copy, paste, move and rename options are greyed out and
  stop working

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

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


[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched

2011-04-27 Thread jh
Don't think it's that simple. The new agent is overriding the gnome
authentication agent, and you've now lost any keys that were
automagically loaded from the gnome keyring.

This is a very annoying bug, possibly in /usr/lib/policykit-1-gnome
/polkit-gnome-authentication-agent-1.

Please can it be fixed soon.

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

Title:
  ssh-add does not handle ECDSA keys until ssh-agent exports are
  manually launched

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


[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-20 Thread jh
The evince crash was due to (mea culpa, a more recent version of libgio
begin around (from an earlier investigation of the problem). Removing it
fixes the evince crash. Apologies for the noise.

-jh

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-19 Thread jh
Installed on ppc, thanks. empathy runs with the Using the 'memory' GSettings 
backend. message.
Saving evince settings results in a crash  evince: symbol lookup error: 
/usr/lib/libgio-2.0.so.0: undefined symbol: g_main_context_invoke.

But at least the apps run, so it's an improvement, albeit far from the
usability on ia32 or x86_64. Perhaps the endian issues remain?

-jh

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-10-12 Thread jh
It would appear not and the problem is likely more than that. Building
Glib from git and installing it with LD_LIBRARY_PATH or
/etc/ld.so.conf.d/ trickery will allow applications like empathy and
evince to run, but the settings are corrupt and (now I'm way out of my
depth) probably require a new GConf as well, then you have to repair the
damage done by the broken gsettings conversion processes (including
things like

$ gsettings-data-convert --verbose
(gsettings-data-convert:12168): GLib-GObject-CRITICAL **: gtype.c:2710: You 
forgot to call g_type_init()
(gsettings-data-convert:12168): GLib-GObject-CRITICAL **: g_object_new: 
assertion `G_TYPE_IS_OBJECT (object_type)' failed
(gsettings-data-convert:12168): GLib-GObject-CRITICAL **: g_object_ref: 
assertion `G_IS_OBJECT (object)' failed
Segmentation fault

Just rebuilding Glib allows the affected applications to run with:
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not 
be saved or shared with other applications.

which is better than nothing.

-jh

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 458004] [NEW] gnome-power-manger does not work in karmic ppc

2009-10-22 Thread jh
Public bug reported:

Binary package hint: gnome-power-manager

On Karmic (9.10) , PPC, (G4 15 tibook) gnome-power-manager
2.28.1-0ubuntu1 is completely dis-functional.

* The Icon is always the 'wall plug' regardless of power state;
* The Icon does not not change when power is removed;
* There is no tool-tip on mouse-over;
* Closing the lid does not suspend the machine.

If one takes the Jauunty deb, extracts 'data.tar.gz' and as root,
extracts that to /, then it all works again :-)

-jh

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-power-manger does not work in karmic ppc
https://bugs.launchpad.net/bugs/458004
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 346996] [NEW] gnome session does not honour /apps/gnome-session/options/logout_prompt setting

2009-03-22 Thread jh
Public bug reported:

Binary package hint: gnome-session

In Jaunty, gnome session does not honour /apps/gnome-
session/options/logout_prompt setting = false.

Regardless of the setting of this key, the user is presented with the
unnecessary logout confirmation prompt.

Please can the Intrepid behaviour be maintained (or the new setting /
key documented).

-jh

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome session does not honour /apps/gnome-session/options/logout_prompt setting
https://bugs.launchpad.net/bugs/346996
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 199245] Re: gnome-settings-daemon crash opening any window: BadWindow X error under Xvnc

2009-03-15 Thread jh
Me too!

Still fails on Jaunty (2009-03-15) with Terminal Server Client (Xnest
and Xephyr) unless the keyboard plugin is disabled.

-jh

-- 
gnome-settings-daemon crash opening any window: BadWindow X error under Xvnc
https://bugs.launchpad.net/bugs/199245
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 138622] Re: gnome-power-manager multiple defects on PPC/Gutsy

2008-02-22 Thread jh
#144305 is effectively a duplicate of this and is getting attention.
This can go away.

-- 
gnome-power-manager multiple defects on PPC/Gutsy
https://bugs.launchpad.net/bugs/138622
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 71686] Re: Missing profiles and a segfault

2006-12-08 Thread jh
Same here. No profiles, then crash. Automated report attached.

** Attachment added: Automagically generated crash report
   http://librarian.launchpad.net/5329434/_usr_bin_sound-juicer.1000.crash

-- 
Missing profiles and a segfault
https://launchpad.net/bugs/71686

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


[Bug 64523] Edgy PPC: Remotely displayed GTK apps crash

2006-10-11 Thread jh
Public bug reported:

Running GTK applications on a Edgy (c. 2006-10-07) PPC to a remote
display (i.e. localhost:10 via SSH) results on the application crashing
SEGV. BugBuddy then does the same :-(. Where the application is run from
an IA32 system with same Edgy vintage, no crashes are seen. In each
case, the display is on a Dapper X64 box and the same theme is available
on all boxen. This fault has only emerged in the last few days.

** Affects: gtk2-engines (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy PPC: Remotely displayed GTK apps crash
https://launchpad.net/bugs/64523

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


[Bug 64523] Re: Edgy PPC: Remotely displayed GTK apps crash

2006-10-11 Thread jh
Please close this report.

It stopped happening after some recent update (the PPC daily updates
have been quite large recently), so I'm sorry that I don't know what
fixed it (or exactly when).

-- 
Edgy PPC: Remotely displayed GTK apps crash
https://launchpad.net/bugs/64523

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


[Bug 38149] Re: setting a default printer does not work

2006-04-16 Thread jh
Further: Redid my whole cups setup.

1. Removed all the policy stuff from cupsd.conf. This allowed 
gnome-cups-manager to 'see' the ppd stuff.

2. stopped cupsys

3. deleted /etc/cups/printers.conf, /etc/printcap and, importantly, 
/var/cache/cups/remote.cache (this is key)/

4. How everything works *until I change something using gnome-cups-manager*, 
which rewrites /var/cache/cups/remote.cache, may cause cups to crash, and, on 
restart I have [EMAIL PROTECTED] vice 'laser', and no default.

-- 
setting a default printer does not work
https://launchpad.net/malone/bugs/38149

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


[Bug 38149] Re: setting a default printer does not work

2006-04-15 Thread jh
Same sorts of problems here:

* Never remembers default printer (from gnome-print manager)
* Doesn't show paper sizes or dpi available for remote printers in gnome-print 
manager.
* Always shows as [EMAIL PROTECTED], even if cups.d/browse.conf contains
  BrowseShortNames Yes
* Seems confused between printers and classses

In summary: This is highly regressed from breezy or current gentoo.

# roo is my central print server
# Dapper host
lpstat -t
scheduler is running
system default destination: [EMAIL PROTECTED]
members of class [EMAIL PROTECTED]:
unknown
device for [EMAIL PROTECTED]: ipp://eeyore.daria.co.uk:631/printers/[EMAIL 
PROTECTED]
device for [EMAIL PROTECTED]: ipp://eeyore.daria.co.uk:631/printers/[EMAIL 
PROTECTED]
device for [EMAIL PROTECTED]: ipp://eeyore.daria.co.uk:631/classes/[EMAIL 
PROTECTED]


# from gentoo box

lpstat -t
scheduler is running
system default destination: laser
members of class lp:
laser
device for Colour: ipp://roo:631/printers/Colour
device for laser: ipp://roo:631/printers/laser


-- 
setting a default printer does not work
https://launchpad.net/malone/bugs/38149

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


[Bug 38149] Re: setting a default printer does not work

2006-04-15 Thread jh
Further to the above rants, having done my daily dist-upgrade 2006-04-14 
appears to have done a lot to rectify the situation:

1. Initially the dialogue is ppoulated with [EMAIL PROTECTED] .. If I sleect 
Advanced and type in ipp://roo:631 ... etc, the dialogue will automagically 
change and create a local printer with the correct ppd details. Yeah. Paper 
size!

2. Log out/in. It remembers the deault. cool.

3. Now cupsd is premanantly taking 7% (AMD64 box) to 16% (PPC box) of the CPU. 
Think I'd like my cycles back.

-- 
setting a default printer does not work
https://launchpad.net/malone/bugs/38149

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


[Bug 38462] Re: PPC Gnome and xfce applications crash in libgobject-2.0.so.0

2006-04-15 Thread jh
This bug is entirely due to user stupdiity (there was a non-Ubuntu rsvg on the 
library path to support some functionality not supported by the Breezy librsvg).

Please close the bug The user is an idiot.

Apologies for wasting your time.


-- 
PPC Gnome and xfce applications crash in libgobject-2.0.so.0
https://launchpad.net/malone/bugs/38462

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


[Bug 38462] Re: PPC Gnome and xfce applications crash in libgobject-2.0.so.0

2006-04-08 Thread jh
Thanks for the info on how to do this properly. I built librsvg2-common in 
debug, and also installed libgtk-2.0-dbg. Attached is a gdb listing.

$ gdb gedit
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as powerpc-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.

(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) run
Starting program: /usr/bin/gedit
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805572608 (LWP 11944)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 805572608 (LWP 11944)]
0x0f050614 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
(gdb) thread apply all bt

Thread 1 (Thread 805572608 (LWP 11944)):
#0  0x0f050614 in g_type_check_instance_cast () from 
/usr/lib/libgobject-2.0.so.0
#1  0x0dbbb0a8 in ?? () from /usr/lib/gtk-2.0/2.4.0/loaders/svg_loader.so
#2  0x0f561c84 in IA__gdk_pixbuf_loader_close (loader=0x104a0ba0, error=0x30) 
at gdk-pixbuf-loader.c:746
#3  0x0f7d13b8 in icon_info_ensure_scale_and_pixbuf (icon_info=0x104a09b0, 
scale_only=value optimized out)
at gtkicontheme.c:2505
#4  0x0f7d1474 in IA__gtk_icon_info_load_icon (icon_info=0x7c0802a6, error=0x0) 
at gtkicontheme.c:2668
#5  0x0f7d3ef4 in IA__gtk_icon_theme_load_icon (icon_theme=0x101355d0, 
icon_name=0x100e16d8 text-editor, size=48,
flags=value optimized out, error=0x0) at gtkicontheme.c:1397
#6  0x0f943074 in icon_list_from_theme (widget=value optimized out, name=0x50 
Address 0x50 out of bounds)
at gtkwindow.c:2649
#7  0x0f9435c0 in gtk_window_realize_icon (window=0x1010f018) at 
gtkwindow.c:2719
#8  0x0f9479c0 in gtk_window_realize (widget=value optimized out) at 
gtkwindow.c:4230
#9  0x0f03fc54 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#10 0x0f02ee3c in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#11 0x0f02f720 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0x0f0438d4 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#13 0x0f0452b8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#14 0x0f0456fc in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0x0f939878 in IA__gtk_widget_realize (widget=0x1010f018) at gtkwidget.c:2323
#16 0x0f947688 in gtk_window_show (widget=0x1010f018) at gtkwindow.c:3913
#17 0x0f03fc54 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#18 0x0f02ee3c in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#19 0x0f02f720 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#20 0x0f0438d4 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#21 0x0f0452b8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#22 0x0f0456fc in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#23 0x0f93a5fc in IA__gtk_widget_show (widget=0x1010f018) at gtkwidget.c:2049
#24 0x1001c9bc in main ()
(gdb)

jrh $ display /usr/share/icons/Tango/scalable/apps/text-editor.svg
# OK
jrh $ rsvg-view /usr/share/icons/Tango/scalable/apps/text-editor.svg
# OK
jrh $ ls -l /usr/share/icons/Tango/scalable/apps/text-editor.svg
lrwxrwxrwx 1 root root 27 Apr  7 18:02 
/usr/share/icons/Tango/scalable/apps/text-editor.svg - 
accessories-text-editor.svg
jrh $ ls -lL /usr/share/icons/Tango/scalable/apps/text-editor.svg
-rw-r--r-- 1 root root 25198 Apr  5 09:34 
/usr/share/icons/Tango/scalable/apps/text-editor.svg

Further: Removing (apt-get remove) the tango theme results in a much more 
stable desktop; nautilus no longer crashes (however opening the Games menu 
still crashes the panel.
 










-- 
PPC Gnome and xfce applications crash in libgobject-2.0.so.0
https://launchpad.net/malone/bugs/38462

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


[Bug 38462] Re: PPC Gnome and xfce applications crash in libgobject-2.0.so.0

2006-04-07 Thread jh
Using Human (or Tango, that possibly direct from the Gnome site, as I had that 
in Breezy) causes the crash. Using a more sedate icon theme like Flat-Blue 
stops all the crashes ... you're probably not going to like the Heisenbug 
nature of what follows:

**Prior to changing the theme**, I bulit rsvg2-common from source and copied 
the new svg_loader.so in place of the distro version. This stopped gedit from 
crashing. However Nautilus still crashed.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 805576400 (LWP 5383)]
0x0f30b614 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
(gdb) bt
#0  0x0f30b614 in g_type_check_instance_cast ()
   from /usr/lib/libgobject-2.0.so.0
#1  0x0d90bf48 in gdk_pixbuf__svg_image_stop_load (data=0x10569190, 
error=0x30)$#2  0x0f74cc84 in gdk_pixbuf_loader_close ()
   from /usr/lib/libgdk_pixbuf-2.0.so.0
#3  0x0f9bc3b8 in gtk_icon_info_get_builtin_pixbuf ()
   from /usr/lib/libgtk-x11-2.0.so.0
#4  0x0f9bc474 in gtk_icon_info_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x0f9beef4 in gtk_icon_theme_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#6  0x0fb2e074 in gtk_window_get_icon_name () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x0fb2e498 in gtk_window_get_icon_name () from /usr/lib/libgtk-x11-2.0.so.0
#8  0x0fb2eba4 in gtk_window_set_icon_name () from /usr/lib/libgtk-x1
.
.
Previous frame inner to this frame (corrupt stack?)

Nautilus runs OK with icon theme Flat-Blue. (and the self compiled svg_loader). 
Haven't tried Flat-Blue and the distro svg_loader.

What would you advise I try next ?



-- 
PPC Gnome and xfce applications crash in libgobject-2.0.so.0
https://launchpad.net/malone/bugs/38462

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


[Bug 38462] PPC Gnome and xfce applications crash in libgobject-2.0.so.0

2006-04-06 Thread jh
Public bug reported:

Affects: glib2.0 libglib2.0-0 (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
On PPC, the Dapper desktop (apt-get dist-upgrade from a working Breezy is 
unusable, as the majority of Gnome / xfce4 is unusable. It's fine on my AMD64 
and IA32 boxen.
(n.b. I chose libglib2.0-0 as the victim because it's the first in the list, 
may be someone else's problem.)

They crash with (example from gedit)

0x0f050614 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
#0  0x0f050614 in g_type_check_instance_cast ()
   from /usr/lib/libgobject-2.0.so.0
#1  0x0dbbb0a8 in ?? () from /usr/lib/gtk-2.0/2.4.0/loaders/svg_loader.so
#2  0x0f561c84 in gdk_pixbuf_loader_close ()
   from /usr/lib/libgdk_pixbuf-2.0.so.0
#3  0x0f7d13b8 in gtk_icon_info_get_builtin_pixbuf ()
   from /usr/lib/libgtk-x11-2.0.so.0
#4  0x0f7d1474 in gtk_icon_info_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x0f7d3ef4 in gtk_icon_theme_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#6  0x0f943074 in gtk_window_get_icon_name () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x0f9435c0 in gtk_window_get_icon_name () from /usr/lib/libgtk-x11-2.0.so.0
#8  0x0f9479c0 in gtk_window_get_position () from /usr/lib/libgtk-x11-2.0.so.0
#9  0x0f03fc54 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#10 0x0f02ee3c in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#11 0x0f02f720 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0x0f0438ec in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#13 0x0f0452b8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#14 0x0f0456fc in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0x0f939878 in gtk_widget_realize () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x0f947688 in gtk_window_get_position () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x0f03fc54 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#18 0x0f02ee3c in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#19 0x0f02f720 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
---Type return to continue, or q return to quit---
#20 0x0f0438ec in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#21 0x0f0452b8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#22 0x0f0456fc in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#23 0x0f93a5fc in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x1001c9bc in main ()
-- 
PPC Gnome and xfce applications crash in libgobject-2.0.so.0
https://launchpad.net/malone/bugs/38462

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