[Bug 47145] Re: It's not possible to login through GUI when disk is full

2006-10-06 Thread Timo Aaltonen
*** This bug is a duplicate of bug 22842 ***

** This bug has been marked a duplicate of bug 22842
   Many programs misbehave when running out of disk space

-- 
It's not possible to login through GUI when disk is full
https://launchpad.net/bugs/47145

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


[Bug 23820] Re: Oct. 12 updates killed my Ubuntu: window manager hangs at login

2006-10-06 Thread Timo Aaltonen
gratefulfrog: I assume this is now fixed, can we close this?

-- 
Oct. 12 updates killed my Ubuntu: window manager hangs at login
https://launchpad.net/bugs/23820

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


[Bug 22842] Re: Many programs misbehave when running out of disk space

2006-10-06 Thread Timo Aaltonen
** Bug 47145 has been marked a duplicate of this bug

-- 
Many programs misbehave when running out of disk space
https://launchpad.net/bugs/22842

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


[Bug 24281] Re: (Breezy) Planner Gantt view vertically misaligned

2006-10-06 Thread RichardKinder
Attached is a diff I've done that seems to fix the issue for me. I've
squeezed the patches from Gnome bug 128983 into the source from 6.06.
Not sure if it's 100% correct, but may help others who are suffering
from misaligned project plans.

** Attachment added: Frankenpatch of diffs in Gnome bugzilla #128983
   http://librarian.launchpad.net/4685187/planner.diff

-- 
(Breezy) Planner Gantt view vertically misaligned
https://launchpad.net/bugs/24281

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


[Bug 18521] Re: Windows Key and Home Directory

2006-10-06 Thread Timo Aaltonen
*** This bug is a duplicate of bug 12153 ***

** This bug has been marked a duplicate of bug 12153
   Cannot use Windows key in keyboard shortcuts

-- 
Windows Key and Home Directory
https://launchpad.net/bugs/18521

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


[Bug 12153] Re: Cannot use Windows key in keyboard shortcuts

2006-10-06 Thread Timo Aaltonen
** Bug 18521 has been marked a duplicate of this bug

-- 
Cannot use Windows key in keyboard shortcuts
https://launchpad.net/bugs/12153

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-06 Thread John Dong
Given the reports of stripping debian/patches resulting in a working
compile, I don't think this is an upstream issue.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 59217] Re: [Edgy] gnome-settings-daemon acting up

2006-10-06 Thread Sebastien Bacher
This upload should fix the issue:

 gstreamer0.10 (0.10.10-1ubuntu2) edgy; urgency=low
 .
   * debian/patches/01_fix_gst_init_race_issue.patch:
 - backport patch from CVS to fix gst_init() race issue (GNOME: #355499),
   fix gnome-settings-daemon randomly refusing to start (Ubuntu: #59217)

Could people comment to say if they still have the issue or not after
upgrading to the new version?

** Changed in: gstreamer0.10 (Ubuntu)
   Status: In Progress = Fix Released

-- 
[Edgy] gnome-settings-daemon acting up
https://launchpad.net/bugs/59217

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


[Bug 59217] Re: [Edgy] gnome-settings-daemon acting up

2006-10-06 Thread Sebastien Bacher
not a control-center issue, gst_init() should always work

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

-- 
[Edgy] gnome-settings-daemon acting up
https://launchpad.net/bugs/59217

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-06 Thread John Dong
I'm still building and verifying, but I think the culprit is
debian/patches/56-disable-session-save-on-shutdown.patch


@@ -865,9 +865,11 @@
} else if (strcmp (action, ACTION_INTERACTIVE) == 0) {
manager_explain_reason (manager, GPM_GRAPH_EVENT_NOTIFICATION,
_(GNOME interactive logout), reason);
+   /* This confuses too many people, so we commented it out
gnome_client_request_save (gnome_master_client (),
   GNOME_SAVE_GLOBAL,
   TRUE, GNOME_INTERACT_ANY, FALSE, 
TRUE);
+   */


This hunk removes all action from the interactive branch, so all it does is log 
an interactive logout event to the information panel, but doesn't execute any 
action.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-06 Thread John Dong
Hah, indeed, removing that patch makes the dialog show up again. What
was the original purpose of that patch again? As far as I can research
via google, that is the perfectly proper way to bring up the logout
dialog.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-06 Thread John Dong
Removing this second hunk will prevent an unprompted session save. I
think that was the original intent of the patch?

So hunk 1 should be taken out and hunk 2 left in?

@@ -1080,10 +1083,11 @@
return FALSE;
}
 
+   /* This confuses too many people, so we commented it out
gnome_client_request_save (gnome_master_client (),
   GNOME_SAVE_GLOBAL,
   FALSE, GNOME_INTERACT_NONE, FALSE,  TRUE);
-
+   */
gpm_hal_reboot (manager-priv-hal);
ret = TRUE;

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 3687] totem plays file but not stream

2006-10-06 Thread Luis Arias
Public bug reported:

launching totem like this:

[EMAIL PROTECTED]:~$ totem http://www.rocketboom.net/video/rb_05_oct_28.mov

(totem:21914): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure:
assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL'
failed

(totem:21914): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure:
assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL'
failed

gives the following message There is non plugin to handle this movie
and the movie doesn't play.

Downloading the movie to disk and opening the file with totem works
fine.

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Medium
 Assignee: MOTU Media Team
 Status: Needs Info

-- 
totem plays file but not stream
https://launchpad.net/bugs/3687

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


