[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2021-07-01 Thread Geoff Alexander
I'm seeing the same symptoms, screen scaling 125% gives 200%, when
accessing a Ubuntu 20.04 VMware system via xdrp from Windows 10.  My
graphics driver is

root@geoff-ubuntu-2004:~# lshw -c video
  *-display 
   description: VGA compatible controller
   product: SVGA II Adapter
   vendor: VMware
   physical id: f
   bus info: pci@:00:0f.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: vga_controller bus_master cap_list rom
   configuration: driver=vmwgfx latency=64
   resources: irq:16 ioport:1070(size=16) memory:e800-efff 
memory:fe00-fe7f memory:c-d

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

Title:
  [nvidia] Screen scaling 125% gives 200%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+subscriptions

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

[Bug 1620358] [NEW] System-wide monitors.xml is ignored

2016-09-05 Thread Geoff Short
Public bug reported:

Using gnome-settings-daemon 3.18.2-0ubuntu3.1 on Ubuntu 16.04.1 LTS

Logging in with a new user account, my two monitors are the wrong way
round. I can fix for this user by right-click; run "Display Settings"
and manually reconfiguring. This creates ~/.config/monitors.xml

I now copy that file to /etc/gnome-settings-daemon/xrandr/monitors.xml -
I expect this to apply to all other users on this PC:

$ gsettings get org.gnome.settings-daemon.plugins.xrandr 
default-configuration-file
'/etc/gnome-settings-daemon/xrandr/monitors.xml'

When other users log in, they still get the incorrect display setup. It
looks like /etc/gnome-settings-daemon/xrandr/monitors.xml is having no
effect.

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

** Attachment added: "monitors.xml"
   
https://bugs.launchpad.net/bugs/1620358/+attachment/4734979/+files/monitors.xml

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

Title:
  System-wide monitors.xml is ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1620358/+subscriptions

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


[Bug 878941] Re: Mail Notification Plugin Doesn't Notify

2012-05-01 Thread Geoff Goehle
I just upgraded to 12.04 and this is *still* a problem.  Its even worse
because now there isn't a gnome-stracciatella-session package to install
anymore.  Gaa!

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 878941] Re: Mail Notification Plugin Doesn't Notify

2012-05-01 Thread Geoff Goehle
As a potential fix, could the check in mail-noficiation.c be changed
from

if (g_strcmp0(g_getenv(GDMSESSION), gnome-stracciatella) ==
0) {

to

if (g_strcmp0(g_getenv(GDMSESSION), gnome-shell) == 0) {

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 923749] Re: New push mouse offscreen feature really difficult to get

2012-02-07 Thread Geoff Teale
Just confirming the same behaviour on a thinkpad E525.  It is true that
the behaviour feels somewhat different on the built in trackpad than on
my Filco USB trackpad, but I think perhaps that this is perhaps
cognitively clumsy too.

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

Title:
  New push mouse offscreen feature really difficult to get

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/923749/+subscriptions

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


[Bug 878941] Re: Mail Notification Plugin Doesn't Notify

2011-10-21 Thread Geoff Goehle
After digging around a bit I've found that I can't get mail-notification
to display a notification icon at all.  The notification I was seeing
earlier was being displayed by the evolution-indicator plugin.

I can hear a sound when I recieve a new message, so the mail
notification plugin is running,  but it either does not display a
notification message or it tries to and fails.

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 878941] Re: Mail Notification Plugin Doesn't Notify

2011-10-21 Thread Geoff Goehle
I figured out the problem.  In mail-notification the mail-notification
applet only sends notifications if ubuntu is running a stracciatella
gnome session.  Stracciatella-gnome-session was a vanilla gnome
session with very little ubuntu.  Presumably mail-notification turns
itself off for the regular ubuntu gnome session because of the evolution
indicator.

However!  Now that ubuntu has moved to unity, the gnome-shell session
doesn't have the evolution-indicator conflict anymore and mail-
notification should be enabled.

The way to fix this would be to remove the  is_stracciatella portions of
the mail-notification plugin.

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 878941] Re: Mail Notification Plugin Doesn't Notify

2011-10-21 Thread Geoff Goehle
After thinking about this for a while, I don't think it will be as
simple as just removing the is_stracciatella check.  That check should
definitely be removed, its crazy for users to have to install some
mystery package so that there evolution plugins will work.  (Especially
now that there is a real need for mail-notification for gnome-shell
ubuntu users since evolution-indicator isn't a viable replacement.)
However mail-notification needs to be disabled by default for unity
users and enabled by default for gnome-shell users (and vice versa for
evolution-indicator).

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

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 879747] [NEW] Sorry misunderstanding. Not a bug. I am having trouble logging into my employer (owa.utas.edu.au) exchange server. Perhaps , not something you can help me with.

2011-10-21 Thread Geoff Piggott
Public bug reported:

above

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sat Oct 22 13:13:54 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
SourcePackage: evolution
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (1 days ago)

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


** Tags: apport-bug apport-lpi i386 oneiric running-unity

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

Title:
  Sorry misunderstanding. Not a bug. I am having trouble logging into my
  employer (owa.utas.edu.au) exchange server. Perhaps , not something
  you can help me with.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/879747/+subscriptions

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


[Bug 879747] Re: Sorry misunderstanding. Not a bug. I am having trouble logging into my employer (owa.utas.edu.au) exchange server. Perhaps , not something you can help me with.

2011-10-21 Thread Geoff Piggott
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/879747

Title:
  Sorry misunderstanding. Not a bug. I am having trouble logging into my
  employer (owa.utas.edu.au) exchange server. Perhaps , not something
  you can help me with.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/879747/+subscriptions

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


[Bug 878941] [NEW] Mail Notification Plugin Doesn't Notify

2011-10-20 Thread Geoff Goehle
Public bug reported:

I am using Ubuntu 11.10 with gnome-shell.  I am using the latest
evolution with the mail notification plugin turned on.

When I get mail I expect the mail notification plugin to present a popup
and then leave a message in the notification tray.  This does not always
happen.  One reproducible circumstance is if I leave evolution open on
one desktop, move to another desktop and then leave my mouse focus on a
window on the second monitor.  (For gnome-shell the second monitor
shared across all desktops by default).  However, I've noticed the
behavior in other instances.

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

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

Title:
  Mail Notification Plugin Doesn't Notify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/878941/+subscriptions

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


[Bug 808138] [NEW] brasero fails to copy a data dvd, or audio cd.

2011-07-09 Thread geoff chadwick
Public bug reported:

if i try to copy a data dvd or audio cd i insert the disk it finds and takes a 
copy then ejects the disk when finished,,but never asks for a blank disc, if 
you insert a blank disk brasero will not respond.
so as far as i can see it takes a copy then it just seems to for get it.
my computer is a dell  inspiron 560.

first time i have ever had a problem with brasero or ubuntu.
thanks hope this helps.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: brasero 2.32.1-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sat Jul  9 23:03:00 2011
ExecutablePath: /usr/bin/brasero
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: Upgraded to natty on 2011-05-02 (68 days ago)
XsessionErrors:
 (nautilus:1437): GdkPixbuf-CRITICAL **: gdk_pixbuf_format_get_name: assertion 
