[Bug 158292] Re: Bottom task bar moves up an inch when I connect to external video/projector

2008-02-29 Thread Bryce Harrington
** Bug watch added: GNOME Bug Tracker #513685
   http://bugzilla.gnome.org/show_bug.cgi?id=513685

** Also affects: gnome-panel via
   http://bugzilla.gnome.org/show_bug.cgi?id=513685
   Importance: Unknown
   Status: Unknown

-- 
Bottom task bar moves up an inch when I connect to external video/projector
https://bugs.launchpad.net/bugs/158292
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 194960] Re: [Hardy]Battery charge never updates, remaining time always unknown

2008-02-29 Thread thecure
*** This bug is a duplicate of bug 194719 ***
https://bugs.launchpad.net/bugs/194719

confirm; 64bit Hardy; Dell Inspiron 1420   (unplug then plug during
lshal -m)

$ lshal -m

Start monitoring devicelist:
-
03:27:11.108: computer_power_supply property ac_adapter.present = false
03:27:11.286: computer property power_management.is_powersave_set = true
03:27:12.208: computer_power_supply_0 property battery.charge_level.percentage 
= 95 (0x5f)
03:27:12.242: computer_power_supply_0 property battery.charge_level.current = 
7004 (0x1b5c)
03:27:12.244: computer_power_supply_0 property battery.reporting.current = 7004 
(0x1b5c)
03:27:12.246: computer_power_supply_0 property 
battery.rechargeable.is_discharging = true
03:27:12.251: computer_power_supply_0 property battery.current = 1994 (0x7ca)
03:27:12.253: computer_power_supply_0 property battery.voltage.current = 12364 
(0x304c)
03:27:26.568: computer_power_supply property ac_adapter.present = true
03:27:26.713: computer property power_management.is_powersave_set = false
03:27:27.449: computer_power_supply_0 property battery.remaining_time = 755 
(0x2f3) (new)
03:27:27.452: computer_power_supply_0 property battery.charge_level.current = 
6998 (0x1b56)
03:27:27.454: computer_power_supply_0 property battery.reporting.current = 6998 
(0x1b56)
03:27:27.456: computer_power_supply_0 property 
battery.rechargeable.is_discharging = false
03:27:27.457: computer_power_supply_0 property battery.rechargeable.is_charging 
= true
03:27:27.459: computer_power_supply_0 property battery.current = 1 (0x1)
03:27:27.460: computer_power_supply_0 property battery.voltage.current = 12524 
(0x30ec)
03:27:30.222: computer_power_supply_0 property battery.remaining_time removed
03:27:30.223: computer_power_supply_0 property battery.charge_level.percentage 
= 100 (0x64)
03:27:30.225: computer_power_supply_0 property battery.charge_level.current = 
7300 (0x1c84)
03:27:30.228: computer_power_supply_0 property battery.reporting.current = 7650 
(0x1de2)
03:27:30.230: computer_power_supply_0 property battery.rechargeable.is_charging 
= false
03:27:30.231: computer_power_supply_0 property battery.voltage.current = 12528 
(0x30f0)


** Attachment added: Bug 194960
   http://launchpadlibrarian.net/12289342/Bug%20194960

-- 
[Hardy]Battery charge never updates, remaining time always unknown
https://bugs.launchpad.net/bugs/194960
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 25931] Re: Failed to initalize HAL.

2008-02-29 Thread Launchpad Bug Tracker
This bug was fixed in the package dbus - 1.1.20-1ubuntu1

---
dbus (1.1.20-1ubuntu1) hardy; urgency=low

  * New upstream release: Tons of bug fixes, a security fix (CVE-2008-0595),
and two small new features:
- inotify support (to replace previous dnotify implementation); can be
  disabled with configure switch if it causes trouble
- Add matching support for program binaries in dbus policy rules.
  * Merge with Debian unstable; remaining changes:
- debian/patches/81-session.conf-timeout.patch: Raise the service startup
  timeout from 25 to 60 seconds. It may be too short on the live CD with
  slow machines.
- Add consolekit (= 0.2.3-3ubuntu2) dependency, which provides
  pam_console compatible stamps in /var/run/console. This keeps
  at_console policies working until we get rid of them completely.
  (See policykit-integration spec)
- debian/dbus.{postinst,prerm}: Do not restart dbus on upgrades, since it
  breaks too many applications. Instead, trigger a reboot required
  notification. Since this cancels the postinst early, add an explicit
  update-rc.d call to the symlink migration.
