[Bug 53624] Re: Nautilus doesn't show full folder content

2006-07-22 Thread Benjamin_L
I'm using edgy on amd64. Nautilus 2.15.4 (spatial). When opening my home
folder from the desktop (using nautilus all the time) the first time it
doesn't show everything, when closing and opening it again it shows
everything. Can't notice a pattern.

-- 
Nautilus doesn't show full folder content
https://launchpad.net/bugs/53624

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


[Bug 48386] Re: Dictionary lookup applet is far too small

2006-07-22 Thread Bug Watch Updater
** Changed in: gnome-utils (upstream)
   Status: Needs Info = Rejected

-- 
Dictionary lookup applet is far too small
https://launchpad.net/bugs/48386

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


[Bug 48231] Re: crash if temp_iso_dir doesn't exist

2006-07-22 Thread Bug Watch Updater
** Changed in: nautilus-cd-burner (upstream)
   Status: Needs Info = Fix Released

-- 
crash if temp_iso_dir doesn't exist
https://launchpad.net/bugs/48231

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


[Bug 47509] Re: Keyring dialouge asks for password mutiple times on login

2006-07-22 Thread Bug Watch Updater
*** This bug is a duplicate of bug 31286 ***

** Changed in: gnome-keyring (upstream)
   Status: Unconfirmed = Rejected

-- 
Keyring dialouge asks for password mutiple times on login
https://launchpad.net/bugs/47509

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


[Bug 37706] Re: [Live CD Dapper Drake/Flight 6] Totem resizes window after start out of screen

2006-07-22 Thread Bug Watch Updater
** Changed in: totem (upstream)
   Status: Unknown = Unconfirmed

-- 
[Live CD Dapper Drake/Flight 6] Totem resizes window after start out of screen
https://launchpad.net/bugs/37706

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


[Bug 3647] Re: On Top menu bug

2006-07-22 Thread Bug Watch Updater
** Changed in: totem (upstream)
   Status: Unknown = Confirmed

-- 
On Top menu bug
https://launchpad.net/bugs/3647

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


[Bug 47134] Re: log text copy fails while filter engages

2006-07-22 Thread Bug Watch Updater
** Changed in: gnome-utils (upstream)
   Status: Unconfirmed = Confirmed

-- 
log text copy fails while filter engages
https://launchpad.net/bugs/47134

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


[Bug 53706] EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Lance Poore
Public bug reported:

Binary package hint: libgtk2.0-common

##Possible Edgy Bug

*noticed gdesklets wasn't loading at startup like I had it set to in
Dapper, I ran gdesklets from the command line, and it couldnt connect to
the daemon.

I have experienced several issues with gtk2 on edgy.  I have posted
previous bug reports on nicotine and gtkpod.  This one is on gdesklets.
I think the problem lies inside something to do with python and gtk2.0,
because every app log / verbose output reports something based on gtk2.0
and/or python.  This is the log file from gdesklets:

esklets-daemon: line 127 ?
in /usr/lib/gdesklets/gdesklets-daemon: line 108 _gdesklets_main
in /usr/lib/gdesklets/main/__init__.py: line 114 init
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py: line 40 ?
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
[EXC]/usr/lib/gdesklets/utils/ErrorFormatter.py

[---]  113 # give us an absolute path.
[---]  114 #
[---]  115 _old_imp = __import__
[---]  116 def _new_imp(name, globs = {}, locls = {}, fromlist = []):
[---]  117 
[ERR] 118 module = _old_imp(name, globs, locls, fromlist)
[---]  119 # builtin modules have no __file__ attribute, so we have to 
check for it
[---]  120 if (module):
[---]  121 if (hasattr(module, __file__)):
[---]  122 module.__file__ = os.path.abspath(module.__file__)
[---]  123 return module
[---]  124 else:

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

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Lance Poore
Sorry I posted that and it didn't paste the entire log.  Here it is:

$ cat /home/godmachine81/.gdesklets/logs/gdesklets%3A0.0.log 
Log messages of /home/godmachine81/.gdesklets/logs/gdesklets%3A0.0.log

==[07/22/06-02:02:04]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]/var/lib/python-support/python2.4/gtk-2.0/gtk/_gtk.so: undefined symbol: 
gtk_recent_info_unref
in /usr/lib/gdesklets/gdesklets-daemon: line 127 ?
in /usr/lib/gdesklets/gdesklets-daemon: line 108 _gdesklets_main
in /usr/lib/gdesklets/main/__init__.py: line 114 init
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py: line 40 ?
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
[EXC]/usr/lib/gdesklets/utils/ErrorFormatter.py

[---]  113 # give us an absolute path.
[---]  114 #
[---]  115 _old_imp = __import__
[---]  116 def _new_imp(name, globs = {}, locls = {}, fromlist = []):
[---]  117 
[ERR] 118 module = _old_imp(name, globs, locls, fromlist)
[---]  119 # builtin modules have no __file__ attribute, so we have to 
check for it
[---]  120 if (module):
[---]  121 if (hasattr(module, __file__)):
[---]  122 module.__file__ = os.path.abspath(module.__file__)
[---]  123 return module
[---]  124 else:

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 52722] Re: Consistent 15-second hang with no window painting at launch

2006-07-22 Thread Gabriel Bauman
Nope, just 'eth0', but that line of inquiry is dead; read on.

I got to thinking that this is a network problem, since this is
obviously not a widespread bug. I figured maybe epiphany was doing a
network request that was taking a long time. Bingo!

During the hang, `sudo netstat -a4p | grep epiphany` shows epiphany with
an established UDP connection to the domain socket on my gateway, a
linksys router.

So, I fired up Ethereal and watched packets. A cursory analysis:

 o Hang seems to be originating from some Avahi/MDNS queries related to 
discovering 'Local Sites' bookmarks.
 o There turned out to be a (misconfigured) Avahi server on another machine on 
