[Bug 1867462] Re: Desktop-icons extension runs, shows icons, even when disabled

2020-05-23 Thread Aaron Peromsik
The user experience leaves a lot to be desired. At extensions.gnome.org
it shows as an extension which can be disabled and has updates. When I
turn it off, it doesn't turn off, and when I try to update it, it says I
can't update it because it is not turned off. Other extensions don't
work that way.

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

Title:
  Desktop-icons extension runs, shows icons, even when disabled

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

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

[Bug 1726464] Re: Can't easily move the cursor between monitors when the dock is set to auto-hide

2017-11-12 Thread Aaron Peromsik
Would be nice to disable sticky edges and/or the barrier while dragging
a window.

-- 
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/1726464

Title:
  Can't easily move the cursor between monitors when the dock is set to
  auto-hide

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

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

[Bug 427462] Re: login screen is showing user below 1000

2009-11-22 Thread Aaron Peromsik
I have been going around renumbering my user id's on my home machines,
which all had real users' numbers starting from 600 due to switching
from Mandriva back in the Dapper time frame. The old gdm used to respect
the setting in /etc/gnome-system-tools/users/profiles . It would be nice
if the new gdm could respect that too.

-- 
login screen is showing user below 1000
https://bugs.launchpad.net/bugs/427462
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 427462] Re: login screen is showing user below 1000

2009-11-22 Thread Aaron Peromsik
Sorry, looks like that comment should have gone to bug 459199 instead...
except that the comments there already cover it.

-- 
login screen is showing user below 1000
https://bugs.launchpad.net/bugs/427462
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 117482] Re: Screensaver locks up when using molecules

2007-08-29 Thread Aaron Peromsik
I have the same problem in Feisty on a machine with an old Rage128 card.
Other GL screensavers work fine after adding GLCore to modules in
xorg.conf, and molecule works fine on another machine.

-- 
Screensaver locks up when using molecules
https://bugs.launchpad.net/bugs/117482
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 58962] Re: User-specific: Gnome file dialogs crash every time

2006-09-16 Thread Aaron Peromsik
I have come up with a way to reproduce this crash. It seems to be
triggered by some GNOME functionality which may or may not be supported
in Ubuntu but is configured by Mandriva by default. (We switched
recently and mostly kept our home directories intact.)

Mandriva configures a bunch of file browser bookmarks with translated
names. It accomplishes this by creating a hidden directory containing
some .desktop files. The file contains a link to the user's folders,
such as Documents, and translations for the name Documents in lots of
languages. Attaching such a file.

To reproduce the crash: (I did this in a new user account created in
dapper)