- debian/rules: Do not install /etc/X11/Xsession.d/75dbus_dbus-launch, we
  do not need it for Gnome, KDE, and XFCE, and it causes trouble.
  (LP #62163)
- debian/dbus.preinst: Remove obsolete conffile
  /etc/X11/Xsession.d/75dbus_dbus-launch on upgrades. This needs to be
  kept until after Hardy's release.
  * Debian's forceful way of RC symlink migration should finally fix all the
previous upgrade issues with wrong priorities. (LP: #25931)

dbus (1.1.20-1) unstable; urgency=medium

  [ Loic Minier ]
  * Forcefully remove old init script symlinks on upgrades to this version to
properly reinstall the init script when using insserv or file-rc; thanks
Petter Reinholdtsen; closes: #466503.

  [ Michael Biebl ]
  * New upstream release.

dbus (1.1.4-1) unstable; urgency=low

  [ Loic Minier ]
  * Merge patch from Ubuntu to build a devhelp file; thanks Martin Pitt;
closes: #454142.
- Build-dep on xsltproc.
- New patch, dbus-1.0.1-generate-xml-docs, enables generation of XML docs
  which serve as source for the devhelp generation.
- Add a XSLT file from the Fedora package, debian/doxygen_to_devhelp.xsl.
- Generate the devhelp file from the XML files thanks to the XSL file via
  xsltproc in build/dbus-1-doc::.
- Install the devhelp index in dbus-1-doc and move the HTML documentation
  around; add a symlink from the gtk-doc dir.
  * Misc smallish whitespace cleanups.
  * Start dbus at runlevel priority 12 and stop at priority 88.  This
eliminates the race condition of starting the X session before hal is
running.  Migrate rc?.d symlinks from 20 to 12/88 on upgrades.  This need
to be kept until after lenny is released.
  * Set LSB Default-Stop section to 1 and only install a shutdown script for
runlevel 1 to only stop dbus when going down to single user mode; dbus can
simply be killed like everything else on shutdown or reboot by sendsigs;
drop rc0 and rc6.d symlinks on upgrades.
  * Bump up dbus-x11 conflicts/replaces to  1.1.2 to match the transition
version in Ubuntu and reduce the delta.
  * Cleanup trailing whitespace.
  * Drop superfluous exit 0 at the end of dbus' init script which is set -e.
  * Add ${shlibs:Depends} to libdbus-1-dev.
  * Simplify dbus.postinst.
  * Rename patch dbus-1.0.1-generate-xml-docs to
10_dbus-1.0.1-generate-xml-docs to reflect current patch stack order.
  * Set shlibs via DEB_DH_MAKESHLIBS_ARGS_ALL instead of libdbus-1-3.shlibs
and extract libdbus-1-3 package name from control to avoid hardcoding the
SONAME and package name.

  [ Michael Biebl ]
  * New upstream release.
  * Deprecate the ENABLED option and remove it from /etc/default/dbus. Print a
warning message in the init script if this option is still used.
  * debian/patches/03_uuid_nul.patch
- Removed, merged upstream.
  * debian/patches/04_dbus_launch.patch
- Removed, merged upstream.
  * debian/control
- Bump Standards-Version to 3.7.3. No further changes required.
  * debian/dbus.init
- Fix LSB init header. Use $remote_fs instead of $local_fs as the
  daemon requires /usr to be mounted.
  Remove S from Should-Stop. (Closes: #459473)
- Use mountpoint to check if /proc is mounted. (Closes: #458392)
- Decrease retry-time to 5 secs on stop. (Closes: #462182)

 -- Martin Pitt [EMAIL PROTECTED]   Thu, 28 Feb 2008 15:08:15
+0100

** Changed in: dbus (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-0595

-- 
Failed to initalize HAL.
https://bugs.launchpad.net/bugs/25931
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

[Bug 196181] Re: Memory registers save incorrectly

2008-02-29 Thread Christophe Sauthier (huats)
** Changed in: gcalctool
   Importance: Unknown = Undecided
 Bugwatch: GNOME Bug Tracker #519243 = None
   Status: Unknown = New

** Changed in: gcalctool
   Importance: Undecided = Unknown
 Bugwatch: None = GNOME Bug Tracker #519243
   Status: New = Unknown

-- 
Memory registers save incorrectly
https://bugs.launchpad.net/bugs/196181
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 195929] Re: Cosmetic bug: rectangular white outline surrounding rounded buttons

2008-02-29 Thread Andrea Cimitan
The GtkEntry is drawn in that way due to draw_gtkentry, it fills the
background...

I'm not sure if that code can be removed.

-- 
Cosmetic bug: rectangular white outline surrounding rounded buttons
https://bugs.launchpad.net/bugs/195929
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ubuntulooks in ubuntu.

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


[Bug 192579] Re: shares-admin sometimes doesnt synch with smb.conf

2008-02-29 Thread Assid
My first post includes  a way to reproduce.
The first time you do it. it works. Next time if you go back to shares-admin, 
henceforth it will just ignore all changes. 

The first time being-  first time since you logged into the system and
started shares-admin and first quit after that.

-- 
shares-admin sometimes doesnt synch with smb.conf
https://bugs.launchpad.net/bugs/192579
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 192579] Re: shares-admin sometimes doesnt synch with smb.conf

2008-02-29 Thread Assid

** Attachment added: video of the bug
   http://launchpadlibrarian.net/12289436/shared.avi

-- 
shares-admin sometimes doesnt synch with smb.conf
https://bugs.launchpad.net/bugs/192579
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 44058] Re: suspend when closing laptop lid doesn't work

2008-02-29 Thread Marts
This bug also affects Kubuntu Hardy latest Alpha - Dell Vostro 1500
laptop.  Suspend on lid close doesn't work, but choosing it from the
logout screen works fine.

-- 
suspend when closing laptop lid doesn't work
https://bugs.launchpad.net/bugs/44058
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 196904] Re: with compiz, wrong colors in the workspace manager

2008-02-29 Thread Travis Watkins
** Also affects: libwnck (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: compiz (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

** Changed in: libwnck (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
with compiz, wrong colors in the workspace manager
https://bugs.launchpad.net/bugs/196904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in ubuntu.

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


[Bug 196844] Re: Too many characters in Leave a message can lock up the computer

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-screensaver
   Status: Unknown = New

-- 
Too many characters in Leave a message can lock up the computer
https://bugs.launchpad.net/bugs/196844
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gnome-screensaver.

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


[Bug 196712] Re: nautilus crashed with signal 5 in g_type_class_ref()

2008-02-29 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
nautilus crashed with signal 5 in g_type_class_ref()
https://bugs.launchpad.net/bugs/196712
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 196668] Re: battery applet crashes

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-applets
   Status: Unknown = New

-- 
battery applet crashes
https://bugs.launchpad.net/bugs/196668
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 196643] Re: nautilus duplicate history

2008-02-29 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
nautilus duplicate history
https://bugs.launchpad.net/bugs/196643
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 196592] Re: Users and Groups management tool crashed when I tried to add a new group

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = Fix Released

-- 
Users and Groups management tool crashed when I tried to add a new group
https://bugs.launchpad.net/bugs/196592
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 196481] Re: segfault when saving location

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = Fix Released

-- 
segfault when saving location
https://bugs.launchpad.net/bugs/196481
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 196181] Re: Memory registers save incorrectly