`format != NULL' failed
 (unknown:1431): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.SectionsModel is in the past. Ignoring 
transaction.
 (unknown:1431): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.GroupsModel is in the past. Ignoring 
transaction.
 (unknown:1431): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.GlobalGroupsModel is in the past. 
Ignoring transaction.

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


** Tags: apport-bug apport-lpi i386 natty running-unity

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

Title:
  brasero fails to copy a data dvd, or audio cd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/808138/+subscriptions

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


[Bug 808138] Re: brasero fails to copy a data dvd, or audio cd.

2011-07-09 Thread geoff chadwick
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/808138

Title:
  brasero fails to copy a data dvd, or audio cd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/808138/+subscriptions

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


[Bug 781851] Re: allow to change keyboard shortcuts

2011-06-03 Thread Geoff Mulligan
The new description is not completely correct.  While you can change
accels using this method you cannot set the accel to a non-control key.

In the past you could set the accel for next message to n and previous
message to p and delete message to d so that you didn't need to hold
down a control key to execute these functions.

There doesn't seem to be a way using the method described to set
keyboard accels to just non-control keys.  I can set next message to
control-n but not just n as I was able to do previously.

** Description changed:

  Binary package hint: evolution
  
  In previous versions of evolution you were able to modify the keyboard
  shortcuts by editing the evolution-mail-message.xml file. This file does
  not exist and the keyboard accel mappings do not seem to be available in
  any file.
  
  The FAQ
  
(http://live.gnome.org/Evolution/FAQ#How_can_I_change_my_keyboard_shortcuts.3F)
  for evolution still suggests making changes to the old file.
  
  Please bring back the capability to change the keyboard shortcuts.
  
  ProblemType: BugDistroRelease: Ubuntu 11.04
  Package: evolution 2.32.2-0ubuntu7
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Thu May 12 12:57:21 2011
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_get_events: 
assertion `GDK_IS_WINDOW (window)' failed
   (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_set_events: 
assertion `GDK_IS_WINDOW (window)' failed
   (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_get_events: 
assertion `GDK_IS_WINDOW (window)' failed
   (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_set_events: 
assertion `GDK_IS_WINDOW (window)' failed
  
  WORKAROUND:
  
  This is actually the new way of doing it, but needs to be documented. In
  GNOME 3, open dconf-editor, navigate to /org/gnome/desktop/interface,
  checkmark can_change_accels, start Evolution 3.0, hover your mouse
  cursor over the menu item for which you want to add or change the
  accelerator, type the shortcut you want.
  
  For GNOME 2.30 or 2.32, use gconf-editor instead of dconf-editor and
  follow a similar procedure.
  
  No changes to Evolution are necessary.
+ 
+ Be aware though that you cannot set the accel to a regular key just as
+ 'n' for next-message or 'd' for delete message.  Using this method you
+ can only set the accels to control-n or control-d.

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

Title:
  allow to  change keyboard shortcuts

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

[Bug 781851] [NEW] evolution 2.32.2 no longer allows changing keyboard shortcuts

2011-05-12 Thread Geoff Mulligan
Public bug reported:

Binary package hint: evolution

In previous versions of evolution you were able to modify the keyboard
shortcuts by editing the evolution-mail-message.xml file. This file does
not exist and the keyboard accel mappings do not seem to be available in
any file.

The help page (faq) for evolution still suggests making changes to the
old file.

Please bring back the capability to change the keyboard shortcuts.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu May 12 12:57:21 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_get_events: 
assertion `GDK_IS_WINDOW (window)' failed
 (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_set_events: 
assertion `GDK_IS_WINDOW (window)' failed
 (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_get_events: 
assertion `GDK_IS_WINDOW (window)' failed
 (unity-window-decorator:1518): Gdk-CRITICAL **: IA__gdk_window_set_events: 
assertion `GDK_IS_WINDOW (window)' failed

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  evolution 2.32.2 no longer allows changing keyboard shortcuts

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


[Bug 781851] Re: evolution 2.32.2 no longer allows changing keyboard shortcuts

2011-05-12 Thread Geoff Mulligan
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/781851

Title:
  evolution 2.32.2 no longer allows changing keyboard shortcuts

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


[Bug 773908] Re: Evolution - after upgrading Ubuntu 11.04 could not send receive emails on pop3 / imap

2011-05-04 Thread Geoff Williams
I'm using Kubuntu and this one got me too.  I tried using kde system
settings to disable the proxy but it still didn't work.

I found a fix though:  you have to run gnome-control-center and change
the  proxy setting in there too.  After this, I was able to fetch my
mail.  Thanks to the posters above for helping me figure this out.

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

Title:
  Evolution - after upgrading Ubuntu 11.04 could not send receive emails
  on pop3 / imap

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


[Bug 637405] Re: Evince asks for samba authentication when it doesn't need to.

2011-03-14 Thread Geoff Goehle
Yes.  I see the same behavior from gedit and from anything which uses
the default gnome print dialog.  I do not get this behavior from open
office though.  (I think its because open office uses a different print
managing method.)

Actually I was able to get around the problem by hardcoding my username
and password into the DeviceURI field in printers.conf.  Its not a great
solution since my password is written in plaintext,  but it serves as  a
workaround.

As I side note, I had some success using AuthInfoRequired none in
printer.conf.  This stopped the print dialog from asking for
authorization info, but got reset by CUPS whenever I restart the
computer.

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

Title:
  Evince asks for samba authentication when it doesn't need to.

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


[Bug 734910] Re: gdm greeter shows unwanted users

2011-03-14 Thread Geoff McClinsey
More information needed about bug.

i.e - What version of ubuntu you are using. Is this happening from a
fresh install, or was it working as you expected and then this happened.
If so, what was changed.

Also, seeing as you have access to log in, it would actually be even
better if you could submit info with Apport.

From desktop press Alt + F2. 
Type ubuntu-bug gdm and then press one.
Please post the info in this bug, try not to create a new one.

Thank You.

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

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

Title:
  gdm greeter shows unwanted users

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


[Bug 734879] Re: teminal despues de instalar skype dice¿Desea continuar [S/n]? S y contesta abortado...¿porque? S.O ubuntu 10.10 instalado en Acer Aspire 7741G detalles del terminal

2011-03-14 Thread Geoff McClinsey
We noticed that some of the sentences in this bug report are not in
English. If they were translated in English they would be more
understandable to triagers. Could you please translate them?

It also appears by your comment that was not a bug, just needed help
with something.

For these reasons I am marking as Invalid. If this is not the case
please repost bug in English and I will open it again.


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

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

Title:
  teminal despues de instalar skype dice¿Desea continuar [S/n]? S y
  contesta abortado...¿porque? S.O ubuntu 10.10 instalado en Acer Aspire
  7741G detalles del terminal

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

[Bug 734095] Re: Messenger automatically resets itself

2011-03-12 Thread Geoff McClinsey
When you setup the AIM account threw empathy it is trying to store the login 
credentials in the 
Gnome Keyring. Because you are not inputing the proper password it is not 
saving the data.
Therefore the next time you log into empathy your aim account is not available.

This is not a bug. This is expected behavior.


Converting to a question: How do I change gnome keyring password 

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/empathy/+question/148877

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

Title:
  Messenger automatically resets itself

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


[Bug 410407] Re: Adobe Flash Player does not respond to mouse clicks [READ DESCRIPTION]

2011-02-28 Thread Geoff McClinsey
 John Oliver :
 This bug appears to affect Microsoft Windows XP and 7 aswell. Have Adobe
 been told about this?

I have not come across any problem in clicking on anything while in
flash however i can confirm that in the past week or more something
defenatly has happened to flash in windows to where almost every youtube
video will crash flash by going to full screen or switching to 720p

I am using Win7 64bit / cant speak to 32bit

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

Title:
  Adobe Flash Player does not respond to mouse clicks [READ DESCRIPTION]

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


[Bug 703910] [NEW] Evolution constantly crashing on Send/Receive

2011-01-17 Thread Geoff J
Public bug reported:

Binary package hint: evolution

Release 10.10
Evolution 2.30.3 (Installed with 10.10 Ubuntu)

Almost every time I send an email the programme crashes.  On restart it
reverts to a previously saved database state so some read items come
back as unread etc.

Incredibly frustrating and time wasting to the point that I am seriously
considering buying an Apple!

This bug(?) has been with us since 10.04.  I cured it then by installing
a non Ubuntu derived package but it has now returned with this fresh
install.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Mon Jan 17 11:35:58 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_GB.utf8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  Evolution constantly crashing on Send/Receive

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


[Bug 703910] Re: Evolution constantly crashing on Send/Receive

2011-01-17 Thread Geoff J


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

Title:
  Evolution constantly crashing on Send/Receive

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


[Bug 703910] Re: Evolution constantly crashing on Send/Receive

2011-01-17 Thread Geoff J
Thanks Omer.  This is what I used for 10.04 but could not find the
details.

Will install it and see what happens but we should still press the
developers to resolve this issue or how can we seriously recommend linux
or ubuntu to others?

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

Title:
  Evolution constantly crashing on Send/Receive

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


[Bug 637405] Re: Evince asks for samba authentication when it doesn't need to.

2010-10-20 Thread Geoff Goehle
** Changed in: evince (Ubuntu)
   Status: Invalid = New

-- 
Evince asks for samba authentication when it doesn't need to. 
https://bugs.launchpad.net/bugs/637405
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 637405] Re: Evince asks for samba authentication when it doesn't need to.

2010-10-20 Thread Geoff Goehle
I was waiting until Maverick to see if this bug was still here... and it
is!

I've set up a samba network printer in a fresh Maverick install and
included my authorization details in the printer setup.  I printed a
test page with evince and was asked for authorization.  I _didn't_ put
in my authorization details and clicked ok and the job printed
sucessfully (using my stored authentication I imagine).  Ive included
the debugging information from the cups log and the print job data.

** Attachment added: Cups error log
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/637405/+attachment/1703368/+files/cups_error.log

-- 
Evince asks for samba authentication when it doesn't need to. 
https://bugs.launchpad.net/bugs/637405
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 637405] Re: Evince asks for samba authentication when it doesn't need to.

2010-10-20 Thread Geoff Goehle

** Attachment added: printout
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/637405/+attachment/1703370/+files/printout

-- 
Evince asks for samba authentication when it doesn't need to. 
https://bugs.launchpad.net/bugs/637405
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 622323] Re: Does not use stored Samba Authentication

2010-09-13 Thread Geoff Goehle
I was wrong.  Evince does use the stored samba identification.  It still
asks for authentication but it doesn't actually use it.

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

-- 
Does not use stored Samba Authentication
https://bugs.launchpad.net/bugs/622323
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 637405] [NEW] Evince asks for samba authentication when it doesn't need to.

2010-09-13 Thread Geoff Goehle
Public bug reported:

Binary package hint: evince

When printing a pdf with a samba network printer evince always asks for
authentication.  If the authentication has been stored for the printer
Evince still asks for authentication but uses the stored username and
password.

This produces the unexpected result that the document still prints
correctly if you type in an incorrect (or blank) username and password
when evince asks.

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

-- 
Evince asks for samba authentication when it doesn't need to. 
https://bugs.launchpad.net/bugs/637405
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 637405] Re: Evince asks for samba authentication when it doesn't need to.

2010-09-13 Thread Geoff Goehle
This may not be evince specific.  I am seeing the same behavior in other
programs (such as chrome).  My guess is that it has to do with gnome
printing or cups but I'm not sure which package.

-- 
Evince asks for samba authentication when it doesn't need to. 
https://bugs.launchpad.net/bugs/637405
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 622323] [NEW] Does not use stored Samba Authentication

2010-08-22 Thread Geoff Goehle
Public bug reported:

Binary package hint: evince

I am using a Samba network printer and included my authentication when I
set up the printer.  if I print from open office I am not asked for my
authorization, but if I print from evince then I am asked for
authentication every time.

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

-- 
Does not use stored Samba Authentication
https://bugs.launchpad.net/bugs/622323
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 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-06-14 Thread Geoff Goehle
The GNOME bug url is https://bugzilla.gnome.org/show_bug.cgi?id=616190

** Changed in: gnome-panel (Ubuntu)
   Status: Fix Committed = In Progress

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

-- 
Clicking the task modify button of the clock applet does not open the task 
panel of Evolution
https://bugs.launchpad.net/bugs/501770
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 577756] [NEW] rhythmbox crashes on insertion of samsung yp-u3 mp3 player

2010-05-09 Thread Geoff Ness
Public bug reported:

Binary package hint: rhythmbox

ge...@geoff-laptop:~$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04
ge...@geoff-laptop:~$ apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.12.8-0ubuntu4
  Candidate: 0.12.8-0ubuntu4
  Version table:
 *** 0.12.8-0ubuntu4 0
500 http://nz.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 0.12.8-0ubuntu3 0
500 http://nz.archive.ubuntu.com/ubuntu/ lucid/main Packages
ge...@geoff-laptop:~$ rhythmbox
** (rhythmbox:2751): DEBUG: Loading the real store page

** (rhythmbox:2751): WARNING **: Syncdaemon already connected, not
connecting again

liboauth: data to
sign='GEThttps%3A%2F%2Fone.ubuntu.com%2Fmusic%2Floginoauth_callback%3DNone%26oauth_consumer_key%3Dubuntuone%26oauth_nonce%3DVf1e9_cXeS5dHnlLiKQIbuiYkBPGl%26oauth_signature_method
%3DHMAC-
SHA1%26oauth_timestamp%3D1273397186%26oauth_token%3D3d5z09spFKCmf1Bwh4f6%26oauth_verifier%3DNone%26oauth_version%3D1.0'


liboauth: 
key='hammertimeMc9RSdBgZX3wQhmDKH65BNlsKftjSxCw96M3TwgFqnpMTWnKQBqJ44M1CKWR5XZmNRwmxcl2BFS4ZSFb'

** (rhythmbox:2751): DEBUG: navigation requested to 
https://one.ubuntu.com/music/login?oauth_callback=Noneoauth_consumer_key=ubuntuoneoauth_nonce=Vf1e9_cXeS5dHnlLiKQIbuiYkBPGloauth_signature_method=HMAC-SHA1oauth_timestamp=1273397186oauth_token=3d5z09spFKCmf1Bwh4f6oauth_verifier=Noneoauth_version=1.0oauth_signature=rGfuiXAPoBGOHfdX43hv%2FzMilLk%3D
** (rhythmbox:2751): DEBUG: navigation requested to 
http://stores.7digital.com/user/partnerLogin.aspx?shop=496returnUrl=http%3A%2F%2Fstores.7digital.com%2Fdefault.aspx%3Fshop%3D496%26partner%3D983oauth_nonce=07475706oauth_timestamp=1273397149oauth_signature_method=HMAC-SHA1oauth_consumer_key=canonicaluserid=254248oauth_version=1.0oauth_signature=HAFHI8h2zWhC2%2BxICWA%2Br3IUEVE%3Dpartner=983
** (rhythmbox:2751): DEBUG: navigation requested to 
http://stores.7digital.com/default.aspx?shop=496partner=983

(rhythmbox:2751): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rhythmbox:2751): GLib-GObject-CRITICAL **:
g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE
(instance)' failed

(rhythmbox:2751): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rhythmbox:2751): GLib-GObject-CRITICAL **:
g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE
(instance)' failed

(rhythmbox:2751): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
Device 0 (VID=04e8 and PID=507d) is a Samsung YP-U3.

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://211/Jurassic 5-Freedom.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://212/Jurassic 5-If You Only Knew.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://213/Jurassic 5-Break.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://214/Jurassic 5-React.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://215/Jurassic 5-A Day at the Races.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://216/Jurassic 5-Remember His Name.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://217/Jurassic 5-What's Golden.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://218/Jurassic 5-Thin Line.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://219/Jurassic 5-After School Special.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://220/Jurassic 5-High Fidelity.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://221/Jurassic 5-Sum of Us.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://222/Jurassic 5-DDT.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://223/Jurassic 5-One of Them.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://224/Jurassic 5-Hey.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://225/Jurassic 5-I Am Somebody.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://226/Jurassic 5-Acetate Prophets.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://227/OutKast-Intro.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://228/OutKast-Gett musik.wma

(rhythmbox:2751): RhythmDB-WARNING **: attempting to create entry that
already exists: xrbmtp://229/OutKast-Unhappy.wma

(rhythmbox:2751): RhythmDB

[Bug 577756] Re: rhythmbox crashes on insertion of samsung yp-u3 mp3 player

2010-05-09 Thread Geoff Ness

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

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/48110977/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/48110978/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/48110979/LogAlsaMixer.txt

** Attachment added: XorgLog.gz
   http://launchpadlibrarian.net/48110980/XorgLog.gz

-- 
rhythmbox crashes on insertion of samsung yp-u3 mp3 player
https://bugs.launchpad.net/bugs/577756
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 490295] Re: no battery information under gnome-power-manager

2010-04-23 Thread Geoff
David - Thanks. I originally did file a different bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/497518

It seems like there's some configuration problem with devkit/upower.
FWIW, my machine has been upgraded from at least Ubuntu 8.04 through the
9.x and now to 10.x. I started seeing this problem with 9.10

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2010-04-23 Thread Geoff
David Tombs' most recent comment to
https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/497518 suggests this may be a different issue.

FWIW, I suspect I have some problem with devkit/upower configuration. After 
upgrading to 10.04, I still see the issue. Running upower -d, I see this 
warning multiple times:
(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

It can detect the presence or absence of a battery (when I remove/add it back), 
but still sets several flags to no:
can-suspend: no
  can-hibernate no
  on-battery: no
  on-low-battery: no
  lid-is-closed: no
  lid-is-present: no

This behavior occurs whether the laptop is plugged in or not.

** This bug is no longer a duplicate of bug 490295
   no battery information under gnome-power-manager

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 568504] [NEW] evolution selectively shuts down when marking a task complete

2010-04-22 Thread Geoff Goehle
Public bug reported:

Binary package hint: evolution

This bug is for karmic, but it probably exists in lucid too.

This is kind of a random bug, but I'm running into it more and more.
Sometimes when you mark a task as completed, either through the tasks
component of evolution or through the clock panel applet, evolution will
suddenly quit.  The task is saved as completed and evolution doesn't
crash, but it does quietly shut down.

The method for reproducing the bug are: 
1. Open a window of evolution
2. Open _another_ window of evolution (i.e. click on the evolution launcher 
twice)
3. Close the evolution that opened up _first_
4. Mark any task complete, either through the clock applet or the evolution 
window.  Evolution should shut itself down without warning. 

This bug would be nothing more than a curiosity if not for the new indicator 
applet.  There is a patch which allows evolution to run in the background 
without an open window.  If this is ever accepted into ubuntu then users are 
going to face the following problem.  
1. They will open and close a lot of evolution windows over the course of the 
day.  
2. At some point they may mark a task complete by using the clock applet
3. Evolution will then close, but with no open window the user wont notice 
until they check the indicator applet and see that evolution is not running.  
(4. As a result they will be late reading time sensitive emails and when they 
get to the break room all of the snacks will be gone.)

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

-- 
evolution selectively shuts down when marking a task complete
https://bugs.launchpad.net/bugs/568504
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 568577] [NEW] evolution selectively shuts down when marking a task complete

2010-04-22 Thread Geoff Goehle
Public bug reported:

Binary package hint: evolution

This bug is for karmic, but it probably exists in lucid too.

This is kind of a random bug, but I'm running into it more and more.
Sometimes when you mark a task as completed, either through the tasks
component of evolution or through the clock panel applet, evolution will
suddenly quit. The task is saved as completed and evolution doesn't
crash, but it does quietly shut down.

The method for reproducing the bug are:
1. Open evolution and set it to the tasks component.
2. Open a window of evolution
3. Open _another_ window of evolution (i.e. click on the evolution launcher 
twice)
4. Close the evolution that opened up _first_
5. Mark any task complete, either through the clock applet or the evolution 
window. Evolution should shut itself down without warning.

ProblemType: Crash
Architecture: i386
Date: Thu Apr 22 13:45:01 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.28.1-0ubuntu2
ProcCmdline: evolution --component=mail
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SegvAnalysis:
 Segfault happened at: 0x25831ff:   mov0x28(%esi),%eax
 PC (0x025831ff) ok
 source 0x28(%esi) (0x0028) not located in a known VMA region (needed 
readable region)!
 destination %eax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: evolution
StacktraceTop:
 ?? ()
 g_cclosure_marshal_VOID(int0_t) ()
 g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
Title: evolution crashed with SIGSEGV in g_cclosure_marshal_VOID()
Uname: Linux 2.6.31-20-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash i386

-- 
evolution selectively shuts down when marking a task complete 
https://bugs.launchpad.net/bugs/568577
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 568577] Re: evolution selectively shuts down when marking a task complete

2010-04-22 Thread Geoff Goehle

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

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

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

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

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

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

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

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

-- 
evolution selectively shuts down when marking a task complete 
https://bugs.launchpad.net/bugs/568577
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 568577] Re: evolution selectively shuts down when marking a task complete

2010-04-22 Thread Geoff Goehle
P.S. The shell output from the crash is:

(evolution:16816): GLib-GObject-WARNING **: invalid uninstantiatable type 
`(null)' in cast to `ETasks'
Segmentation fault (core dumped)

-- 
evolution selectively shuts down when marking a task complete 
https://bugs.launchpad.net/bugs/568577
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 568577] Re: evolution selectively shuts down when marking a task complete

2010-04-22 Thread Geoff Goehle
I don't get it.  I got this response last time and followed your posted
procedure.  Thats were all the attachments came from.

-- 
evolution selectively shuts down when marking a task complete 
https://bugs.launchpad.net/bugs/568577
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 490295] Re: no battery information under gnome-power-manager

2010-04-22 Thread Geoff
I've upgraded to lucid lynx, but I am still having the problem.

If I have the battery in, I get the following from upower -d:
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  (null)
  power supply: no
  updated:  Wed Dec 31 19:00:00 1969 (1271978906 seconds ago)
  has history:  no
  has statistics:   no
  unknown

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  (null)
  power supply: no
  updated:  Wed Dec 31 19:00:00 1969 (1271978906 seconds ago)
  has history:  no
  has statistics:   no
  unknown

Daemon:

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11212): libupower-glib-WARNING **: No 'DaemonVersion' property
  daemon-version:  (null)
  can-suspend: no
  can-hibernateno
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:   no

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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 490295] Re: no battery information under gnome-power-manager

