[Bug 94605] Re: when DVD is in drive on boot, two icons for the DVD appear on the desktop in gnome

2008-07-26 Thread Connor Imes
Nominated for Intrepid based on duplicate bug 251965 screenshot.
Awaiting response for possible (and likely) nomination in Hardy.

-- 
when DVD is in drive on boot, two icons for the DVD appear on the desktop in 
gnome
https://bugs.launchpad.net/bugs/94605
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 251965] Re: [Intrepid] CD drive mounted twice

2008-07-26 Thread Connor Imes
*** This bug is a duplicate of bug 94605 ***
https://bugs.launchpad.net/bugs/94605

/media/cdrom is a symlink to /media/cdrom0 so it is not actually mounted
twice.  That part is not a bug.

However, the double icon on the desktop is, and it is a duplicate of bug
94605, so I will mark it as so and nominate that bug for Intrepid (for
Jonas).  z0idberg, if you are using Hardy, please nominate bug 94605 for
Hardy or just say so and I will.

Thank you for taking the time to report this.

** This bug has been marked a duplicate of bug 94605
   when DVD is in drive on boot, two icons for the DVD appear on the desktop in 
gnome

-- 
[Intrepid] CD drive mounted twice
https://bugs.launchpad.net/bugs/251965
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu (via
bug 94605).

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


[Bug 249039] Re: GDM error on shutdown/restart

2008-07-26 Thread Alessandro Ghersi
Same issue. Ubuntu Hardy 64bit LANG=it_IT.UTF-8
When I shut down the system I get the following error:
gdm[2657]: GLiB-CRITICAL: g_hash_table_lookup_extended: assertion 'hash_table 
!= NULL' failed
gdm[2657]: WARNING: Request for invalid configuration key xdmcp/Enable=false

-- 
GDM error on shutdown/restart
https://bugs.launchpad.net/bugs/249039
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 252250] [NEW] PDF is missing the letter "A" throughout the document. OK when viewed in Windows.

2008-07-26 Thread Bob Heide
Public bug reported:

Binary package hint: evince

Using Ubuntu 8.04 - the Hardy Heron (up to date as of 7/27/2008 at 1:17
AM EDT).

Using the attached PDF, there are many instances of the letter "A" not
appearing. Perhaps this is a problem with the document, but I am able to
view the same attached document under Windows using Adobe Acrobat 8.1.2.

ProblemType: Bug
Architecture: i386
Date: Sun Jul 27 01:08:07 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evince
Package: evince 2.22.2-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
PDF is missing the letter "A" throughout the document. OK when viewed in 
Windows.
https://bugs.launchpad.net/bugs/252250
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 252250] Re: PDF is missing the letter "A" throughout the document. OK when viewed in Windows.

2008-07-26 Thread Bob Heide

** Attachment added: "Pathfinder Role Playing Game "Alpha 3" document. 
Available at http://paizo.com/pathfinderRPG";
   http://launchpadlibrarian.net/16343751/PZO1110AE-print.pdf

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16343752/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16343753/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16343754/ProcStatus.txt

-- 
PDF is missing the letter "A" throughout the document. OK when viewed in 
Windows.
https://bugs.launchpad.net/bugs/252250
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 126333] Re: Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding

2008-07-26 Thread xtknight
lomion: I appreciate your interest in it.  I opened a new report here.
I have spent longer but still no idea what the issue is.  But I suspect
very much it is a race condition between different mixers or
applications reading the mixer.

See Bug 252237

gnome-settings-daemon controls the keyboard volume keys, and is affected
severely sometimes (I don't know what circumstances affect 'sometimes').

gnome-alsamixer seems not to mess its own GUI up like the other
programs, but it quickly messes up at least when text-mode alsamixer is
open.

gnome-volume-control is the normal GNOME mixer GUI and its most common
symptom is random muting, and jumping to 0 without notice.  It loses
control of both channels quickly sometimes when they are locked, and
starts adjusting them independently/incorrectly.

alsamixer, when run only in a TTY with no desktop environment, seems to
have no issues.  When run under GNOME or KDE, it can experience
problems.

Disabling the second CPU on one of my computers fixes the problem for
that computer, with gnome-volume-control.  (Opening three mixer apps
concurrently still shows a problem.)  Disabling the second CPU on the
other computer doesn't fix the problem with gnome-volume-control ONLY
open.

So, I can only assume this is some sort of condition in which two
applications (maybe hidden desktop environment daemons) or threads are
reading from the volume at the same time, one is failing a read, getting
a zero and writing it back somehow.  But I am not sure.  A kernel/sound
developer that knows how to properly debug it really needs to look at
the problem because laypeople shouldn't have to reverse engineer the
several layers of abstraction that go into the sound system.  I hope to
get the proper people involved to see what's going on but this seems to
affect many users and configurations.  I don't feel I can do any more at
this point in terms of adding hooks and debugs and printfs in the code
of gstreamer,alsa and gnome-volume-control as it has proven futile.

I traced some library calls by recompiling the source packages and
incorporating code to save the pertinent calls to a file.  ltrace wasn't
too reliable.

I tried tracing some calls within and/or looking at the following files
from the following source packages for Ubuntu Hardy 8.04.1.

gnome-media: gst-mixer/src/volume.c
gstreamer-0.10-plugins-base: ext/alsa/gstalsamixer.c
alsa-lib: src/mixer/simple.c
alsa-lib: src/mixer/simple_none.c
alsa-lib: src/mixer/mixer.c
gnome-applets: mixer/applet.c
gnome-settings-daemon: plugins/media-keys/actions/acme-volume.c

And tried disabling pulseaudio.  The gnome-settings-daemon keyboard
controls were also disabled temporarily for a test but this didn't help.

No closure has been reached by me yet on what the real problem is.  A
couple proposed patches for the problem (a patch for cards with similar
capture/playback volume controls [15_alsa_p_c_volume.patch] or [gnome-
applets-2.20.0-mixer-out-of-sync.patch]) were either applied already or
had no effect on the issue that I could tell.  It's possible I made an
error in testing like not rebooting, doing ldconfig or letting the apps
reload the new libraries.

-- 
Regression - Volume Control using gnome panel applet and keyboard shortcut 
alternates mute / % volume during sliding
https://bugs.launchpad.net/bugs/126333
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252235] Symbolic threaded stack trace

2008-07-26 Thread Apport retracing service

** Attachment added: "ThreadStacktrace.txt (retraced)"
   http://launchpadlibrarian.net/16342877/ThreadStacktrace.txt

-- 
gvfsd-trash crashed with SIGSEGV in g_idle_funcs()
https://bugs.launchpad.net/bugs/252235
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 252235] Re: gvfsd-trash crashed with SIGSEGV in g_idle_funcs()

2008-07-26 Thread Apport retracing service

StacktraceTop:?? ()
?? () from /lib/libpthread.so.0
?? ()
g_idle_funcs () from /usr/lib/libglib-2.0.so.0
IA__g_main_context_dispatch (context=0x1fc6150)

** Tags removed: need-amd64-retrace

** Tags added: apport-failed-retrace

** Attachment added: "Stacktrace.txt (retraced)"
   http://launchpadlibrarian.net/16342876/Stacktrace.txt

-- 
gvfsd-trash crashed with SIGSEGV in g_idle_funcs()
https://bugs.launchpad.net/bugs/252235
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 252235] Re: gvfsd-trash crashed with SIGSEGV in g_idle_funcs()

2008-07-26 Thread nullack

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/16342789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16342790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16342791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16342792/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/16342793/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/16342794/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/16342795/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gvfsd-trash crashed with SIGSEGV in g_idle_funcs()
https://bugs.launchpad.net/bugs/252235
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


Re: [Bug 128419] Re: python2.5 crashed with SIGSEGV

2008-07-26 Thread Nemes Ioan Sorin
..at least from my side

2008/7/27 SorinN <[EMAIL PROTECTED]>:
> nope I can't confirm this issue on Hardy ..can be closed
>
> 2008/7/26 Sebastien Bacher <[EMAIL PROTECTED]>:
>> Thank you for taking the time to report this bug and helping to make
>> Ubuntu better. You reported this bug a while ago and there hasn't been
>> any activity in it recently. We were wondering is this still an issue
>> for you? Can you try if that's still an issue on hardy?
>>
>> ** Changed in: dbus (Ubuntu)
>>   Importance: Undecided => Medium
>>   Status: New => Incomplete
>>
>> --
>> python2.5 crashed with SIGSEGV
>> https://bugs.launchpad.net/bugs/128419
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>
>
>
> --
> Nemes Ioan Sorin
>