the LAN. It serves up some MDNS web site pointers for devices on the LAN that 
don't have the capability to do that for themselves.
 o Those devices had been removed from the LAN, but the rogue Avahi server was 
serving _http._tcp.local TXT records for them still.
 o epiphany on my machine gets the SRV records from MDNS, then queries MDNS for 
A records for the advertised services, which it never receives. It then tries 
to query the DNS service on the router to find the records, which fails. This 
happens a few times. Finally it stops trying and the hang ends.
 o ephy starts up. The dummy, invalid 'Local Sites' appear in the menu. 
Selecting one of them sends ephy into the same query fits, but does not hang 
the UI, and the request eventually times out normally.
 
 That narrows it down some. I'm attaching a dump of network traffic during the 
hang.

I'm not familiar with the code, but a simple fix would seem to be making
epiphany  avoid querying for A records from MDNS until the user actually
clicks one of the Local Sites bookmarks.

I can't imagine spurious SRV are all that rare, be nice if this kind of
thing were handled more gracefully. Sorry this took so long to figure
out.

-- 
Consistent 15-second hang with no window painting at launch
https://launchpad.net/bugs/52722

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


[Bug 53190] Re: Attaching USB camera causes two photo import dialog boxes to be spawned

2006-07-22 Thread Gabriel Bauman
Since this report, the two-dialog problem has occured consistently when
I first connect the camera after booting.

One dialog is definitely meant for mass-storage cameras, and one is
meant for other cameras that require drivers.

-- 
Attaching USB camera causes two photo import dialog boxes to be spawned
https://launchpad.net/bugs/53190

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


[Bug 53673] Re: [Bug 53673] Re: Wrong package version

2006-07-22 Thread Ewald Geschwinde
here is the nopaste url

http://www.ubuntuusers.de/paste/2359/

with the output - I have chnaged nothing so far in the repos.

Regards Ewald Geschwinde


Sebastien Bacher schrieb:
 Thanks for your bug. That's not a package bug, you probably have your apt 
 sources misconfigured, could you run and copy to a comment?:
 - apt-cache policy
 - apt-cache policy libglib2.0-dev
 - apt-cache policy libglib2.0-0

 ** Changed in: glib2.0 (Ubuntu)
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info



-- 
Wrong package version
https://launchpad.net/bugs/53673

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


[Bug 53673] Re: Wrong package version

2006-07-22 Thread Sebastien Bacher
why using an another site instead of copying that to a comment? please
use the bug tracker so we are sure informations stay here and people get
everything by mail without having to open an another website

from where did you install that libglib2.0-0 2.10.3-0ubuntu1? Did you
have dapper-updates available at some moment before?

-- 
Wrong package version
https://launchpad.net/bugs/53673

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


[Bug 48231] Re: crash if temp_iso_dir doesn't exist

2006-07-22 Thread Sebastien Bacher
marking as fixed, feel free to reopen if that still happens with edgy

** Changed in: nautilus-cd-burner (Ubuntu)
   Status: Needs Info = Fix Released

-- 
crash if temp_iso_dir doesn't exist
https://launchpad.net/bugs/48231

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


[Bug 48386] Re: Dictionary lookup applet is far too small

2006-07-22 Thread Sebastien Bacher
fixed upstream

** Bug watch removed: GNOME Bug Tracker #332753
   http://bugzilla.gnome.org/show_bug.cgi?id=332753

** Bug watch added: GNOME Bug Tracker #346893
   http://bugzilla.gnome.org/show_bug.cgi?id=346893