2010-04-22 Thread Geoff
When I remove the battery, upower -d gives shorter output (no longer sensing 
any battery): 
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  (null)
  power supply: no
  updated:  Wed Dec 31 19:00:00 1969 (127197 seconds ago)
  has history:  no
  has statistics:   no
  unknown

Daemon:

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property

(upower:11203): libupower-glib-WARNING **: No 'DaemonVersion' property
  daemon-version:  (null)
  can-suspend: no
  can-hibernateno
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:   no

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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 490295] Re: no battery information under gnome-power-manager

2010-04-22 Thread Geoff
I think this is my core problem - my upower daemon is not properly
configured, so it doesn't tell the rest of the system I have a battery,
and the application-level stuff (gnome-power-manager et al.) don't
realize there's any battery at all. I've tried googling for some
information on how to try to configure or diagnose upower, but so far
I've not gotten anywhere. Any suggestions?

-- 
no battery information under gnome-power-manager
https://bugs.launchpad.net/bugs/490295
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 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-04-19 Thread Geoff Goehle
Great!  Thanks.  I've submitted the patch upstream to the gnome devs.

-- 
Clicking the task modify button of the clock applet does not open the task 
panel of Evolution
https://bugs.launchpad.net/bugs/501770
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 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-04-16 Thread Geoff Goehle
Well I wrote it last yesterday and wanted to see if it worked on a
machine besides my own and this seemed like a convenient place to find
people willing to test it.   If it works I'll send it upstream.

