[Bug 780640] Re: GTK theme resets after several seconds after logging in, but only when the .themes directory exists

2011-05-23 Thread KLEIN Stéphane
I've this issue when I'm in Ubuntu mode and my system switch
automatically in classic mode (because my GPU not supported by Unity).

No problem when I select Ubuntu classic in GDM.

Note : I've ~/.themes directory.

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

Title:
  GTK theme resets after several seconds after logging in, but only when
  the .themes directory exists

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


[Bug 680734] Re: gnome-appearance-properties spikes the CPU

2011-05-08 Thread KLEIN Stéphane
Same bug with 11.04

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  gnome-appearance-properties spikes the CPU

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


[Bug 680734] Re: gnome-appearance-properties spikes the CPU

2011-02-24 Thread KLEIN Stéphane
If I disable some lines in gnome-appearance-properties source code,
issue is fixed :

In capplets/common/theme-thumbnail.c source file :

void
theme_thumbnail_factory_init (int argc, char *argv[])
{
#ifndef __APPLE__
  gint child_pid;
#endif

  pipe (pipe_to_factory_fd);
  pipe (pipe_from_factory_fd);

/* Apple's CoreFoundation classes must not be used from forked
 * processes. Since freetype (and thus GTK) uses them, we simply
 * disable the thumbnailer on MacOS for now. That means no thumbs
 * until the thumbnailing process is rewritten, but at least we won't
 * make apps crash. */
#ifndef __APPLE__
  /*
  child_pid = fork ();
  if (child_pid == 0)
  {
ThemeThumbnailData data;
GIOChannel *channel;

/* Child */
/*gtk_init (argc, argv);

close (pipe_to_factory_fd[1]);
pipe_to_factory_fd[1] = 0;
close (pipe_from_factory_fd[0]);
pipe_from_factory_fd[0] = 0;

data.status = READY_FOR_THEME;
data.type = g_byte_array_new ();
data.control_theme_name = g_byte_array_new ();
data.gtk_color_scheme = g_byte_array_new ();
data.wm_theme_name = g_byte_array_new ();
data.icon_theme_name = g_byte_array_new ();
data.application_font = g_byte_array_new ();

channel = g_io_channel_unix_new (pipe_to_factory_fd[0]);
g_io_channel_set_flags (channel, g_io_channel_get_flags (channel) |
  G_IO_FLAG_NONBLOCK, NULL);
g_io_channel_set_encoding (channel, NULL, NULL);
g_io_add_watch (channel, G_IO_IN | G_IO_HUP, message_from_capplet, data);
g_io_channel_unref (channel);

gtk_main ();
_exit (0);
  }

  g_assert (child_pid  0);

  /* Parent *//*
  close (pipe_to_factory_fd[0]);
  close (pipe_from_factory_fd[1]);*/
#endif /* __APPLE__ */

  async_data.set = FALSE;
  async_data.theme_name = NULL;
  async_data.data = g_byte_array_new ();
}

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

Title:
  gnome-appearance-properties spikes the CPU

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


[Bug 680734] Re: gnome-appearance-properties spikes the CPU

2011-02-23 Thread KLEIN Stéphane
Here Ubuntu 10.10, I've same issue.

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

Title:
  gnome-appearance-properties spikes the CPU

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


[Bug 680734] Re: gnome-appearance-properties spikes the CPU

2011-02-23 Thread KLEIN Stéphane
On my system, when I launch gnome-appearance-properties I have 3
processus for this application and one that have 99% cpu usage.

$ ps aux | grep appear
harobed  22587  0.6  0.2  20736  5516 ?T12:57   0:17 
gnome-appearance-properties
harobed  32267  0.6  2.4  56120 49880 pts/0S13:41   0:00 gdb 
/usr/bin/gnome-appearance-properties
harobed  32270  0.7  0.8  85296 18068 pts/0Sl+  13:42   0:00 
/usr/bin/gnome-appearance-properties
harobed  32273 99.4  0.2  18200  5180 pts/0R+   13:42   1:35 
/usr/bin/gnome-appearance-properties

When I quit gnome-appearance-properties the processus here 32273 not
quit.

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

Title:
  gnome-appearance-properties spikes the CPU

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


[Bug 492689] Re: GDM does not honor system keyboard layout

2010-01-12 Thread KLEIN Stéphane
On my desktop, default keyboard layout is always USA. I always need to
select France keyboard.

I suppose it is the same bug.

-- 
GDM does not honor system keyboard layout
https://bugs.launchpad.net/bugs/492689
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 442115] Re: Greeter always defaults to USA keyboard layout, ignoring system configuration

2010-01-12 Thread KLEIN Stéphane
 there is no indication that many users are having that issue since
there is no other bug about the issue

I've also this bug.

-- 
Greeter always defaults to USA keyboard layout, ignoring system configuration
https://bugs.launchpad.net/bugs/442115
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 450132] Re: all files got ubuntuone-synchronized emblem after upgraded to the latest Karmic

2009-10-13 Thread KLEIN Stéphane
*** This bug is a duplicate of bug 450112 ***
https://bugs.launchpad.net/bugs/450112

I confirm also this bug.

-- 
all files got ubuntuone-synchronized emblem after upgraded to the latest 
Karmic
https://bugs.launchpad.net/bugs/450132
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee (via bug 450112).

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


[Bug 450319] [NEW] Nautilus issue if I disable show_desktop option in /apps/nautilus/preferences with gconf-editor

2009-10-13 Thread KLEIN Stéphane
Public bug reported:

Binary package hint: nautilus

Hi,

When I disable show_deskop option in  /apps/nautilus/preferences with
gconf-editor, gnome is in infinite loop to launch nautilus.

This is ~/.xsession-errors content :

(nautilus:3064): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
`preferences_is_initialized ()' failed

ProblemType: Bug
Architecture: i386
Date: Tue Oct 13 14:22:13 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.28.0-0ubuntu5
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386 karmic

-- 
Nautilus issue if I disable show_desktop option in /apps/nautilus/preferences 
with gconf-editor
https://bugs.launchpad.net/bugs/450319
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 450319] Re: Nautilus issue if I disable show_desktop option in /apps/nautilus/preferences with gconf-editor

2009-10-13 Thread KLEIN Stéphane

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33589499/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33589500/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33589501/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33589502/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/33589503/usr_lib_nautilus.txt

** Tags added: karmic

-- 
Nautilus issue if I disable show_desktop option in /apps/nautilus/preferences 
with gconf-editor
https://bugs.launchpad.net/bugs/450319
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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