2008-02-29 Thread Bug Watch Updater
** Changed in: gcalctool
   Status: Unknown = Fix Released

-- 
Memory registers save incorrectly
https://bugs.launchpad.net/bugs/196181
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 195914] Re: Ekiga gstreamer inputs default to outdated V4L, and require to be changed to V4L2

2008-02-29 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Unknown = New

-- 
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 ekiga in ubuntu.

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


[Bug 188973] Re: printing pdf causes abnormally large job

2008-02-29 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = Invalid

-- 
printing pdf causes abnormally large job
https://bugs.launchpad.net/bugs/188973
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 188256] Re: empty CD-ROM Drive doesn't do anything when clicked

2008-02-29 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed = Fix Released

-- 
empty CD-ROM Drive doesn't do anything when clicked
https://bugs.launchpad.net/bugs/188256
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 186665] Re: nautilus crashed with SIGSEGV in nautilus_bookmark_list_load_file()

2008-02-29 Thread Bug Watch Updater
** Changed in: nautilus
   Status: In Progress = Fix Released

-- 
nautilus crashed with SIGSEGV in nautilus_bookmark_list_load_file()
https://bugs.launchpad.net/bugs/186665
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 194052] Re: hal not reading information about sysfs batteries correctly

2008-02-29 Thread Bug Watch Updater
** Changed in: hal (Debian)
   Status: Unknown = Confirmed

-- 
hal not reading information about sysfs batteries correctly
https://bugs.launchpad.net/bugs/194052
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 183521] Re: Hardy Heron gnome terminal missing menu bar

2008-02-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-terminal - 2.21.92-0ubuntu1

---
gnome-terminal (2.21.92-0ubuntu1) hardy; urgency=low

  * New upstream release (lp: #195931)
- Ensure menu items are always drawn (weren't in some cases) (lp: #183521)
- Stop forcing invisible_char to '*' (yet again)
  * debian/patches/02_autoconf.patch: updated

 -- Pedro Fragoso [EMAIL PROTECTED]   Tue, 26 Feb 2008 22:04:31 +

** Changed in: gnome-terminal (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Hardy Heron gnome terminal missing menu bar
https://bugs.launchpad.net/bugs/183521
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 180261] Re: Adding a new user with Real Name containing an apostrophe fails

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = New

-- 
Adding a new user with Real Name containing an apostrophe fails
https://bugs.launchpad.net/bugs/180261
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 179444] Re: gnome-settings-daemon crashed with signal 5

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown = Invalid

-- 
gnome-settings-daemon crashed with signal 5
https://bugs.launchpad.net/bugs/179444
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 196338] Re: Please sponsor metacity 2.21.21 (main) into Hardy

2008-02-29 Thread Michael Vogt
** Changed in: metacity (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: New = Fix Released

-- 
Please sponsor metacity 2.21.21 (main) into Hardy
https://bugs.launchpad.net/bugs/196338
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 158687] Re: [network-admin] No no encyption option in network-admin

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = New

-- 
[network-admin] No no encyption option in network-admin
https://bugs.launchpad.net/bugs/158687
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 193749] Re: Saving network location as name with forward slash does nothing

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = Fix Released

-- 
Saving network location as name with forward slash does nothing
https://bugs.launchpad.net/bugs/193749
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 186973] Re: obexftp does not work in hardy + gvfs

2008-02-29 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = New

-- 
obexftp does not work in hardy + gvfs
https://bugs.launchpad.net/bugs/186973
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 195602] Re: evince crashed with SIGSEGV in cairo_image_surface_get_width()

2008-02-29 Thread Bug Watch Updater
** Changed in: libcairo
   Status: Confirmed = Fix Released

-- 
evince crashed with SIGSEGV in cairo_image_surface_get_width()
https://bugs.launchpad.net/bugs/195602
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 195931] Re: Please sponsor gnome-terminal 2.21.92 (main) into Hardy

2008-02-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-terminal - 2.21.92-0ubuntu1

---
gnome-terminal (2.21.92-0ubuntu1) hardy; urgency=low

  * New upstream release (lp: #195931)
- Ensure menu items are always drawn (weren't in some cases) (lp: #183521)
- Stop forcing invisible_char to '*' (yet again)
  * debian/patches/02_autoconf.patch: updated

 -- Pedro Fragoso [EMAIL PROTECTED]   Tue, 26 Feb 2008 22:04:31 +

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Fix Released

-- 
Please sponsor gnome-terminal 2.21.92 (main) into Hardy
https://bugs.launchpad.net/bugs/195931
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 87868] Re: Toolbutton label settings's combobox and italian translation

2008-02-29 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New = Fix Released

-- 
Toolbutton label settings's combobox and italian translation
https://bugs.launchpad.net/bugs/87868
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 129029] Re: [Gutsy Tribe-5] No Sound on Login Screen or during Login

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-session
   Status: Confirmed = Fix Released

-- 
[Gutsy Tribe-5] No Sound on Login Screen or during Login
https://bugs.launchpad.net/bugs/129029
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 195616] Re: evolution crashed

2008-02-29 Thread David Mills
Pete,

could you ' chmod a+x /usr/lib/debug/usr/bin/evolution' and try running
the debug-version of evolution again?