-- 
Clicking the task modify button of the clock applet does not open the task 
panel of Evolution
https://bugs.launchpad.net/bugs/501770
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 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-04-16 Thread Geoff Goehle
I didn't get my previous instructions quite right you need some
additional packages

sudo add-apt-repository ppa:goehle/goehle-ppa
sudo apt-get update
sudo apt-get install gnome-panel gnome-panel-data libpanel-applet2-0

should do it.

-- 
Clicking the task modify button of the clock applet does not open the task 
panel of Evolution
https://bugs.launchpad.net/bugs/501770
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 501770] Re: Clicking the task modify button of the clock applet does not open the task panel of Evolution

2010-04-15 Thread Geoff Goehle
This is also true for the appointments modify button.  I've written a
patch which fixes both problems.  You can download the gnome-panel
package from my ppa (for lucid)

sudo add-apt-repository ppa:goehle/goehle-ppa
sudo apt-get update
sudo apt-get install gnome-panel

Hopefully that should install the package from my ppa.  Let me know if
it doesnt work.

-- 
Clicking the task modify button of the clock applet does not open the task 
panel of Evolution
https://bugs.launchpad.net/bugs/501770
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 459647] Re: Cannot change mouse cursor theme when compiz is enabled

2010-04-13 Thread Geoff B
I get this too. I noticed that the selected theme appears in Firefox,
Open Office and Terminal (but not Terminal menu bar).