-- 
Nemes Ioan Sorin

-- 
python2.5 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/128419
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


Re: [Bug 128419] Re: python2.5 crashed with SIGSEGV

2008-07-26 Thread Nemes Ioan Sorin
nope I can't confirm this issue on Hardy ..can be closed

2008/7/26 Sebastien Bacher <[EMAIL PROTECTED]>:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering is this still an issue
> for you? Can you try if that's still an issue on hardy?
>
> ** Changed in: dbus (Ubuntu)
>   Importance: Undecided => Medium
>   Status: New => Incomplete
>
> --
> python2.5 crashed with SIGSEGV
> https://bugs.launchpad.net/bugs/128419
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Nemes Ioan Sorin

-- 
python2.5 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/128419
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

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


[Bug 211302] Re: [hardy] resume displays "Policy timeout is not valid. Please wait a few seconds and try again"

2008-07-26 Thread Michael Gauthier
Same problem with a T43 on 8.04.1

-- 
[hardy] resume displays "Policy timeout is not valid. Please wait a few seconds 
and try again"
https://bugs.launchpad.net/bugs/211302
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 252100] Re: gnome-appearance-properties crashed with SIGSEGV in pango_context_get_gravity() when dropping GTK+ theme tarball on window

2008-07-26 Thread Chris Halse Rogers
** Visibility changed to: Public

-- 
gnome-appearance-properties crashed with SIGSEGV in pango_context_get_gravity() 
when dropping GTK+ theme tarball on window
https://bugs.launchpad.net/bugs/252100
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 251898] Re: Evince memory leak on PDF file

2008-07-26 Thread dlublink
Clip from top:

top - 19:44:02 up 29 min,  2 users,  load average: 3.03, 1.79, 0.87
Tasks: 110 total,   1 running, 109 sleeping,   0 stopped,   0 zombie
Cpu(s): 55.1%us, 18.6%sy,  0.0%ni,  0.0%id, 24.6%wa,  0.3%hi,  1.3%si,  0.0%st
Mem:515448k total,   444292k used,71156k free,  500k buffers
Swap:  1510068k total,   298960k used,  1211108k free,26240k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 6315 david 20   0 1071m 351m 5316 D 67.7 69.9   0:06.48 evince
 5337 root  20   0  121m  10m 2840 S  2.7  2.0   0:53.26 Xorg
 6164 david 20   0 66416 3844 1528 S  1.3  0.7   0:11.52 wish8.5
 4751 root  15  -5 000 S  0.7  0.0   0:05.36 kondemand/0
 5809 david 20   0 21044 2256 1924 S  0.7  0.4   0:12.88 multiload-apple
 5954 david 20   0 64972 4268 2548 S  0.7  0.8   0:01.34 gnome-terminal
 6319 david 20   0  2312 1100  844 R  0.7  0.2   0:00.14 top
 4920 root  20   0 29284 1160 1024 S  0.3  0.2   0:00.72 NetworkManager
1 root  20   0  2844  236  236 S  0.0  0.0   0:01.30 init
2 root  15  -5 000 S  0.0  0.0   0:00.00 kthreadd

-- 
Evince memory leak on PDF file
https://bugs.launchpad.net/bugs/251898
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 251898] Re: Evince memory leak on PDF file

2008-07-26 Thread dlublink
I am running on the version included with ubuntu 8.04. Evince Document
Viewer 2.22.2.

I ran top -b > eevince.txt while I loaded the file. You can see the
memory usage going way up. ( the extra e is a typo )

-- 
Evince memory leak on PDF file
https://bugs.launchpad.net/bugs/251898
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 252161] Re: libpanel-applet2-0 from hardy proposed not working

2008-07-26 Thread Petar Velkovski
This is the list of packages installed with the latest update:

Upgraded the following packages:
emesene (1.0-dist-1) to 1.0-dist-1ubuntu0.1
gimp (2.4.6-1~getdeb1) to 2.4.6-1ubuntu1~hardy1
gimp-data (2.4.6-1~getdeb1) to 2.4.6-1ubuntu1~hardy1
gimp-libcurl (2.4.6-1~getdeb1) to 2.4.6-1ubuntu1~hardy1
gimp-python (2.4.6-1~getdeb1) to 2.4.6-1ubuntu1~hardy1
gnome-panel (1:2.22.2-0ubuntu1) to 1:2.22.2-0ubuntu1.1*
gnome-panel-data (1:2.22.2-0ubuntu1) to 1:2.22.2-0ubuntu1.1*
gvfs (0.2.5-0ubuntu1) to 0.2.5-0ubuntu2
gvfs-backends (0.2.5-0ubuntu1) to 0.2.5-0ubuntu2
gvfs-bin (0.2.5-0ubuntu1) to 0.2.5-0ubuntu2
gvfs-fuse (0.2.5-0ubuntu1) to 0.2.5-0ubuntu2
kde4libs-bin (4:4.0.5-0ubuntu1~hardy2) to 4:4.0.5-0ubuntu1~hardy3*
kdebase-bin (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3*
kdebase-bin-kde3 (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3*
kdebase-kio-plugins (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3
kdelibs5 (4:4.0.5-0ubuntu1~hardy2) to 4:4.0.5-0ubuntu1~hardy3
kdelibs5-data (4:4.0.5-0ubuntu1~hardy2) to 4:4.0.5-0ubuntu1~hardy3
kdesktop (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3*
khelpcenter (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3*
konsole (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3
kopete (4:3.5.9-0ubuntu1) to 4:3.5.9-0ubuntu1.1
libgimp2.0 (2.4.6-1~getdeb1) to 2.4.6-1ubuntu1~hardy1
libglibmm-2.4-1c2a (2.16.0-1) to 2.16.4-0ubuntu1
libgvfscommon0 (0.2.5-0ubuntu1) to 0.2.5-0ubuntu2
libkonq4 (4:3.5.9-0ubuntu7.2) to 4:3.5.9-0ubuntu7.3
libpam-smbpass (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5
libpanel-applet2-0 (1:2.22.2-0ubuntu1) to 1:2.22.2-0ubuntu1.1*
libphonon4 (4:4.0.5-0ubuntu1~hardy2) to 4:4.0.5-0ubuntu1~hardy3
libsmbclient (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5
samba (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5
samba-common (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5
smartmontools (5.37-6ubuntu1) to 5.38-1ubuntu1~hardy1
smbclient (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5
transmission-common (1.22-0debuntu1) to 1.22-1ubuntu1~hardy1
transmission-gtk (1.22-0debuntu1) to 1.22-1ubuntu1~hardy1
ufw (0.16.2.2) to 0.16.2.3
winbind (3.0.28a-1ubuntu4.4) to 3.0.28a-1ubuntu4.5

Packages with * on their right were packages I restored to previous
versions in order to make my sistem work again. I also had problems with
Skype, that's why I restored some of the kde libraries also.

I'm also sending you  .xsession-errors file.

** Attachment added: ".xsession-errors file"
   http://launchpadlibrarian.net/16327889/.xsession-errors

-- 
libpanel-applet2-0 from hardy proposed not working
https://bugs.launchpad.net/bugs/252161
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252090] Re: File Roller

2008-07-26 Thread Fred
It never displays an error.
Bug is on other files too, I tested with a .zip file too.

When I open the archive, and double-click on a file, nothing happens.

When I open the archive, and drag-and-drop a file from the archive out
to the desktop or home directory or somewhere, then File Roller silently
crashes, without any error, it just disappears..

-- 
File Roller
https://bugs.launchpad.net/bugs/252090
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 12454] Re: auto-mounted audio cd icon overlaps desktop icons

2008-07-26 Thread James Kehoe
When I connect a USB drive (flash drive, memory card etc) the device is
auto-mounted which is great. However the icons for these devices always
by default appear in the same place on the desktop (sometimes even 2 or
3 icons on top of each other, even over existing icons). Would it be
possible to automatically place the icon for each device after the last
icon currently on the desktop so that they do not overlap each other.
The current system means I have to manually move each icon every time I
connect a device and it makes it hard to see each icon when they are
stacked on top of each other.

-- 
auto-mounted audio cd icon overlaps desktop icons
https://bugs.launchpad.net/bugs/12454
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 252039] Re: Cannot see result after long calculation

2008-07-26 Thread Christophe Sauthier (huats)
*** This bug is a duplicate of bug 202210 ***
https://bugs.launchpad.net/bugs/202210

This is bug is a dupplicate of bug 202210. I have set it so. It is
solved in the new package that has been uploaded to hardy-proposed...
and that will (soon) hopefully be in hardy-updates.

** This bug has been marked a duplicate of bug 202210
   gcalctool has problem with big sums

-- 
Cannot see result after long calculation
https://bugs.launchpad.net/bugs/252039
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in ubuntu.

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


[Bug 252177] Re: Gnome "Notification Area" pops up as a small window when removed from the panel

2008-07-26 Thread Jacob Moore
UPDATE: After restarting my system, the notification area returned to
normal.

However, I believe that Douglas Moyes's problem is different than mine.

Douglas, you may go through the applications that give the system tray
icon in the window and check the preferences. See whether or not there's
an option for not displaying the system tray icon. I know there is in
Pidgin.

** Description changed:

  Affects Ubuntu 8.04:
  
- After removing the notification area from the GNOME panel, it will pop
- up as a very small window (complete with the X window manager controls)
- on the desktop.
+ After removing the annoying notification area from the GNOME panel, it
+ will pop up as a very small window (complete with the X window manager
+ controls) in random places on the desk top. Close the window, and it'll
+ pop up again. Extremely annoying. This wasn't the case in earlier
+ versions of Ubuntu. The problem is, this little window doesn't even
+ provide any useful information-- it's just there. Oh, did I mention it's
+ annoying?
  
- Upon putting the Notification Area back onto the bar, the system tray
- icons do not return to the notification area.
+ As a side note, it's possible to remove all panels, which makes it a wee
+ bit difficult to add a new one...

-- 
Gnome "Notification Area" pops up as a small window when removed from the panel
https://bugs.launchpad.net/bugs/252177
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252177] Re: Gnome "Notification Area" pops up as a small window when removed from the panel

2008-07-26 Thread Jacob Moore
** Description changed:

  Affects Ubuntu 8.04:
  
- After removing the annoying notification area from the GNOME panel, it
- will pop up as a very small window (complete with the X window manager
- controls) in random places on the desk top. Close the window, and it'll
- pop up again. Extremely annoying. This wasn't the case in earlier
- versions of Ubuntu. The problem is, this little window doesn't even
- provide any useful information-- it's just there. Oh, did I mention it's
- annoying?
+ After removing the notification area from the GNOME panel, it will pop
+ up as a very small window (complete with the X window manager controls)
+ on the desktop.
  
- As a side note, it's possible to remove all panels, which makes it a wee
- bit difficult to add a new one...
+ Upon putting the Notification Area back onto the bar, the system tray
+ icons do not return to the notification area.

-- 
Gnome "Notification Area" pops up as a small window when removed from the panel
https://bugs.launchpad.net/bugs/252177
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 252177] Re: Gnome "Notification Area" pops up as a small window when removed from the panel

2008-07-26 Thread Jacob Moore
I removed the notification area accidentally.

When I re-added the notification area to the panel, the regular system tray
icons appeared as small windows with the symbols instead of on the panel. I
have an image of this if you'd like to see what I mean.

On Sat, Jul 26, 2008 at 3:22 PM, Sebastien Bacher <[EMAIL PROTECTED]>
wrote:

> thank you for your bug report, I don't confirm the issue and there is no
> other bug about that. is there a reason why you remove the notification
> area? could you describe easy steps to trigger the bug?
>
> ** Changed in: gnome-panel (Ubuntu)
> Sourcepackagename: gnome-desktop => gnome-panel
>   Importance: Undecided => Low
> Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
>   Status: New => Incomplete
>
> --
> Gnome "Notification Area" pops up as a small window when removed from the
> panel
> https://bugs.launchpad.net/bugs/252177
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Jake

-- 
Gnome "Notification Area" pops up as a small window when removed from the panel
https://bugs.launchpad.net/bugs/252177
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 230485] Re: firefox "blinks" black & removes main menu / task bar at top of Ubuntu desktop screen

2008-07-26 Thread Francis
** Changed in: firefox-3.0 (Ubuntu)
   Status: Invalid => Incomplete

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete => Invalid

-- 
firefox "blinks" black & removes main menu / task bar at top of Ubuntu  desktop 
screen
https://bugs.launchpad.net/bugs/230485
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 252090] Re: File Roller

2008-07-26 Thread Sebastien Bacher
still not an useful description, does it crash, display an error? do you
have the issue on any .tar.gz? is that specific to those?

-- 
File Roller
https://bugs.launchpad.net/bugs/252090
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252156] Re: evolution-contacts show Phonenumbers twice

2008-07-26 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 
 This will help us to find and resolve the problem.

** Changed in: evolution (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
evolution-contacts show Phonenumbers twice
https://bugs.launchpad.net/bugs/252156
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252161] Re: libpanel-applet2-0 from hardy proposed not working

2008-07-26 Thread Sebastien Bacher
thank you for your bug report. what version did you install? is there
any reason why you installed the lib and not the other binaries? the
update is not likely to create a such issues, are you sure it's due to
it? could you attach your .xsession-errors?

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
libpanel-applet2-0 from hardy proposed not working
https://bugs.launchpad.net/bugs/252161
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252173] Re: Gnome slow as Windows Vista on Ubuntu 8.04 (Hardy Heron)

2008-07-26 Thread Sebastien Bacher
thank you for your bug report, gnome-desktop is a library and the about
GNOME dialog, not the right component to send bugs usually. reassigning
to compiz but the extra effects are not enable on an ubuntu
installation, either you changed this setting or used something which
did

** Changed in: compiz (Ubuntu)
Sourcepackagename: gnome-desktop => compiz

** Changed in: compiz (Ubuntu)
   Importance: Undecided => Low

-- 
Gnome slow as Windows Vista on Ubuntu 8.04 (Hardy Heron)
https://bugs.launchpad.net/bugs/252173
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 252177] Re: Gnome "Notification Area" pops up as a small window when removed from the panel

2008-07-26 Thread Sebastien Bacher
thank you for your bug report, I don't confirm the issue and there is no
other bug about that. is there a reason why you remove the notification
area? could you describe easy steps to trigger the bug?

** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: gnome-desktop => gnome-panel
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
Gnome "Notification Area" pops up as a small window when removed from the panel
https://bugs.launchpad.net/bugs/252177
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252178] Re: Incorrect used memory reported by system-monitor

2008-07-26 Thread Sebastien Bacher
thank you for your bug report, that's not a bug though, the applications
don't mesure the same thing, you might want to look at free and the
cached value to compare

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => Low
   Status: New => Invalid

-- 
Incorrect used memory reported by system-monitor
https://bugs.launchpad.net/bugs/252178
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 252186] Re: file-roller opens html files with firefox instead of default browser

2008-07-26 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: file-roller (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Invalid

-- 
file-roller opens html files with firefox instead of default browser
https://bugs.launchpad.net/bugs/252186
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252186] Re: file-roller opens html files with firefox instead of default browser

2008-07-26 Thread Nick Ellery
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at [WWW]
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in file-roller.


** Changed in: file-roller (Ubuntu)
Sourcepackagename: None => file-roller

-- 
file-roller opens html files with firefox instead of default browser
https://bugs.launchpad.net/bugs/252186
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 252186] [NEW] file-roller opens html files with firefox instead of default browser

2008-07-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

An html file is opened by file-roller with firefox, even if in gnome
preferred application you have another browser selected.

File-roller should use gnome default behaviour, and thus use the browser
selected as preferred browser.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

-- 
file-roller opens html files with firefox instead of default browser
https://bugs.edge.launchpad.net/bugs/252186
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 194496] Re: [users-admin] Unlock -> "Could not authenticate. An unexpected error has occurred."

2008-07-26 Thread bfallik
I have the same problem and am dumbfounded that I've now rendered a Dell
pre-installed with Hardy unusable via a few seemingly straightforward
commands, and without any hint of a warning.

After creating an 'admin' account and adding it into the Administrators
role (as well as manually adding it to polkituser group), the admin user
is unable to unlock any services with the identical symptom as comment
26 in this bug report.  I've tried both the suggestions in comment 30
and 31, with neither working.  'admin' was the 2nd account I created
since I wanted to recreate my original user.

Unfortunately I deleted the original account, naively assuming Ubuntu
would just work and the new account would allow me to setup the machine.
Now I'm stuck - I can't change any settings graphically because none of
the policykit permissions can be unlocked, and I'm hesitant to start
changing /etc files because I know how much fun it can be battling gui
admin components while hand editing their underlying config files.

Please help.  This is unbelievably frustrating.

-- 
[users-admin] Unlock -> "Could not authenticate. An unexpected error has 
occurred."
https://bugs.launchpad.net/bugs/194496
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 233941] Re: [Hardy-proposed] update-manager failed to update to gdm 2.20.6-0ubuntu2