Thanks

-- 
evolution crashed
https://bugs.launchpad.net/bugs/195616
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 120840] Re: Cannot specify newsgroup subscriptions directly

2008-02-29 Thread Bug Watch Updater
** Changed in: evolution
   Status: New = Confirmed

-- 
Cannot specify newsgroup subscriptions directly
https://bugs.launchpad.net/bugs/120840
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 154504] Re: Gnome-panel hangs and allocates all possible ram.

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-panel
   Status: Unknown = New

-- 
Gnome-panel hangs and allocates all possible ram.
https://bugs.launchpad.net/bugs/154504
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 156073] Re: Disabling gdm-login kills X instantly

2008-02-29 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = New

-- 
Disabling gdm-login kills X instantly
https://bugs.launchpad.net/bugs/156073
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 158292] Re: Bottom task bar moves up an inch when I connect to external video/projector

2008-02-29 Thread Bug Watch Updater
** Changed in: gnome-panel
   Status: Unknown = New

-- 
Bottom task bar moves up an inch when I connect to external video/projector
https://bugs.launchpad.net/bugs/158292
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 196181] Re: Memory registers save incorrectly

2008-02-29 Thread Christophe Sauthier (huats)
** Changed in: gcalctool (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Memory registers save incorrectly
https://bugs.launchpad.net/bugs/196181
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 154139] Re: Unable to change modes after using Esc to cancel Changing Modes Clears Calculation dialog

2008-02-29 Thread Christophe Sauthier (huats)
Fixed at least in the 5.21.92 which currently ships with hardy

** Changed in: gcalctool (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Unable to change modes after using Esc to cancel Changing Modes Clears 
Calculation dialog
https://bugs.launchpad.net/bugs/154139
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 118593] Re: mouse preferences acceleration not saving

2008-02-29 Thread Tobias Knerr
I experience the same bug with fully updated Ubuntu 7.10 x86 and a
standard USB mouse with PS2 hardware adapter.

Having both gconf-editor and the mouse preferences open, moving the slides will 
produce the following effects:
a) Moving the slide associated with acceleration will cause 
/desktop/gnome/peripherals/mouse/motion_acceleration to change to a low value 
(0.2000298023224) as soon as I release the mouse button (no matter where). 
The slide will instantly go to the far left.
b) Once motion_acceleration has the 0.20… value, moving the slide will no 
longer affect it at all. The slide itself will, however, remain in the position 
where I dragged it.
c) If I enter the mouse preferences dialog with the 0.20… value already set, 
the behavior will be like b) from the beginning.
d) motion_threshold and drag_threshold are not affected by the bug, they will 
instantly represent changes to their associated slides.

-- 
mouse preferences acceleration not saving
https://bugs.launchpad.net/bugs/118593
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 88259] Re: group manager should hide system groups

2008-02-29 Thread Sebastian Urban
I mean GIDs less than 1001.

On my system the following groups are shown:
root
users
dhcp
syslog
klog
scanner
nvram
fuse
ssl-cert
lpadmin
messagebus
admin
crontab
ssh
avahi-autoipd
avahi
netdev
haldaemon
powerdev
gdm
slocate
vboxusers
debian-tor
mythtv

I guess it is okay to show some of them with a description what they are
for and allow an admin to change who belongs to the group. However it
should not be possible to delete system groups or change the GID,
because daemons depend on them.

-- 
group manager should hide system groups 
https://bugs.launchpad.net/bugs/88259
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 158345] Re: Access denied to the keyring when opening Gnome Keyring Manager

2008-02-29 Thread .: WiFi :.
Hi,
I have the same issue in one of my laptops. It have an ubuntu 7.10 clean 
install. If I kill and start again the keyring deamon, the keyring-manger asks 
for the password, but after reboot I can't have access to the keys and the 
keyring-manager does not have access to any of the saved passwords.
Have anyone resolved the issue?

-- 
Access denied to the keyring when opening Gnome Keyring Manager
https://bugs.launchpad.net/bugs/158345
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring-manager in ubuntu.

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


[Bug 196481] Re: segfault when saving location

2008-02-29 Thread Pedro Villavicencio
Fixed upstream, thanks for reporting!.

** Changed in: gnome-system-tools (Ubuntu)
   Status: Triaged = Fix Committed

-- 
segfault when saving location
https://bugs.launchpad.net/bugs/196481
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 193749] Re: Saving network location as name with forward slash does nothing

2008-02-29 Thread Pedro Villavicencio
Fixed upstream, thanks for reporting!.

** Changed in: gnome-system-tools (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Saving network location as name with forward slash does nothing
https://bugs.launchpad.net/bugs/193749
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 180224] Re: Hibernate icon missing in GDM options menu

2008-02-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.20.3-0ubuntu6

---
gdm (2.20.3-0ubuntu6) hardy; urgency=low

  * debian/patches/11_powermanagement.patch,
debian/rules:
- install and use the new Kenneth Wimer hibernate icon (lp: #180224)
  * debian/patches/70_mandatory-relibtoolize.patch:
- updated due to the changes

 -- Sebastien Bacher [EMAIL PROTECTED]   Fri, 29 Feb 2008 09:54:20
+0100

** Changed in: gdm (Ubuntu)
   Status: In Progress = Fix Released

-- 
Hibernate icon missing in GDM options menu
https://bugs.launchpad.net/bugs/180224
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 99736] Re: Over-optimistic detection of file type

2008-02-29 Thread Bug Watch Updater
** Changed in: shared-mime
   Status: Unknown = Confirmed

-- 
Over-optimistic detection of file type
https://bugs.launchpad.net/bugs/99736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 22930] Re: Newly-sensitive button ignores clicks until cursor re-enters it