-- 
Cannot change mouse cursor theme when compiz is enabled
https://bugs.launchpad.net/bugs/459647
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 542996] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2010-03-20 Thread Geoff Wilson
** Visibility changed to: Public

-- 
nautilus crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/542996
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2010-01-14 Thread Geoff
My laptop is a Lenovo Thinkpad X61s, model 7668-CTO.

Please let me know if there's other diagnostics you'd like me to run.
I've done coding in C and other languages.

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] apport-collect data

2009-12-17 Thread Geoff
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: gnome-power-manager 2.28.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
Uname: Linux 2.6.31-17-generic i686
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Dependencies.txt

2009-12-17 Thread Geoff

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

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] DevkitPower.txt

2009-12-17 Thread Geoff

** Attachment added: DevkitPower.txt
   http://launchpadlibrarian.net/36901603/DevkitPower.txt

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] GConfNonDefault.txt

2009-12-17 Thread Geoff

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/36901604/GConfNonDefault.txt

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] XsessionErrors.txt

2009-12-17 Thread Geoff

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

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] gnome-power-bugreport.txt

2009-12-17 Thread Geoff

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/36901606/gnome-power-bugreport.txt

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-17 Thread Geoff
Thanks - I've uploaded the apport data. I mentioned /proc/acpi mainly to
show that something on my system recognized the battery - I suspected
that something in the architecture had changed about how gnome-power-
manager sees batteries and perhaps other things.

I'm not sure if this should be a separate issue or whether it might be
from the same root cause, but another symptom I see is that I can no
longer suspend the laptop using the suspend button (technically, it's
Fn +F4 to suspend), but I am able to suspend by using the menu
choice from the indicator-applet-session. It seems plausible that this
is essentially some configuration issue, but I'm not familiar enough
with what's going on to know what to tinker with to try to change.

The problems started after I rebooted for the first time after upgrading
to 9.10 last week.

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] [NEW] gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-16 Thread Geoff
Public bug reported:

Binary package hint: gnome-power-manager

I can see information about the battery in /proc/acpi, but the power manager 
applet does not show a battery at all.
Power preferences don't give any possibilities for running on battery either.

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

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-16 Thread Geoff

** Attachment added: acpi.info
   http://launchpadlibrarian.net/36880453/acpi.info

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-16 Thread Geoff
Output of lspi -v on my system

** Attachment added: lspci.log
   http://launchpadlibrarian.net/36880489/lspci.log

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-16 Thread Geoff
output of /proc/acpi/battery/BAT0/state

** Attachment added: acpi.state
   http://launchpadlibrarian.net/36880508/acpi.state

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 497518] Re: gnome-power-manager does not see my battery in 9.10 Karmic Koala

2009-12-16 Thread Geoff
I've upgraded to 9.10, Karmic Koala. I had previously been running 9.04,
Jaunty Jackalope, and I was seeing the battery correctly in the power
manager applet, and I had choices for battery preferences.

If I try to run gnome-power-preferences from a command line, I see the 
following:
(gnome-power-preferences:11898): devkit-power-gobject-WARNING **: No 
'DaemonVersion' property
This does not show any choices for options when on battery power.

If I run gnome-power-statistics, I see:
(gnome-power-statistics:11903): devkit-power-gobject-WARNING **: No 
'HasCapability' property
This only displays information about AC power.

-- 
gnome-power-manager does not see my battery in 9.10 Karmic Koala
https://bugs.launchpad.net/bugs/497518
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 470670] [NEW] evolution crashed when adding item to task list

2009-11-02 Thread Geoff Goehle
Public bug reported:

Binary package hint: evolution

evolution crashes when I add a task to the tasks list through the click
to add a task bar

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon Nov  2 07:34:07 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.28.1-0ubuntu1
ProcCmdline: evolution
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SegvAnalysis:
 Segfault happened at: 0x5da797 pvl_head+7:   mov0x4(%eax),%eax
 PC (0x005da797) ok
 source 0x4(%eax) (0x0004) not located in a known VMA region (needed 
readable region)!
 destination %eax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: evolution