Make sure your Documents folder has more than one screenful of files. 
Make a folder in your home directory called bookmarks.
Put the attached .desktop file there. Edit it to reference the actual path to 
your Documents folder.
Add a line to ~/.gtk-bookmarks which contains a file: URL to the .desktop file. 
(example: file:///home/aaron/bookmarks/documents-mdk.desktop)
Launch gedit. It should start in your Documents folder. 

Here's where some acrobatics are sometimes necessary. In my wife's
account it usually crashed right away. In the other account (possibly
related to building libgnomeui debug/unoptimized) I have to actually
poke the dialog at this point to make it crash: Scrolling the mouse
wheel up and down repeatedly usually makes it crash within 15 seconds or
so. Also, clicking the Documents shortcut again and then scrolling
usually makes it crash, sometimes just when the mouse focus moves back
to the file list. The traceback is always the same.

Right, the traceback. Pasted below. To get this level of detail, I had
to rebuild the libgnomeui package unoptimized... before doing that,
there were a couple levels which were showing optimized out for some
variable names.

I did spend some time poking around in the debugger but I didn't
actually find the bug. The memory management in the file chooser is
pretty intricate. gtk_file_folder_gnome_vfs_dispose() is called twice
for each folder object being freed. In the first call most of the values
are freed but the object itself is freed later in an idle callback. So
it's a little tricky to figure out which caller is freeing the structure
that is still being referenced in another folder's hash.

#0  IA__g_hash_table_lookup (hash_table=0x4400, key=0x84cd1d0) at ghash.c:242
#1  0xb4245f65 in lookup_folder_child_from_uri (folder=0x8489918, 
uri=0x84cd1d0 file:///home/bugdemo/Documents/c.txt, error=0x0)
at gtkfilesystemgnomevfs.c:2341
#2  0xb42460c3 in lookup_folder_child (folder=0x8489918, path=0x849f798, 
error=0x0) at gtkfilesystemgnomevfs.c:2390
#3  0xb4244f7d in get_vfs_info (file_system=0x8482060, path=0x849f798, 
types=GTK_FILE_INFO_MIME_TYPE) at gtkfilesystemgnomevfs.c:1708
#4  0xb4245107 in gtk_file_system_gnome_vfs_render_icon (
file_system=0x8482060, path=0x849f798, widget=0x848, pixel_size=16, 
error=0x0) at gtkfilesystemgnomevfs.c:1785
#5  0xb7b385c0 in IA__gtk_file_system_render_icon (file_system=0x8482060, 
path=0x849f798, widget=0x848, pixel_size=16, error=0x4400)
at gtkfilesystem.c:699
#6  0xb7b2dee6 in list_icon_data_func (tree_column=0x81f5a48, cell=0x84cd1d0, 
tree_model=0x84921f8, iter=0x0, data=0x848)
at gtkfilechooserdefault.c:7095
#7  0xb7c539c5 in IA__gtk_tree_view_column_cell_set_cell_data (
tree_column=0x81f5a48, tree_model=0x84921f8, iter=0xbf9fa9b4, 
is_expander=0, is_expanded=0) at gtktreeviewcolumn.c:2553
#8  0xb7c4386e in gtk_tree_view_expose (widget=0x84770e0, event=0xbf9fafb0)
at gtktreeview.c:3658
#9  0xb7b7e8e0 in _gtk_marshal_BOOLEAN__BOXED (closure=0x8136f80, 
return_value=0xbf9fabd0, n_param_values=2, param_values=0xbf9faccc, 
invocation_hint=0xbf9fabbc, marshal_data=0xb7c43337) at gtkmarshalers.c:83
#10 0xb71ff16f in g_type_class_meta_marshal (closure=0x8136f80, 
return_value=0x84cd1d0, n_param_values=139252176, 
param_values=0xbf9faccc, invocation_hint=0x84cd1d0, 
marshal_data=0x84cd1d0) at gclosure.c:567
#11 0xb71ff79f in IA__g_closure_invoke (closure=0x8136f80, 
return_value=0x84cd1d0, n_param_values=139252176, param_values=0x84cd1d0, 
invocation_hint=0x84cd1d0) at gclosure.c:490
#12 0xb720e9ce in signal_emit_unlocked_R (node=0x8136e60, detail=0, 
instance=0x84770e0, emission_return=0xbf9fae8c, 
instance_and_params=0xbf9faccc) at gsignal.c:2476
#13 0xb720f886 in IA__g_signal_emit_valist (instance=0x84770e0, signal_id=48, 
detail=0, 
var_args=0xbf9faf10 (¯\237¿°¯\237¿ÂàpG\b\002\017Æ·àpG\bø\t\023\b)
at gsignal.c:2207
#14 0xb720fe89 in IA__g_signal_emit (instance=0x84cd1d0, signal_id=139252176, 
detail=139252176) at gsignal.c:2241
#15 0xb7c60dcf in gtk_widget_event_internal (widget=0x84770e0, 
event=0xbf9fafb0) at gtkwidget.c:3751
#16 0xb7b7d626 in IA__gtk_main_do_event (event=0xbf9fafb0) at gtkmain.c:1405
#17 0xb7a0edd7 in gdk_window_process_updates_internal 

[Bug 58962] Re: User-specific: Gnome file dialogs crash every time

2006-09-14 Thread Aaron Peromsik
It was already installed when I got the last backtrace.