2008-02-29 Thread rebroad
What does Tags removed: qa-hardy-desktop mean? Does it mean Canonical
aren't aiming to have this bug removed from Hardy?

-- 
Newly-sensitive button ignores clicks until cursor re-enters it
https://bugs.launchpad.net/bugs/22930
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 195483] Re: Sound Juicer - MP3 quality doesn't change

2008-02-29 Thread Srik
Same problem using the sound recorder (that uses the same sound profiles
of soundjuicer).

-- 
Sound Juicer - MP3 quality doesn't change
https://bugs.launchpad.net/bugs/195483
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to sound-juicer in ubuntu.

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


[Bug 196655] Re: sftp copy fails in nautilus

2008-02-29 Thread Pedro Villavicencio
Thanks for your report, May you tell us a few easy steps in order to
reproduce this issue? thanks in advance.

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
sftp copy fails in nautilus
https://bugs.launchpad.net/bugs/196655
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 196692] Re: gvfsd-cdda crashed with SIGSEGV in cdio_cddap_close_no_free_cdio()

2008-02-29 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

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

** Visibility changed to: Public

** Attachment removed: CoreDump.gz

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

-- 
gvfsd-cdda crashed with SIGSEGV in cdio_cddap_close_no_free_cdio()
https://bugs.launchpad.net/bugs/196692
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 196481] Re: segfault when saving location

2008-02-29 Thread Chris Jones
I see this is fixed upstream now. Do we know if the upstream trunk patch
will make it into the pre-Hardy GNOME release? if not should we dig out
the patch so we can apply it to Hardy?

-- 
segfault when saving location
https://bugs.launchpad.net/bugs/196481
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 196947] [NEW] Could Take Screenshot open to its last opened location?

2008-02-29 Thread ScottRippon
Public bug reported:

Binary package hint: gnome-utils

When you open up the 'Take Screenshot' utility (Applications 
Accessories  Take Screenshot) it opens in the centre of the screen.  I
always like to move this utility to the side of the screen so I can
adjust the window I'd like to take a screenshot of.

Could the 'Take Screenshot' be modified so that it remembers the
location it was last open at and open to this location?  While this is a
very minor UX issue I think it would be nice if it functioned like this.

Here are my system details:

Gnome 2.20.1
Ubuntu 7.10

Thanks in advance.

Kind regards,
Scott.

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

-- 
Could Take Screenshot open to its last opened location?
https://bugs.launchpad.net/bugs/196947
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 196947] Re: Could Take Screenshot open to its last opened location?

2008-02-29 Thread Pedro Villavicencio
** Changed in: gnome-utils (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Could Take Screenshot open to its last opened location?
https://bugs.launchpad.net/bugs/196947
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 196501] Re: [hardy] Gnome battery absurd time remaining

2008-02-29 Thread Sense Hofstede
It looks like bug #194719 could have the same cause as yours. Do the
symptoms described there also apply to your laptop?

-- 
[hardy] Gnome battery absurd time remaining
https://bugs.launchpad.net/bugs/196501
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 126087] Re: after switch user, session is lost

2008-02-29 Thread Efrain Valles
This bug report dates to the time when Gutsy was in Alpha stages. Does
this issue persist in the stable release of Ubuntu 7.10 Gutsy Gibbon?

Thanks again for reporting this bug

-- 
after switch user, session is lost
https://bugs.launchpad.net/bugs/126087
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 112955] Re: vino (vnc) keyboard mapping problem

2008-02-29 Thread Wolfgang Schnerring
Re wjs
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/112955/comments/31

I too can confirm this workaround solves the issue.
You can perform the same setting without the graphical gconf-editor using the 
following command (e.g. via SSH):

gconftool --set /desktop/gnome/peripherals/keyboard/kbd/layouts --type
List --list-type String [aa]

-- 
vino (vnc) keyboard mapping problem
https://bugs.launchpad.net/bugs/112955
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 192861] Re: gnome-terminal crashed with SIGSEGV in strcmp()

2008-02-29 Thread Pedro Villavicencio
** Tags added: need-i386-retrace

-- 
gnome-terminal crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/192861
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 196955] Re: [Hardy] does not update graphics correctly

2008-02-29 Thread Fred
What version of System Monitor do you have?

I have System Monitor 2.21.5 with a Core 2 Duo 2.13 GHz machine, and I do not 
appear to have this problem.
My System Monitor has white background instead of black as you have, and some 
different icons.

-- 
[Hardy] does not update graphics correctly
https://bugs.launchpad.net/bugs/196955
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 161116] Re: bizarre extra matching of TLD on mailto: URLs

2008-02-29 Thread Pedro Villavicencio
** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Also affects: gnome-terminal via
   http://bugzilla.gnome.org/show_bug.cgi?id=452637
   Importance: Unknown
   Status: Unknown

-- 
bizarre extra matching of TLD on mailto: URLs
https://bugs.launchpad.net/bugs/161116
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 196798] Re: rhythmbox crashed with SIGSEGV in g_type_create_instance()

2008-02-29 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Tags added: likely-dup

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

** Visibility changed to: Public

** Attachment removed: CoreDump.gz

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

-- 
rhythmbox crashed with SIGSEGV in g_type_create_instance()
https://bugs.launchpad.net/bugs/196798
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 196958] Re: sound-juicer crashed when accessing preferences with SIGSEGV in strcmp()

2008-02-29 Thread Kristoffer Lundén

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/12292390/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/12292392/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/12292395/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/12292396/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/12292397/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
sound-juicer crashed when accessing preferences with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/196958
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to sound-juicer in ubuntu.

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