StacktraceTop:
 pvl_head () from /usr/lib/libical.so.0
 ?? ()
 g_object_unref () from /usr/lib/libgobject-2.0.so.0
 ?? ()
 e_table_model_append_row ()
Title: evolution crashed with SIGSEGV in pvl_head()
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash i386

-- 
evolution crashed when adding item to task list
https://bugs.launchpad.net/bugs/470670
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 470670] Re: evolution crashed when adding item to task list

2009-11-02 Thread Geoff Goehle

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

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

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

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

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

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

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

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

-- 
evolution crashed when adding item to task list
https://bugs.launchpad.net/bugs/470670
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 470670] Re: evolution crashed when adding item to task list

2009-11-02 Thread Geoff Goehle
As a side note, if I add a note through the File-New-Task option then
evolution doesn't crash.

-- 
evolution crashed when adding item to task list
https://bugs.launchpad.net/bugs/470670
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 470670] Re: evolution crashed when adding item to task list

2009-11-02 Thread Geoff Goehle
A second side note Evolution also crashes if I use the click to add
a memo bar.

-- 
evolution crashed when adding item to task list
https://bugs.launchpad.net/bugs/470670
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 392576] Re: Unable to update Thunderbird to 2.*.22

2009-06-26 Thread Geoff

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

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

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

-- 
Unable to update Thunderbird to 2.*.22
https://bugs.launchpad.net/bugs/392576
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 392576] [NEW] Unable to update Thunderbird to 2.*.22

2009-06-26 Thread Geoff
Public bug reported:

Binary package hint: nautilus

Unable to update Thunderbird to 2.*.22 lengthy error code

ProblemType: Bug
Architecture: amd64
DistroRelease: LinuxMint 7
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.26.2-0ubuntu2
ProcAttrCurrent: unconfined
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-11-generic x86_64
UnreportableReason: This is not a genuine LinuxMint package

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


** Tags: amd64 apport-bug

-- 
Unable to update Thunderbird to 2.*.22
https://bugs.launchpad.net/bugs/392576
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 331456] Re: Vinagre bug 331456

2009-06-25 Thread Geoff
Hello Jon,

 and it was a good one!

I noticed that, with scaling switched ON and in full-screen mode, the
resolution took a hit on my display. Also that, if I kept in full-screen
mode and switched OFF the scaling again:

1) Resolution was restored
2) Vinagre remained stable in full-screen mode.

You can switch off scaling without leaving full-screen mode by moving
the cursor to the top of the screen to reveal the vinagre full-screen
control panel. Then click on the magnifying glass icon.

Best of all worlds! Thanks again.

Geoff

On Tue, 2009-06-23 at 21:12 -0400, john pabisz wrote:

 For all the great info I've taken from here, I was thrilled to give
 even a little something back.
 
 jon
 
 
 dofinch-smo...@yahoo.co.uk wrote: 
 Hello John and Vinagre,

John, your workaround WORKS for me as well! MANY thanks for letting us
know!

Geoff



I may have found a workaround.  If I select view-scaling, it show the
correct full-screen view, without the gnome toolbar.  I am then able to
repeatedly jump in and out of fullscreen as well.

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Status in Vinagre: VNC client for GNOME: New
Status in “vinagre” source package in Ubuntu: Triaged

Bug description:
Binary package hint: vinagre

I'm 'abusing' my Ubuntu laptop as an external screen for my WindowsXP using 
Remote Desktop Viewer. The trick is to use ZoneScreen to create a 'virtual' 
monitor and VNC to copy the contents from one pc to another. 
I have the VNC client on read-only and panned complete to the right so the 
visible area perfectly covers the ZoneScreen-monitor.

This works flawless, even thought the total screen is rather big (1024 +
1920 + 1600 x 1200), the 100Mbit LAN handles it just fine, I assume it's
smart enough to only send through the 'useful' bits.

However, more often than not when I try to go full-screen, it seems a 1600x1200 
'square' is assigned to VNC (= (native) resolution of the Ubuntu desktop), but 
it's not properly positioned at (0, 0) but instead seems to try to put itself 
somewhere on top of the INSIDE of the non-fullscreen (aka windowed) screen. 
Hence I keep to see the Ubuntu tool-bar on top of the screen, and part of the 
windows-screen 'falls of the bottom'. 
Sometimes it helps when I make the windowed version a lot smaller and then try 
to move it around the screen randomly and try to go full-screen (F11) again : 
it might jump into the correct position, but it usually takes a lot of tries... 
I have not found any logic in it (yet), but it seems the offset is (almost) 
always the top-left position of the windowed-version.

Another trick is to move the VNC application to another desktop and
try there... again, sometimes it works, often it doesn't.

Hope this makes sense, I've included 2 screenshots to make it a bit more clear. 
Feel free to ask for more details via email.
Thanks for making the effort to look at this !

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/vinagre
NonfreeKernelModules: nvidia
Package: vinagre 2.24.1-0ubuntu1.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vinagre
Uname: Linux 2.6.27-11-generic i686

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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

[Bug 331456] Vinagre bug 331456

2009-06-18 Thread Geoff
Hello John and Vinagre,

John, your workaround WORKS for me as well! MANY thanks for letting us
know!

Geoff



I may have found a workaround.  If I select view-scaling, it show the
correct full-screen view, without the gnome toolbar.  I am then able to
repeatedly jump in and out of fullscreen as well.

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Status in Vinagre: VNC client for GNOME: New
Status in “vinagre” source package in Ubuntu: Triaged

Bug description:
Binary package hint: vinagre

I'm 'abusing' my Ubuntu laptop as an external screen for my WindowsXP using 
Remote Desktop Viewer. The trick is to use ZoneScreen to create a 'virtual' 
monitor and VNC to copy the contents from one pc to another. 
I have the VNC client on read-only and panned complete to the right so the 
visible area perfectly covers the ZoneScreen-monitor.

This works flawless, even thought the total screen is rather big (1024 +
1920 + 1600 x 1200), the 100Mbit LAN handles it just fine, I assume it's
smart enough to only send through the 'useful' bits.

However, more often than not when I try to go full-screen, it seems a 1600x1200 
'square' is assigned to VNC (= (native) resolution of the Ubuntu desktop), but 
it's not properly positioned at (0, 0) but instead seems to try to put itself 
somewhere on top of the INSIDE of the non-fullscreen (aka windowed) screen. 
Hence I keep to see the Ubuntu tool-bar on top of the screen, and part of the 
windows-screen 'falls of the bottom'. 
Sometimes it helps when I make the windowed version a lot smaller and then try 
to move it around the screen randomly and try to go full-screen (F11) again : 
it might jump into the correct position, but it usually takes a lot of tries... 
I have not found any logic in it (yet), but it seems the offset is (almost) 
always the top-left position of the windowed-version.

Another trick is to move the VNC application to another desktop and
try there... again, sometimes it works, often it doesn't.

Hope this makes sense, I've included 2 screenshots to make it a bit more clear. 
Feel free to ask for more details via email.
Thanks for making the effort to look at this !

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/vinagre
NonfreeKernelModules: nvidia
Package: vinagre 2.24.1-0ubuntu1.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vinagre
Uname: Linux 2.6.27-11-generic i686

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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

[Bug 377846] Re: Terrabyte usb HD (simpletech) drive does not mount

2009-05-29 Thread Geoff Tamplin
That is OK for someone well acquainted with Linux/UBUNTU, but how do I
find out the correct device term for an external USB hard drive that
is not mounted or even detected?