[EMAIL PROTECTED]:~$ dpkg -l | grep dbg
ii  libglib2.0-0-dbg   2.10.3-0ubuntu1The GLib 
libraries and debugging symbols
ii  libgnomevfs2-0-dbg 2.14.2-0ubuntu1GNOME virtual 
file-system (debugging librari
ii  libgtk2.0-0-dbg2.8.20-0ubuntu1The GTK+ 
libraries and debugging symbols

I think the problem may be that the symbols we need are actually in gtk,
but in modules which are in subdirectories which don't have symbols in
libgtk2.0-0-dbg .

[EMAIL PROTECTED]:~$ dpkg -S /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
libgnomeui-0: /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so

Hmm, that's not what I expected... I'll install the debug package for
libgnomeui and try again.

-- Aaron

-- 
User-specific: Gnome file dialogs crash every time
https://launchpad.net/bugs/58962

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


[Bug 58962] Re: [Bug 58962] Re: User-specific: Gnome file dialogs crash every time

2006-09-06 Thread Aaron Peromsik
I don't believe we are using any bookmarks.

-- 
User-specific: Gnome file dialogs crash every time
https://launchpad.net/bugs/58962

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


[Bug 58962] Re: User-specific: Gnome file dialogs crash every time

2006-09-06 Thread Aaron Peromsik
Got some debug info installed, though not quite enough.  The dbg package
for libgtk-2.0 doesn't seem to include some of the module subdirectories
so I can't see what's going on in libgnome-vfs.so. Traceback with
partial symbols below.

What I can see is that we seem to be crashing while trying to update the
icon for the first file in the Documents folder. Looks like the hash
table we are looking in is bogus.

After looking in the debugger and speculating a bit, I can make it crash
on my account sometimes. (Not as consistently as on my wife's account.)
Seems to depend on using a largish font-- e.g. Bitstream Vera Sans Roman
12-- and having more than one screenful of files in the Documents
folder.

(gdb) where 20
#0  IA__g_hash_table_lookup (hash_table=0x400, key=0x84b3988) at ghash.c:242
#1  0xb41d3882 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#2  0xb41d3992 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#3  0xb41d3dc6 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#4  0xb7ac95c0 in IA__gtk_file_system_render_icon (file_system=0x84b3988,
path=0x84b2ec8, widget=0x8458000, pixel_size=16, error=0x847f850)
at gtkfilesystem.c:699
#5  0xb7abeee6 in list_icon_data_func (tree_column=0x81f9a20, cell=0x400,
tree_model=0x8474780, iter=0x0, data=0x8458000)
at gtkfilechooserdefault.c:7095
#6  0xb7be49c5 in IA__gtk_tree_view_column_cell_set_cell_data (
tree_column=0x81f9a20, tree_model=0x8474780, iter=0xbff73194,
is_expander=0, is_expanded=0) at gtktreeviewcolumn.c:2553
#7  0xb7bcece0 in validate_row (tree_view=0x815c390, tree=0x8480110,
node=0x8483a20, iter=0xbff73194, path=0x400) at gtktreeview.c:4690
#8  0xb7bd0ce1 in do_validate_rows (tree_view=0x815c390, queue_resize=0)
at gtktreeview.c:5255
#9  0xb7bd1100 in gtk_tree_view_size_request (widget=0x815c390,
requisition=0x815c3ac) at gtktreeview.c:1822
#10 0xb719cc85 in IA__g_cclosure_marshal_VOID__BOXED (closure=0x8136ca0,
return_value=0x0, n_param_values=2, param_values=0xbff734bc,
invocation_hint=0xbff733ac, marshal_data=0xb7bd108c) at gmarshal.c:566
#11 0xb719016f in g_type_class_meta_marshal (closure=0x8136ca0,
return_value=0x400, n_param_values=1024, param_values=0xbff734bc,
invocation_hint=0x400, marshal_data=0x400) at gclosure.c:567
#12 0xb719079f in IA__g_closure_invoke (closure=0x8136ca0,
return_value=0x400, n_param_values=1024, param_values=0x400,
invocation_hint=0x400) at gclosure.c:490
#13 0xb719f5cc in signal_emit_unlocked_R (node=0x810e7c0, detail=0,
instance=0x815c390, emission_return=0x0, instance_and_params=0xbff734bc)
at gsignal.c:2368
#14 0xb71a0b19 in IA__g_signal_emit_valist (instance=0x815c390, signal_id=28,
detail=0, var_args=value optimized out) at gsignal.c:2197
#15 0xb71a4030 in IA__g_signal_emit_by_name (instance=0x815c390,
detailed_signal=0xb7c8b370 size_request) at gsignal.c:2265
#16 0xb7b5800d in do_size_request (widget=0x815c390) at gtksizegroup.c:592
#17 0xb7b583a9 in _gtk_size_group_compute_requisition (widget=0x815c390,
requisition=0xbff737f4) at gtksizegroup.c:788
#18 0xb7bf0d18 in IA__gtk_widget_size_request (widget=0x815c390,
requisition=0x400) at gtkwidget.c:2709
#19 0xb7bd1eb4 in validate_visible_area (tree_view=0x815c390)
at gtktreeview.c:5105