[Bug 196655] Re: sftp copy fails in nautilus

2008-02-29 Thread Thom Pischke
1. Access a folder on a network via sftp protocol in nautilus : sftp://[EMAIL 
PROTECTED]/home/user/
2. Drag any file into it

-- 
sftp copy fails in nautilus
https://bugs.launchpad.net/bugs/196655
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 188183] Re: 'world clock applet' and 'weather report applet' show different temperatures

2008-02-29 Thread Fred
Yes, I have noticed this too.
It say 6 'C in the systray thing, then when I hover mouse, the tooltip says 2.1 
'C, and it confuses me, because I wonder, which is it?

-- 
'world clock applet' and 'weather report applet' show different temperatures
https://bugs.launchpad.net/bugs/188183
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 196955] [NEW] [Hardy] does not update graphics correctly

2008-02-29 Thread Bernard Drapeau
Public bug reported:

Gnome-system-monitor does not refresh the graphics sections correctly. 
The statistics are blurred. The lines ovelap each other and comver the 
background.

Instead of moving a line and (erasing it, maybe?) and redrawing a new
line, it could be more practical to draw on top of a moving background.

The graphics are unreadable.

I run a Core2 Duo machine. The 2 CPUs are not differenciated.

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

-- 
[Hardy] does not update graphics correctly
https://bugs.launchpad.net/bugs/196955
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 196955] Re: [Hardy] does not update graphics correctly

2008-02-29 Thread Bernard Drapeau

** Attachment added: Gnome-system-monitor screen shot
   http://launchpadlibrarian.net/12292338/System_monitor_Screen.png

-- 
[Hardy] does not update graphics correctly
https://bugs.launchpad.net/bugs/196955
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 196311] Re: gnome-terminal crashed with SIGSEGV in g_closure_invoke()

2008-02-29 Thread Pedro Villavicencio
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=519496

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

** Also affects: gnome-terminal via
   http://bugzilla.gnome.org/show_bug.cgi?id=519496
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Visibility changed to: Public

-- 
gnome-terminal crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/196311
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 196637] Re: i CANNOT PUT CHECK IN squares

2008-02-29 Thread win22
Pedro Villavicencio wrote:
 Thank you for your comments. This does not appear to be a bug report and
 we are closing it. We appreciate the difficulties you are facing, but it
 would make more sense to raise your question in the support tracker.
 https://answers.launchpad.net/ubuntu

 ** Changed in: evolution (Ubuntu)
Status: New = Invalid

 ** bug changed to question:
https://answers.edge.launchpad.net/ubuntu/+source/evolution/+question/25844

   
I need not support, if I need it i'l ask it.
i use windows XP, where haven't this bug. ANd ubuntu 7.10 where same 
haven't this bug.
i don't use this alpa version for my purposes, i just test it and 
message about bug.
This  is a bug,  because  checks  MUST NOT DISSAPEAR .

-- 
i CANNOT PUT CHECK IN squares
https://bugs.launchpad.net/bugs/196637
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 196839] Re: cannot play music says do not have the correct plugins

2008-02-29 Thread Pedro Villavicencio
Thank you for your comments. This does not appear to be a bug report and
we are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
https://answers.launchpad.net/ubuntu

** Changed in: totem (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/totem/+question/25917

-- 
cannot play music says do not have the correct plugins
https://bugs.launchpad.net/bugs/196839
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 196958] [NEW] sound-juicer crashed when accessing preferences with SIGSEGV in strcmp()

2008-02-29 Thread Kristoffer Lundén
Public bug reported:

Binary package hint: sound-juicer

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)

(Updated completely as of 2008-02-29, 13:00 CET)

Package: sound-juicer
Version: 2.21.92-0ubuntu1

What happened: A CD was loaded for ripping and I wanted to check first
so the ripping settings was ok. Edit-preferences just makes the
application unresponsive and hangs, and eventually it crashes with
attached trace.

Trying to access preferences with no disc results in sound-juicer just
disappearing immediately with no trace whatsoever.

Expected: a preferences dialog. :)

ProblemType: Crash
Architecture: i386
Date: Fri Feb 29 12:51:40 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/sound-juicer
NonfreeKernelModules: cdrom
Package: sound-juicer 2.21.92-0ubuntu1
PackageArchitecture: i386
ProcCmdline: sound-juicer -d /dev/scd0
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: sound-juicer
StacktraceTop:
 strcmp () from /lib/tls/i686/cmov/libc.so.6
 prefs_base_folder_changed ()
 g_cclosure_marshal_VOID__VOID ()
 g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
Title: sound-juicer crashed with SIGSEGV in strcmp()
Uname: Linux 2.6.24-10-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev uucp 
vboxusers video

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash need-i386-retrace

-- 
sound-juicer crashed when accessing preferences with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/196958
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to sound-juicer in ubuntu.

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


[Bug 8839] rhythmbox tag editing, Quality column

2008-02-29 Thread Raf
Ubuntu 7.10, Rhythmbox 0.11.2
Cannot (mass-)edit FLAC tags, Quality column displays unknown for mp3  flac.

-- 
rhythmbox tag editing has issues with gst0.10
https://bugs.launchpad.net/bugs/8839
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 196967] [NEW] [Hardy] evolution - inconsistent behavior when using TAB key on new line

2008-02-29 Thread Goswin
Public bug reported:

Binary package hint: evolution

When using tabs to align text in an evolution email (compose mail), the
behavior is inconsistent on a new line. The underlying text is pushed
down one line, then comes back up, but the cursor is not 'tabbing'
forward. It stays at the beginning of the line. It seems the tabs are
added to the end of the line before the new line.

hardy - fully up to date

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