This same problem has been occurring with Windows XP and with Windows
Vista. That is why I switched to UBUNTU.

Could it be some sort of malware that has not yet been identified? Or
could it be some flaw in the USB protocol that is just emerging?

-- 
Terrabyte usb HD (simpletech) drive does not mount
https://bugs.launchpad.net/bugs/377846
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 370375] [NEW] Fullscreen does not always fill desktop on client

2009-05-01 Thread Geoff
Public bug reported:

Binary package hint: vinagre

Application vinagre
Source package vinagre v2.26.1-0ubuntu1
Ubuntu 9.04 Jaunty. (client) Gnome Desktop 
Ubuntu 8.10 Intrepid (server) Gnome Desktop

I'm using vinagre started by Gnome Remote Desktop. I expected full-
screen mode to fill the client system desktop

What I find is that the client desktop control panel is still visible at
the top of the client system desktop. The server desktop, made visible
on the client desktop by vinagre including its control panel at the top,
is shifted down slightly and a small area at the bottom of the server
desktop disappears.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/vinagre
Package: vinagre 2.26.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: vinagre
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Fullscreen does not always fill desktop on client
https://bugs.launchpad.net/bugs/370375
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 370375] Re: Fullscreen does not always fill desktop on client

2009-05-01 Thread Geoff

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

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

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

-- 
Fullscreen does not always fill desktop on client
https://bugs.launchpad.net/bugs/370375
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 268731] Re: update gnome keyring master password when user password is updated

2009-02-11 Thread Geoff Goehle
** Changed in: gnome-keyring (Ubuntu)
Sourcepackagename: shadow = gnome-keyring

-- 
update gnome keyring master password when user password is updated
https://bugs.launchpad.net/bugs/268731
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 268731] Re: update gnome keyring master password when user password is updated

2009-02-11 Thread Geoff Goehle
I'm adding some updates to this bug, but I've only been poking around
for a day or so, so feel free to comment.  First, this is currently a
wishlist item but I'm going to argue that its a bug.  Taking a look at
the source for the PAM module in gnome-keyring it looks like
pam_gnome_keyring.so supports the password service.  (At least there is
code in there for changing the keyring password when the login password
is changed.)  At this point it should just a matter of adding the line

passwordoptionalpam_gnome_keyring.so

to the appropriate config files in pam.d.  (In particular passwd, but
this should really include anything that uses PAM to change the login
password.  It could even be added to common-password, except I think
this file is autogenerated by pam-auth-update.)  So it should be a quick
fix, but the problem is that it doesn't seem to work.  By that I mean,
if you  sync the login and keyring passwords, then change the login
password using passwd (after adding the above line to the passwd file in
pam.d) then the keyring passwd remains unchanged.  So the password
service is implemented, but appears to be broken.  I think the following
bug may be relevent https://bugzilla.redhat.com/show_bug.cgi?id=250147.
Also, I'm using how ecryptfs interacts with PAM as my model for how this
should work, if that helps.

-- 
update gnome keyring master password when user password is updated
https://bugs.launchpad.net/bugs/268731
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 268731] Re: update gnome keyring master password when user password is updated

2009-02-11 Thread Geoff Goehle
OK, so I made a newbie mistake.  The password optional
pam_gnome_keyring.so has to be added to the end of the passwd file so
that its at the bottom of the stack and the usual unix stuff gets a
chance to run first.  The good news is that if you add password
optional pam_gnome_keyring.so to the end of the passwd file, or to the
end of common-password, then the keyring password *is* kept in sync with
the login password.  So its a super easy fix in any case.

-- 
update gnome keyring master password when user password is updated
https://bugs.launchpad.net/bugs/268731
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 268731] Re: update gnome keyring master password when user password is updated

2009-02-11 Thread Geoff Goehle

** Attachment added: auth.log
   http://launchpadlibrarian.net/22505144/auth.log

-- 
update gnome keyring master password when user password is updated
https://bugs.launchpad.net/bugs/268731
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 268731] Re: update gnome keyring master password when user password is updated

2009-02-11 Thread Geoff Goehle
Sorry.  Poor choice on my part after some consideration.  I have a
question though.  It should be fine to include the appropriate line to
passwd, even if libpam-gnome-keyring isn't installed, because its
optional.  But wouldn't it be better to change the install script of
libpam-gnome-keyring to add the necessary configuration lines?  I don't
know much about the update/install/package process so this may be
nonsense.

** Changed in: shadow (Ubuntu)
Sourcepackagename: gnome-keyring = shadow

-- 
update gnome keyring master password when user password is updated
https://bugs.launchpad.net/bugs/268731
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 268150] Re: Nautilus freezes when generating open office thumbnails

2008-10-27 Thread Geoff Goehle
Oops!  Sorry.  This got lost in the shuffle.  I did get a new computer
recently and was unable to reproduce the bug on that machine.  Whats
more, I'm now unable to reproduce the bug on the machine that it
originated on.  Maybe it got fixed by some other patch?  I'll reopen it
if it ever happens again.

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] [NEW] Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
Public bug reported:

Binary package hint: nautilus

Occasionally Nautilus will freeze when it tries to generate thumbnails
for open office documents, spreadsheets, or presentations.  I'm using a
current version of Hardy.  The steps that I use to reproduce the bug on
my machine are:

1.  Open Firefox and Rhythmbox.  I'm not sure why but the thumbnails get 
generated just fine otherwise.  
2.  Create a new open office document.  Put some text in it (so a thumbnail is 
generated) and save to a folder.  
3.  Open offending folder.  

On my machine the cpu goes to 100 and Naultilus freezes.  If I force
quit, Nautilus restarts in the same directory and freezes again and the
only way out is to remove the file via shell.

I will be happy to post more information as needed.  For instance, I
imagine there is a debug/crash output for Nautilus somewhere but I don't
know how to access it.

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

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] Re: Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
** Description changed:

  Binary package hint: nautilus
  
  Occasionally Nautilus will freeze when it tries to generate thumbnails
  for open office documents, spreadsheets, or presentations.  I'm using a
  current version of Hardy.  The steps that I use to reproduce the bug on
  my machine are:
  
+ 0.  Make sure thumbnailing of Open office documents is enabled by checking 
generate thumbnails in the tracker preferences.  (Search and Indexing in 
System/Preferences, under the files tab).  You may need to wait for a reindex.  
Not sure. 
  1.  Open Firefox and Rhythmbox.  I'm not sure why but the thumbnails get 
generated just fine otherwise.  
  2.  Create a new open office document.  Put some text in it (so a thumbnail 
is generated) and save to a folder.  
  3.  Open offending folder.  
  
  On my machine the cpu goes to 100 and Naultilus freezes.  If I force
  quit, Nautilus restarts in the same directory and freezes again and the
  only way out is to remove the file via shell.
  
  I will be happy to post more information as needed.  For instance, I
  imagine there is a debug/crash output for Nautilus somewhere but I don't
  know how to access it.

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] Re: Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
I can't find any of the open office mimetypes in
desktop/gnome/thumbnailers in gconf.  I read at
https://bugs.launchpad.net/ubuntu/+bug/135324 that tracker is somehow
creating the thumbnails.  I do know that if I run top while Nautilus is
frozen Nautilus is taking up all of the cpu and an excessive amount of
memory.

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] Re: Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
Here is the output.