[Bug 64289] right end + right key = next row

2006-10-06 Thread David Prieto
Public bug reported:

I would expect my item selection to move to the next item row when I'm
on the right end of a row and I hit the right key. However, it just sits
there and does nothing, so in order to go from 006.jpg to 007.jpg I need
to hit down + left + left, which is unpractical and burdensome.

Please save effort to the user and implement this feature.

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

-- 
right end + right key = next row
https://launchpad.net/bugs/64289

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


[Bug 3687] Re: totem plays file but not stream

2006-10-06 Thread Timo Aaltonen
** Changed in: Ubuntu
Sourcepackagename: None = gstreamer0.10

-- 
totem plays file but not stream
https://launchpad.net/bugs/3687

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


[Bug 61430] Re: GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy

2006-10-06 Thread Timo Aaltonen
you have modified only common-session? That's weird, we don't have
anything about ldap in common-session, but in common-auth and common-
account.

-- 
GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy
https://launchpad.net/bugs/61430

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


[Bug 64266] Re: hald stat of nfs mounts hang up hal/prevents sleep

2006-10-06 Thread Martin Pitt
Simple, safe and straightforward patch, appropriate for edgy.

** Changed in: hal (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Martin Pitt
   Status: Unconfirmed = In Progress
   Target: None = ubuntu-6.10

-- 
hald stat of nfs mounts hang up hal/prevents sleep
https://launchpad.net/bugs/64266

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


[Bug 60361] Re: fails to install

2006-10-06 Thread John Vivirito
** Changed in: python-gnome (Ubuntu)
 Assignee: (unassigned) = MOTU

-- 
fails to install
https://launchpad.net/bugs/60361

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


[Bug 49691] Re: gaim does not deactivite 'paste' command when no buffer, and executing it causes crash

2006-10-06 Thread Trent Lloyd
I'm afraid I can't seem to reproduce this now so I will close.

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

-- 
gaim does not deactivite 'paste' command when no buffer, and executing it 
causes crash
https://launchpad.net/bugs/49691

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


[Bug 64210] Re: Crashes on Send / Recieve

2006-10-06 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: Unknown = Unconfirmed

-- 
Crashes on Send / Recieve
https://launchpad.net/bugs/64210

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


[Bug 64113] Re: nautilus crashes when refreshing

2006-10-06 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unknown = Rejected

-- 
nautilus crashes when refreshing
https://launchpad.net/bugs/64113

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


[Bug 63992] Re: Crashed

2006-10-06 Thread Bug Watch Updater
** Changed in: gnome-keyring (upstream)
   Status: Unknown = Confirmed

-- 
Crashed
https://launchpad.net/bugs/63992

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


[Bug 63432] Re: Unable to open mms streams

2006-10-06 Thread Bug Watch Updater
** Changed in: totem (upstream)
   Status: Unconfirmed = Rejected

-- 
Unable to open mms streams
https://launchpad.net/bugs/63432

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


[Bug 62200] Re: can't eject media after using nautilus-open-terminal

2006-10-06 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unknown = Unconfirmed

-- 
can't eject media after using nautilus-open-terminal
https://launchpad.net/bugs/62200

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


[Bug 62502] Re: [Edgy] Volume names appears untranslated

2006-10-06 Thread Bug Watch Updater
** Changed in: gnome-vfs (upstream)
   Status: Unknown = Confirmed

-- 
[Edgy] Volume names appears untranslated
https://launchpad.net/bugs/62502

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


[Bug 61752] Re: timed login displays username after the login counter text

2006-10-06 Thread Bug Watch Updater
** Changed in: gdm (upstream)
   Status: Unknown = Unconfirmed

-- 
timed login displays username after the login counter text
https://launchpad.net/bugs/61752

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


[Bug 64113] Re: nautilus crashes when refreshing

2006-10-06 Thread Sebastien Bacher
** Bug watch removed: GNOME Bug Tracker #360004
   http://bugzilla.gnome.org/show_bug.cgi?id=360004

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

-- 
nautilus crashes when refreshing
https://launchpad.net/bugs/64113

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


[Bug 42115] Re: Clicking on date in calendar applet open previous date in Evolution

2006-10-06 Thread Tollef Fog Heen
Trivial patch, but hey.


** Attachment added: Patch to always use 12Z when calling evo
   http://librarian.launchpad.net/4685523/15_clock_start_evo_midday.patch

-- 
Clicking on date in calendar applet open previous date in Evolution
https://launchpad.net/bugs/42115

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


[Bug 64144] Re: disks-admin crashes on startup

2006-10-06 Thread Wätzold
Hello,

thanks for your fast answer.

I use ubuntu 6.06 LST.

I had this problem with anjuta  too. At that time the cause was a hassle
in my package source list. I didn't have deleted older ubuntu sources
(Breezy Badger) from a DVD. When I deleted the older sources and
reinstalled anjuta it worked.

But now I have listed only Dapper Drake sources. Coult it be useful to
delete the Drapper Drage CD sources too, so that I have only the online
sources? (I would wonder if this would help, since all my updates run
over the internet).

Best Regards,

Wätzold

-- 
disks-admin crashes on startup 
https://launchpad.net/bugs/64144

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

[Bug 24243] Re: System Monitor collapsed into a line

2006-10-06 Thread Bug Watch Updater
** Changed in: gnome-system-monitor (upstream)
   Status: Unconfirmed = Confirmed

-- 
System Monitor collapsed into a line
https://launchpad.net/bugs/24243

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


[Bug 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2006-10-06 Thread Bug Watch Updater
** Changed in: vino (upstream)
   Status: In Progress = Fix Released

-- 
Vino-server takes 90% of cpu when only listening for incoming connections
https://launchpad.net/bugs/31037

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


[Bug 31260] Re: Broken svg icons in Wasp theme

2006-10-06 Thread Bug Watch Updater
** Changed in: gnome-themes (upstream)
   Status: Unknown = Unconfirmed

-- 
Broken svg icons in Wasp theme
https://launchpad.net/bugs/31260

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


[Bug 63813] Re: [edgy]Totem-xine doesn't play wmv after dist-upgrade

2006-10-06 Thread minisori
Sorry, if i posted this bug in wrong place, it's first time I do.

Yes it works from xine-ui. And as far I have checked every wmv file
works except those with MS WMV 9 codec.

-- 
[edgy]Totem-xine doesn't play wmv after dist-upgrade
https://launchpad.net/bugs/63813

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


[Bug 64266] Re: hald stat of nfs mounts hang up hal/prevents sleep

2006-10-06 Thread Martin Pitt
** Changed in: hal (Ubuntu)
   Status: In Progress = Fix Committed

-- 
hald stat of nfs mounts hang up hal/prevents sleep
https://launchpad.net/bugs/64266

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


[Bug 64301] Unable to unlock screen when using ldap

2006-10-06 Thread Bavo
Public bug reported:

After locking the screen, you are unable to unlock it again when using
ldap authentication.

No errors, it just keeps saying wrong password.
Local users can unlock the screen, but only if /etc/libnss-ldap.conf 
/etc/pam_ldap.conf are readable for everyone, which i don't want since this 
files contain passwords to connect to the ldapserver.

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Unable to unlock screen when using ldap
https://launchpad.net/bugs/64301

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


[Bug 64300] Does not correctly identify Sandisk Sansa e270

2006-10-06 Thread Chris Jones
Public bug reported:

hald is not setting the portable_audio_player property on the Sandisk Sansa 
e2xx series of mp3 players.
I have reported this upstream and attached an fdi stub that I think will work, 
but I do not have USB ids for the other models in the range.

** Affects: hal (upstream)
 Importance: Unknown
 Status: Unknown
** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Bug watch added: Freedesktop Bugzilla #8514
   https://bugs.freedesktop.org/show_bug.cgi?id=8514

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=8514
   Importance: Unknown
   Status: Unknown

-- 
Does not correctly identify Sandisk Sansa e270
https://launchpad.net/bugs/64300

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


[Bug 64303] another bug or always the same

2006-10-06 Thread gps48
Public bug reported:


i have everytime i start gnome-orca  this bug.
/var/crash/_usr_bin_festival-synthesis-driver.1000.crash

** Affects: gnome-speech (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
another bug or always the same
https://launchpad.net/bugs/64303

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


[Bug 63534] Re: GEdit panel errors

2006-10-06 Thread daedalusman
I can confirm this, the same thing happens to me when I close gedit
after running it from a terminal. Though this problem doesn't seem to be
causing any trouble that I have noticed.

-- 
GEdit panel errors
https://launchpad.net/bugs/63534

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


[Bug 63813] Re: [edgy]Totem-xine doesn't play wmv after dist-upgrade

2006-10-06 Thread Sebastien Bacher
what message do you get exactly when trying to play that example? is it
small enough to be attached to the bug?

-- 
[edgy]Totem-xine doesn't play wmv after dist-upgrade
https://launchpad.net/bugs/63813

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


[Bug 64303] another bug or always the same

2006-10-06 Thread gps48
Public bug reported:


i have everytime i start gnome-orca  this bug.
/var/crash/_usr_bin_festival-synthesis-driver.1000.crash

** Affects: gnome-speech (Ubuntu)
 Importance: Medium
 Status: Rejected

-- 
another bug or always the same
https://launchpad.net/bugs/64303

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


[Bug 64303] Re: another bug or always the same

2006-10-06 Thread Daniel Holbach
*** This bug is a duplicate of bug 59120 ***

Thanks for the bug report. This particular bug has already been
reported into our bug tracking system, but please feel free to report
any further bugs which you find.


** Changed in: gnome-speech (Ubuntu)
Sourcepackagename: gnome-speech = festival
   Importance: Undecided = Medium
   Status: Unconfirmed = Rejected

** Changed in: festival (Ubuntu)
Sourcepackagename: festival = gnome-speech

** This bug has been marked a duplicate of bug 59120
   Sudden crash (please attach backtraces)

-- 
another bug or always the same
https://launchpad.net/bugs/64303

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


[Bug 59120] Re: Sudden crash (please attach backtraces)

2006-10-06 Thread Daniel Holbach
** Changed in: festival (Ubuntu)
Sourcepackagename: festival = gnome-speech

** Bug 64303 has been marked a duplicate of this bug

-- 
Sudden crash (please attach backtraces)
https://launchpad.net/bugs/59120

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


[Bug 63813] Re: [edgy]Totem-xine doesn't play wmv after dist-upgrade

2006-10-06 Thread minisori
When trying to play from the browser, no message at all.

When doing from a file in my comp I used to get something like, could
not find codec MS WMV 9 (win32). But since now, it just crash.

** Attachment added: The crash information
   http://librarian.launchpad.net/4685582/totem%20output.txt

-- 
[edgy]Totem-xine doesn't play wmv after dist-upgrade
https://launchpad.net/bugs/63813

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


[Bug 64305] Clock display drifts to the left

2006-10-06 Thread rai4shu2
Public bug reported:

Binary package hint: gnome-panel

If you use a non-monospace font for the system (which is the standard)
after the clock changes in any significant way, it will drift further
and further to the left. It may correct itself over time, but that space
becomes an eyesore.

If you wait until enough space has grown, you can correct it by right-
clicking on the panel (which will force it to adjust its width), but why
not just adjust the width periodically? Alternatively, it would be nice
if the text was centered or in some other way permitted to use markup
rather than being stuck left-justified.

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

-- 
Clock display drifts to the left
https://launchpad.net/bugs/64305

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


[Bug 2624] Re: probe-storage does not recover from error setting storage.serial

2006-10-06 Thread John C Barstow
This was fixed long time ago, but for some reason the status was never
updated.

** Changed in: hal (upstream)
   Importance: Undecided = Unknown
 Bugwatch: None = Freedesktop Bugzilla #5008
 Assignee: John C Barstow = (unassigned)
   Status: Unconfirmed = Unknown

-- 
probe-storage does not recover from error setting storage.serial
https://launchpad.net/bugs/2624

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


[Bug 64306] Evolution hangs

2006-10-06 Thread Gareth Bult
Public bug reported:

We have a thin client installation with 30 users on one server. We seem
to get a hang with (on average) 2 users per day. Evolution just seems
to stop responding and the only way to recover is to manually kill *all*
evolution processes for that users .. so I'm assuming it's the back-end
that's crashing.

Version in use is Dapper + Evo 2.6.1
We're using (exclusively) IMAP on Cyrus.

This only effects ONE user at any given time, so I've ruled out problems
with NFS mounts and network issues.

Don't really know where to start in terms of debugging, anyone got any
ideas?

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

-- 
Evolution hangs
https://launchpad.net/bugs/64306

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


[Bug 64305] Re: Clock display drifts to the left

2006-10-06 Thread Sebastien Bacher
*** This bug is a duplicate of bug 42772 ***

Thanks for your bug. It looks like the same issue than bug #42772.
Marking as duplicate, feel free to reopen if you think that's wrong

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Rejected

** This bug has been marked a duplicate of bug 42772
   clock does not reclaim free space (pixels) on the right

-- 
Clock display drifts to the left
https://launchpad.net/bugs/64305

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


[Bug 42772] Re: clock does not reclaim free space (pixels) on the right

2006-10-06 Thread Sebastien Bacher
** Bug 64305 has been marked a duplicate of this bug

-- 
clock does not reclaim free space (pixels) on the right
https://launchpad.net/bugs/42772

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


[Bug 54775] Re: command line burning is broken

2006-10-06 Thread Max
bug present also in edgy beta (same versione of serpentine afaik)

** Description changed:

  Binary package hint: serpentine
  
+ 
+ bug shown in two installation of dapper, one in ubuntu desktop, other in 
server LTS
  burning audio cd from command line does not work.
  this is the resulting error:
+ 
+ #serpentine -s -w myfile.mp3
  
  Traceback (most recent call last):
File /usr/bin/serpentine, line 116, in ?
  app = HeadlessApplication (locations)
File /usr/lib/python2.4/site-packages/serpentine/__init__.py, line 257, 
in __init__
  self.music_list_gw = HeadlessApplication.Gateway ()
File /usr/lib/python2.4/site-packages/serpentine/__init__.py, line 240, 
in __init__
  MusicListGateway.__init__ (self)
  TypeError: __init__() takes exactly 2 arguments (1 given)

-- 
command line burning is broken
https://launchpad.net/bugs/54775

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


[Bug 63471] Re: [Edgy]HAL crash on startup

2006-10-06 Thread Martin Pitt
Sounds like a dup of #37181 -- if you get this, does it really say that
hal has crashed, or that it 'failed to initialize hal'? Can you please
open a terminal and so

  ps aux|grep dbus

and put the result here?

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

-- 
[Edgy]HAL crash on startup
https://launchpad.net/bugs/63471

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


[Bug 64315] Shared calender items disapear

2006-10-06 Thread viviersf
Public bug reported:

Binary package hint: evolution

After you subscribe to another users calender to view and see
appointments. If you now go and add an appointment to the shared
calender the item shows up for a split second before it disapears, this
is because the item goes into 'private' mode dispite you specifying
otherwise.

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

-- 
Shared calender items disapear
https://launchpad.net/bugs/64315

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


[Bug 36251] Re: Unreadable Font Size for GDM Login/Password

2006-10-06 Thread Sebastien Bacher
This upload fixes the issue:

 edgy-gdm-themes (0.3-0ubuntu2) edgy; urgency=low
 .
   * Human/Human.xml, HumanCircle/HumanCircle.xml:
 - use the Sans 12 font for the user-pw-entry (Ubuntu: #36251)

** Changed in: edgy-gdm-themes (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Unreadable Font Size for GDM Login/Password
https://launchpad.net/bugs/36251

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


[Bug 34112] Re: gnome programs don't respect ~/.cups/lpoptions

2006-10-06 Thread Martin Pitt
** Bug 24909 has been marked a duplicate of this bug

-- 
gnome programs don't respect ~/.cups/lpoptions
https://launchpad.net/bugs/34112

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


[Bug 24909] Re: Above two printers, the default printer is not to demonstrate the default icon.

2006-10-06 Thread Martin Pitt
*** This bug is a duplicate of bug 34112 ***

This has been fixed ages ago in:

libgnomecups (0.2.2-1ubuntu3) dapper; urgency=low

  * libgnomecups/gnome-cups-printer.c, parse_lpoptions(): Do not only look in
the obsolete ~/.lpoptions file, but also into ~/.cups/lptoptions. This
fixes the handling of user defined printer settings, default printer, etc.
Closes: LP#34112 and half a thousand duplicates.

 -- Martin Pitt [EMAIL PROTECTED]  Wed, 17 May 2006 15:53:27
+0200

I think this is the very same cause. Please update your dapper to the
latest package version. If you still have this problem, please complain,
then I'll reopen this bug. Thank you!

** Changed in: gnome-cups-manager (Ubuntu)
   Status: Unconfirmed = Fix Released

** This bug has been marked a duplicate of bug 34112
   gnome programs don't respect ~/.cups/lpoptions

-- 
Above two printers, the default printer is not to demonstrate the default icon.
https://launchpad.net/bugs/24909

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


[Bug 64316] Appointment colors does not work

2006-10-06 Thread viviersf
Public bug reported:

Colors assigned to appointments does not work. Even if you select a
color and apply it, it just gets ignored.

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

-- 
Appointment colors does not work
https://launchpad.net/bugs/64316

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


[Bug 60868] HowTo

2006-10-06 Thread Vincent Zekred
I just wanted to post how I managed to set the mount points of my
partitions, because it took me a while (and a few installs) to find it
out. I hope it helps someone.

First I partitioned my hard disk in a terminal window with sudo gparted
/dev/hdb. Then I started the installer, and selected Manually Edit
Partition Table. It did not recognize /dev/hdb but I just clicked
Forward. There I found out I could set the mount points! Wow!

-- 
gparted does not detect sdb
https://launchpad.net/bugs/60868

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


[Bug 59101] Re: gnome-cups-icon wakes up every second

2006-10-06 Thread Martin Pitt
OZ, are you sure that this is fixed in Dapper? I don't see how...

-- 
gnome-cups-icon wakes up every second
https://launchpad.net/bugs/59101

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


[Bug 64317] Copying mail from imap / exchange to local mailbox looses data.

2006-10-06 Thread viviersf
Public bug reported:

When moving mail from imap / exchange to local mailbox looses emails
when there are recusive folders containing mail in this folder.

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

-- 
Copying mail from imap / exchange to local mailbox looses data.
https://launchpad.net/bugs/64317

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


[Bug 64319] Evolution 'hangs' when checking huge exchange mail.

2006-10-06 Thread viviersf
Public bug reported:

Exchange has no waiting screen while downloading mail when opening
evolution. Evolution does not actually 'die' but seems asif it does,
ignoring it and waiting for it to finish works, a small waiting screen
would reduce confusion.

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

-- 
Evolution 'hangs' when checking huge exchange mail.
https://launchpad.net/bugs/64319

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


[Bug 64317] Re: Copying mail from imap / exchange to local mailbox looses data.

2006-10-06 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? What do you mean
by recusive folders? subfolder to the folder you move? how do you move
the folder, by drag-and-drop?

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

-- 
Copying mail from imap / exchange to local mailbox looses data.
https://launchpad.net/bugs/64317

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


[Bug 64315] Re: Shared calender items disapear

2006-10-06 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? how do you
subscribe to an another user calendar?

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

-- 
Shared calender items disapear
https://launchpad.net/bugs/64315

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


[Bug 58232] Re: edgy gnome-terminal does not start

2006-10-06 Thread snafu109
Well I've now tried several combinations of xorg.conf with both open-
source nv and proprietary nvidia drivers. Every combination worked with
gnome-terminal, EXCEPT when xinerama was enabled.

I go to the point where I tried simply commenting xinerama out of my
xorg.conf. Gnome started an instance on both screens (I'm not sure what
mode this is called) and gnome-terminal worked. Uncommenting xinerama
meant that it would not start. I've included xorg.conf.

I searched for xinerama bugs but didn't find anything similar. Also,
would this count as a regression? My xorg.conf worked perfectly in
Dapper and I'm using the same one in Edgy.

Should I file a new bug against xorg?

** Attachment added: xorg.conf
   http://librarian.launchpad.net/4685666/xorg.conf.gz

-- 
edgy gnome-terminal does not start
https://launchpad.net/bugs/58232

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


[Bug 54775] Re: command line burning is broken

2006-10-06 Thread Tiago Cogumbreiro
This was fixed on serpentine 0.7, could you try the upstream version?

** Changed in: serpentine (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
command line burning is broken
https://launchpad.net/bugs/54775

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


[Bug 42115] Re: Clicking on date in calendar applet open previous date in Evolution

2006-10-06 Thread Sebastien Bacher
Thank you for the patch Tollef, fixed with this upload:

 gnome-panel (2.16.1-0ubuntu2) edgy; urgency=low
 .
   * debian/patches/15_clock_start_evo_midday.patch:
 - patch by Tollef Fog Heen, always use 12Z when calling evo, fix the
   evolution calendar being opened shifted from one day sometimes depending
   on the timezone (Ubuntu: #42115)

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

-- 
Clicking on date in calendar applet open previous date in Evolution
https://launchpad.net/bugs/42115

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


[Bug 64300] Re: Does not correctly identify Sandisk Sansa e270

2006-10-06 Thread Martin Pitt
Easy and safe fix, will apply for edgy.

** Changed in: hal (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Martin Pitt
   Status: Unconfirmed = In Progress
   Target: None = ubuntu-6.10

-- 
Does not correctly identify Sandisk Sansa e270
https://launchpad.net/bugs/64300

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


[Bug 61430] Re: GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy

2006-10-06 Thread Matt Mossholder
Excuse my typo... I had meant to change that to common-*, and never did.

I have another datapoint for you as well. Reversing the order of the
statements in /etc/nsswitch.conf enables GDM to work correctly... i.e.
compat ldap rather than ldap compat.

   Thanks for your time!

-- 
GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy
https://launchpad.net/bugs/61430

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-06 Thread Marius Gedminas
The icon is now scaled properly, but the margins are still somewhat off.
Take a look at the attached image: the space between the network
activity indicator and the wifi strength bar is larger than the space
between adjacent applets.

Could you please strip the empty space from the sides of the svg?

** Attachment added: screenshot of the properly scaled icon
   http://librarian.launchpad.net/4685753/updated-edgy-wifi-icon.png

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-06 Thread Marius Gedminas
Here's a screenshot with the GNOME theme, to demonstrate that the extra
wide space comes from the artwork and not from the netapplet code

** Attachment added: screenshot of the properly scaled icon (GNOME theme)
   
http://librarian.launchpad.net/4685758/updated-edgy-wifi-icon-with-standard-gnome-theme.png

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


Re: [Bug 64317] Re: Copying mail from imap / exchange to local mailbox looses data.

2006-10-06 Thread viviersf
Hi

Its in ubuntu dapper. Sorry. Its when you move folders that has subfolders to 
another folder, those subfolders and their contents gets losts. Its when you 
move it by drag and dropping it.


On Friday 06 October 2006 12:42, Sebastien Bacher wrote:
 Thanks for your bug. What version of Ubuntu do you use? What do you mean
 by recusive folders? subfolder to the folder you move? how do you move
 the folder, by drag-and-drop?

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

-- 
Regards

Francis Viviers
Senior Developer
Impi Linux (Pty.) Ltd.

-- 
Copying mail from imap / exchange to local mailbox looses data.
https://launchpad.net/bugs/64317

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


[Bug 64329] Gaim crash on deleting an account when it begin a connection

2006-10-06 Thread ranespa
Public bug reported:

I tried to connect to IRC channel, but I suddenly understood that params
were wrong, so I deleted account in the same time that gaim tried to
connect. Gaim crashed and there was no way to launch it newly in the
same session.

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

-- 
Gaim crash on deleting an account when it begin a connection  (edgy eft)
https://launchpad.net/bugs/64329

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


[Bug 64329] Re: Gaim crash on deleting an account when it begin a connection

2006-10-06 Thread ranespa
this is the bug report

** Attachment added: this is the bug report
   http://librarian.launchpad.net/4685778/_usr_bin_gaim.1000.crash

** Description changed:

  I tried to connect to IRC channel, but I suddenly understood that params
- was wrong, so I deleted account in the same time that gaim tried to
+ were wrong, so I deleted account in the same time that gaim tried to
  connect. Gaim crashed and there was no way to launch it newly in the
  same session.

** Summary changed:

- Gaim crash on deleting an account when it begin a connection
+ Gaim crash on deleting an account when it begin a connection  (edgy eft)

-- 
Gaim crash on deleting an account when it begin a connection  (edgy eft)
https://launchpad.net/bugs/64329

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


Re: [Bug 64315] Re: Shared calender items disapear

2006-10-06 Thread viviersf
Its on ubuntu dapper. You go to file - subscribe to other users folder. Then 
you just look for the folder you want to subscribe to.

On Friday 06 October 2006 12:44, Sebastien Bacher wrote:
 Thanks for your bug. What version of Ubuntu do you use? how do you
 subscribe to an another user calendar?

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

-- 
Regards

Francis Viviers
Senior Developer
Impi Linux (Pty.) Ltd.

-- 
Shared calender items disapear
https://launchpad.net/bugs/64315

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


[Bug 62488] Crash on crash. Domino effect?

2006-10-06 Thread ranespa
I don't know if this is a duplicate of bug #58445 or if it is related to
bug #64329 reported by me. I may just say that I closed session in a
clean way after a Gaim crash. I leave you an attachment.

** Attachment added: crash reported
   
http://librarian.launchpad.net/4685883/_usr_lib_notification-daemon_notification-daemon.1000.crash

-- 
Notification-daemon Crashed
https://launchpad.net/bugs/62488

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


[Bug 64337] AddressBook doesn't save view-changes

2006-10-06 Thread Victor Polukcht
Public bug reported:

Binary package hint: evolution

I'm using default addressbook named Personal

Changed the view to Phone List, then changed the columns (removed
business phones, etc.) to list using RightClick - Change current
view, pressed Ok.

Next start (or even changing to Mail and back to Contacts) the view
stayed as Phone List but the columns changed to default.

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

-- 
AddressBook doesn't save view-changes
https://launchpad.net/bugs/64337

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


[Bug 61430] Re: GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy

2006-10-06 Thread Timo Aaltonen
oh, indeed :) We use files ldap, the documentation knows what the
difference is with the ordering.

-- 
GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy
https://launchpad.net/bugs/61430

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


[Bug 61430] Re: GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy

2006-10-06 Thread Timo Aaltonen
Matt, maybe if you use:

passwd  ldap [NOTFOUND=return] compat
.
.

(from man nsswitch.conf)
would also work. Anyway, closing since it was a bug in local configuration


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

-- 
GDM does not start correctly when using libnss-ldap / libpam-ldap on edgy
https://launchpad.net/bugs/61430

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-06 Thread Frank Schoep
OK, the problem is clear. I'll work on fixing the SVGs, expect the fixed
ones to be uploaded in the next few days. Paul, I'm taking this bug
back.

There is no status for Fixing some more, so I chose In Progress
again.

** Changed in: gnome-netstatus (Ubuntu)
 Assignee: Paul Sladen = Frank Schoep
   Status: Fix Released = In Progress

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 64339] Context menu has two uses for c key

2006-10-06 Thread Alan Pope
Public bug reported:

Binary package hint: gnome-terminal

In gnome terminal if i want to copy some text i might select with the
mouse and then right click. If my other hand is on the keyboard I might
be tempted to press c to copy text to the clipboard. However c is
the shortcut key for both copy and close. Guess which ones is first!
Close.

Would it make sense to use a different key as the shortcut for those two
commands?

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Context menu has two uses for c key
https://launchpad.net/bugs/64339

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


[Bug 44101] Re: [Edgy] gnome-sound-properties always defaults to first card

2006-10-06 Thread sonium
I can confirm this behavior also on Edgy-Beta.

Its exactly the way Neilen Marais described it.

I don't understand why the status isn't changed to confirmed yet.

-- 
[Dapper] gnome-sound-properties always defaults to first card
https://launchpad.net/bugs/44101

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


[Bug 64341] bug in speech

2006-10-06 Thread gps48
Public bug reported:

 anyway a start my computer i have a bug whenb starting gnome-orca
speech with this : /var/crash/_usr_lib_at-spi_at-spi-
registryd.1000.crash

** Affects: at-spi (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
bug in speech
https://launchpad.net/bugs/64341

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


[Bug 61184] Re: Screen brightness buttons don't work properly on Thinkpad T60

2006-10-06 Thread zdzichu
Sean, could you replace /usr/share/hal/fdi/policy/10osvendor/10-laptop-
panel-mgmt-policy.fdi with attached file, do /etc/dbus-1/event.d/20hal
restart (or reboot your computer) and check if brightness control
works?

** Attachment added: 10-laptop-panel-mgmt-policy.fdi fo TP T60
   http://librarian.launchpad.net/4686672/10-laptop-panel-mgmt-policy.fdi

-- 
Screen brightness buttons don't work properly on Thinkpad T60
https://launchpad.net/bugs/61184

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


[Bug 14630] Re: Gdm theme Human with face list

2006-10-06 Thread Lutz
I think to make a login theme with user browser the default would
enhance the usability of Ubuntu a lot, especially for people who have
used Windows XP before. (Cp. the specification
https://wiki.ubuntu.com/ConsistentLoginScreen) What are the plans for
the default theme?

-- 
Gdm theme Human with face list
https://launchpad.net/bugs/14630

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


[Bug 61920] Re: HAL - prefer pmi over powersave for hibernate

2006-10-06 Thread Martin Pitt
** Changed in: hal (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Martin Pitt
   Status: Unconfirmed = In Progress

-- 
HAL - prefer pmi over powersave for hibernate
https://launchpad.net/bugs/61920

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


[Bug 61834] Re: SD slot on 7-in-1 USB card reader not recognised as SD

2006-10-06 Thread Martin Pitt
Trivial fix, edgyable.

** Changed in: hal (Ubuntu)
 Assignee: (unassigned) = Martin Pitt
   Status: Confirmed = In Progress
   Target: None = ubuntu-6.10

-- 
SD slot on 7-in-1 USB card reader not recognised as SD
https://launchpad.net/bugs/61834

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


[Bug 64341] Re: bug in speech

2006-10-06 Thread Daniel Holbach
*** This bug is a duplicate of bug 62446 ***

Thanks for the bug report. This particular bug has already been
reported into our bug tracking system, but please feel free to report
any further bugs which you find.

** This bug has been marked a duplicate of bug 62446
   at-spi-registryd crash (please attach backtraces, check crash reports before)

** Changed in: at-spi (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Rejected

-- 
bug in speech
https://launchpad.net/bugs/64341

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


[Bug 62446] Re: at-spi-registryd crash (please attach backtraces, check crash reports before)

2006-10-06 Thread Daniel Holbach
** Bug 64341 has been marked a duplicate of this bug

-- 
at-spi-registryd crash (please attach backtraces, check crash reports before)
https://launchpad.net/bugs/62446

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


[Bug 59217] Re: [Edgy] gnome-settings-daemon acting up

2006-10-06 Thread Erik Meitner
Yes, the gstreamer0.10 update seems to have resolved the problem on my
test system.

-- 
[Edgy] gnome-settings-daemon acting up
https://launchpad.net/bugs/59217

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


[Bug 27449] Re: Workspace switcher preferences do not remember number of workspaces

2006-10-06 Thread Mike Vitale
I am still seeing this problem on a fresh install of Ubuntu Dapper.
Number of workspaces is not remembered across sessions, despite changing
the number of workspaces every time I login via the applet's
preferences.

Note that I have uninstalled metacity in favor of sawfish.  I still have
libmetacity0 installed.

-- 
Workspace switcher preferences do not remember number of workspaces
https://launchpad.net/bugs/27449

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


[Bug 62993] Re: Fails to upgrade from dapper - edgy

2006-10-06 Thread Albert Santoni
I'm also suffering from this bug...

Is there a fix?

-- 
Fails to upgrade from dapper - edgy
https://launchpad.net/bugs/62993

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


[Bug 60755] Re: New .lang file for DocBook

2006-10-06 Thread Sebastien Bacher
Unsetting the edgy milestone. I'm not convinced by that file. At the
moment xml mode is used. How slow is it compared to your mode? Does you
file list all the docbook elements or is it just a limited set of them?

** Changed in: gtksourceview (Ubuntu)
   Target: ubuntu-6.10 = None

-- 
New .lang file for DocBook
https://launchpad.net/bugs/60755

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


[Bug 27449] Re: Workspace switcher preferences do not remember number of workspaces

2006-10-06 Thread Sebastien Bacher
That is useful information. Andy, are you using sawfish or another
window manager too?

-- 
Workspace switcher preferences do not remember number of workspaces
https://launchpad.net/bugs/27449

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


[Bug 63268] Re: [services-admin]Services application in Ubuntu 6.0.6 LTS only shows currently active services and doesn't provide any mechanism to modify settings.

2006-10-06 Thread JohnL
This is an administration tool - you should be able to see everything.

Sure, you may be able to damage the system, but also, if the system has
damaged itself (through some broken installation, virus etc) you need
complete control to be able to fix it.

-- 
[services-admin]Services application in Ubuntu 6.0.6 LTS only shows currently 
active services and doesn't provide any mechanism to modify settings. 
https://launchpad.net/bugs/63268

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


[Bug 62993] Re: Fails to upgrade from dapper - edgy

2006-10-06 Thread Crispin Flowerday
remove the python-gnome2-extras-dev package first, then upgrade, then
install it again (at least thats what I had to do).

-- 
Fails to upgrade from dapper - edgy
https://launchpad.net/bugs/62993

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


[Bug 62736] Re: Volume Manager unresponsive in Gnome and command line

2006-10-06 Thread Martin Pitt
*** This bug is a duplicate of bug 25931 ***

** This bug has been marked a duplicate of bug 25931
   Failed to initalize HAL.

-- 
Volume Manager unresponsive in Gnome and command line
https://launchpad.net/bugs/62736

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


[Bug 25931] Re: Failed to initalize HAL.

2006-10-06 Thread Martin Pitt
** Bug 62736 has been marked a duplicate of this bug

-- 
Failed to initalize HAL.
https://launchpad.net/bugs/25931

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


[Bug 62993] Re: Fails to upgrade from dapper - edgy

2006-10-06 Thread Albert Santoni
Thanks for the help Crispin, but when I do an apt-get remove python-
gnome2-extras-dev, I get the following:

~$ sudo apt-get remove python-gnome2-extras-dev
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  hal-device-manager: Depends: hwdb-client-gnome but it is not going to be 
installed
  libvte-cil: Depends: libmono-corlib1.0-cil (= 1.0) but it is not going to be 
installed
  Depends: libmono-system1.0-cil (= 1.0) but it is not going to be 
installed
  python-glade2: Depends: python-gtk2 (= 2.10.3-0ubuntu3) but 2.8.6-0ubuntu1 is 
to be installed
  python-gnome2: Depends: python-gtk2 (= 2.8.6-1) but 2.8.6-0ubuntu1 is to be 
installed
  python-gnome2-desktop: Depends: python-gtk2 (= 2.9.2) but 2.8.6-0ubuntu1 is 
to be installed
  python-gobject-dev: Depends: python-gobject (= 2.12.2-0ubuntu1) but it is not 
going to be installed
  python-gtk2-dev: Depends: python-gtk2 (= 2.10.3-0ubuntu3) but 2.8.6-0ubuntu1 
is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Maybe I just don't know how to use apt-get, but if anyone could point me in the 
right direction here, it'd be greatly appreciated!
Thanks again!

-- 
Fails to upgrade from dapper - edgy
https://launchpad.net/bugs/62993

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


[Bug 62952] Re: CD not auto mounted on insertion

2006-10-06 Thread Martin Pitt
Can you please do the steps on
http://wiki.ubuntu.com/DebuggingRemovableDevices when this happens?

Thank you!

** Changed in: gnome-volume-manager (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
CD not auto mounted on insertion
https://launchpad.net/bugs/62952

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


[Bug 53527] Re: Custom settings should not be a conffile

2006-10-06 Thread Gerv
The issue is limited though since the default custom conf is a template
and has no useful value so keeping the user version works fine

That may be so - but how is a normal user going to know that? The do
you want to use the old file or the new file prompt is scary, because
neither option is guaranteed safe. Old file might break the app
(because it's missing essential config) and New file loses your
customisations.

You say that in this case, old file is safe - but how is a user to
know that? They aren't told so by the UI.

We need to stop gdm.conf-custom being a conffile. Surely its name
implies the user can customise it, anyway?

-- 
Custom settings should not be a conffile
https://launchpad.net/bugs/53527

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


[Bug 60755] Re: New .lang file for DocBook

2006-10-06 Thread Joachim Noreiko
It lists only a limited set, most of those that occur on GNOME docs.

I tried the full list (about 500 elements), but that made it slower.
With this set, it seems about the same speed to me.
Are you finding it slower than xml?

-- 
New .lang file for DocBook
https://launchpad.net/bugs/60755

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


[Bug 58521] Re: disk ends up mounted on /tmp/disks-conf-sda1

2006-10-06 Thread Martin Pitt
It is very unlikely that this happened due to hal. I suspect the
partition was picked up by a partitioning tool, disk-admin, or a similar
program. Do you  know how and when the partition ended up as being
mounted there?

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

-- 
disk ends up mounted on /tmp/disks-conf-sda1
https://launchpad.net/bugs/58521

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


  1   2   3   >