-- 
User-specific: Gnome file dialogs crash every time
https://launchpad.net/bugs/58962

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


[Bug 58962] User-specific: Gnome file dialogs crash every time

2006-09-04 Thread Aaron Peromsik
Public bug reported:

On one of my home machines this crash affects my wife's account but not
mine. Any application which uses GNOME file dialogs will crash when she
accesses a file dialog -- open or save. Observed with gnome, gaim, gimp,
openoffice.org. Workaround for the last one is to use OOO's own file
dialogs, but for native GNOME applications it's not that simple. We did
come up with the workaround of launching a VNC session in which she has
an xterm and metacity and gimp, but nothing else-- and in there GIMP
works fine with the file dialogs.

Possibly related to 53355, but much more widespread than just firefox.
Also we use regular Ubuntu Dapper, not kubuntu. The latest dapper
updates have been applied... for example gtk+20 package version is
2.8.20-0ubuntu1.

Traceback from gdb session in which I (using my wife's account) launched
gedit and picked Open:

[New Thread -1272636496 (LWP 26362)]
[New Thread -1272902736 (LWP 26363)]
[Thread -1272902736 (LWP 26363) exited]
sys:1: Warning: invalid uninstantiatable type `(null)' in cast to 
`GtkFileFolder'
sys:1: Warning: invalid uninstantiatable type `(null)' in cast to 
`GtkFileFolderGnomeVFS'

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1225267520 (LWP 26358)]
0xb719e733 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0
(gdb) where
#0  0xb719e733 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0
#1  0xb4259882 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#2  0xb4259992 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#3  0xb4259dc6 in gtk_file_system_gnome_vfs_new ()
   from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
#4  0xb7b4c5c0 in gtk_file_system_render_icon ()
   from /usr/lib/libgtk-x11-2.0.so.0
#5  0xb7b41ee6 in _gtk_file_chooser_default_get_type ()
   from /usr/lib/libgtk-x11-2.0.so.0
#6  0xb7c679c5 in gtk_tree_view_column_cell_set_cell_data ()
   from /usr/lib/libgtk-x11-2.0.so.0
#7  0xb7c51ce0 in gtk_tree_view_get_visible_rect ()
   from /usr/lib/libgtk-x11-2.0.so.0
#8  0xb7c53ce1 in gtk_tree_view_get_path_at_pos ()
   from /usr/lib/libgtk-x11-2.0.so.0
#9  0xb7c54100 in gtk_tree_view_get_path_at_pos ()
   from /usr/lib/libgtk-x11-2.0.so.0
#10 0xb721fc85 in g_cclosure_marshal_VOID__BOXED ()
   from /usr/lib/libgobject-2.0.so.0
#11 0xb721316f in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#12 0xb721379f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#13 0xb72225cc in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#14 0xb7223b19 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#15 0xb7227030 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#16 0xb7bdb00d in gtk_size_group_remove_widget ()
   from /usr/lib/libgtk-x11-2.0.so.0
#17 0xb7bdb3a9 in _gtk_size_group_compute_requisition ()
   from /usr/lib/libgtk-x11-2.0.so.0
#18 0xb7c73d18 in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#19 0xb7c54eb4 in gtk_tree_view_set_fixed_height_mode ()
   from /usr/lib/libgtk-x11-2.0.so.0
#20 0xb7c5544d in gtk_tree_view_set_fixed_height_mode ()
   from /usr/lib/libgtk-x11-2.0.so.0
#21 0xb7c5550b in gtk_tree_view_set_fixed_height_mode ()
   from /usr/lib/libgtk-x11-2.0.so.0
#22 0xb71abbf2 in g_child_watch_add () from /usr/lib/libglib-2.0.so.0
#23 0xb71a98d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#24 0xb71ac996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#25 0xb71accb8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#26 0xb7b90765 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x080670e6 in main ()

** Affects: gtk+2.0 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
User-specific: Gnome file dialogs crash every time
https://launchpad.net/bugs/58962

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