** Attachment added: gconfoutput.txt
   http://launchpadlibrarian.net/17470226/gconfoutput.txt

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] Re: Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
The mimetype is application/vnd.oasis.opendocument.text.

I've confirmed that the but is somehow associated to Tracker.  I'm not
sure exactly how, but the Tracker program is whats providing the
thumbnails.

** Attachment added: foo.odt
   http://launchpadlibrarian.net/17472370/foo.odt

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 268150] Re: Nautilus freezes when generating open office thumbnails

2008-09-09 Thread Geoff Goehle
how do I do that?  (Sorry.  I'm familiar enough with the shell, but
don't know much about debugging.)

-- 
Nautilus freezes when generating open office thumbnails
https://bugs.launchpad.net/bugs/268150
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 264022] [NEW] Changing Track Number before importing CD produces unexpected results

2008-09-02 Thread Geoff Goehle
Public bug reported:

Binary package hint: rhythmbox

I'm using Hardy Heron, but I imagine this will be true for all
Rhythmbox.  To replicate this bug do the following.

1. Put a CD in the computer. 
2. Open Rhythmbox
3. Before importing the CD change the track number of the first song to 2 by 
using the Properties editor.  
4. Import the first song. 

What you get is an MP3 with the title, artist, etc... of the first track
on the cd but if you try and play it you'll discover its actually the
second song on the CD.

There are two (or possibly more!) solutions.  First, don't let people
change track numbers for songs on CD's.  This makes a lot of sense
because you can't actually change which track a song is.  OTOH If you
really want to be able to change the track number of songs before you
import them then Rhythmbox is going to need to remember which songs
correspond to which tracks on a CD, even if their track number is
changed in the properties window.

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

-- 
Changing Track Number before importing CD produces unexpected results
https://bugs.launchpad.net/bugs/264022
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 264022] Re: Changing Track Number before importing CD produces unexpected results

2008-09-02 Thread Geoff Goehle
Yes, its exactly the same behavior.  For instance, if you changed the
metadata track number to 1 for every track on a cd then after you import
every song will be track 1 on the cd, even though the metadata for the
various songs will be different.

-- 
Changing Track Number before importing CD produces unexpected results
https://bugs.launchpad.net/bugs/264022
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 264022] Re: Changing Track Number before importing CD produces unexpected results

2008-09-02 Thread Geoff Goehle
I guess I don't know how to do that.  Do you mean comment on bug 515472
at bugzilla.gnome?

-- 
Changing Track Number before importing CD produces unexpected results
https://bugs.launchpad.net/bugs/264022
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 238535] [NEW] Moving mail between folders leaves 1 message

2008-06-09 Thread Geoff
Public bug reported:

Binary package hint: evolution

1. I'm running on Ubuntu 8.04 - Hardy Heron
Evolution version 2.22.2
2. Package 2.22.2-0ubuntu1.2 0
3. Moving a message from one folder to another should remove the message from 
the source folder.

4. When I move mail from one source folder to destination, one message
temporarily remains in the source folder, but with a line striking
through the data elements.

If I move multiple messages at the same time, just the last message
remains with strikethrough text.

After I've moved one or more messages, if I try to move another message,
the last of the later group I'm moving remains with strikethrough
text, and the previously visible strikethrough element is deleted.

Finally, switching away from and back to the source folder will remove
the strikethrough text entry from visibility. It's as if there's some
off-by-one bug in removing an item from the visible view.

ProblemType: Bug
Architecture: i386
Date: Mon Jun  9 07:18:05 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.22.2-0ubuntu1.2
PackageArchitecture: i386
ProcEnviron:
 
PATH=./:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-bug

-- 
Moving mail between folders leaves 1 message
https://bugs.launchpad.net/bugs/238535
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 238535] Re: Moving mail between folders leaves 1 message

2008-06-09 Thread Geoff

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

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

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

-- 
Moving mail between folders leaves 1 message
https://bugs.launchpad.net/bugs/238535
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 238535] Re: Moving mail between folders leaves 1 message

2008-06-09 Thread Geoff
BTW - I've never seen more than one strikethrough moved message in a
folder at a time, but now I always see one when moving messages.

-- 
Moving mail between folders leaves 1 message
https://bugs.launchpad.net/bugs/238535
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 229866] Re: 2.20.6 stable update

2008-05-14 Thread Geoff Goehle
I've installed this on Xubuntu Hardy.  Everything seems to work normally
and it fixed my slow shutdown problem.

-- 
2.20.6 stable update
https://bugs.launchpad.net/bugs/229866
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 230537] [NEW] Copy Public Key doesn't work with SSH keys

2008-05-14 Thread Geoff Goehle
Public bug reported:

Binary package hint: seahorse

In Seahorse in the My Personal Keys section if you right click on a key
you have the option to copy public key.  If you do this for a PGP key
you can paste anywhere and it will paste the public key.  This doesn't
work for ssh keys.  Maybe its not supposed to, but then the option
shouldn't be there.

On a related note you cant paste public ssh keys into Seahorse, but you
can paste PGP keys.

Im using Hardy with seahorse version 2.22.1.

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

-- 
Copy Public Key doesn't work with SSH keys
https://bugs.launchpad.net/bugs/230537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 159262] Re: gdm doesn't call usplash_down

2008-05-09 Thread Geoff Goehle
I had similar problems with an ubuntu installation.  I had no shutdown
splash screen and adding a usplash_down call to gdm didn't change much.
I eventually found that I needed to press Ctrl-Alt-F8.  The usplash
screen was starting but it wasn't switching the active display.

-- 
gdm doesn't call usplash_down
https://bugs.launchpad.net/bugs/159262
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 159262] Re: gdm doesn't call usplash_down

2008-05-04 Thread Geoff Goehle
Leszek:  It sounds like you are having problems with the spash screen on
boot.  This post is about the *shut down* splash screen.  In xubuntu you
don't get a graphical shutdown unless you add the usplash_down call to
gdm.  It works in ubuntu most of the time without the call for some
reason.

As for the startup splash,  you are right,  that is started using
initramfs (using the frame buffer I beleive (but I could be wrong)) and
then the usplash start call in gdm actually shuts down the spash
screen.  I've had problems with that too, but I found that my graphics
card was happier when the startup splash was a lower resolution.

-- 
gdm doesn't call usplash_down
https://bugs.launchpad.net/bugs/159262
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 175238] Re: nothing happens when the power button is pressed

2008-03-22 Thread Geoff Jacobsen
The power button is working correctly for me now. Thanks!

-- 
nothing happens when the power button is pressed
https://bugs.launchpad.net/bugs/175238
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 189541] Re: Nautilus will not open directories

2008-03-11 Thread Geoff Kaniuk
The problem has never re-appeared.  If it does I will try to get a
screenshot.

-- 
Nautilus will not open directories
https://bugs.launchpad.net/bugs/189541
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 173721] Re: Gnome keyboard layout options (like remapping Caps Lock) are not reapplied after reboot

2008-03-07 Thread Geoff Jacobsen
As a work-around for the caps-lock problem I added the following to my
~/.gnomerc file:

xmodmap -e remove Lock = Caps_Lock -e keysym Caps_Lock = Control_L
-e add Control = Control_L

This also stops the caps_lock light toggling on and off

-- 
Gnome keyboard layout options (like remapping Caps Lock) are not reapplied 
after reboot
https://bugs.launchpad.net/bugs/173721
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   >