2008-07-26 Thread Ralph Janke
Report is closed as to submitter's request.

Thanks again for the time and effort for helping to make Ubuntu better.

** Changed in: gdm (Ubuntu)
   Status: Incomplete => Invalid

-- 
[Hardy-proposed] update-manager failed to update to gdm 2.20.6-0ubuntu2
https://bugs.launchpad.net/bugs/233941
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 238312] Re: Install/remove programs always hangs after changing network domain name (hardy)

2008-07-26 Thread Ralph Janke
** Changed in: meta-gnome2 (Ubuntu)
Sourcepackagename: None => meta-gnome2
 Assignee: Ralph Janke (txwikinger) => (unassigned)

-- 
Install/remove programs always hangs after changing network domain name (hardy)
https://bugs.launchpad.net/bugs/238312
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 238312] [NEW] Install/remove programs always hangs after changing network domain name (hardy)

2008-07-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

On Ubuntu 8.04 (hardy) desktop I could add and remove programs with the gnome 
app.
Then opened system>adminstration(nl:"beheer")>network and added a host for my 
ubuntu old server pc, because hardy didn't recognize his hostname by default 
(why not?).
add and remove programs still worked after that I believe
Then I decided to change my domain name, to that of my ISP.
And then add and remove programs always hangs during installing new programs 
when it should be asking me to type in my root password.
apt-get still worked, though I did get an error once about unresolved host or 
something

I had to kill the install/remove program program several times.
Once I removed my ISP's domain name again in network config, it started working 
properly again.

Though this is probably caused by  a bug or bugs like:
  https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/72341
  setting domain name changes localhost alias only for the first time
That doesn't matter: if something goes wrong there, install/remove programs 
should report that there's a problem (and what problem that is) instead of just 
hanging.

** Affects: meta-gnome2 (Ubuntu)
 Importance: Wishlist
 Status: Triaged

-- 
Install/remove programs always hangs after changing network domain name (hardy)
https://bugs.edge.launchpad.net/bugs/238312
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to meta-gnome2 in ubuntu.

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


[Bug 80219] Re: [network-admin] wireless card will not associate if static ip is used in feisty

2008-07-26 Thread David van Geest
I can also confirm that this is still the case in Hardy.  I've mucked
around with /etc/network/interfaces etc, but what happens for me is that
things will work perfectly for a couple minutes, and then the DNS seems
to drop out completely (I'll get "Looking up www.google.com..." in
firefox).  If I wait, sometimes it will start working again, but will
continue to switch back and forth.

-- 
[network-admin] wireless card will not associate if static ip is used in feisty
https://bugs.launchpad.net/bugs/80219
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 227753] Re: gvfs reports root partition 100% full

2008-07-26 Thread bassmannate
Update:

Just out of curiosity, I removed gvfs-fuse since I'm not using it for
anything that I know of. Rebooted and this is what I get from df -h

FilesystemSize  Used Avail Use% Mounted on
/dev/sda1 3.7G  3.6G 0 100% /
varrun125M  120K  125M   1% /var/run
varlock   125M 0  125M   0% /var/lock
udev  125M   44K  125M   1% /dev
devshm125M   12K  125M   1% /dev/shm
lrm   125M   39M   86M  32% 
/lib/modules/2.6.24-20-generic/volatile
/dev/sda3  14G   13G  258M  99% /home
overflow  1.0M   32K  992K   4% /tmp

the gvfs-fuse-daemon entry is not there but my root is still showing as
full. I'm pretty much dead in the water right now if I want to do
anything that uses the root.

-- 
gvfs reports root partition 100% full
https://bugs.launchpad.net/bugs/227753
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 243040] Re: Programs where closed by pressing Ctrl+A

2008-07-26 Thread Ralph Janke
*** This bug is a duplicate of bug 23244 ***
https://bugs.launchpad.net/bugs/23244

** This bug has been marked a duplicate of bug 23244
   keyboard shortcut mixed when using several keymaps

-- 
Programs where closed by pressing Ctrl+A
https://bugs.launchpad.net/bugs/243040
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber (via bug 23244).

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


[Bug 252182] Re: Error in yelp

2008-07-26 Thread Dmitry Korzhevin

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16324981/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16324982/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16324983/ProcStatus.txt

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

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


[Bug 252182] [NEW] Error in yelp

2008-07-26 Thread Dmitry Korzhevin
Public bug reported:

Binary package hint: yelp