** Changed in: gnome-utils (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Dictionary lookup applet is far too small
https://launchpad.net/bugs/48386

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


[Bug 50477] Re: Please backport newer rhythmbox to dapper-backports

2006-07-22 Thread Sebastien Bacher
can you edit those tags with the dapper version? That's probably due to
gstreamer0.10 not implementing those functions yet (or rhythmbox not
using them) and likely to not be a regression of the new version

-- 
Please backport newer rhythmbox to dapper-backports
https://launchpad.net/bugs/50477

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


[Bug 53716] Too generic error message when file names (/encodings?) are not Windows-compatible

2006-07-22 Thread Tuomo Sipola
Public bug reported:

Binary package hint: nautilus-cd-burner

If there are non-Windows compatible files while burning a large amount
of files to a DVD (or CD) the cd-burner gives a message saying that
some of the files are not Windows compatible.

While this is very nice there's no way to list the files in question
through the GUI. The program expects me to search through a very large
amoun of files.

It would be nice if there was a button See details to see the files in
question.

** Affects: nautilus-cd-burner (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Too generic error message when file names (/encodings?) are not 
Windows-compatible
https://launchpad.net/bugs/53716

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


[Bug 53719] HAL is confused when battery specs are given in mAh units (patch available)

2006-07-22 Thread towolf
Public bug reported:

Richard Hughes produced a patch to correct the problem that g-p-m thinks
that my laptop drains the battery with 4.6 kW. I applied it to edgy’s
hal source and it works.

http://bugzilla.gnome.org/show_bug.cgi?id=348234#c2

** Affects: hal (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
HAL is confused when battery specs are given in mAh units (patch available)
https://launchpad.net/bugs/53719

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


[Bug 48097] Re: gedit does not get focus when opening more than one document

2006-07-22 Thread Bernat Tallaferro
Bug reopened. Some recent updates seemed to bring back this issue:

** Changed in: gedit (Ubuntu)
   Status: Rejected = Unconfirmed

-- 
gedit does not get focus when opening more than one document
https://launchpad.net/bugs/48097

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


[Bug 48097] Re: gedit does not get focus when opening more than one document

2006-07-22 Thread Bernat Tallaferro
I forgot to add that I'm talking of the dapper package.

This bug is very easy to test, could someone please confirm this?

-- 
gedit does not get focus when opening more than one document
https://launchpad.net/bugs/48097

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


[Bug 53673] Re: [Bug 53673] Re: Wrong package version

2006-07-22 Thread Ewald Geschwinde
Sebastien Bacher schrieb:
 why using an another site instead of copying that to a comment? please
 use the bug tracker so we are sure informations stay here and people get
 everything by mail without having to open an another website

 from where did you install that libglib2.0-0 2.10.3-0ubuntu1? Did you
 have dapper-updates available at some moment before?

   
Sorry for the postiong - was a misunderstanding.

I did not install it from other sources
It was there.
it comes with the dapper-updates

Reagrds Ewald Geschwinde

-- 
Wrong package version
https://launchpad.net/bugs/53673

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


[Bug 52396] Re: Could not get/set settings from/on resource.

2006-07-22 Thread NigelK
I'm getting this same bug and would love to help with the dmesg and
lspci logs if you can point me at how to get them.

-- 
Could not get/set settings from/on resource.
https://launchpad.net/bugs/52396

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


[Bug 35348] Re: Deskbar applet keep gnome panel from completely loading

2006-07-22 Thread Mikkel Kamstrup Erlandsen
A fix landed in HEAD recently. If there is a demand, I suppose I can
backport it.

-- 
Deskbar applet keep gnome panel from completely loading
https://launchpad.net/bugs/35348

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


[Bug 50477] Re: Please backport newer rhythmbox to dapper-backports

2006-07-22 Thread Onkar Shinde
I can not edit tags with dapper version for any type of file.
The backport version can edit tags for MP3.

Someone should check with edgy version.

Funny, isn't it, that the functionality is implemented for restricted
format first rather than Free format.

-- 
Please backport newer rhythmbox to dapper-backports
https://launchpad.net/bugs/50477

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


[Bug 53673] Re: Wrong package version

2006-07-22 Thread Sebastien Bacher
according to apt-cache policy you don't have a dapper-updates source
at the moment which is creating your issue since you install
libglib2.0-0 from a dapper-updates source previously, that's not a bug,
closing it. Activating a dapper-updates apt source will fix your issue

** Changed in: glib2.0 (Ubuntu)
   Status: Needs Info = Rejected

-- 
Wrong package version
https://launchpad.net/bugs/53673

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


[Bug 39119] Re: Sound recorder disables the capture device after a second recording

2006-07-22 Thread Sebastien Bacher
The bug is supposed to be fixed with gnome-media 2.14.2 which is
available from dapper-updates, could anybody confirm that the fix works
fine? It seems to work fine with gnome-media 2.14.2 on my edgy desktop

** Changed in: gnome-media (Ubuntu)
   Status: Confirmed = Needs Info

-- 
Sound recorder disables the capture device after a second recording
https://launchpad.net/bugs/39119

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


[Bug 21582] Re: evolution randomly crashes

2006-07-22 Thread Sebastien Bacher
Thank you for the work on that. The issue seems to be a cairo one. Does
it happen if you use an another theme?

** Changed in: evolution (Ubuntu)
 Assignee: Sebastien Bacher = Ubuntu Desktop Bugs

-- 
evolution randomly crashes
https://launchpad.net/bugs/21582

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


[Bug 36392] Re: weather applet gives incorrect updating... feedback.

2006-07-22 Thread Sebastien Bacher
*** This bug is a duplicate of bug 9015 ***

That's a duplicate of bug #9015

** Changed in: gnome-applets (Ubuntu)
   Status: Needs Info = Rejected

** This bug has been marked a duplicate of bug 9015
   weather applet should default to current location

-- 
weather applet gives incorrect updating... feedback.
https://launchpad.net/bugs/36392

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


[Bug 9015] Re: weather applet should default to current location

2006-07-22 Thread Sebastien Bacher
** Bug 36392 has been marked a duplicate of this bug

-- 
weather applet should default to current location
https://launchpad.net/bugs/9015

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


[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers

2006-07-22 Thread Philip Axer
deleting the symlink works for me too

-- 
gnome-panel eats 50% cpu for half an hour and flickers
https://launchpad.net/bugs/52405

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


[Bug 44737] Re: time-admin: Failure to keep clock synchronized box ticked, with NTP installed

2006-07-22 Thread Sebastien Bacher
marking as unconfirmed since the questions got a reply, the desktop team
is really busy and will not likely look at that issue soon but if
somebody getting it wants to track it or bring it upstream he's welcome

** Changed in: gnome-system-tools (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
time-admin: Failure to keep clock synchronized box ticked, with NTP installed
https://launchpad.net/bugs/44737

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


[Bug 47256] Re: nautilus crash, blocks gpanel

2006-07-22 Thread Sebastien Bacher
no, there is no vfs logs for that, but could you get a backtrace for an hanging 
application?
- gdb -p $(pidof application)
(gdb) thread apply all bt

with libgnomevfs2-0-dbg and a debug package installed for the
application if possible. Do you also use the gtk-qt themy thing? Does it
happen without it?

-- 
nautilus crash, blocks gpanel
https://launchpad.net/bugs/47256

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


[Bug 53738] broken dependencies

2006-07-22 Thread tenco
Public bug reported:

Binary package hint: libgnome-desktop-dev

When trying to install libgnome-desktop-dev, the following error occurs:

[EMAIL PROTECTED]:/etc/apt$ sudo apt-get install libgnome-desktop-dev
Reading package lists... Done
Building dependency tree... 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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgnome-desktop-dev: Depends: libgnome-desktop-2 (= 2.14.1.1-0ubuntu2) but 
2.14.2-0ubuntu1 is to be installed
E: Broken packages

** Affects: gnome-desktop (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** Summary changed:

- broken dependencies
+ [6.06][libgnome-desktop-dev] broken dependencies

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 47889] Re: Label is write instead of copy

2006-07-22 Thread Sebastien Bacher
I've forwarded your request upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=348334

** Changed in: nautilus-cd-burner (Ubuntu)
   Status: Needs Info = Confirmed

** Bug watch added: GNOME Bug Tracker #348334
   http://bugzilla.gnome.org/show_bug.cgi?id=348334

** Also affects: nautilus-cd-burner (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=348334
   Importance: Unknown
   Status: Unknown

-- 
Label is write instead of copy
https://launchpad.net/bugs/47889

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


[Bug 46150] Re: network-manager

2006-07-22 Thread Sebastien Bacher
do all people having that issue use deskbar-applet? Could you get a
backtrace of deskbar-applet when that happens again?

-- 
network-manager
https://launchpad.net/bugs/46150

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


[Bug 9015] Re: weather applet should default to current location

2006-07-22 Thread Sebastien Bacher
The issue with en_AU it's because there is no upstream translation for
it, I've opened a bug upstream about that:
http://bugzilla.gnome.org/show_bug.cgi?id=348335

The value is written to the schemas with is not a part of the language-
pack so translation on rosetta doesn't fix the issue

-- 
weather applet should default to current location
https://launchpad.net/bugs/9015

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



[Bug 47619] Re: nautilus sometimes crashes when opening new window

2006-07-22 Thread Sebastien Bacher
Do some people have a reliable way to get that issue? Is anybody wanting
to debug it or trying to rebuild nautilus without patches to note if
that still happen then?

-- 
nautilus sometimes crashes when opening new window
https://launchpad.net/bugs/47619

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use?

Could you run:
- apt-cache policy
- apt-cache policy libgnome-desktop-2
- apt-cache policy libgnome-desktop-dev

and copy that to a comment?

** Changed in: gnome-desktop (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 47932] Re: files renamed to be hidden do not get their icon updated on remote FS view

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use?

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
files renamed to be hidden do not get their icon updated on remote FS view
https://launchpad.net/bugs/47932

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


[Bug 50477] Re: Please backport newer rhythmbox to dapper-backports

2006-07-22 Thread Pablo Alcayaga
From http://www.mikesplanet.net/?p=37
...Ogg Vorbis tag editing (requires a GStreamer plugin not yet in cvs, see bug 
335635)

-- 
Please backport newer rhythmbox to dapper-backports
https://launchpad.net/bugs/50477

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


[Bug 48018] Re: Panel freeze

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. Have you noticed any pattern about when that freeze 
happen? After using suspend or hibernation maybe? Could you get a backtrace of 
the panel when that happens by using gdb?
- gdb -p $(pidof gnome-panel)
(gdb) thread apply all bt

is your lo interface correctly configured and working when that
happens? do you run any special application when that is happening? It
might be due to an application no registring correctly to the session...

** Changed in: gnome-panel (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Panel freeze
https://launchpad.net/bugs/48018

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


[Bug 48058] Re: partially off-screen windows restored in the wrong place/size

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. Is that specific to gnome-terminal or does it
happen if you do the same configuration with gedit by example? you wrote
Before upgrading to dapper, what were you using before that update? an
earlier unstable version of dapper? or Ubuntu 5.04?

** Changed in: gnome-session (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
partially off-screen windows restored in the wrong place/size
https://launchpad.net/bugs/48058

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


[Bug 48099] Re: drivemount shows floppy only - not fstab mountpoints

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. Could you provide the fstab lines corresponding to
those partitions with the details about them (filesystem, mountpoint)?

** Changed in: gnome-applets (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Confirmed = Needs Info

-- 
drivemount shows floppy only - not fstab mountpoints
https://launchpad.net/bugs/48099

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


[Bug 47962] Re: Ubuntu doesn't show correct owner/permissions on removable drive

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu are you using? Is the bug
that nautilus need to be restarted to notice permissions changes on a
mountpoint?

** Changed in: nautilus (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Ubuntu doesn't show correct owner/permissions on removable drive
https://launchpad.net/bugs/47962

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


[Bug 48031] Window appears in taskbar as untitled window

2006-07-22 Thread Vassilis Pandis
Public bug reported:

Open Networking, select an Ethernet interface with DHCP and click
activate. A window pops up that appears in the taskbar with Untitled
Window. I'll provide a patch when I get back home...

** Affects: gnome-system-tools (Ubuntu)
 Importance: Low
 Assignee: Ubuntu Desktop Bugs
 Status: Needs Info

-- 
Window appears in taskbar as untitled window
https://launchpad.net/bugs/48031

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


[Bug 51305] Re: xchat-gnome crashes on start up

2006-07-22 Thread Sebastien Bacher
Thank you for your comment, marking the bug as fixed then

** Changed in: xchat-gnome (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Needs Info = Fix Released

-- 
xchat-gnome crashes on start up
https://launchpad.net/bugs/51305

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


[Bug 48031] Re: Window appears in taskbar as untitled window

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That interface
changed with edgy and the bug seems to not apply to it. Could you
explain what the patch is supposed to do? It looks like it's made to
mask the window from the list, why doing that rather than setting a
title?

** Changed in: gnome-system-tools (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Window appears in taskbar as untitled window
https://launchpad.net/bugs/48031

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


[Bug 47335] Re: Text is messed up

2006-07-22 Thread Sebastien Bacher
marking as unconfirmed since the questions got a reply, maybe somebody
has an idea on that issue, might be a theme issue but the Human themes
use a standard font. You wrote it has been correct every now and then,
does it work differently at different time without changing anything? or
did you notice what you change or upgrade to get the behaviour changed?

** Changed in: gdm (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
Text is messed up
https://launchpad.net/bugs/47335

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


[Bug 52396] Re: Could not get/set settings from/on resource.

2006-07-22 Thread Sebastien Bacher
Open a command line and just enter the name of those commands on it

-- 
Could not get/set settings from/on resource.
https://launchpad.net/bugs/52396

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


[Bug 37706] Re: [Live CD Dapper Drake/Flight 6] Totem resizes window after start out of screen

2006-07-22 Thread Sebastien Bacher
What is open on the workspace where you do those steps to get the bug?
Does it happen due to the window resizing to adapt the window to the
movie? Note that the right click comment is wrong, if the window bar is
under the panel a left click on a border open the menu for that reason

-- 
[Live CD Dapper Drake/Flight 6] Totem resizes window after start out of screen
https://launchpad.net/bugs/37706

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


[Bug 53716] Re: Too generic error message when file names (/encodings?) are not Windows-compatible

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? Do you have an
example of non-Windows compatible filename?

** Changed in: nautilus-cd-burner (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Too generic error message when file names (/encodings?) are not 
Windows-compatible
https://launchpad.net/bugs/53716

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


[Bug 48097] Re: gedit does not get focus when opening more than one document

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. I've forwarded it upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=348339

** Changed in: gedit (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Confirmed

** Bug watch added: GNOME Bug Tracker #348339
   http://bugzilla.gnome.org/show_bug.cgi?id=348339

** Also affects: gedit (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=348339
   Importance: Unknown
   Status: Unknown

-- 
gedit does not get focus when opening more than one document
https://launchpad.net/bugs/48097

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


[Bug 53644] Re: cdrom2 shows up in nautilus places when no cd is loaded

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. Is there any of those listed by /etc/fstab?

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
cdrom2 shows up in nautilus places when no cd is loaded
https://launchpad.net/bugs/53644

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread tenco
i am running dapper aka 6.06.

after some research i was able to force  install version 2.14.2 through
synaptic.

See attachments for apt-cache output.

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread tenco


-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread tenco


-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread tenco


-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 48058] Re: partially off-screen windows restored in the wrong place/size

2006-07-22 Thread Peter Berry
gedit opens at zero height, with no buffer open. gucharmap behaves the
same way as gnome-terminal (i.e. gets shortened to fit and moved fully
onto the screen).

I was using Breezy before Dapper.

I don't know if it's relevant, but I've since played around with
xgl/compiz a bit (now back to Metacity) and that had different problems
with gnome-session. So this could actually be a Metacity bug.

-- 
partially off-screen windows restored in the wrong place/size
https://launchpad.net/bugs/48058

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get 
a backtrace that way:
- run evolution
- gdb -p $(pidof evolution-data-server-1.6)
(gdb) continue
- get the crash
- from the gdm prompt: (gdb) thread apply all bt

and copy that to a comment

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 53567] Re: Cannot erase CD-RW with edgy

2006-07-22 Thread Sebastien Bacher
Does using cdrecord blank=fast on your cdrom work fine?

-- 
Cannot erase CD-RW with edgy
https://launchpad.net/bugs/53567

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


[Bug 53595] Re: Nautilus/gnome incorrectly reports it's writing data to CDs on eject

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? Does it happen
with any CD? That's similar to bug #34274 which has been fixed before
dapper

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Nautilus/gnome incorrectly reports it's writing data to CDs on eject
https://launchpad.net/bugs/53595

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


[Bug 53332] Re: totem-xine crashes when playing a .mkv video

2006-07-22 Thread Sebastien Bacher
The example pointed has a 404 error page now. The backtrace is not
really useful but that and the fact that xine-ui crash too makes from it
a xine-lib bug, reassigning

** Changed in: totem (Ubuntu)
Sourcepackagename: totem = xine-lib
   Status: Needs Info = Unconfirmed

-- 
totem-xine crashes when playing a .mkv video
https://launchpad.net/bugs/53332

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


[Bug 37159] Re: Window not resizable due to song title

2006-07-22 Thread José Lecaros Cisterna
when use sebastian's version, next button become disabled listening internet 
radios.
It is possible to turn it enabled?

-- 
Window not resizable due to song title
https://launchpad.net/bugs/37159

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


[Bug 12154] Re: Nautilus should have a superuser mode

2006-07-22 Thread Sebastien Bacher
** Bug 53592 has been marked a duplicate of this bug

-- 
Nautilus should have a superuser mode
https://launchpad.net/bugs/12154

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Sebastien Bacher
Thanks for your bug. Does python -c import gtk work on your box?
What version of libgtk2.0-0 is installed? Could you run ldd /var/lib
/python-support/python2.4/gtk-2.0/gtk/_gtk.so and copy that to a
comment?

** Changed in: gtk+2.0 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread Sebastien Bacher
990 http://archive.ubuntu.com dapper/main Packages

it looks like you tweak your apt configuration to make it prefer dapper
over other distributions which creates your issue, closing the bug since
that's not one but an user configuration change

** Changed in: gnome-desktop (Ubuntu)
   Status: Needs Info = Rejected

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 48018] Re: Panel freeze

2006-07-22 Thread Linus Mannervik
Actually this problem hasn't occured since the ubuntu 6.06 release. So
as far as I'm concerned this bug can be closed.

-- 
Panel freeze
https://launchpad.net/bugs/48018

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


[Bug 52396] Re: Could not get/set settings from/on resource.

2006-07-22 Thread NigelK
Which gets us...

DMESG

[17179569.184000] Linux version 2.6.15-26-386 ([EMAIL PROTECTED]) (gcc version 
4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Mon Jul 17 19:52:53 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820:  - 0009f800 (usable)
[17179569.184000]  BIOS-e820: 0009f800 - 000a (reserved)
[17179569.184000]  BIOS-e820: 000f - 0010 (reserved)
[17179569.184000]  BIOS-e820: 0010 - 3fff (usable)
[17179569.184000]  BIOS-e820: 3fff - 3fff3000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 3fff3000 - 4000 (ACPI data)
[17179569.184000]  BIOS-e820: fec0 - fec01000 (reserved)
[17179569.184000]  BIOS-e820: fee0 - fee01000 (reserved)
[17179569.184000]  BIOS-e820:  - 0001 (reserved)
[17179569.184000] 127MB HIGHMEM available.
[17179569.184000] 896MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f5d20
[17179569.184000] On node 0 totalpages: 262128
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 225280 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 32752 pages, LIFO batch:7
[17179569.184000] DMI 2.3 present.
[17179569.184000] ACPI: RSDP (v000 AWARD ) @ 
0x000f7690
[17179569.184000] ACPI: RSDT (v001 AWARD  AWRDACPI 0x42302e31 AWRD 0x) 
@ 0x3fff3000
[17179569.184000] ACPI: FADT (v001 AWARD  AWRDACPI 0x42302e31 AWRD 0x) 
@ 0x3fff3040
[17179569.184000] ACPI: MADT (v001 AWARD  AWRDACPI 0x42302e31 AWRD 0x) 
@ 0x3fff6a40
[17179569.184000] ACPI: DSDT (v001 AWARD  AWRDACPI 0x1000 MSFT 0x010e) 
@ 0x
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] ACPI: Local APIC address 0xfee0
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 6:8 APIC version 16
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 20, address 0xfec0, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 5000 (gap: 
4000:bec0)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda4 ro quiet splash
[17179569.184000] mapped APIC to d000 (fee0)
[17179569.184000] mapped IOAPIC to c000 (fec0)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[17179569.184000] Detected 1834.017 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179571.332000] Dentry cache hash table entries: 131072 (order: 7, 524288 
bytes)
[17179571.332000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179571.372000] Memory: 1028816k/1048512k available (1976k kernel code, 
18936k reserved, 606k data, 288k init, 131008k highmem)
[17179571.372000] Checking if this processor honours the WP bit even in 
supervisor mode... Ok.
[17179571.452000] Calibrating delay using timer specific routine.. 3670.03 
BogoMIPS (lpj=7340079)
[17179571.452000] Security Framework v1.0.0 initialized
[17179571.452000] SELinux:  Disabled at boot.
[17179571.452000] Mount-cache hash table entries: 512
[17179571.452000] CPU: After generic identify, caps: 0383fbff c1cbfbff  
   
[17179571.452000] CPU: After vendor identify, caps: 0383fbff c1cbfbff  
   
[17179571.452000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 
bytes/line)
[17179571.452000] CPU: L2 Cache: 256K (64 bytes/line)
[17179571.452000] CPU: After all inits, caps: 0383fbff c1cbfbff  
0420   
[17179571.452000] mtrr: v2.0 (20020519)
[17179571.452000] CPU: AMD Sempron(tm)   2600+ stepping 01
[17179571.452000] Enabling fast FPU save and restore... done.
[17179571.452000] Enabling unmasked SIMD FPU exception support... done.
[17179571.452000] Checking 'hlt' instruction... OK.
[17179571.468000] checking if image is initramfs... it is
[17179572.04] Freeing initrd memory: 6617k freed
[17179572.06] ACPI: Looking for DSDT ... not found!
[17179572.06] ENABLING IO-APIC IRQs
[17179572.06] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179572.204000] NET: Registered protocol 

[Bug 52396] Re: Could not get/set settings from/on resource.

2006-07-22 Thread NigelK
and...

LSPCI

:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 741/741GX/M741 Host 
(rev 03)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual 
PCI-to-PCI bridge)
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media 
IO] (rev 36)
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI 
Fast Ethernet (rev 90)
:00:05.0 IDE interface: Silicon Integrated Systems [SiS] RAID bus 
controller 180 SATA/PATA  [SiS] (rev 01)
:00:0a.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fe)
:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800 
GT] (rev a1)

-- 
Could not get/set settings from/on resource.
https://launchpad.net/bugs/52396

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


[Bug 53738] Re: [Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread tenco
Am Samstag, den 22.07.2006, 16:50 + schrieb Sebastien Bacher:
 990 http://archive.ubuntu.com dapper/main Packages
 
 it looks like you tweak your apt configuration to make it prefer dapper
 over other distributions which creates your issue, closing the bug since
 that's not one but an user configuration change
 
 ** Changed in: gnome-desktop (Ubuntu)
Status: Needs Info = Rejected
 

Looks like i forgot a set APT::Default-Release in /etc/apt/apt.conf  :-\

Sorry for the noise
Martin

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 47619] Re: nautilus sometimes crashes when opening new window

2006-07-22 Thread Rui Mesquita
Still getting some crashes like described in this report. what I do to
get around this is I keep a nautilus window open in the computer:///
location, and from there I open the mount I need in a new window. I
either do this, or I would be getting a handful of nautilus crashes
daily.

For a while nautilus would crash when browsing between folder, but now
it's back to 'only' crashing when opening a new window. Since this 2nd
bug, nautilus now gets increasingly sluggish with usage, and eventually
it would crash, a memory leak maybe? I have a bunch backtraces from this
second bug, should it be helpful.

About debugging this problem, I would like to help out doing whatever
needs to be done, bear in mind, though, I'm not a developer by any
definition (and specially not with C! bleehh! ;P)

Ah, and just thought I should mention my hardware config:

AMD Sempron64 2600+
1GB RAM DDR400
ATI Radeon 9600PRO 256MB
SBLive! with MIDI bay (currently not installed)

disks:
1x250GB ATA disk
1x120GB ATA disk
1x250GB SATA disk 8MB cache

-- 
nautilus sometimes crashes when opening new window
https://launchpad.net/bugs/47619

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


[Bug 41406] [Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Laurens
Hi Sebastian,

I will try on Monday - don't think I can access the SOAP connection to
Groupwise from home due to the way our firewall is currently
configured.

Laurens 
 
 Sebastien Bacher [EMAIL PROTECTED] 07/22/06 6:25 PM  
Laurens, do you have the upstream bug number corresponding to it? Could
you get a backtrace that way:
- run evolution
- gdb -p $(pidof evolution-data-server-1.6)
(gdb) continue
- get the crash
- from the gdm prompt: (gdb) thread apply all bt

and copy that to a comment

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406


-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 50732] Re: [Bug 50732] Re: Abort (core dump) when deleting dialog

2006-07-22 Thread Tony Houghton
In [EMAIL PROTECTED], you wrote:

 Thanks for your bug report. Can you please attach the .glade file? Can
 you try to turn off the accessibility features and then try again?
 
 ** Changed in: glade (Ubuntu)
 Sourcepackagename: glade = gail
Importance: Untriaged = Medium
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info

I'm afraid this bug may have to be abandoned for a number of reasons.

I eventually managed to do what I wanted with the file anyway, but if
you're still interested I could dig out an old version for you. The
process to provoke the bug was quite involved though and I don't know
how easy it would be to reproduce.

Since reporting the bug I made the mistake of upgrading to Edgy without
reading the warning and after having lots of problems I decided to
install Debian unstable because I prefer its program of continuous
updates. So I don't have access to the exact versions of glade-2 etc I
was using before.

I think gail was disabled/not installed anyway, because I remember being
used to seeing a message to that effect when starting glade-2.

-- 
TH * http://www.realh.co.uk

-- 
Abort (core dump) when deleting dialog
https://launchpad.net/bugs/50732

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


[Bug 53079] Re: AisleRiot Solitaire crashes when selecting a new game

2006-07-22 Thread Johan Ehnberg
I can second this bug. I'd like to add a pointer:

The game crashes only in some cases when changing games. For example,
using the default two default launchers (solitaire and freecell) and the
changing to my favorite Will O The Wisp, only crashes when sol was
started with Solitaire.

This applies for 6.06 with all updates available today. Easy to
reproduce, happens every time on all my three installations as well.

** Changed in: gnome-games (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
AisleRiot Solitaire crashes when selecting a new game
https://launchpad.net/bugs/53079

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


[Bug 48018] Re: Panel freeze

2006-07-22 Thread Sebastien Bacher
Thank you for your comment, marking as fixed then, feel free to reopen
if that happens again

** Changed in: gnome-panel (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Panel freeze
https://launchpad.net/bugs/48018

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
no hurry for that, monday is fine, thank you for your efforts on it

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 50173] Re: Aisleriot solitare crashes when choosing new game from Select Game

2006-07-22 Thread Sebastien Bacher
** Bug 53079 has been marked a duplicate of this bug

-- 
Aisleriot solitare crashes when choosing new game from Select Game
https://launchpad.net/bugs/50173

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


[Bug 53595] Re: Nautilus/gnome incorrectly reports it's writing data to CDs on eject

2006-07-22 Thread Joseph Garvin
I'm running dapper. I tried some other CDs and you're right, not every
CD does it. But one CD I have will do it everytime -- the CD for an old
DOS game called Relentless (but it's a commercial CD, not a CDR copy or
anything).

One thing I noticed is that with all the CDs I tried that didn't trigger
the bug, gnome said nothing when I stuck them in. But when I insert the
Relentless CD, gnome notifies me it's a mixed data/music CD, and asks if
I want to play the music or view the contents of the CD.

So I tried some music CDs I have, and it seems that audio CDs or mixed
CDs trigger the bug everytime. Pure data CDs eject without any notice.

-- 
Nautilus/gnome incorrectly reports it's writing data to CDs on eject
https://launchpad.net/bugs/53595

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


[Bug 53079] Re: AisleRiot Solitaire crashes when selecting a new game

2006-07-22 Thread Sebastien Bacher
*** This bug is a duplicate of bug 50173 ***

Looks like bug #50173 which has been fixed to dapper-updates already,
feel free to reopen if that's not the case

** Changed in: gnome-games (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Confirmed = Fix Released

** This bug has been marked a duplicate of bug 50173
   Aisleriot solitare crashes when choosing new game from Select Game

-- 
AisleRiot Solitaire crashes when selecting a new game
https://launchpad.net/bugs/53079

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


[Bug 53567] Re: Cannot erase CD-RW with edgy

2006-07-22 Thread Philippe Escarbassière
It does not work, and it returns 'cdrecord: Operation not permitted.
Cannot send SCSI cmd via ioctl'. I've attached the full reponse and
errors of the command...

However, sudo cdrecord blank=fast works.

-- 
Cannot erase CD-RW with edgy
https://launchpad.net/bugs/53567

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


[Bug 47889] Re: Label is write instead of copy

2006-07-22 Thread Loïc d'Anterroches
Merci !

-- 
Label is write instead of copy
https://launchpad.net/bugs/47889

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


[Bug 53716] Re: Too generic error message when file names (/encodings?) are not Windows-compatible

2006-07-22 Thread Tuomo Sipola
I use the newest version 6.06 LTS (fresh install although old home
directory).

I think once using the iso-image tool on terminal it reported files
being non-compliant when the encodings of the file names themselves
where somehow not nice (ie. including some bad characters). The initial
conversion from ISO- encoding to the UTF-8 of my system when
receiving those files from a Windows machine might have made the names
non-compatible.

I think the problem is the same. As the bug states, I'd like to see
which files are not compatible so that I could easily search them and
rename appropriately.

-- 
Too generic error message when file names (/encodings?) are not 
Windows-compatible
https://launchpad.net/bugs/53716

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Lance Poore
The following is the output of the command you requested:

$ ldd /var/lib/python-support/python2.4/gtk-2.0/gtk/_gtk.so lddgtk
[EMAIL PROTECTED]:~$ cat lddgtk 
linux-gate.so.1 =  (0xe000)
libgtk-x11-2.0.so.0 = /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7abd000)
libgdk-x11-2.0.so.0 = /usr/local/lib/libgdk-x11-2.0.so.0 (0xb7a44000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb7a18000)
libgdk_pixbuf-2.0.so.0 = /usr/local/lib/libgdk_pixbuf-2.0.so.0 
(0xb7a03000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb79dd000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb79d5000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb79a7000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb799a000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb7991000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xb798e000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb7986000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb7983000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb797a000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb7975000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb793c000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb78e)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb781b000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb77e4000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb77e1000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0xb77dd000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0xb774f000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7619000)
/lib/ld-linux.so.2 (0x8000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb75ef000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb7588000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7574000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb7555000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb7552000)
libSM.so.6 = /usr/lib/libSM.so.6 (0xb7549000)
libICE.so.6 = /usr/lib/libICE.so.6 (0xb7531000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb750e000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb7508000)

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Lance Poore
$ python -c import gtk
Traceback (most recent call last):
  File string, line 1, in ?
  File /var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py, line 40, in 
?
from gtk import _gtk
ImportError: /var/lib/python-support/python2.4/gtk-2.0/gtk/_gtk.so: undefined 
symbol: gtk_recent_info_unref

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 44737] Re: time-admin: Failure to keep clock synchronized box ticked, with NTP installed

2006-07-22 Thread Tanath
** Bug watch added: Ubuntu.com bugzilla #44737
   https://bugzilla.ubuntu.com/show_bug.cgi?id=44737

** Also affects: gnome-system-tools (upstream) via
   https://bugzilla.ubuntu.com/show_bug.cgi?id=44737
   Importance: Unknown
   Status: Unknown

-- 
time-admin: Failure to keep clock synchronized box ticked, with NTP installed
https://launchpad.net/bugs/44737

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


[Bug 53773] [Sync Request] gcalctool 5.8.17-1

2006-07-22 Thread Barry deFreese
Public bug reported:

Binary package hint: gcalctool

Hello,

Please sync gcalctool 5.8.17-1 from Debian unstable.  Ubuntu changes can
be dropped as they are now in the Debian package.

Package builds clean in Edgy pbuilder.

Thank you!

** Affects: gcalctool (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
[Sync Request] gcalctool 5.8.17-1
https://launchpad.net/bugs/53773

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Sebastien Bacher
libgtk-x11-2.0.so.0 = /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7abd000)
libgdk-x11-2.0.so.0 = /usr/local/lib/libgdk-x11-2.0.so.0 (0xb7a44000)

those are not coming from the distribution, please don't open
distribution bugs if you start installing libraries you built by hand
too, I'm closing the bug since that's not one, you just have an old
library you installed and which is taking over the official one

** Changed in: gtk+2.0 (Ubuntu)
   Status: Needs Info = Rejected

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53773] Re: [Sync Request] gcalctool 5.8.17-1

2006-07-22 Thread Sebastien Bacher
Are you sure than debian used launchpad-integration? That seems weird
since they don't use launchpad

** Changed in: gcalctool (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
[Sync Request] gcalctool 5.8.17-1
https://launchpad.net/bugs/53773

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


[Bug 53738] Re: [6.06][libgnome-desktop-dev] broken dependencies

2006-07-22 Thread Sebastien Bacher
no problem, usually you can assume than GNOME instability issues are
known and if a such issue happen on a stable distribution that's likely
to be due to some user configuration and easy to fix if you use the
standard configuration

-- 
[6.06][libgnome-desktop-dev] broken dependencies
https://launchpad.net/bugs/53738

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


[Bug 53773] Re: [Sync Request] gcalctool 5.8.17-1

2006-07-22 Thread Barry deFreese
I'm not sure I get your question here?  What does LP integration have to
do with anything?

-- 
[Sync Request] gcalctool 5.8.17-1
https://launchpad.net/bugs/53773

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


[Bug 53773] Re: [Sync Request] gcalctool 5.8.17-1

2006-07-22 Thread Barry deFreese
Never mind, I missed the previous changelog entry. Sorry for the
misfire.  Be nice if someone let us know this stuff


** Changed in: gcalctool (Ubuntu)
   Status: Needs Info = Rejected

-- 
[Sync Request] gcalctool 5.8.17-1
https://launchpad.net/bugs/53773

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


[Bug 53773] Re: [Sync Request] gcalctool 5.8.17-1

2006-07-22 Thread Sebastien Bacher
What do you mean by let us know this stuff? We patch most of the
Ubuntu desktop to use launchpad-integration, that has been discussed
before being implement, is done for several cycles now, patches are
properly set to the patches directory, the changelog documents them,
what else?

-- 
[Sync Request] gcalctool 5.8.17-1
https://launchpad.net/bugs/53773

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


[Bug 53706] Re: [Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Lance Poore
I haven't installed any libraries in by hand.  I just
have what edgy put on here.

--- Sebastien Bacher [EMAIL PROTECTED] wrote:

 libgtk-x11-2.0.so.0 =
 /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7abd000)
 libgdk-x11-2.0.so.0 =
 /usr/local/lib/libgdk-x11-2.0.so.0 (0xb7a44000)
 
 those are not coming from the distribution, please
 don't open
 distribution bugs if you start installing libraries
 you built by hand
 too, I'm closing the bug since that's not one, you
 just have an old
 library you installed and which is taking over the
 official one
 
 ** Changed in: gtk+2.0 (Ubuntu)
Status: Needs Info = Rejected
 
 -- 
 EDGY:  numerous gtk2 errors with serveral apps. 
 this one is gdesklets
 https://launchpad.net/bugs/53706
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53706] Re: EDGY: numerous gtk2 errors with serveral apps. this one is gdesklets

2006-07-22 Thread Sebastien Bacher
no package use the /usr/local location on a Debian or Ubuntu
installation

-- 
EDGY:  numerous gtk2 errors with serveral apps.  this one is gdesklets
https://launchpad.net/bugs/53706

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


[Bug 53786] Gaim icon is not transparent

2006-07-22 Thread Pablo Alcayaga
Public bug reported:

Binary package hint: gaim

Using gaim in edgy. The trayicon in the panel is not transparent.

** Affects: gaim (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Gaim icon is not transparent
https://launchpad.net/bugs/53786

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


[Bug 35229] Re: totem-xine crash on logo (workaround inside)

2006-07-22 Thread H.E. Pennypacker
I too had this problem using i915 (not sure if my card being i915 is
relevant), and this work-around worked too.  Remarkable.  I thought it
would have been something far more difficult or complex.  Thanks again,
and I hope this will be solved through a fix  of some kind.

-- 
totem-xine crash on logo (workaround inside)
https://launchpad.net/bugs/35229

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