-- 
[Hardy] evolution - inconsistent behavior when using TAB key on new line
https://bugs.launchpad.net/bugs/196967
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 188256] Re: empty CD-ROM Drive doesn't do anything when clicked

2008-02-29 Thread Pedro Villavicencio
fixed upstream, thanks for reporting.

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

-- 
empty CD-ROM Drive doesn't do anything when clicked
https://bugs.launchpad.net/bugs/188256
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 99736] Re: Over-optimistic detection of file type

2008-02-29 Thread Pedro Villavicencio
** Changed in: shared-mime-info (Ubuntu)
   Status: Confirmed = Triaged

-- 
Over-optimistic detection of file type
https://bugs.launchpad.net/bugs/99736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 87868] Re: Toolbutton label settings's combobox and italian translation

2008-02-29 Thread Pedro Villavicencio
Already fixed on hardy.

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Toolbutton label settings's combobox and italian translation
https://bugs.launchpad.net/bugs/87868
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 186665] Re: nautilus crashed with SIGSEGV in nautilus_bookmark_list_load_file()

2008-02-29 Thread Pedro Villavicencio
Fixed upstream, thanks for reporting.

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

-- 
nautilus crashed with SIGSEGV in nautilus_bookmark_list_load_file()
https://bugs.launchpad.net/bugs/186665
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 187014] Re: Parsing not handling things the way a normal calculator would

2008-02-29 Thread Christophe Sauthier (huats)
In the hardy current version (5.21.92) the fix is released.

** Changed in: gcalctool (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Parsing not handling things the way a normal calculator would
https://bugs.launchpad.net/bugs/187014
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 158292] Re: Bottom task bar moves up an inch when I connect to external video/projector

2008-02-29 Thread Pedro Villavicencio
** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
Bottom task bar moves up an inch when I connect to external video/projector
https://bugs.launchpad.net/bugs/158292
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 195602] Re: evince crashed with SIGSEGV in cairo_image_surface_get_width()

2008-02-29 Thread Pedro Villavicencio
Fixed upstream, thanks for reporting.

** Changed in: evince (Ubuntu)
   Status: Triaged = Fix Committed

-- 
evince crashed with SIGSEGV in cairo_image_surface_get_width()
https://bugs.launchpad.net/bugs/195602
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 196193] Re: Epiphany 2.21.90 (Hardy Alpha 5) can't import bookmarks from any source

2008-02-29 Thread Andrea Corbellini
It works for me. Could you tell me if you look for your boockmarks in
the toolbar or in the bookmarks window?

** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Low
   Status: Confirmed = Incomplete

-- 
Epiphany 2.21.90 (Hardy Alpha 5) can't import bookmarks from any source
https://bugs.launchpad.net/bugs/196193
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2008-02-29 Thread Pedro Villavicencio
May you forward it upstream to bugzilla.gnome.org since you're facing
the issue? I can't reproduce it here. You can look to
https://wiki.ubuntu.com/Bugs/Upstream/GNOME for filing instructions.
thanks in advance.

** Changed in: sound-juicer (Ubuntu)
   Status: Incomplete = New

-- 
Sound Juicer - MP3 quality doesn't change
https://bugs.launchpad.net/bugs/195483
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to sound-juicer in ubuntu.

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


[Bug 196844] Re: Too many characters in Leave a message can lock up the computer

2008-02-29 Thread Pedro Villavicencio
** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

-- 
Too many characters in Leave a message can lock up the computer
https://bugs.launchpad.net/bugs/196844
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gnome-screensaver.

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


Re: [Bug 188702] Re: hardy: multimedia keys no longer work

2008-02-29 Thread Kjell Braden
On Do, 2008-02-28 at 14:50 +, Tobias Wolf wrote:
 ** Also affects: quodlibet-plugins (Ubuntu)
Importance: Undecided
Status: New
 

Why do you think quodlibet is affected? Quodlibet-plugins are working
for me since 20070625-1ubuntu2, for more information see bug 188311.

-- 
hardy: multimedia keys no longer work
https://bugs.launchpad.net/bugs/188702
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 195616] Re: evolution crashed

2008-02-29 Thread Sebastien Bacher
the debug version is not a binary meant to be run but symbols gdb is
using automatically when they are installed

-- 
evolution crashed
https://bugs.launchpad.net/bugs/195616
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 154504] Re: Gnome-panel hangs and allocates all possible ram.

2008-02-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 187540 ***
https://bugs.launchpad.net/bugs/187540

the issue is similar to bug #187540?

-- 
Gnome-panel hangs and allocates all possible ram.
https://bugs.launchpad.net/bugs/154504
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 154504] Re: Gnome-panel hangs and allocates all possible ram.

2008-02-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 187540 ***
https://bugs.launchpad.net/bugs/187540

closing as duplicate, feel free to reopen if you disagree though

** This bug has been marked a duplicate of bug 187540
   Gnome-panel freeze when 8 windows are open when the panel is on the right

-- 
Gnome-panel hangs and allocates all possible ram.
https://bugs.launchpad.net/bugs/154504
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 181503] Re: [hardy] time-admin crashed with SIGSEGV in strcmp()

2008-02-29 Thread Fernando Pereira
$ date
Fri Feb 29 13:12:30 WET 2008

$ time-admin 
(time-admin:31236): Gtk-WARNING **: Unsupported tag for GtkWidget: atkproperty
(time-admin:31236): Gtk-WARNING **: Unsupported tag for GtkWidget: atkproperty
(time-admin:31236): Gtk-WARNING **: Unknown property: 
GtkCalendar.display-options
Segmentation fault


should I annex a gdb trace?

-- 
[hardy] time-admin crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/181503
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 117583] Re: ipod: album art not added