korg @ korg-desktop: ~ $ yelp
apropos: fatal error: regex `\ 320 \ 272 \ 320 \ 276 \ 320 \ 274 \ 320 \ 261 \ 
320 \ 270 \ 320 \ 275 \ 320 \ 260 \ 321 \ 206 \ 320 \ 270 \ 320 \ 270 ': 
Invalid back reference
**
** Yelp: ERROR: (yelp-document.c: 275): yelp_document_cancel_page: assertion 
failed: (document! = NULL & & YELP_IS_DOCUMENT (document))
Aborted
korg @ korg-desktop: ~ $


Description:Ubuntu 8.04.1
Release:8.04

Linux korg-desktop 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008
i686 GNU/Linux

ProblemType: Bug
Architecture: i386
Date: Sat Jul 26 18:58:01 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: fglrx
Package: yelp 2.22.1-0ubuntu2.8.04.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=ru_UA.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-bug

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

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


[Bug 252183] [NEW] Remote Desktop Viewer starts then crashes

2008-07-26 Thread mewithafez
Public bug reported:

Binary package hint: vinagre

In all versions of intrepid I have tried (alpha 2 and 3) Remote Desktop
Viewer (vinagre) starts for a moment, the window shows up then closes
and then it crashes. Running vinagre in the terminal gives me:

(vinagre:6326): Pango-WARNING **: Error loading GPOS table 0x157f
*** glibc detected *** vinagre: munmap_chunk(): invalid pointer: 0x08559010 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb78a3394]
/usr/lib/libglib-2.0.so.0(g_free+0x36)[0xb79f8cf6]
vinagre[0x8053c0c]
/usr/lib/libglib-2.0.so.0[0xb79ee841]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1f1)[0xb79f07a1]
/usr/lib/libglib-2.0.so.0[0xb79f3e43]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1d2)[0xb79f4362]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0xb7d077c9]
vinagre[0x805699a]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb784a685]
vinagre[0x8050e41]
=== Memory map: 
08048000-08065000 r-xp  08:05 230578 /usr/bin/vinagre
08065000-08066000 r--p 0001c000 08:05 230578 /usr/bin/vinagre
08066000-08067000 rw-p 0001d000 08:05 230578 /usr/bin/vinagre
084b2000-08714000 rw-p 084b2000 00:00 0  [heap]
b6b35000-b6b95000 rw-s  00:09 1933327/SYSV (deleted)
b6b95000-b6bf5000 rw-s  00:09 1900558/SYSV (deleted)
b6bf5000-b6bf9000 r-xp  08:05 262945 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6bf9000-b6bfa000 r--p 3000 08:05 262945 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6bfa000-b6bfb000 rw-p 4000 08:05 262945 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6bfb000-b6c11000 r--s  08:05 333986 /usr/share/mime/mime.cache
b6c11000-b6c83000 r--p  08:05 376850 
/usr/share/fonts/truetype/freefont/FreeSans.ttf
b6c83000-b6c85000 r-xp  08:05 304377 
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b6c85000-b6c86000 r--p 1000 08:05 304377 
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b6c86000-b6c87000 rw-p 2000 08:05 304377 
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b6c87000-b6c8d000 r--s  08:05 81984  
/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
b6c8d000-b6c9 r--s  08:05 81994  
/var/cache/fontconfig/e383d7ea5fbe662a33d9b44caf393297-x86.cache-2
b6c9-b6c92000 r--s  08:05 81986  
/var/cache/fontconfig/c69f04ab05004e31a6d5e715764f16d8-x86.cache-2
b6c92000-b6c93000 r--s  08:05 81979  
/var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
b6c93000-b6c96000 r--s  08:05 81985  
/var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-x86.cache-2
b6c96000-b6c99000 r--s  08:05 81981  
/var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-x86.cache-2
b6c99000-b6c9c000 r--s  08:05 81991  
/var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2
b6c9c000-b6ca4000 r--s  08:05 81995  
/var/cache/fontconfig/e3de0de479f42330eadf588a55fb5bf4-x86.cache-2
b6ca4000-b6caf000 r--s  08:05 81974  
/var/cache/fontconfig/0f34bcd4b6ee430af32735b75db7f02b-x86.cache-2
b6caf000-b6cb6000 r--s  08:05 81989  
/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-x86.cache-2
b6cb6000-b6cb8000 r-xp  08:05 812216 
/lib/tls/i686/cmov/libutil-2.8.90.so
b6cb8000-b6cb9000 r--p 1000 08:05 812216 
/lib/tls/i686/cmov/libutil-2.8.90.so
b6cb9000-b6cba000 rw-p 2000 08:05 812216 
/lib/tls/i686/cmov/libutil-2.8.90.so
b6cba000-b6cda000 r-xp  08:05 262839 
/usr/lib/gio/modules/libgvfsdbus.so
b6cda000-b6cdb000 r--p 0001f000 08:05 262839 
/usr/lib/gio/modules/libgvfsdbus.so
b6cdb000-b6cdc000 rw-p 0002 08:05 262839 
/usr/lib/gio/modules/libgvfsdbus.so
b6cdc000-b6cfb000 r-xp  08:05 262912 
/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
b6cfb000-b6cfc000 r--p 0001e000 08:05 262912 
/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
b6cfc000-b6cfd000 rw-p 0001f000 08:05 262912 
/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
b6cfd000-b6d07000 r-xp  08:05 812199 
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6d07000-b6d08000 r--p 9000 08:05 812199 
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6d08000-b6d09000 rw-p a000 08:05 812199 
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6d09000-b6d12000 r-xp  08:05 812203 
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6d12000-b6d13000 r--p 8000 08:05 812203 
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6d13000-b6d14000 rw-p 9000 08:05 812203 
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6d14000-b6d29000 r-xp  08:05 812193 
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6d29000-b6d2a000 r--p 00014000 08:05 812193 
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6d2a000-b6d2b000 rw-p 00015000 08:05 812193 
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6d2b000-b6d2d000 rw-p b6d2b000 00:00 0 
b6d2d000-b6d34000 r-xp  08:05 812195 
/lib/tls/

[Bug 252090] Re: File Roller

2008-07-26 Thread Fred
I double clicked on the .tar.gz archive.
I tried to drag and drop a file to the desktop.
File Roller disappears.

-- 
File Roller
https://bugs.launchpad.net/bugs/252090
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 227753] Re: gvfs reports root partition 100% full

2008-07-26 Thread bassmannate
** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

-- 
gvfs reports root partition 100% full
https://bugs.launchpad.net/bugs/227753
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 252179] Re: Wrong treatment of accented characters when searching in help

2008-07-26 Thread granadajose

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16324832/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16324833/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16324834/ProcStatus.txt

-- 
Wrong treatment of accented characters when searching in help
https://bugs.launchpad.net/bugs/252179
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 252179] [NEW] Wrong treatment of accented characters when searching in help

2008-07-26 Thread granadajose
Public bug reported:

Binary package hint: yelp

The list of results that appears after searching any term in the Spanish
help looks as follows:

>>

Manual de Ajedrez
á escrito en python y usa gtk+ y cairo para renderizar el tablero ...
Herramientas de accesibilidad
...working with brltty v3.8 requires that the
python bindings for brlapi are built/installed as par...
Manual de Gestión de energía
í hay una simple demostración en python:
Manual de F-Spot
ón web escrita en python que usa directamente la base de datos de f-spo...

>>

This list has been obtained by searching the keyword "Python". As you
can see, the accented characters have not been treated as characters.
So, instead of "está escrito", for instance, we only get "á escrito",
that is not very meaningful.

I suggest treating accented characters as "normal" characters. In the
former example, "á" should be treated as "a" when showing the results.

ProblemType: Bug
Architecture: i386
Date: Sat Jul 26 20:33:52 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.22.1-0ubuntu2.8.04.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Wrong treatment of accented characters when searching in help
https://bugs.launchpad.net/bugs/252179
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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

[Bug 218361] Re: [Hardy] Evince won't open another pdf from a link within a pdf file

2008-07-26 Thread miroune
I have encountered this problem too :
My pdf is not copyrighted and everything should work...but it's not the case
My version is 2.22.2

-- 
[Hardy] Evince won't open another pdf from a link within a pdf file
https://bugs.launchpad.net/bugs/218361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252178] Re: Incorrect used memory reported by system-monitor

2008-07-26 Thread Shashank

** Attachment added: "screenshot listing difference in memory."
   http://launchpadlibrarian.net/16324796/memory-difference.tar.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16324797/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16324798/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16324799/ProcStatus.txt

-- 
Incorrect used memory reported by system-monitor
https://bugs.launchpad.net/bugs/252178
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 252178] [NEW] Incorrect used memory reported by system-monitor

2008-07-26 Thread Shashank
Public bug reported:

Binary package hint: gnome-system-monitor

Hi,

I've seen the bugs listed on the launchpad before writing this.

There is a significant difference in the used memory reported by
top/free and gnome-system-monitor.

I'm using Ubuntu 8.4 and updated till todays date.

I;ve 2GB of ram on my laptop. running top / free reports, that 1.5 GB is
used while at the same time, system-monitor reports on y 436MB is used
and rest is free.

Its really consistent, every time I run top / free, I get same number
and at the same time running system-monitor reports way to less.?

Can something be done about this?

Kind regards

Shashank

ProblemType: Bug
Architecture: i386
Date: Sat Jul 26 20:26:13 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-system-monitor
NonfreeKernelModules: ath_hal
Package: gnome-system-monitor 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Incorrect used memory reported by system-monitor
https://bugs.launchpad.net/bugs/252178
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 252177] [NEW] Gnome "Notification Area" pops up as a small window when removed from the panel

2008-07-26 Thread Douglas Moyes
Public bug reported:

Affects Ubuntu 8.04:

After removing the annoying notification area from the GNOME panel, it
will pop up as a very small window (complete with the X window manager
controls) in random places on the desk top. Close the window, and it'll
pop up again. Extremely annoying. This wasn't the case in earlier
versions of Ubuntu. The problem is, this little window doesn't even
provide any useful information-- it's just there. Oh, did I mention it's
annoying?

As a side note, it's possible to remove all panels, which makes it a wee
bit difficult to add a new one...

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

-- 
Gnome "Notification Area" pops up as a small window when removed from the panel
https://bugs.launchpad.net/bugs/252177
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 250371] Re: Trash-Applet shows wrong icon in botton panel when has files to be deleted

2008-07-26 Thread Patrick Curran
I have the same problem (Hardy).  The opposite problem as well.  That is
sometimes the trash is empty but the icon says that there are items in
the trash.

-- 
Trash-Applet shows wrong icon in botton panel when has files to be deleted
https://bugs.launchpad.net/bugs/250371
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 227753] Re: gvfs reports root partition 100% full

2008-07-26 Thread bassmannate
I ran some updates today and I'm also having this problem. Here is the
output of df:

/dev/sda1  3872856   3711616 0 100% /
varrun  127840   120127720   1% /var/run
varlock 127840 0127840   0% /var/lock
udev12784044127796   1% /dev
devshm  12784012127828   1% /dev/shm
lrm 127840 39776 88064  32% 
/lib/modules/2.6.24-20-generic/volatile
/dev/sda3 14535616  13536784266268  99% /home
overflow  102432   992   4% /tmp
gvfs-fuse-daemon   3872856   3711616 0 100% /home/bassmannate/.gvfs

I'm not sure what's going on with this. I'm not even sure what I'm using
gvfs for. This is particularly troubling as I'm using an older computer
with a small hard drive.

I tried the above suggestion of umount gvfs-fuse-daemon and then
removing the .gvfs directories but it doesn't do anything. When I
reboot, it's come back.

-- 
gvfs reports root partition 100% full
https://bugs.launchpad.net/bugs/227753
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 252173] [NEW] Gnome slow as Windows Vista on Ubuntu 8.04 (Hardy Heron)

2008-07-26 Thread Douglas Moyes
Public bug reported:

I have a tri-boot computer: Windows XP, Windows Vista (ugh), and Linux
(Ubuntu). After upgrading to 8.04, I noticed that my desktop GNOME
desktop was running as slow as Windows Vista!  For some idiotic reason,
the desktop was set to use "enhanced" video settings, which did little
to improve the appearance of the desktop, but did wonders for making it
slow as hell.  Mind you, I'm running a dual-core AMD 64 computer, with
the latest nVidia drivers for my GeForce 7600 GS video card.

This just makes Ubuntu look bad.  The desktop video enhancements should
be OFF by default, not ON. Earlier versions of GNOME would crash if
these were turned on with my video card, so some users of GNOME may be
having issues with the new version of Ubuntu if these features are left
on.

After turning off the video enhancements, my desktop was zooming agian,
and it wasn't taking 2-3 seconds for a window to pop up, or for the
desktop to respond to clicks. I'm just glad FVWM is still available as a
package.

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

-- 
Gnome slow as Windows Vista on Ubuntu 8.04 (Hardy Heron)
https://bugs.launchpad.net/bugs/252173
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


Re: [Bug 29560] Re: drag & drop improvement: delay bringing window to front until mouse released

2008-07-26 Thread frederik.nnaji
oops.. my bad.
yeah, sounds conclusive to me, a scalable solution for a problem of scale..
let's see what shuttleworth's people will come up with.. i'm optimistic
about the matter..
as long as somebody has a proper severety level assigned to the problem, it
should work out in time.



On Sat, Jul 26, 2008 at 6:27 PM, Thomas Thurman <[EMAIL PROTECTED]>
wrote:

> Do you know for sure that fluxbox handles this?  If so, I could read
> their code or ask their developers to find out how.
>
> (It's not that we don't know how to do this-- we know lots of ways to do
> this, none of them very good.  What's needed is a standard way.)
>
> --
> drag & drop improvement: delay bringing window to front until mouse
> released
> https://bugs.launchpad.net/bugs/29560
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in The Metacity Window Manager: Confirmed
> Status in "metacity" source package in Ubuntu: Triaged
>
> Bug description:
> Open a nautilus window and xmms. maximize natilus. Bring xmms on top
> (activate it). Nautilus is now on the background, yet some files are visible
> within it, because xmms does not cover it completely.
>
> Now, a natural action is to drag a file to xmms playlist. This is not
> possible because, as soon as you click the file in the nautilus window,
> nautilus goes on top and (being maximized) hides xmms. So, the only way to
> drag is to hover the tasklist and reactivate xmms.
>
> IMHO, a much better way exists (the one employed by MS. Windows):  the
> nautilus window should go on top only when the mouse is _released_ (not when
> it is pressed). So a direct drag would be possible, without resorting to the
> tasklist.
>

-- 
drag & drop improvement: delay bringing window to front until mouse released
https://bugs.launchpad.net/bugs/29560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 241963] Re: GPG error

2008-07-26 Thread lusiads
I encounter similar problem time to time, especially with Wine official
repository.

I tried to add Wine repository's key:
$wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key 
add -

Add Wine repository:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O 
/etc/apt/sources.list.d/winehq.list

Just to make sure:
$sudo apt-key list
/etc/apt/trusted.gpg

pub   1024D/437D05B5 2004-09-12
uid  Ubuntu Archive Automatic Signing Key <[EMAIL PROTECTED]>
sub   2048g/79164387 2004-09-12

pub   1024D/FBB75451 2004-12-30
uid  Ubuntu CD Image Automatic Signing Key <[EMAIL PROTECTED]>
...
pub   1024D/387EE263 2004-09-17
uid  Scott Ritchie <[EMAIL PROTECTED]>
uid  Scott Ritchie <[EMAIL PROTECTED]>
uid  Scott Ritchie <[EMAIL PROTECTED]>
sub   1024g/203C857C 2004-09-17

BUT:
$sudo apt-get update
...
Fetched 192B in 11s (17B/s)
Reading package lists... Done
W: GPG error: http://wine.budgetdedicated.com hardy Release: The following 
signatures were invalid: BADSIG 58403026387EE263 Scott Ritchie <[EMAIL 
PROTECTED]>
W: You may want to run apt-get update to correct these problems

Wine official signature and the package aren't in sync, right?

Tran,

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

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


[Bug 246191] Re: evince doesn't print some pdf and ps files

2008-07-26 Thread Ralph Janke
I have tested the file with Hardy 8.04 and could not reproduce the
problem. Could you please try if you get the same error when you use
Hardy or the Hardy live-CD.

Thanks

-- 
evince doesn't print some pdf and ps files
https://bugs.launchpad.net/bugs/246191
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 252161] [NEW] libpanel-applet2-0 from hardy proposed not working

2008-07-26 Thread Petar Velkovski
Public bug reported:

Binary package hint: libpanel-applet2-0

I downloaded updates from hardy proposed. After restarting the computer
gnome started to act weard. At startup there is an error in Tomboy
applet, It can't be started. My screenlet weather widget doesn't show up
for a long time, and when it does it's settings are reset. When I press
log off icon on my panel, the top and bottom panels disappear.

I am not sure if this is the right package to report bug for because
hardy proposed updates also contained gnome-panel and gnome-panel-data
packages. When I reverted to previous versions of this three mentioned
packages, everything works fine.

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

-- 
libpanel-applet2-0 from hardy proposed not working
https://bugs.launchpad.net/bugs/252161
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 201400] Re: evince crashed with SIGSEGV in FT_Load_Sfnt_Table()

2008-07-26 Thread Reiner Jung
I cannot reproduce the error anymore. So I consider it is fixed.

-- 
evince crashed with SIGSEGV in FT_Load_Sfnt_Table()
https://bugs.launchpad.net/bugs/201400
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 103173] Re: [totem-xine] DVD will not play

2008-07-26 Thread Robertjm
Same problems were encountered on a fresh install of Intrepid Ibex Alpha
2. However, after changing the media settings in the xine-ui to
/dev/scd0 it is loading DVD media just fine. And the buffering problem
seems to have been resolved as well.

Seems like xine is not detecting the actual device, and only adding a
generic location.

-- 
[totem-xine] DVD will not play
https://bugs.launchpad.net/bugs/103173
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 251822] Re: Cannot authenticate to some webdav shares

2008-07-26 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New => Fix Released

-- 
Cannot authenticate to some webdav shares
https://bugs.launchpad.net/bugs/251822
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 251876] Re: Seahorse causes Segmentation Fault when trying to sync with keyserver

2008-07-26 Thread Bug Watch Updater
** Changed in: seahorse
   Status: Incomplete => New

-- 
Seahorse causes Segmentation Fault when trying to sync with keyserver
https://bugs.launchpad.net/bugs/251876
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 235560] Re: Connect to smb server by name doesn't work, but by IP address does

2008-07-26 Thread Andy Stallwood
Thanks Steve, That's fixed it for me (Setting /etc/samba/smb.conf to: 
  name resolve order = lmhosts wins bcast host).

I had previously thought that adding the value "wins" in the line in
/etc/nsswitch.conf as suggested by va9rant had fixed it, and it had, but
it also stopped the network drives mounted in /etc/fstab from mounting,
as they stopped being able to be resolved (despite being on the same
server as the one I was having trouble manualy mounting).

Anyway, thanks Steve

Andy

-- 
Connect to smb server by name doesn't work, but by IP address does
https://bugs.launchpad.net/bugs/235560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252155] Re: rythym box stopped playing (and won't play anymore - caused by ATI Video Driver)

2008-07-26 Thread Lance Hankins
** Summary changed:

- rythym box stopped playing (and won't play anymore)
+ rythym box stopped playing (and won't play anymore - caused by ATI Video 
Driver)

** Description changed:

  Binary package hint: rhythmbox
  
  Rythymbox was working just fine for me last weekend.  Now when I go in
  and try to play anything, the play button will depress, but the timeline
  never moves (it won't play).   I can drag the timeline control to move
  forward into the song, it will just no longer advance on its own (and no
  sound).
  
  Now that I'm writing this out, looks like I have sound issues with the
  system (no sound coming out).  This was working, thinking maybe it was
  the install of the ATI video driver (only thing I've changed),
  uninstalling that (but now I have to reboot).   Will update status of
  ticket if that resolves it.
+ 
+ 
+ 
+ UPDATE: OK - I uninstalled the ATI Video drivers and this problem has
+ gone away. I have an ATI Radeon 9800 Pro video card (AGP IIRC).
+ Anyway - once I had installed their driver, no sound from the system
+ (and rythmbox acting quirky).   Now that I've uninstalled it,
+ everything's back to normal.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 26 11:17:30 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/rhythmbox
  NonfreeKernelModules: fglrx
  Package: rhythmbox 0.11.5-0ubuntu8
  PackageArchitecture: i386
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  Uname: Linux 2.6.24-19-generic i686

** Tags added: ati driver sound

-- 
rythym box stopped playing (and won't play anymore - caused by ATI Video Driver)
https://bugs.launchpad.net/bugs/252155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 126333] Re: Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding

2008-07-26 Thread lomion
xtknight,

Could you give us a few more details regarding what you tried during
these "6 hours" aside from patching?  I'd like to continue to work on
this issue, but I've reached the limits of my knowledge.  If I could get
a hint as to alternative directions I could take in debugging this
(based on for example what you've been doing) I could pick up working on
this again, and maybe find a fix.

It's likely going to require patching, so really what I'd need to know
is all the programs involved in regulating the volume control, both in
gnome and alsamixer (so I can compare something that works against
something that's broken).  If you happen to know any of these programs
(or even more specificially, the exact names of the relevant source
files) could you post that here?

-- 
Regression - Volume Control using gnome panel applet and keyboard shortcut 
alternates mute / % volume during sliding
https://bugs.launchpad.net/bugs/126333
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252156] Re: evolution-contacts show Phonenumbers twice

2008-07-26 Thread lupux

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16323805/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16323806/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16323807/ProcStatus.txt

-- 
evolution-contacts show Phonenumbers twice
https://bugs.launchpad.net/bugs/252156
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 252156] [NEW] evolution-contacts show Phonenumbers twice

2008-07-26 Thread lupux
Public bug reported:

Binary package hint: evolution

In all contacts are on phonenumber twice:


Hans Mustermann
Telefon, privat: 55
Telefax:   77
"Weiteres Telefon: 55" 


Evolution 2.22.3.1
[EMAIL PROTECTED]:~$ uname -a
Linux udo-desktop 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 
GNU/Linux
[EMAIL PROTECTED]:~$

ProblemType: Bug
Architecture: i386
Date: Sat Jul 26 18:18:48 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.22.3.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
evolution-contacts show Phonenumbers twice
https://bugs.launchpad.net/bugs/252156
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 29560] Re: drag & drop improvement: delay bringing window to front until mouse released

2008-07-26 Thread Thomas Thurman
Do you know for sure that fluxbox handles this?  If so, I could read
their code or ask their developers to find out how.

(It's not that we don't know how to do this-- we know lots of ways to do
this, none of them very good.  What's needed is a standard way.)

-- 
drag & drop improvement: delay bringing window to front until mouse released
https://bugs.launchpad.net/bugs/29560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 178963] Re: gnome-session crashed with SIGSEGV in strlen()

2008-07-26 Thread Sebastien Bacher
do you still get this issue in hardy or intrepid?

** Changed in: gnome-session (Ubuntu)
   Status: New => Incomplete

-- 
gnome-session crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/178963
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.

2008-07-26 Thread cubbie
I have Linux Mint Elyssa which is based on Ubuntu Hardy.  I use dial-up
modem with serial to usb connector.  There wasn't a way for me to create
a connection via Network Administration Tool>Network Settings as there
is no ttyUSB0 choice (there is in KPPP) so I use wvdial to connect to
the internet.  That means I'm not always connected.  Hello, there are
some of us that still use dial-up.

Firefox 3 gives me the same offline mode problem.

I fixed it by purging 
network-manager, which also purged network-manager-gnome.

Now Firefox 3 starts up as it used to in previous versions without any 
problems.  I decided to remove network-manager as it states in the description 
for this utility "NetworkManager attempts to keep an active network connection 
available at all
times."  Well, that may be all well for cable and wireless connections, but not 
for dial-up.  I also didn't like to see it in my panel with the little red x, 
as it never found a connection for when I would use dial up.  So, it's partly a 
problem with NM as well.

-- 
[MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online 
state for networks that are managed outside of network manager.
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 196381] Re: gnome-session-properties crashed with SIGSEGV in SmcGetProperties()

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
gnome-session-properties crashed with SIGSEGV in SmcGetProperties()
https://bugs.launchpad.net/bugs/196381
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 245317] Re: gnome-session crashed with SIGSEGV

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

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

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


[Bug 218913] Re: gnome-session crashed with SIGSEGV in g_io_channel_unref()

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
gnome-session crashed with SIGSEGV in g_io_channel_unref()
https://bugs.launchpad.net/bugs/218913
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 252086] Re: Removable devices gives DBus error

2008-07-26 Thread Chris Coulson
*** This bug is a duplicate of bug 251991 ***
https://bugs.launchpad.net/bugs/251991

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 251991, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** Changed in: ubuntu
   Status: Incomplete => Invalid

** This bug has been marked a duplicate of bug 251991
   Mounted USB harddrive showes twice on the desktop - right click one of the 
icons and choose "Unmount Volume" results in error "DBus error 
org.gtk.Private.RemoteVolumeMonitor.NotFound: The given mount was not found"

-- 
Removable devices gives DBus error
https://bugs.launchpad.net/bugs/252086
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee (via bug 251991).

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


[Bug 252155] Re: rythym box stopped playing (and won't play anymore)

2008-07-26 Thread Lance Hankins

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16323794/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/16323795/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/16323796/ProcStatus.txt

-- 
rythym box stopped playing (and won't play anymore)
https://bugs.launchpad.net/bugs/252155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 252155] [NEW] rythym box stopped playing (and won't play anymore)

2008-07-26 Thread Lance Hankins
Public bug reported:

Binary package hint: rhythmbox

Rythymbox was working just fine for me last weekend.  Now when I go in
and try to play anything, the play button will depress, but the timeline
never moves (it won't play).   I can drag the timeline control to move
forward into the song, it will just no longer advance on its own (and no
sound).

Now that I'm writing this out, looks like I have sound issues with the
system (no sound coming out).  This was working, thinking maybe it was
the install of the ATI video driver (only thing I've changed),
uninstalling that (but now I have to reboot).   Will update status of
ticket if that resolves it.

ProblemType: Bug
Architecture: i386
Date: Sat Jul 26 11:17:30 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: fglrx
Package: rhythmbox 0.11.5-0ubuntu8
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
rythym box stopped playing (and won't play anymore)
https://bugs.launchpad.net/bugs/252155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 195914] Re: Ekiga & gstreamer inputs default to outdated V4L, and require to be changed to V4L2

2008-07-26 Thread Bug Watch Updater
** Changed in: ekiga (Debian)
   Status: Confirmed => Fix Released

-- 
Ekiga & gstreamer inputs default to outdated V4L, and require to be changed to 
V4L2
https://bugs.launchpad.net/bugs/195914
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu.

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


[Bug 210993] Re: gstreamer-properties crashed with SIGSEGV in g_hash_table_lookup()

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
gstreamer-properties crashed with SIGSEGV in g_hash_table_lookup()
https://bugs.launchpad.net/bugs/210993
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-media in ubuntu.

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


[Bug 214225] Re: glade-3 crashed with SIGSEGV in g_utf8_get_char()

2008-07-26 Thread Bug Watch Updater
** Changed in: glade
   Status: Unknown => New

-- 
glade-3 crashed with SIGSEGV in g_utf8_get_char()
https://bugs.launchpad.net/bugs/214225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 214225] Re: glade-3 crashed with SIGSEGV in g_utf8_get_char()

2008-07-26 Thread Sebastien Bacher
thank you for your bug report, the crash is similar to
http://bugzilla.gnome.org/show_bug.cgi?id=533471

** Changed in: glade-3 (Ubuntu)
   Status: New => Triaged

** Also affects: glade via
   http://bugzilla.gnome.org/show_bug.cgi?id=533471
   Importance: Unknown
   Status: Unknown

-- 
glade-3 crashed with SIGSEGV in g_utf8_get_char()
https://bugs.launchpad.net/bugs/214225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 214664] Re: glade-3 crashes when setting author in about dialog

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
glade-3 crashes when setting author in about dialog
https://bugs.launchpad.net/bugs/214664
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 196399] Re: glade-3 crashed with SIGSEGV in glade_project_undo_items()

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
glade-3 crashed with SIGSEGV in glade_project_undo_items()
https://bugs.launchpad.net/bugs/196399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 198712] Re: gdmsetup crashed with signal 5 on login

2008-07-26 Thread Sebastien Bacher
do you still get the issue using the current version?

** Changed in: gdm (Ubuntu)
   Status: New => Incomplete

-- 
gdmsetup crashed with signal 5 on login
https://bugs.launchpad.net/bugs/198712
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 213643] Re: glade-3 crashed with SIGSEGV in g_closure_invoke()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 239206 ***
https://bugs.launchpad.net/bugs/239206

** This bug has been marked a duplicate of bug 239206
   glade-3 break  when open a .glade file

-- 
glade-3 crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/213643
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 250247] Re: hangs playing radio station

2008-07-26 Thread Jon Packard
After automatically prompting me to install some codecs, Rhythmbox was
able to play mms://195.245.168.21/antena3 but not
mms://espalhabrasas.sapo.pt/RFM. I have tested this in Hardy and
Intrepid (both 32-bit). See my previous comment for error messages
trying to play mms://espalhabrasas.sapo.pt/RFM.

-- 
hangs playing radio station
https://bugs.launchpad.net/bugs/250247
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 198898] Re: evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

the issue was poppler bug #208485 and has been fixed in hardy-updates

** Visibility changed to: Public

** Changed in: freetype (Ubuntu)
   Status: New => Fix Released

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

-- 
evince crashed with SIGSEGV in FT_Get_Char_Index() while printing
https://bugs.launchpad.net/bugs/198898
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu (via bug 208485).

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


[Bug 201400] Re: evince crashed with SIGSEGV in FT_Load_Sfnt_Table()

2008-07-26 Thread Sebastien Bacher
do you still get this bug using the current hardy-updates version? that
seems to be bug #208485 which has been fixed there

** Changed in: poppler (Ubuntu)
Sourcepackagename: freetype => poppler
   Status: New => Incomplete

-- 
evince crashed with SIGSEGV in FT_Load_Sfnt_Table()
https://bugs.launchpad.net/bugs/201400
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 205422] Re: evince crashed with SIGSEGV in FT_Get_First_Char()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Visibility changed to: Public

** Changed in: freetype (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 198898
   evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

** This bug is no longer a duplicate of bug 198898
   evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

-- 
evince crashed with SIGSEGV in FT_Get_First_Char()
https://bugs.launchpad.net/bugs/205422
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu (via bug 208485).

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


[Bug 205930] Re: evince crashed with SIGSEGV in FT_Get_Char_Index()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

** This bug is no longer a duplicate of bug 198898
   evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

-- 
evince crashed with SIGSEGV in FT_Get_Char_Index()
https://bugs.launchpad.net/bugs/205930
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 206513] Re: evince crashed with SIGSEGV in FT_Set_Transform()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

the description is similar to bug #208485 which has been fixed in hardy-
updates, feel free to reopen the bug if you still get the issue using
the current version though

** Attachment removed: "CoreDump.gz"

   http://launchpadlibrarian.net/12855813/CoreDump.gz

** Changed in: poppler (Ubuntu)
Sourcepackagename: freetype => poppler
   Importance: Undecided => Medium
   Status: New => Fix Released

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

** Visibility changed to: Public

-- 
evince crashed with SIGSEGV in FT_Set_Transform()
https://bugs.launchpad.net/bugs/206513
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 207356] Re: evince crashed with SIGSEGV in FT_Get_PS_Font_Info()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

the description is similar to bug #208485 which has been fixed in hardy-
updates, feel free to reopen the bug if you still get the issue using
the current version though

** Changed in: poppler (Ubuntu)
Sourcepackagename: freetype => poppler
   Status: New => Fix Released

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

** Visibility changed to: Public

-- 
evince crashed with SIGSEGV in FT_Get_PS_Font_Info()
https://bugs.launchpad.net/bugs/207356
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 209320] Re: evince crashed with SIGSEGV in FT_Get_PS_Font_Info()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

the description is similar to bug #208485 which has been fixed in hardy-
updates, feel free to reopen the bug if you still get the issue using
the current version though

** Changed in: poppler (Ubuntu)
Sourcepackagename: freetype => poppler
   Status: New => Fix Released

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

** Visibility changed to: Public

-- 
evince crashed with SIGSEGV in FT_Get_PS_Font_Info()
https://bugs.launchpad.net/bugs/209320
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 213297] Re: evince crashed with SIGSEGV in FT_Get_Char_Index()

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 208485 ***
https://bugs.launchpad.net/bugs/208485

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Attachment removed: "CoreDump.gz"

   http://launchpadlibrarian.net/13162323/CoreDump.gz

** Changed in: freetype (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Invalid

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 198898
   evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

** This bug is no longer a duplicate of bug 198898
   evince crashed with SIGSEGV in FT_Get_Char_Index() while printing

** This bug has been marked a duplicate of bug 208485
   evince crashed with SIGSEGV in FT_Get_Char_Index()

-- 
evince crashed with SIGSEGV in FT_Get_Char_Index()
https://bugs.launchpad.net/bugs/213297
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu (via bug 208485).

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


[Bug 251690] Re: Does not Focus where necessary

2008-07-26 Thread Ryan Peck
What would they call it?  I can't find it.  Its a hard one to
describe... or pin a package on.

-- 
Does not Focus where necessary
https://bugs.launchpad.net/bugs/251690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 250858] Re: Ekiga doesn't show me the (normal) phone numbers I have stored in Evolution

2008-07-26 Thread Duncan Lithgow
@Yannick: See http://bugzilla.gnome.org/show_bug.cgi?id=544853 "Bug
544853 – ekiga-snapshot 20080724 fails to install. unmet dependencies."

-- 
Ekiga doesn't show me the (normal) phone numbers I have stored in Evolution
https://bugs.launchpad.net/bugs/250858
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for ekiga.

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

[Bug 252088] Re: Gnome Menu - Places - Bookmarks: Folder icons not theme compliant

2008-07-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 244174 ***
https://bugs.launchpad.net/bugs/244174

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 244174
   wrong bookmarks icons

-- 
Gnome Menu - Places - Bookmarks: Folder icons not theme compliant
https://bugs.launchpad.net/bugs/252088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 201400] [NEW] evince crashed with SIGSEGV in FT_Load_Sfnt_Table()

2008-07-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: evince

After clicking OK in the Print dialog of Evince, it crashed. Prior to
that, it worked without crashing, but gave me weird output. I'll attach
sample PDFs shortly.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Mar 12 21:01:10 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.22.0-0ubuntu1
PackageArchitecture: i386
ProcCmdline: evince 
file:///home/username/Documents/studies/al-chem/9701_y08_sy.pdf
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: evince
Stacktrace:
 #0  0xb6dbc167 in FT_Load_Sfnt_Table () from /usr/lib/libfreetype.so.6
 #1  0xb757e063 in ?? () from /usr/lib/libcairo.so.2
 #2  0xb4ebbf88 in ?? ()
 #3  0x636d6170 in ?? ()
 #4  0x in ?? ()
StacktraceTop:
 FT_Load_Sfnt_Table () from /usr/lib/libfreetype.so.6
 ?? () from /usr/lib/libcairo.so.2
 ?? ()
 ?? ()
 ?? ()
Title: evince crashed with SIGSEGV in FT_Load_Sfnt_Table()
Uname: Linux 2.6.24-12-generic i686
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev powerdev pulse-rt sambashare scanner src tape video

** Affects: poppler (Ubuntu)
 Importance: Medium
 Status: Incomplete


** Tags: apport-crash
-- 
evince crashed with SIGSEGV in FT_Load_Sfnt_Table()
https://bugs.edge.launchpad.net/bugs/201400
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 251690] Re: Does not Focus where necessary

2008-07-26 Thread Sebastien Bacher
what about trying to be constructive there and looking for the number if
you want to mark it as duplicate using the option? there is already a
bug about the issue, we don't have the ressources to search for exact
number for the hundred of duplicates filed every week though

** Changed in: gedit (Ubuntu)
   Status: New => Invalid

-- 
Does not Focus where necessary
https://bugs.launchpad.net/bugs/251690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 252102] Re: file-roller crashed with SIGSEGV in strlen() when extracting tarball

2008-07-26 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
file-roller crashed with SIGSEGV in strlen() when extracting tarball
https://bugs.launchpad.net/bugs/252102
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 29560] Re: drag & drop improvement: delay bringing window to front until mouse released

2008-07-26 Thread Thomas Thurman
frederik.nnaji: I covered this in the article:

"What isn’t a solution

* Always raising the lower window only on release, not on click
(suggested by many people). This would solve the problem at the cost of
weirding everyone out, not just breaking the expectations of existing
Metacity users and users from other window managers in the world of free
software, but also the expectations of Mac and Windows people."

There are *no* other systems I'm aware of which behave this way.  The
Mac doesn't, Windows doesn't, Metacity doesn't, and nor does any other
WM.  It would solve this one problem at the cost of introducing a much
larger problem.

-- 
drag & drop improvement: delay bringing window to front until mouse released
https://bugs.launchpad.net/bugs/29560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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

[Bug 120723] Re: windows should raise on click-release not on click

2008-07-26 Thread Thomas Thurman
*** This bug is a duplicate of bug 29560 ***
https://bugs.launchpad.net/bugs/29560

frederik.nnaji: This bug is a duplicate of bug 29560.  Commenting there
is likely to have much more effect.

-- 
windows should raise on click-release not on click
https://bugs.launchpad.net/bugs/120723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


  1   2   >