2008-02-29 Thread Sebastien Bacher
that might depend of the ipod model then, needs to be debugged by
somebody having access to such hardware, I tried using automatically
downloaded covers in rhythbox and not local images though

-- 
ipod: album art not added
https://bugs.launchpad.net/bugs/117583
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 195176] Re: gnome-system-log crashed with SIGSEGV in g_type_check_instance_cast()

2008-02-29 Thread Pedro Villavicencio
we still need a backtrace so i'm leaving this as incomplete.

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

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

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


[Bug 49348] Re: List view in Nautilus does not allow dragging a selection by mouse

2008-02-29 Thread Mathieu Leplatre
I noticed that the file panel in Brasero has this feature. But it is not very 
well done.
Indeed, you have to first clic on the file to drag n drop it, otherwise it 
makes a rubber band. This is very annoying.

I prefer the MS Windows way (or Konqueror according to Adam), which
makes the difference according to the start point of the rubber band (on
files : dnd, outside files list: rubberband)

-- 
List view in Nautilus does not allow dragging a selection by mouse
https://bugs.launchpad.net/bugs/49348
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 196991] [NEW] gvfsd-smb uses 1GB memory after file copy

2008-02-29 Thread Berdir
Public bug reported:

Binary package hint: gvfs-backends

Similar problem as in #5929

After copying some files from a smb:// share to my local disk, I noticed
that the gvfsd-smb process does use 1,1GB memory, the same amount as the
size of the copied files. It seems that all the copied files are in
memory now and *stay* there. The copy command has successfully finished.

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  
11139 berdir20   0 1166m 1.1g 4148 S0 54.3   0:15.02 
/usr/lib/gvfs/gvfsd-smb --spawner :1.16 /org/gtk/gvfs/exec_spaw/4

Versions used:

ii  gvfs   0.1.8svn200802 userspace virtual filesystem - server
ii  gvfs-backends  0.1.8svn200802 userspace virtual filesystem - backends

I have added a screenshot of the Speicherfelder ( Don't know the
english name, probably something like memory fields, right click on the
process in the system overview and selected there Speicherfelder)

At the moment, it isn't an actual problem, but the process will probably
crash if one tries to copy more data than memory + swap

If I can give you more information, please tell me how :)

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

-- 
gvfsd-smb uses 1GB memory after file copy
https://bugs.launchpad.net/bugs/196991
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 196991] Re: gvfsd-smb uses 1GB memory after file copy

2008-02-29 Thread Berdir

** Attachment added: Speicherfelder.png
   http://launchpadlibrarian.net/12294962/Speicherfelder.png

-- 
gvfsd-smb uses 1GB memory after file copy
https://bugs.launchpad.net/bugs/196991
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 187778] Re: evolution events disappear sometimes

2008-02-29 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Invalid

-- 
evolution events disappear sometimes
https://bugs.launchpad.net/bugs/187778
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 196263] Re: Desktop icons not appearing

2008-02-29 Thread Pedro Villavicencio
Can someone still reproduce this with latest packages on Hardy?

-- 
Desktop icons not appearing
https://bugs.launchpad.net/bugs/196263
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 188879] Re: Selecting tab in gnome-terminal sometimes detaches it

2008-02-29 Thread Pedro Villavicencio
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug if you can provide the information
asked for. Thanks!.

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

-- 
Selecting tab in gnome-terminal sometimes detaches it
https://bugs.launchpad.net/bugs/188879
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 188852] Re: the system has complete stop (hanging) in complete different programms. I have to stop/restart by hardware restart (push on/off by 5 seconds) Each time different situations.

2008-02-29 Thread Pedro Villavicencio
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug if you can provide the information
asked for. Thanks!.

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

-- 
the system has complete stop (hanging) in complete different programms. I have 
to stop/restart by hardware restart (push on/off by 5 seconds) Each time 
different situations.
https://bugs.launchpad.net/bugs/188852
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 183874] Re: (Feisty) gThumb tries to show mp3, flv and wma files

2008-02-29 Thread Pedro Villavicencio
** Changed in: gthumb (Ubuntu)
   Status: Incomplete = Invalid

-- 
(Feisty) gThumb tries to show mp3, flv and wma files
https://bugs.launchpad.net/bugs/183874
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 125638] Re: Completlty wrong cd-cover image

2008-02-29 Thread Jim Walsh 3
When playing Best of Richard and Mimi Farina album cover is for
Hadley and Hampson (of the Welsh National Opera.

Is this the sort of information you want?

-- 
Completlty wrong cd-cover image
https://bugs.launchpad.net/bugs/125638
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 196691] Re: can not enter other languages support

2008-02-29 Thread Sebastien Bacher
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at [WWW]
https://answers.launchpad.net/ubuntu if you are uncertain if they are
bugs. For help on reporting bugs, see [WWW]
https://help.ubuntu.com/community/ReportingBugs .

** Changed in: yelp (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/yelp/+question/25924

-- 
can not  enter other languages support
https://bugs.launchpad.net/bugs/196691
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 195788] Re: Evolution 2.21.92 (hardy) crashes when attaching MS-Office files

2008-02-29 Thread Effenberg0x0
hggdh, did the last Backtrace file I sent here helped you see the problem? 
Do you need any other information?

Thanks,
Effenberg

-- 
Evolution 2.21.92 (hardy) crashes when attaching MS-Office files
https://bugs.launchpad.net/bugs/195788
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 181503] Re: [hardy] time-admin crashed with SIGSEGV in strcmp()

2008-02-29 Thread Carlos Garnacho
What's the output of runlevel? it's really strange that it isn't
detecting your current one.

-- 
[hardy] time-admin crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/181503
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   3   4   >