[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-10-24 Thread Mary Gardiner
The problem is that alacarte calls /usr/bin/gnome-desktop-item-edit in a
subprocess in order to install new menu items. However, /usr/bin/gnome-
desktop-item-edit is in the gnome-panel package, which is only a
Recomends: for the alacarte package rather than marked as a true
dependency.

Workaround: install gnome-panel through your package manager

Fix: three possibilities:
(1) alacarte should depend on gnome-panel
(2) gnome-desktop-item-edit program should be in the alacarte package
(3) gnome-desktop-item-edit program should be in some third package, on which 
alacarte should in turn depend

I'll update the bug description accordingly.

** Summary changed:

- alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or 
directory
+ alacarte crashed with OSError because gnome-desktop-item-edit not found

** Description changed:

+ alacarte calls /usr/bin/gnome-desktop-item-edit in a subprocess in order
+ to install new menu items. However, /usr/bin/gnome-desktop-item-edit is
+ in the gnome-panel package, which is only a Recommends: for the alacarte
+ package rather than marked as a true dependency. People who have not
+ installed gnome-panel will thus not be able to use core Alacarte
+ functionality.
+ 
+ Workaround: install gnome-panel through your package manager
+ 
+ Fix: three possibilities:
+ (1) alacarte should depend on gnome-panel
+ (2) gnome-desktop-item-edit program should be in the alacarte package
+ (3) gnome-desktop-item-edit program should be in some third package, on which 
alacarte should in turn depend
+ 
+ Original description:
+ 
  Crashed while trying to make a new item in main menu and would not
  create new item.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: alacarte 0.13.2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Sun Aug 14 00:15:20 2011
  ExecutablePath: /usr/bin/alacarte
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python -OOt /usr/bin/alacarte
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/alacarte']
  SourcePackage: alacarte
  Title: alacarte crashed with OSError in _execute_child(): [Errno 2] No such 
file or directory
  UpgradeStatus: Upgraded to oneiric on 2011-08-12 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  Dependency problem: alacarte crashed with OSError because gnome-
  desktop-item-edit not found

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

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

[Bug 842286] Re: Can't add new menu items

2011-10-24 Thread Mary Gardiner
*** This bug is a duplicate of bug 826049 ***
https://bugs.launchpad.net/bugs/826049

** This bug has been marked a duplicate of bug 826049
   Dependency problem: alacarte crashed with OSError because 
gnome-desktop-item-edit not found

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

Title:
  Can't add new menu items

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

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


[Bug 826049] Re: Dependency problem: alacarte crashed with OSError because gnome-desktop-item-edit not found

2011-10-24 Thread Mary Gardiner
** Summary changed:

- alacarte crashed with OSError because gnome-desktop-item-edit not found
+ Dependency problem: alacarte crashed with OSError because 
gnome-desktop-item-edit not found

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

Title:
  Dependency problem: alacarte crashed with OSError because gnome-
  desktop-item-edit not found

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

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


[Bug 826049] Re: Dependency problem: alacarte crashed with OSError because gnome-desktop-item-edit not found

2011-10-24 Thread Mary Gardiner
** Description changed:

  alacarte calls /usr/bin/gnome-desktop-item-edit in a subprocess in order
  to install new menu items. However, /usr/bin/gnome-desktop-item-edit is
  in the gnome-panel package, which is only a Recommends: for the alacarte
  package rather than marked as a true dependency. People who have not
  installed gnome-panel will thus not be able to use core Alacarte
  functionality.
+ 
+ Symptoms:
+ If you run alacarte from the command line, you will see an error like this 
when you click on New Item:
+   File /usr/share/alacarte/Alacarte/MainWindow.py, line 311, in 
on_new_item_button_clicked
+ process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
+   File /usr/lib/python2.7/subprocess.py, line 679, in __init__
+ errread, errwrite)
+   File /usr/lib/python2.7/subprocess.py, line 1239, in _execute_child
+ raise child_exception
+ OSError: [Errno 2] No such file or directory
+ 
+ If you run alacarte from a menu, you will simply find that when you
+ click New Item nothing happens: no dialog box for the item appears.
  
  Workaround: install gnome-panel through your package manager
  
  Fix: three possibilities:
  (1) alacarte should depend on gnome-panel
  (2) gnome-desktop-item-edit program should be in the alacarte package
  (3) gnome-desktop-item-edit program should be in some third package, on which 
alacarte should in turn depend
  
  Original description:
  
  Crashed while trying to make a new item in main menu and would not
  create new item.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: alacarte 0.13.2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Sun Aug 14 00:15:20 2011
  ExecutablePath: /usr/bin/alacarte
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python -OOt /usr/bin/alacarte
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/alacarte']
  SourcePackage: alacarte
  Title: alacarte crashed with OSError in _execute_child(): [Errno 2] No such 
file or directory
  UpgradeStatus: Upgraded to oneiric on 2011-08-12 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Summary changed:

- Dependency problem: alacarte crashed with OSError because 
gnome-desktop-item-edit not found
+ Dependency problem: alacarte crashes on 'New Item' with OSError because 
gnome-desktop-item-edit not found

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

Title:
  Dependency problem: alacarte crashes on 'New Item' with OSError
  because gnome-desktop-item-edit not found

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

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

[Bug 675342] Re: Failed to create pipe for communicating with child process (Too many open files)

2010-11-14 Thread Mary Gardiner
*** This bug is a duplicate of bug 663364 ***
https://bugs.launchpad.net/bugs/663364

** This bug has been marked a duplicate of bug 663364
   gnome-terminal gives too many open files error after running for a long 
time, with frequent open/close of terminal window
 * You can subscribe to bug 663364 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/663364/+subscribe

-- 
Failed to create pipe for communicating with child process (Too many open files)
https://bugs.launchpad.net/bugs/675342
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 630960] Re: evince doesn't start anymore

2010-09-05 Thread Mary Gardiner
*** This bug is a duplicate of bug 621507 ***
https://bugs.launchpad.net/bugs/621507

** This bug has been marked a duplicate of bug 621507
   evince crashed with signal 5 in g_object_newv()
 * You can subscribe to bug 621507 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/evince/+bug/621507/+subscribe

-- 
evince doesn't start anymore
https://bugs.launchpad.net/bugs/630960
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 386573] Re: gnome-appearance-properties crashes, or launches with an extremely wide and empty window

2010-05-23 Thread Mary Gardiner
I was told in private email that this behaviour is due to the
/desktop/gnome/font_rendering/dpi key being an integer rather than a
float.

You can do something like this to repair:

(find out existing value):
$ gconftool-2 --get /desktop/gnome/font_rendering/dpi

(reset to float)
$ gconftool-2 --set --type float /desktop/gnome/font_rendering/dpi [your value]

(unset entirely)
$ gconftool-2 --unset /desktop/gnome/font_rendering/dpi

This does seem to repair the problem (prior to unsetting my DPI, I was
still getting the mis-rendering at least until today, using Lucid).

FWIW I'd manually set my DPI some releases ago (perhaps 2 years ago?)
due to rendering problems with evince. So I don't know what you will
want to do with this bug given that it probably mostly or entirely
happens to people who've manually edited a gconf key but I've reopened
for further triage based on this new info.

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

-- 
gnome-appearance-properties crashes, or launches with an extremely wide and 
empty window
https://bugs.launchpad.net/bugs/386573
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 9243] Re: Intermittant failures to connect to ssh servers

2010-05-18 Thread Mary Gardiner

** Attachment added: unnamed
   http://launchpadlibrarian.net/48695242/unnamed

** Attachment added: msg.asc
   http://launchpadlibrarian.net/48695243/msg.asc

-- 
Intermittant failures to connect to ssh servers
https://bugs.launchpad.net/bugs/9243
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


Re: [Bug 9243] Re: Intermittant failures to connect to ssh servers

2010-05-18 Thread Mary Gardiner
I have not seen the issue in 10.04, or for some years in fact.

-- 
Intermittant failures to connect to ssh servers
https://bugs.launchpad.net/bugs/9243
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 495778] Re: If photos.db is not writeable, f-spot crashes with Mono.Data.SqliteClient.SqliteExecutionException

2009-12-15 Thread Mary Gardiner
I don't see in what respect it's a duplicate: in my scenario, there's
plenty of free space, the permissions on photos.db are wrong in such a
way as that it's not writeable. The result sounds completely different
too: the desktop does not lock up as described in bug 34074, f-spot
crashes (silently, unless being run from a console, in which case
there's a specific error not mentioned in bug 34074.


** This bug is no longer a duplicate of bug 34074
   F-Spot does not warn user if the free space is low before importing photos

** Changed in: f-spot (Ubuntu)
   Status: Invalid = New

-- 
If photos.db is not writeable, f-spot crashes with 
Mono.Data.SqliteClient.SqliteExecutionException
https://bugs.launchpad.net/bugs/495778
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


Re: [Bug 495778] Re: If photos.db is not writeable, f-spot crashes with Mono.Data.SqliteClient.SqliteExecutionException

2009-12-15 Thread Mary Gardiner
Having the permissions wrong was user error: both ~/Photos and photos.db
are on a Samba share which I hadn't mounted in such a way as to get the
correct user id.

-- 
If photos.db is not writeable, f-spot crashes with 
Mono.Data.SqliteClient.SqliteExecutionException
https://bugs.launchpad.net/bugs/495778
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 495778] [NEW] If photos.db is not writeable, f-spot crashes with Mono.Data.SqliteClient.SqliteExecutionException

2009-12-11 Thread Mary Gardiner
Public bug reported:

Binary package hint: f-spot

Actual behaviour:

If photos.db is not writeable by the current user, f-spot dies with
errors much like the following:

Mono.Data.SqliteClient.SqliteExecutionException: SQL logic error or missing 
database
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteStatement (IntPtr pStmt, 
System.Int32 cols, System.IntPtr pazValue, System.IntPtr pazColName) 
[0x0] 
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteStatement (IntPtr pStmt) 
[0x0] 
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior 
behavior, Boolean want_results, System.Int32 rows_affected) [0x0] 
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteNonQuery () [0x0] 
  at Banshee.Database.QueuedSqliteCommand.Execute () [0x0] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean 
is_terminal)
   at GLib.Idle+IdleProxy.Handler()
   at Gtk.Dialog.gtk_dialog_run(IntPtr )
   at Gtk.Dialog.Run()
   at ImportCommand.ImportFromFile(.PhotoStore store, System.String path)
   at MainWindow.HandleImportCommand(System.Object sender, System.EventArgs e)
   at System.Reflection.MonoMethod.InternalInvoke(System.Object , 
System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] 
parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs 
args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, 
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr 
marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at FSpot.Driver.Main(System.String[] args)
cleanup context

This error does not occur immediately after launch, but does occur when
selecting a directory for import (and undoubtedly at other times).

Expected behaviour:

A much more user-friendly error, ideally presented within the f-spot GUI
rather than on the command line.

ProblemType: Bug
Architecture: i386
Date: Sat Dec 12 18:24:35 2009
DistroRelease: Ubuntu 9.10
Package: f-spot 0.6.1.5-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: f-spot
Uname: Linux 2.6.31-16-generic i686

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
If photos.db is not writeable, f-spot crashes with 
Mono.Data.SqliteClient.SqliteExecutionException
https://bugs.launchpad.net/bugs/495778
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 495778] Re: If photos.db is not writeable, f-spot crashes with Mono.Data.SqliteClient.SqliteExecutionException

2009-12-11 Thread Mary Gardiner

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

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

-- 
If photos.db is not writeable, f-spot crashes with 
Mono.Data.SqliteClient.SqliteExecutionException
https://bugs.launchpad.net/bugs/495778
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-10-06 Thread Mary Gardiner
Chris Dunlop: you don't say if this was a recent problem, but if it was
some or all photos may be recoverable from your memory card. photorec
(/usr/sbin/photorec, once you install the testdisk package) is a good
tool for this.

You're perfectly right that it's a major problem with the package. The
triaging as 'low' remains unexplained.

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


Re: [Bug 354264] Re: Imports all photos to the root of the home directory

2009-08-19 Thread Mary Gardiner
Can we have an explanation for what the triaging as Low for Jaunty
means in practical terms?

The effect of the bug is that people who use f-spot and Jaunty
throughout the Jaunty lifetime will have every single one of their
imported photos dumped into their home directory. Not into
subdirectories of their home directory, an entire six months (at least)
worth of photos all directly under ~/

This will, unless they run my script, never be repaired (unless the
karmic fixed package actually moves existing photos, I don't see any
hint that it does), meaning that, if they, for example, back up ~/Photos
believing it contains their imported photos as the program informed them
it would they will miss all photos imported during the Jaunty lifecycle.

It's not a data loss bug in and of itself, but it's something of a
serious data integrity bug.

So does Low mean, practically:

(a) the effects of the bug appear minor to Ubuntu developers?
(b) the Ubuntu developers have no opinion about the effects of the bug, but do 
not intend to fix it in Jaunty? 
(c) the Ubuntu developers have no opinion about the effects of the bug and will 
not prioritise a fix but would accept one if the community organises the SRU as 
far as possible?

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-08-18 Thread Mary Gardiner
** Changed in: f-spot (Ubuntu Jaunty)
   Status: New = Confirmed

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 355281] Re: photo import from memory card is poor

2009-06-28 Thread Mary Gardiner
The importing of photos into your home directory is bug 354264.

** Package changed: ubuntu = f-spot (Ubuntu)

-- 
photo import from memory card is poor
https://bugs.launchpad.net/bugs/355281
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-06-13 Thread Mary Gardiner
I have a Python script that fixes up the mess. It shouldn't have any
dependencies other than Python itself. I've only tested with Python 2.6,
but I don't know of any reason 2.5 wouldn't work (before 2.5 the sqlite3
module won't be available).

Features:

1. Moves files to [target-dir]//MM/DD for the date of the photograph
itself, as is f-spot's current correct behaviour, creating these
directories where necessary

2. Target dir need not be ~/Photos but can be arbitrary

3. Updates the photos and photo_versions tables in the f-spot database
correctly (as far as I can tell anyway) both for original versions and
modified versions.



Usage: fix-fspot.py [correct target directory] [files...]

Example usage:

python fix-fspot.py ~/Photos ~/img_0001.jpg ~/img_0002.jpg

Move ~/img_0001.jpg and ~/img_0002.jpg to the correct location under
~/Photos and updates the f-spot database appropriately.

In case of corruption, your original database will be copied to
~/.gnome2/f-spot/photos.db-[TIMESTAMP] each time this runs



My run of this was:

python fix-fspot.py ~/Photos ~/*.{cr2,jpg}

but of course you will want to construct your own command line.

** Attachment added: fix-fspot.py
   http://launchpadlibrarian.net/27885633/fix-fspot.py

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-06-13 Thread Mary Gardiner
Oh, and in the event it's important to anyone, here's a version of fix-
fspot.py with licencing information

** Attachment added: fix-fspot.py
   http://launchpadlibrarian.net/27885676/fix-fspot.py

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-06-13 Thread Mary Gardiner
Final comment: if you have any extra files around in your homedir that
you want moved but which f-spot's database doesn't know about (in my
case .ufraw files) you will have to move them by hand: the script will
abort if you ask it to do something with a file f-spot has no record of.

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 367830] Re: F-Spot lost the folder structure in 9.04

2009-06-13 Thread Mary Gardiner
*** This bug is a duplicate of bug 354264 ***
https://bugs.launchpad.net/bugs/354264

** This bug is no longer a duplicate of bug 353989
   Import saves images in home root
** This bug has been marked a duplicate of bug 364264
   MyEclipse 7.1 freezes 9.04

** This bug is no longer a duplicate of bug 364264
   MyEclipse 7.1 freezes 9.04
** This bug has been marked a duplicate of bug 354264
   Imports all photos to the root of the home directory

-- 
F-Spot lost the folder structure in 9.04
https://bugs.launchpad.net/bugs/367830
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 353989] Re: Import saves images in home root

2009-06-13 Thread Mary Gardiner
*** This bug is a duplicate of bug 354264 ***
https://bugs.launchpad.net/bugs/354264

** This bug has been marked a duplicate of bug 354264
   Imports all photos to the root of the home directory

-- 
Import saves images in home root
https://bugs.launchpad.net/bugs/353989
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 354264] Re: Imports all photos to the root of the home directory

2009-06-13 Thread Mary Gardiner
** Description changed:

  Binary package hint: f-spot
  
  Fresh install of Ubuntu 9.04 beta.
  
  - I have never opened F-spot before.
  - I connected my camera and my camera folder appeared on my desktop (you can 
see here an other bug as F-Spot did not launched automatically).
  - I opened the folder and clicked on top right on the button to open in 
F-Spot.
  - I imported correctly my pictures in F-Spot.
  - You can also see that F-spot did not complains that a 'Photos' folder is 
not present as it is already present.
  
  The problem:
  - My pictures have been imported in /home/myusername/ instead of 
/home/myusername/Photos
  - If I got in F-Spot preferences, I can see that Importation folder is 
correctly configured as /home/myusername/Photos
  - /home/myusername/Photos is empty.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: f-spot 0.5.0.3-1ubuntu5
  ProcEnviron:
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: f-spot
  Uname: Linux 2.6.28-11-generic i686
+ 
+ UPDATE for people experiencing this bug:
+ 
+ The source of the problem is identified at
+ https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/354264/comments/9
+ 
+ A fixed package is available from a PPA, see
+ https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/354264/comments/12
+ 
+ There is a Python script which will move Photos back out of your home
+ directory and into the normal location at
+ https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/354264/comments/20

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 386573] [NEW] gnome-appearance-properties crashes, or launches with an extremely wide and empty window

2009-06-12 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-control-center

When I launch gnome-appearance properties, various things happen:

1. Most of the time it opens an extremely wide, unusable window, which I
will attach as a screenshot.

2. About 1 time in 5, it crashes with this message:

$ gnome-appearance-properties
The program 'gnome-appearance-properties' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 570 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

3. Very occasionally, it launches and works correctly.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-control-center 1:2.26.0-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: gnome-control-center
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
gnome-appearance-properties crashes, or launches with an extremely wide and 
empty window
https://bugs.launchpad.net/bugs/386573
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 386573] Re: gnome-appearance-properties crashes, or launches with an extremely wide and empty window

2009-06-12 Thread Mary Gardiner

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

-- 
gnome-appearance-properties crashes, or launches with an extremely wide and 
empty window
https://bugs.launchpad.net/bugs/386573
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 386573] Re: gnome-appearance-properties crashes, or launches with an extremely wide and empty window

2009-06-12 Thread Mary Gardiner
Screenshot of extremely wide window, per scenario #1. My screen
resolution is 1440x900 and the dialogue extends well past both sides of
the screen.

** Attachment added: Screenshot-Appearance Preferences.png
   
http://launchpadlibrarian.net/27849372/Screenshot-Appearance%20Preferences.png

-- 
gnome-appearance-properties crashes, or launches with an extremely wide and 
empty window
https://bugs.launchpad.net/bugs/386573
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 285283] Re: Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)

2009-04-20 Thread Mary Gardiner
*** This bug is a duplicate of bug 282325 ***
https://bugs.launchpad.net/bugs/282325

** This bug has been marked a duplicate of bug 282325
   nautilus-sendto doesn't support Obex Push file transfer since intrepid

-- 
Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)
https://bugs.launchpad.net/bugs/285283
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


Re: [Bug 323023] Re: rhythmbox fails to start: process does not open window

2009-01-30 Thread Mary Gardiner
You're right, the notification icon does appear. I still consider that a
bug: when I open a desktop application I expect a window, not a
notification icon.

-- 
rhythmbox fails to start: process does not open window
https://bugs.launchpad.net/bugs/323023
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 323023] [NEW] rhythmbox fails to start: process does not open window

2009-01-29 Thread Mary Gardiner
Public bug reported:

Binary package hint: rhythmbox

Actual behaviour:
 - I start rhythmbox at a command prompt
 - the process does not exit, but no music player window opens

Expected behaviour:
 - I start rhythmbox at a command prompt
 - a music player window opens

Output of rhythmbox -d (some minutes' worth) is attached.

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

-- 
rhythmbox fails to start: process does not open window
https://bugs.launchpad.net/bugs/323023
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 323023] Re: rhythmbox fails to start: process does not open window

2009-01-29 Thread Mary Gardiner

** Attachment added: Output of rhythmbox -d
   http://launchpadlibrarian.net/21791902/rhythmbox-output.txt

-- 
rhythmbox fails to start: process does not open window
https://bugs.launchpad.net/bugs/323023
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


Re: [Bug 285283] Re: Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)

2009-01-04 Thread Mary Gardiner
On Mon, Dec 29, 2008, Alex Mayorga Adame wrote:
 Can you please check again with updated packages and confirm if this can be 
 now closed as Fix Released?

Nothing has improved for me at all. Both methods of file transfer fail.

bluetooth: 4.12-0ubuntu5
bluez: 4.12-0ubuntu5
bluez-gnome: 1.8-0ubuntu1
obex-data-server: 0.3.4+svn1951-0ubuntu1

-- 
Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)
https://bugs.launchpad.net/bugs/285283
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


[Bug 306490] Re: XF86Mail is identical to suspend keyboard shortcut

2008-12-09 Thread Mary Gardiner

** Attachment added: My term.log, showing recent changes to my system
   http://launchpadlibrarian.net/20320147/term.log

** Description changed:

  Binary package hint: gnome-control-center
  
  On my laptop, at some level well below anything I can control through
  GNOME Control Center programs, Fn+Esc is bound to suspend-to-RAM. I use
  this shortcut frequently.
  
  Actual behaviour:
  Starting today (although I have not upgraded any relevant packages that I can 
tell, my recent /var/log/apt/term.log is attached) it has also begun launching 
a mail client just before suspending (specifically, it is trying to launch mutt 
in a gnome-terminal, per my Preferred Applications setting, this actually ends 
up not working, probably because the suspend is underway, but I don't really 
care about the ability to simultaneously launch mutt *and* suspend-to-RAM).
  
  t turns out this keybinding is also the one called 'XF86Mail', in
  'Keyboard shortcuts' 'Launch email client' was set to 'XF86Mail'. If I
  unset it, the attempt to launch mutt on every suspend stops.
  
  Expected behaviour:
  
- A keybinding I have become accustomed to using 20 or more times a day
- should not suddenly start launching an email client.
+ Suspend-to-RAM without starting mutt. A keybinding I have become
+ accustomed to using 20 or more times a day should not suddenly start
+ launching an email client.

-- 
XF86Mail is identical to suspend keyboard shortcut
https://bugs.launchpad.net/bugs/306490
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 306490] [NEW] XF86Mail is identical to suspend keyboard shortcut

2008-12-09 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-control-center

On my laptop, at some level well below anything I can control through
GNOME Control Center programs, Fn+Esc is bound to suspend-to-RAM. I use
this shortcut frequently.

Actual behaviour:
Starting today (although I have not upgraded any relevant packages that I can 
tell, my recent /var/log/apt/term.log is attached) it has also begun launching 
a mail client just before suspending (specifically, it is trying to launch mutt 
in a gnome-terminal, per my Preferred Applications setting, this actually ends 
up not working, probably because the suspend is underway, but I don't really 
care about the ability to simultaneously launch mutt *and* suspend-to-RAM).

t turns out this keybinding is also the one called 'XF86Mail', in
'Keyboard shortcuts' 'Launch email client' was set to 'XF86Mail'. If I
unset it, the attempt to launch mutt on every suspend stops.

Expected behaviour:

Suspend-to-RAM without starting mutt. A keybinding I have become
accustomed to using 20 or more times a day should not suddenly start
launching an email client.

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

-- 
XF86Mail is identical to suspend keyboard shortcut
https://bugs.launchpad.net/bugs/306490
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 285283] Re: Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)

2008-11-06 Thread Mary Gardiner
** Summary changed:

- Bluetooth file transfer to phone fails
+ Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth 
applet)

-- 
Bluetooth file transfer to phone fails (from both Nautilus and Bluetooth applet)
https://bugs.launchpad.net/bugs/285283
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


Re: [Bug 285283] Re: Bluetooth file transfer to phone fails

2008-11-04 Thread Mary Gardiner
Since my original bug is that all forms of file transfer fail (both
applet and nautilus-send-to), people who only have send-to failures need
to file a separate bug.

-- 
Bluetooth file transfer to phone fails
https://bugs.launchpad.net/bugs/285283
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


[Bug 285283] Re: Bluetooth file transfer to phone fails

2008-10-31 Thread Mary Gardiner
Baptiste Mille-Mathias: an attempt to send the file via the applet is
already described in the bug report, see Attempt to send file 2.

bluetooth-sendto, when run from the command line, eventually reports
this error: org.openobex.Error.ConnectionAttemptFailed, that is, the
same as the applet does.

-- 
Bluetooth file transfer to phone fails
https://bugs.launchpad.net/bugs/285283
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for nautilus-sendto.

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


Re: [Bug 211254] Re: Crash when importing images from Bluetooth device

2008-08-08 Thread Mary Gardiner
I'm not intending to test Intrepid on my usual data before it goes beta.
I'll see about getting a live CD in the next week or so and testing on
that.

-- 
Crash when importing images from Bluetooth device
https://bugs.launchpad.net/bugs/211254
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 180205] Re: Personal data manager doesn't display any password information

2008-04-09 Thread Mary Gardiner
** Changed in: epiphany-browser (Ubuntu)
Sourcepackagename: epiphany = epiphany-browser

-- 
Personal data manager doesn't display any password information
https://bugs.launchpad.net/bugs/180205
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


Re: [Bug 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is very difficult

2008-04-09 Thread Mary Gardiner
 With the most recent xulrunner and epiphany this is made easier.

At the moment, with the following versions, Epiphany is much worse, not
better:

epiphany-browser: 2.22.1.1-0ubuntu1
epiphany-gecko: 2.22.1.1-0ubuntu1
xulrunner-1.9: 1.9~b5+nobinonly-0ubuntu1
epiphany-extensions: 2.22.0-0ubuntu1
epiphany-browser-dbg: 2.22.1.1-0ubuntu1

If I visit https://bugtrack.alsa-project.org/alsa-bug/ epiphany crashes
entirely.  I'll report it separately and add the bug number here.

-- 
Adding a certificate exception for non-trusted HTTPS sites is very difficult
https://bugs.launchpad.net/bugs/181893
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 214468] [NEW] Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner
Public bug reported:

Binary package hint: epiphany-browser

This is not the same as bug 181893, which is just about them being
difficult to view.

Epiphany, with the following versions, now completely crashes when
visiting HTTPS sites, regardless of the validity of their certificate.

Versions:

epiphany-browser: 2.22.1.1-0ubuntu1
epiphany-gecko: 2.22.1.1-0ubuntu1
xulrunner-1.9: 1.9~b5+nobinonly-0ubuntu1
epiphany-extensions: 2.22.0-0ubuntu1
epiphany-browser-dbg: 2.22.1.1-0ubuntu1

Sites tested: https://launchpad.net/ (has a valid certificate),
https://bugtrack.alsa-project.org/ (self-signed), https://divmod.com/
(self-signed).

I can't get apport to catch the crash (it's running, I have no idea how
apport is meant to work from there), so I will attach a manually
obtained stack trace.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 214468] Re: Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner

** Attachment added: Stacktrace from gdb when viewing 
https://bugtrack.alsa-project.org/;
   http://launchpadlibrarian.net/1327/stacktrace-visitingbugtracker.txt

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 214468] Re: Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner
This is a regression for me, of the last 24 hours or so.

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


Re: [Bug 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is very difficult

2008-04-09 Thread Mary Gardiner
My complete inability to view any HTTPS site whatsoever (including valid
certificates) without crashing Epiphany entirely has been filed as bug
214468.

-- 
Adding a certificate exception for non-trusted HTTPS sites is very difficult
https://bugs.launchpad.net/bugs/181893
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 214468] Re: Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner
There's no such package at
http://archive.ubuntu.com/ubuntu/pool/main/x/xulrunner-1.9/ or
http://archive.ubuntu.com/ubuntu/pool/universe/x/xulrunner-1.9/ , where
can I find it?

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 214468] Re: Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner
The backtrace full step of https://wiki.ubuntu.com/Backtrace has
currently produced 7 megabytes of output (at #24000 or so) and is
showing no signs of stopping. I've attached the first 1000 levels.

** Attachment added: stacktrace-visitingbugtracker-dbgsym.txt
   
http://launchpadlibrarian.net/13274689/stacktrace-visitingbugtracker-dbgsym.txt

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 214468] Re: Epiphany crashes inside xulrunner when viewing HTTPS sites

2008-04-09 Thread Mary Gardiner
Here it is again, with backtrace full 1000, info registers, thread
apply all backtrace 1000, different process.

** Attachment added: 1000 innermost frames of the backtrace, visiting 
https://bugtrack.alsa-project.org/;
   
http://launchpadlibrarian.net/13274822/stacktrace-visitingbugtracker-dbgsym.txt

-- 
Epiphany crashes inside xulrunner when viewing HTTPS sites
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 214468] Re: Epiphany crashes inside xulrunner when j2re1.4 is installed

2008-04-09 Thread Mary Gardiner
Update: the HTTPS thing was a blind alley, I just didn't check enough
HTTP sites (Slashdot crashes).

The culprit seems to be having the j2re1.4 package installed.

** Summary changed:

- Epiphany crashes inside xulrunner when viewing HTTPS sites
+ Epiphany crashes inside xulrunner when j2re1.4 is installed

** Description changed:

  Binary package hint: epiphany-browser
  
  This is not the same as bug 181893, which is just about them being
  difficult to view.
  
  Epiphany, with the following versions, now completely crashes when
  visiting HTTPS sites, regardless of the validity of their certificate.
+ It also crashes on some other sites, such as http://slashdot.org/
  
  Versions:
  
  epiphany-browser: 2.22.1.1-0ubuntu1
  epiphany-gecko: 2.22.1.1-0ubuntu1
  xulrunner-1.9: 1.9~b5+nobinonly-0ubuntu1
  epiphany-extensions: 2.22.0-0ubuntu1
  epiphany-browser-dbg: 2.22.1.1-0ubuntu1
  
  Sites tested: https://launchpad.net/ (has a valid certificate),
  https://bugtrack.alsa-project.org/ (self-signed), https://divmod.com/
  (self-signed).
  
  I can't get apport to catch the crash (it's running, I have no idea how
  apport is meant to work from there), so I will attach a manually
  obtained stack trace.

-- 
Epiphany crashes inside xulrunner when j2re1.4 is installed
https://bugs.launchpad.net/bugs/214468
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is very difficult

2008-04-09 Thread Mary Gardiner
Having worked around bug 214468, I've looked at the new version that
Senor Hubris pointed out. From the description:

Problems with the current solution:
1. it requires installing epiphany-extensions, which many users need to add 
especially [NO LONGER TRUE]
2. it requires a lengthy sequence of steps [NO LONGER TRUE, although perhaps 
having to click on Or you can add an exception… and then Add Exception is 
still long]
3. it requires re-entering the URL [STILL TRUE]
4. the lengthy sequence of steps is not spelled out in the error dialog, which 
refers to 'advanced encryption settings', which does not appear in the menus 
[NO LONGER TRUE]

I'll update the description accordingly.

** Description changed:

  Binary package hint: epiphany-browser
  
  SUMMARY
- Epiphany does not have an easy way to add a trusted certificate for an https 
site. Users who visit https sites with self-signed or other default untrusted 
certificates will see a page that looks like this screenshot: 
http://launchpadlibrarian.net/12764861/epiphany.png
- 
- Many legitimate websites including Free software sites such as
- https://bugtrack.alsa-project.org/ and https://bugs.freedesktop.org/
- have certificates that are not trusted by default. Epiphany should have
- a method approximately as easy as Firefox 3's handling to add
- certificates.
+ Epiphany's handling of adding HTTPS certificates is not as streamlined as it 
could be. Presently users are presented with an error, and they then must click 
Or you can add an exception… then Add exception... then they must re-enter 
the URL with the problem, press Get Certificate and Confirm Security 
Exception
  
  Problems with the current solution:
- 1. it requires installing epiphany-extensions, which many users need to add 
especially
- 2. it requires a lengthy sequence of steps
- 3. it requires re-entering the URL
- 4. the lengthy sequence of steps is not spelled out in the error dialog, 
which refers to 'advanced encryption settings', which does not appear in the 
menus
+ 1. it requires a lengthy sequence of steps
+ 2. some of the steps look like doing the same thing twice I want to add an 
exception... no, I really want to add an exception!
+ 3. it requires re-entering the problematic URL. Not all users will really 
understand what this means. Some users will have clicked on a link to get to 
the page. They then have to copy the URL from the location bar, or realise that 
it can be selected for copy+paste, which is not entirely obvious.
+ 
+ Early comments on this bug describe earlier handling, which was far more
+ obscure again.
  
  Please note, you do not need to report each non-working site
  individually in this bug.
- 
- WORKAROUND
- The current, lengthy, method of adding a certificate is:
- 
- Preliminary (these only need to be done once):
- 1. Install the epiphany-extensions package if you have not already
- 2. If you had to install epiphany-extensions, restart epiphany
- 3. Go to Tools - Extensions and make sure 'Certificates' is ticked
- 
- For every site with a problem:
- 1. go to Tools - Manage Certificates
- 2. Press 'Add Exception'
- 3. At 'Location', enter the URL of the site with the problem and press 'Get 
Certificate'
- 4. Review the Certificate Status to make sure you're satisfied.
- 5. Make sure 'Permanently store this exception' is ticked unless you want to 
do this every time you visit the site
- 6. Press 'Confirm Security Exception'
- 
- ORIGINAL DESCRIPTION:
- If there is a link to a site that is https, but the remote site has, say, an 
SSL certificate where the CN in the cert does not match the hostname for the 
remote site, then clicking the link will result in no action being taken by 
epiphany.  
- 
- In the past when clicking on such a link a dialog window will popup
- explaining the situation and asking you if you want to continue.   No
- such window now pops up and the browser does not continue to the linked-
- to site.  It simply does nothing.
- 
- epiphany-gecko: 2.21.4-0ubuntu3
- epiphany-browser: 2.21.4-0ubuntu3

** Summary changed:

- Adding a certificate exception for non-trusted HTTPS sites is very difficult
+ Adding a certificate exception for non-trusted HTTPS sites is difficult

-- 
Adding a certificate exception for non-trusted HTTPS sites is difficult
https://bugs.launchpad.net/bugs/181893
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 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is difficult

2008-04-09 Thread Mary Gardiner
** Description changed:

  Binary package hint: epiphany-browser
  
  SUMMARY
  Epiphany's handling of adding HTTPS certificates is not as streamlined as it 
could be. Presently users are presented with an error, and they then must click 
Or you can add an exception… then Add exception... then they must re-enter 
the URL with the problem, press Get Certificate and Confirm Security 
Exception
  
  Problems with the current solution:
  1. it requires a lengthy sequence of steps
  2. some of the steps look like doing the same thing twice I want to add an 
exception... no, I really want to add an exception!
  3. it requires re-entering the problematic URL. Not all users will really 
understand what this means. Some users will have clicked on a link to get to 
the page. They then have to copy the URL from the location bar, or realise that 
it can be selected for copy+paste, which is not entirely obvious.
+ 4. Once you press Confirm Security Exception, you still are presented with 
the original error and need to reload the page
  
  Early comments on this bug describe earlier handling, which was far more
  obscure again.
  
  Please note, you do not need to report each non-working site
  individually in this bug.

-- 
Adding a certificate exception for non-trusted HTTPS sites is difficult
https://bugs.launchpad.net/bugs/181893
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 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is very difficult

2008-04-05 Thread Mary Gardiner
** Also affects: epiphany-extensions (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Adding a certificate exception for non-trusted HTTPS sites is very difficult
https://bugs.launchpad.net/bugs/181893
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 181893] Re: clicking on an https link when the remote site has invalid credentials does not work

2008-04-04 Thread Mary Gardiner
** Description changed:

  Binary package hint: epiphany-browser
  
- If there is a link to a site that is https, but the remote site has,
- say, an SSL certificate where the CN in the cert does not match the
- hostname for the remote site, then clicking the link will result in no
- action being taken by epiphany.
+ SUMMARY
+ Epiphany does not have an easy way to add a trusted certificate for an https 
site. Users who visit https sites with self-signed or other default untrusted 
certificates will see a page that looks like this screenshot: 
http://launchpadlibrarian.net/12764861/epiphany.png
+ 
+ Many legitimate websites including Free software sites such as
+ https://bugtrack.alsa-project.org/ and https://bugs.freedesktop.org/
+ have certificates that are not trusted by default. Epiphany should have
+ a method approximately as easy as Firefox 3's handling to add
+ certificates.
+ 
+ Please note, you do not need to report each non-working site
+ individually in this bug.
+ 
+ WORKAROUND
+ The current, lengthy, method of adding a certificate is:
+ 
+ Preliminary (these only need to be done once):
+ 1. Install the ephiphany-extensions package if you have not already
+ 2. If you had to install epiphany-extensions, restart epiphany
+ 3. Go to Tools - Extensions and make sure 'Certificates' is ticked
+ 
+ For every site with a problem:
+ 1. go to Tools - Manage Certificates
+ 2. Press 'Add Exception'
+ 3. At 'Location', enter the URL of the site with the problem and press 'Get 
Certificate'
+ 4. Review the Certificate Status to make sure you're satisfied.
+ 5. Make sure 'Permanently store this exception' is ticked unless you want to 
do this every time you visit the site
+ 6. Press 'Confirm Security Exception'
+ 
+ ORIGINAL DESCRIPTION:
+ If there is a link to a site that is https, but the remote site has, say, an 
SSL certificate where the CN in the cert does not match the hostname for the 
remote site, then clicking the link will result in no action being taken by 
epiphany.  
  
  In the past when clicking on such a link a dialog window will popup
  explaining the situation and asking you if you want to continue.   No
  such window now pops up and the browser does not continue to the linked-
  to site.  It simply does nothing.
  
  epiphany-gecko: 2.21.4-0ubuntu3
  epiphany-browser: 2.21.4-0ubuntu3

** Summary changed:

- clicking on an https link when the remote site has invalid credentials does 
not work
+ Adding a certificate exception for non-trusted HTTPS sites is very difficult

** Description changed:

  Binary package hint: epiphany-browser
  
  SUMMARY
  Epiphany does not have an easy way to add a trusted certificate for an https 
site. Users who visit https sites with self-signed or other default untrusted 
certificates will see a page that looks like this screenshot: 
http://launchpadlibrarian.net/12764861/epiphany.png
  
  Many legitimate websites including Free software sites such as
  https://bugtrack.alsa-project.org/ and https://bugs.freedesktop.org/
  have certificates that are not trusted by default. Epiphany should have
  a method approximately as easy as Firefox 3's handling to add
  certificates.
  
  Please note, you do not need to report each non-working site
  individually in this bug.
  
  WORKAROUND
  The current, lengthy, method of adding a certificate is:
  
  Preliminary (these only need to be done once):
- 1. Install the ephiphany-extensions package if you have not already
+ 1. Install the epiphany-extensions package if you have not already
  2. If you had to install epiphany-extensions, restart epiphany
  3. Go to Tools - Extensions and make sure 'Certificates' is ticked
  
  For every site with a problem:
  1. go to Tools - Manage Certificates
  2. Press 'Add Exception'
  3. At 'Location', enter the URL of the site with the problem and press 'Get 
Certificate'
  4. Review the Certificate Status to make sure you're satisfied.
  5. Make sure 'Permanently store this exception' is ticked unless you want to 
do this every time you visit the site
  6. Press 'Confirm Security Exception'
  
  ORIGINAL DESCRIPTION:
  If there is a link to a site that is https, but the remote site has, say, an 
SSL certificate where the CN in the cert does not match the hostname for the 
remote site, then clicking the link will result in no action being taken by 
epiphany.  
  
  In the past when clicking on such a link a dialog window will popup
  explaining the situation and asking you if you want to continue.   No
  such window now pops up and the browser does not continue to the linked-
  to site.  It simply does nothing.
  
  epiphany-gecko: 2.21.4-0ubuntu3
  epiphany-browser: 2.21.4-0ubuntu3

-- 
Adding a certificate exception for non-trusted HTTPS sites is very difficult
https://bugs.launchpad.net/bugs/181893
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

[Bug 181893] Re: Adding a certificate exception for non-trusted HTTPS sites is very difficult

2008-04-04 Thread Mary Gardiner
** Description changed:

  Binary package hint: epiphany-browser
  
  SUMMARY
  Epiphany does not have an easy way to add a trusted certificate for an https 
site. Users who visit https sites with self-signed or other default untrusted 
certificates will see a page that looks like this screenshot: 
http://launchpadlibrarian.net/12764861/epiphany.png
  
  Many legitimate websites including Free software sites such as
  https://bugtrack.alsa-project.org/ and https://bugs.freedesktop.org/
  have certificates that are not trusted by default. Epiphany should have
  a method approximately as easy as Firefox 3's handling to add
  certificates.
+ 
+ Problems with the current solution:
+ 1. it requires installing epiphany-extensions, which many users need to add 
especially
+ 2. it requires a lengthy sequence of steps
+ 3. it requires re-entering the URL
+ 4. the lengthy sequence of steps is not spelled out in the error dialog, 
which refers to 'advanced encryption settings', which does not appear in the 
menus
  
  Please note, you do not need to report each non-working site
  individually in this bug.
  
  WORKAROUND
  The current, lengthy, method of adding a certificate is:
  
  Preliminary (these only need to be done once):
  1. Install the epiphany-extensions package if you have not already
  2. If you had to install epiphany-extensions, restart epiphany
  3. Go to Tools - Extensions and make sure 'Certificates' is ticked
  
  For every site with a problem:
  1. go to Tools - Manage Certificates
  2. Press 'Add Exception'
  3. At 'Location', enter the URL of the site with the problem and press 'Get 
Certificate'
  4. Review the Certificate Status to make sure you're satisfied.
  5. Make sure 'Permanently store this exception' is ticked unless you want to 
do this every time you visit the site
  6. Press 'Confirm Security Exception'
  
  ORIGINAL DESCRIPTION:
  If there is a link to a site that is https, but the remote site has, say, an 
SSL certificate where the CN in the cert does not match the hostname for the 
remote site, then clicking the link will result in no action being taken by 
epiphany.  
  
  In the past when clicking on such a link a dialog window will popup
  explaining the situation and asking you if you want to continue.   No
  such window now pops up and the browser does not continue to the linked-
  to site.  It simply does nothing.
  
  epiphany-gecko: 2.21.4-0ubuntu3
  epiphany-browser: 2.21.4-0ubuntu3

-- 
Adding a certificate exception for non-trusted HTTPS sites is very difficult
https://bugs.launchpad.net/bugs/181893
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 211254] [NEW] Crash when importing images from Bluetooth device

2008-04-03 Thread Mary Gardiner
Public bug reported:

Binary package hint: f-spot

f-spot version: 0.4.2-1ubuntu1 (Ubuntu Hardy)

I have a phone browsable by Bluetooth (paired and trusted). If I try and
import directly from the phone via the Import dialog, f-spot crashes.

Steps:

1. enable Bluetooth on phone and computer, pair and trust etc.
2. on Bluetooth notifcation icon, right-click and select 'Browse device', 
select the phone and press 'Connect', so that the phone appears on the desktop 
and in File Open dialogs
2. run f-spot
3. click 'Import'
4. Select 'Select Folder'
5. Click on the phone in the Places pane
6. f-spot crashes

Expected behaviour:
Either at 5 the phone does not appear in the Places pane or at 6 the phone's 
contents are browsable and importable like any other directory.

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: f-spot
+ 
+ f-spot version: 0.4.2-1ubuntu1 (Ubuntu Hardy)
  
  I have a phone browsable by Bluetooth (paired and trusted). If I try and
  import directly from the phone via the Import dialog, f-spot crashes.
  
  Steps:
  
  1. enable Bluetooth on phone and computer, pair and trust etc.
  2. on Bluetooth notifcation icon, right-click and select 'Browse device', 
select the phone and press 'Connect', so that the phone appears on the desktop 
and in File Open dialogs
  2. run f-spot
  3. click 'Import'
  4. Select 'Select Folder'
  5. Click on the phone in the Places pane
  6. f-spot crashes
  
  Expected behaviour:
  Either at 5 the phone does not appear in the Places pane or at 6 the phone's 
contents are browsable and importable like any other directory.

-- 
Crash when importing images from Bluetooth device
https://bugs.launchpad.net/bugs/211254
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 211254] Re: Crash when importing images from Bluetooth device

2008-04-03 Thread Mary Gardiner

** Attachment added: Stack trace produced on terminal
   http://launchpadlibrarian.net/13089973/stacktrace.txt

-- 
Crash when importing images from Bluetooth device
https://bugs.launchpad.net/bugs/211254
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 210881] Re: Nautilus shows incorrect location and tree position

2008-04-02 Thread Mary Gardiner
Regarding reporting the bug, you probably wanted to set the project to
Ubuntu and the package to nautilus: ie, it's a problem with Nautilus
when used in Ubuntu. I have done this.

** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus shows incorrect location and tree position
https://bugs.launchpad.net/bugs/210881
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 203107] Re: When quit button pressed, sometimes Suspend and Hibernate options are missing

2008-04-01 Thread Mary Gardiner
** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: None = gnome-power-manager

-- 
When quit button pressed, sometimes Suspend and Hibernate options are missing
https://bugs.launchpad.net/bugs/203107
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 210489] Re: DST not correct for locations

2008-04-01 Thread Mary Gardiner
Can you confirm that San Diego actually has the correct timezone (I
assume America/Los Angeles ?) associated with it? This may be an
occurence of bug 185190 (wrong assignment of timezone to cities) rather
than DST.

** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel

-- 
DST not correct for locations
https://bugs.launchpad.net/bugs/210489
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 185190] Re: Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

2008-04-01 Thread Mary Gardiner
** Description changed:

- I went to the preferences panel of GNOME's clock applet to add a
- location.  However, when I went to add Pittsburgh, it associated the
- city with the America/Detroit timezone when it belongs America/New York
- timezone.  The latitude and longitude are correct.
+ The gnome panel clock applet's Locations section assigns the wrong
+ timezone to many cities if you add them via Edit - Add - Find.
+ Examples of cities that have the wrong timezone assigned include
+ Pittsburgh USA, Beijing China, Bombay (Mumbai) India, St. Petersburg
+ Russia and many others.
+ 
+ The cause of the bug is that the timezone is calculated using a
+ heuristic that takes the longitude of the city and tries to find the
+ nearest timezone by longitude. As timezones often follow political
+ boundaries rather than longitude, this gives incorrect results for many
+ cities.
+ 
+ WORKAROUND:
+ If you know the correct timezone for a city, after pressing OK in the Find 
dialog, you can override the timezone in the Timezone dropdown box.
+ 
+ ORIGINAL DESCRIPTION:
+ I went to the preferences panel of GNOME's clock applet to add a location. 
However, when I went to add Pittsburgh, it associated the city with the 
America/Detroit timezone when it belongs America/New York timezone. The 
latitude and longitude are correct.

-- 
Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)
https://bugs.launchpad.net/bugs/185190
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 209455] Re: Trash Bin Requires Two Empyings

2008-04-01 Thread Mary Gardiner
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Trash Bin Requires Two Empyings
https://bugs.launchpad.net/bugs/209455
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 209262] Re: Evolution remains running in background after using gnome Send To feature

2008-04-01 Thread Mary Gardiner
** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution

-- 
Evolution remains running in background after using gnome Send To feature
https://bugs.launchpad.net/bugs/209262
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 208690] Re: ubuntu freezes when installing update capplets.data

2008-04-01 Thread Mary Gardiner
** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None = gnome-control-center

-- 
ubuntu freezes when installing update capplets.data
https://bugs.launchpad.net/bugs/208690
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 208681] Re: clock/date applet crash

2008-04-01 Thread Mary Gardiner
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel

-- 
clock/date applet crash
https://bugs.launchpad.net/bugs/208681
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 208531] Re: Samba update breaks nautilus network browsing

2008-04-01 Thread Mary Gardiner
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Samba update breaks nautilus network browsing
https://bugs.launchpad.net/bugs/208531
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 209193] Re: clock applet shows UTC time no matter what my location is

2008-03-30 Thread Mary Gardiner
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel

-- 
clock applet shows UTC time no matter what my location is
https://bugs.launchpad.net/bugs/209193
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


Re: [Bug 181893] Re: clicking on an https link when the remote site has invalid credentials does not work

2008-03-27 Thread Mary Gardiner
The specific menu is Tools and the menu item is Manage Certificates.
You then press Add Exception and re-input the URL. (This information
is by no means intended to substitute for better documentation and
better handling, I agree that there should be both.)


** Attachment added: unnamed
   http://launchpadlibrarian.net/12935443/unnamed

-- 
clicking on an https link when the remote site has invalid credentials does not 
work
https://bugs.launchpad.net/bugs/181893
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 199976] Re: Assumed Timezone is wrong for Hibbing Minnesota

2008-03-18 Thread Mary Gardiner
*** This bug is a duplicate of bug 185190 ***
https://bugs.launchpad.net/bugs/185190

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

** This bug has been marked a duplicate of bug 185190
   Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

-- 
Assumed Timezone is wrong for Hibbing Minnesota
https://bugs.launchpad.net/bugs/199976
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee (via bug 185190).

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


[Bug 202941] Re: [hardy] gnome-keyring-manager not installable

2008-03-16 Thread Mary Gardiner
** Changed in: gnome-keyring-manager (Ubuntu)
Sourcepackagename: None = gnome-keyring-manager

-- 
[hardy] gnome-keyring-manager not installable
https://bugs.launchpad.net/bugs/202941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring-manager in ubuntu.

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


[Bug 202793] Re: [Hardy] Suspend to ram shouldn't be available from Live environment

2008-03-16 Thread Mary Gardiner
I have used the suspend feature of the Gutsy Live CD over the course of
several days during a hard drive failure. I was mostly using the Live CD
as a way just to boot up and ssh somewhere else to get work done, but it
was useful to suspend rather than have to wait for the several minutes
it takes to boot the thing after wanting to leave it cool for a while.

-- 
[Hardy] Suspend to ram shouldn't be available from Live environment
https://bugs.launchpad.net/bugs/202793
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 185190] Re: Clock applet chooses wrong timezone for many cities (eg Pittsburgh, St Petersburgh, Beijing)

2008-03-15 Thread Mary Gardiner
It won't help in a lot of cases, it's really hard to come up with a
heuristic that approximates the reality (see
http://www.worldtimezone.com/ for what timezones actually look like) and
does not get it wrong for many important cities. It needs to be looked
up in a database, if it's going to be done this way.

** Summary changed:

- City (Pittsburgh) Associated w/ Wrong Timezone
+ Clock applet chooses wrong timezone for many cities (eg Pittsburgh, St 
Petersburgh, Beijing)

-- 
Clock applet chooses wrong timezone for many cities (eg Pittsburgh, St 
Petersburgh, Beijing)
https://bugs.launchpad.net/bugs/185190
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 185190] Re: Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

2008-03-15 Thread Mary Gardiner
** Summary changed:

- Clock applet chooses wrong timezone for many cities (eg Pittsburgh, St 
Petersburgh, Beijing)
+ Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

-- 
Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)
https://bugs.launchpad.net/bugs/185190
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 200231] Re: wrong default timezone for high level, alberta, canada

2008-03-15 Thread Mary Gardiner
*** This bug is a duplicate of bug 185190 ***
https://bugs.launchpad.net/bugs/185190

** This bug has been marked a duplicate of bug 185190
   Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

-- 
wrong default timezone for high level, alberta, canada
https://bugs.launchpad.net/bugs/200231
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee (via bug 185190).

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


[Bug 185190] Re: Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)

2008-03-15 Thread Mary Gardiner
For triagers: duplicates of this bug are frequently being filed against
tzdata.

-- 
Clock applet chooses wrong timezone for many cities (eg Pittsburgh, Beijing)
https://bugs.launchpad.net/bugs/185190
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 198531] Re: Connecting to SSH or Samba server gives The specified location is not mounted error

2008-03-15 Thread Mary Gardiner
** Summary changed:

- Connecting to SSH server gives The specified location is not mounted error
+ Connecting to SSH or Samba server gives The specified location is not 
mounted error

** Tags added: regression

-- 
Connecting to SSH or Samba server gives The specified location is not mounted 
error
https://bugs.launchpad.net/bugs/198531
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 202087] [NEW] gnome-panel clock claims Beijing observes KST

2008-03-14 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-panel

Ubuntu release: Hardy

Package version of gnome-panel: 1:2.22.0-0ubuntu1

Package version of tzdata: 2008a-1ubuntu1

If I go to the panel clock and select Locations then Edit, then Add,
then Find and search for 'Beijing' and select 'Capital International
Airport', the timezone selected is Asia/Pyongyang, as in the attached
screenshot. This is not the correct timezone for Beijing, which is on
Chinese Standard Time (UTC+8, no daylight savings). Asia/Pyongyang is
KST, which is UTC+9, again with no daylight savings.

This results in the Beijing clock under Locations being one hour ahead
of their actual time.

My system clock is on local time, not UTC:

$ cat /etc/adjtime 
-0.157515 1205476565 0.00
1205476565
LOCAL

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

-- 
gnome-panel clock claims Beijing observes KST
https://bugs.launchpad.net/bugs/202087
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 202087] Re: gnome-panel clock claims Beijing observes KST

2008-03-14 Thread Mary Gardiner

** Attachment added: Screenshot of timezone selected for 'Capital 
International Airport', Beijing
   http://launchpadlibrarian.net/12664718/Screenshot-gnome-panel.png

** Description changed:

  Binary package hint: gnome-panel
  
  Ubuntu release: Hardy
  
  Package version of gnome-panel: 1:2.22.0-0ubuntu1
  
  Package version of tzdata: 2008a-1ubuntu1
  
  If I go to the panel clock and select Locations then Edit, then Add,
  then Find and search for 'Beijing' and select 'Capital International
  Airport', the timezone selected is Asia/Pyongyang, as in the attached
  screenshot. This is not the correct timezone for Beijing, which is on
  Chinese Standard Time (UTC+8, no daylight savings). Asia/Pyongyang is
  KST, which is UTC+9, again with no daylight savings.
+ 
+ This results in the Beijing clock under Locations being one hour ahead
+ of their actual time.

** Description changed:

  Binary package hint: gnome-panel
  
  Ubuntu release: Hardy
  
  Package version of gnome-panel: 1:2.22.0-0ubuntu1
  
  Package version of tzdata: 2008a-1ubuntu1
  
  If I go to the panel clock and select Locations then Edit, then Add,
  then Find and search for 'Beijing' and select 'Capital International
  Airport', the timezone selected is Asia/Pyongyang, as in the attached
  screenshot. This is not the correct timezone for Beijing, which is on
  Chinese Standard Time (UTC+8, no daylight savings). Asia/Pyongyang is
  KST, which is UTC+9, again with no daylight savings.
  
  This results in the Beijing clock under Locations being one hour ahead
  of their actual time.
+ 
+ My system clock is on local time, not UTC:
+ 
+ $ cat /etc/adjtime 
+ -0.157515 1205476565 0.00
+ 1205476565
+ LOCAL

-- 
gnome-panel clock claims Beijing observes KST
https://bugs.launchpad.net/bugs/202087
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 201768] Re: any X app, core dump after upgrade

2008-03-13 Thread Mary Gardiner
*** This bug is a duplicate of bug 201673 ***
https://bugs.launchpad.net/bugs/201673

Looks like you upgraded libc6 to the broken version 2.7-9ubuntu1
discussed in bug 201673. Marking this as a duplicate. In terms of fixing
your system, if you have earlier versions of libc and probably libc-i686
in /var/cache/apt/archives, use dpkg -i [filenames] to downgrade to
them. Bug 201673 and http://ubuntuforums.org/showthread.php?t=722886
have other suggestions for rebuilding a system, particularly if you
rebooted it after this upgrade

** This bug has been marked a duplicate of bug 201673
   Hardy: invalid pointer: 0xb7ef4b70 no program will start.

-- 
any X app, core dump after upgrade
https://bugs.launchpad.net/bugs/201768
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to bug-buddy in ubuntu.

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


[Bug 198931] [NEW] Epiphany will not load a page with an invalid or wildcard security certificate

2008-03-05 Thread Mary Gardiner
Public bug reported:

Binary package hint: epiphany-browser

Ubuntu 8.04 (Hardy development). Epiphany package version
2.21.92-0ubuntu1

If I visit https://users.puzzling.org/users/mary/private/logs/friends/,
which presents a certificate for *.puzzling.org signed by my personal
CA, Epiphany simply loads a Blank Page: HTML rendering area is blank,
title is Blank Page. (Expected behaviour is to get a login box, since
that URL is protected by HTTP Basic Auth.)

The same thing happens if the site presents a certificate with the wrong
CN (still signed by my personal CA). However, if the site presents a
certificate for exactly the right CN users.puzzling.org (still signed
by my personal CA), Epiphany will load it.

Firefox 2 and 3 both load all versions, although for a mismatched CN
they warn first.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Epiphany will not load a page with an invalid or wildcard security certificate
https://bugs.launchpad.net/bugs/198931
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 198531] [NEW] Connecting to SSH server gives The specified location is not mounted error

2008-03-04 Thread Mary Gardiner
Public bug reported:

Binary package hint: nautilus

I am using Ubuntu 8.04 Hardy (development). My version of nautilus is
1:2.21.92svn20080303-0ubuntu1

Expected behaviour:
 1. Go to Places menu
 2. Select 'Connect to Server...'
 3. Select Service Type 'SSH'
 4. Enter valid value for Server: and User: (the user name on the 
particular server I'm connecting to is not the same as my local user name) and 
leave all other values blank
 5. Press 'Connect'
 6. Window appears containing contents of remote directory (probably / since 
I'm not entering a value at Folder:)

Actual behaviour:
 6. does not occur. Instead an error dialog appears with Can't display 
location sftp://[remote [EMAIL PROTECTED] name]/ The specified location is not 
mounted

I can ssh to [remote [EMAIL PROTECTED] name] on the command line; there are
no errors about host key verification or anything else.

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

-- 
Connecting to SSH server gives The specified location is not mounted error
https://bugs.launchpad.net/bugs/198531
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 198549] [NEW] [Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'

2008-03-04 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-panel

This very bug tracker, at the time of reporting a bug, says to include
The release of Ubuntu you are using, via 'cat /etc/lsb-release' or
System - About Ubuntu

There is no System - About Ubuntu menu item for me. There is only
System - About GNOME.

There are three possibilities:
 1. the menu needs to be updated
 2. the bug tracker instructions need to be updated
 3. I have that menu item as a result of some private configuration specific to 
my desktop

I've filed this bug as if #1 holds. I do not know how to check for #3.

gnome-panel package version is 1:2.21.92-0ubuntu1

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

-- 
[Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'
https://bugs.launchpad.net/bugs/198549
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 198569] [NEW] Brightness levels dialog leaves artifact on screen

2008-03-04 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-power-manager

I often change the screen brightness on my Dell D620 using the function
key and the brightness keys. New in Hardy there is a small dialog that
(sometimes, the sometimes is probably a separate bug) pops up when I do
this to show what the brightness level currently is.

This dialog does not go away cleanly, it quite often leaves an opaque
artifact on the screen that shows up on a screen show of gnome-terminal
I'm attaching. This artifcact tends to first appear after a new window
is opened, but will then appear over some older windows. After a
considerable time (anywhere from 15 seconds to 30 minutes) it turns into
the actual brightness dialog and immediately disappears.

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

-- 
Brightness levels dialog leaves artifact on screen
https://bugs.launchpad.net/bugs/198569
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 198569] Re: Brightness levels dialog leaves artifact on screen

2008-03-04 Thread Mary Gardiner

** Attachment added: Screenshot of gnome-terminal with rectangular brightness 
dialog artifact
   
http://launchpadlibrarian.net/12426386/Screenshot-mary%40gertrude%3A%20-home-mary-.gconf.png

-- 
Brightness levels dialog leaves artifact on screen
https://bugs.launchpad.net/bugs/198569
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 198569] Re: Brightness levels dialog leaves artifact on screen

2008-03-04 Thread Mary Gardiner
Discovery: the reason it only appears after launching a new window is
that it is always a small section of the window over which it originally
appeared. In the screenshow above, it's a small snippet of the epiphany
browser, transposed over gnome-terminal.

-- 
Brightness levels dialog leaves artifact on screen
https://bugs.launchpad.net/bugs/198569
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


Re: [Bug 198549] Re: [Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'

2008-03-04 Thread Mary Gardiner
On Tue, Mar 04, 2008, Daniel T Chen wrote:
 e.g., create a new user via System Administration Users and Groups

I assume e.g. means here is a way for the reporter to test this (as
opposed to for the person fixing this, here is a way to test this)

Can you suggest how to do this correctly? That dialog is greyed out for
me when I go to it via the menu (screenshot to be attached in a moment).
Running gksudo /usr/share/applications/users.desktop immediately
terminates. My user is in the admin group, so this may be the result of
one or two other bugs, but it leaves me unable to follow your
directions.

$ sudo grep admin /etc/sudoers
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

$ id mary
uid=1000(mary) gid=1000(mary) 
groups=1000(mary),4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),104(scanner),112(netdev),113(lpadmin),115(powerdev),117(admin),119(fuse)

-- 
[Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'
https://bugs.launchpad.net/bugs/198549
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 198549] Re: [Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'

2008-03-04 Thread Mary Gardiner
I have tested this by adding a new user via sudo useradd -m test; sudo
passwd test.

I then went to System - Quit - Switch User and logged in as test.

This bug holds for a new user. See attached screenshot of the System
menu of the new user.

** Attachment added: Screenshot showing System menu for a newly created user
   http://launchpadlibrarian.net/12427218/Screenshot.png

-- 
[Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'
https://bugs.launchpad.net/bugs/198549
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 198549] Re: [Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'

2008-03-04 Thread Mary Gardiner
Separate bug about not being able to use Users and Groups filed at bug
198583.

-- 
[Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'
https://bugs.launchpad.net/bugs/198549
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


Re: [Bug 198549] Re: [Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'

2008-03-04 Thread Mary Gardiner
On Tue, Mar 04, 2008, Stuart Guest wrote:
 Here's an off-the-wall suggestion that *might* work!
 
 I tried replicating your problem on one of my own systems, and came up
 with a screen that looked very similar to your screenshot.
 
 Try uninstalling the yelp package, which will probably uninstall four
 different packages (gnome-desktop-guide, ubuntu-docs, ubuntu-desktop,
 and yelp).

It uninstalls two packages, yelp and ubuntu-desktop. (I use aptitude and
don't install Recommends packages automatically. update-manager does not
change this when it does whatever it does.)

The solution is having ubuntu-docs installed.

 status invalid


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

-- 
[Hardy] System menu contains an 'About GNOME' option, not 'About Ubuntu'
https://bugs.launchpad.net/bugs/198549
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 159115] gnome-typing-monitor should count periods suspended/hiberated as breaks

2007-10-31 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-control-center

When resuming from a suspend or hiberate, gnome-typing-monitor continues
counting its break counter down from where it was before the suspend or
hibernate (it doesn't advance it either, however), meaning that the user
might be asked to take a break immediately or within several minutes
after resuming. The time of the sleep should be either counted as a non-
typing period or possibly even reset the clock (the way rebooting does).

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

-- 
gnome-typing-monitor should count periods suspended/hiberated as breaks
https://bugs.launchpad.net/bugs/159115
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-control-center in ubuntu.

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


[Bug 156033] Re: compiz works one time, and no more

2007-10-22 Thread Mary Gardiner
*** This bug is a duplicate of bug 156034 ***
https://bugs.launchpad.net/bugs/156034

** This bug has been marked a duplicate of bug 156034
   compiz works one time, and no more

-- 
compiz works one time, and no more
https://bugs.launchpad.net/bugs/156033
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 151134] Semantics of 'Open' and 'Close' when an extraction finishes confusing

2007-10-09 Thread Mary Gardiner
Public bug reported:

Binary package hint: sound-juicer

When Sound Juicer successfully extracts a CD, a dialog box appears,
reading: [album name] has been copied successfully.

This dialog box has two buttons, Open and Close. Since this pair of
verb antonyms is presented without different noun objects, I expected
that they will do the exact opposite of each other, the Open button
opening X and Close closing that same X. But then since there's no
obvious candidate for X, I then thought that the Close button must
close the entire program, which I didn't want. I only worked out what
they actually did by testing them both (Close just closes the dialog).

Ideally it would be clearer than this: Open extracted music files and
Continue using Sound Juicer, or something of the kind. Or maybe Open
music files and OK/Continue. I suspect the GNOME HIG calls for
Close here, but when contrasted with Open, the user (assuming I'm
typical) expects it to do exactly the opposite of Open, which is
utterly confusing.

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

-- 
Semantics of 'Open' and 'Close' when an extraction finishes confusing
https://bugs.launchpad.net/bugs/151134
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for sound-juicer in ubuntu.

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


Re: [Bug 140550] Re: gnome-appearence-properties fail to run since last update

2007-09-18 Thread Mary Gardiner
*** This bug is a duplicate of bug 140540 ***
https://bugs.launchpad.net/bugs/140540

Chris: see bug 140540 for gnome-terminal and the tiny font.

-- 
gnome-appearence-properties fail to run since last update
https://bugs.launchpad.net/bugs/140550
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-desktop in ubuntu.

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


[Bug 140583] [gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)

2007-09-17 Thread Mary Gardiner
Public bug reported:

Binary package hint: gnome-terminal

gnome-terminal package version: 2.18.1-1ubuntu2

On upgrading to this version, gnome-terminal is displaying using a font
size so tiny that I cannot make it out. Will attach screenshots and
relevant GNOME font settings in the following comments.

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

-- 
[gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)
https://bugs.launchpad.net/bugs/140583
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 140583] Re: [gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)

2007-09-17 Thread Mary Gardiner

** Attachment added: The font size it's choosing is *so* small that it doesn't 
actually display at all. There's a cursor blinking that's a couple of pixels 
high, but it's hard to get a screenshot when the cursor is present, so this is 
a screenshot of the ncurses mail program 'mutt'.
   http://launchpadlibrarian.net/9336309/mutt.png

-- 
[gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)
https://bugs.launchpad.net/bugs/140583
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 140583] Re: [gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)

2007-09-17 Thread Mary Gardiner

** Attachment added: Here's mutt again without my distracting terminal 
transparency
   http://launchpadlibrarian.net/9336313/mutt.png

-- 
[gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)
https://bugs.launchpad.net/bugs/140583
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 140583] Re: [gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)

2007-09-17 Thread Mary Gardiner

** Attachment added: Settings as displayed by Edit - Current Profile in GNOME 
terminal
   http://launchpadlibrarian.net/9336314/profile.png

-- 
[gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)
https://bugs.launchpad.net/bugs/140583
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 140583] Re: [gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)

2007-09-17 Thread Mary Gardiner
I cannot attach a screenshot of the desktop-wide font setting until bug
133084 is fixed... until then, I can't open the dialog.

-- 
[gutsy] GNOME terminal has inhumanly small font (estimated point size about 0.2)
https://bugs.launchpad.net/bugs/140583
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 138277] Re: Gnome settings daemon doesn't work

2007-09-17 Thread Mary Gardiner
The bug Joey mentions with gnome-appearance-properties has been filed as
bug 133084.

-- 
Gnome settings daemon doesn't work
https://bugs.launchpad.net/bugs/138277
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 139761] Re: update to control-center 2.19.92-0ubuntu3 breaks gnome-settings-daemon

2007-09-17 Thread Mary Gardiner
Other people made comments on bug 138277 about this problem, however I'm
pretty sure that the original reporter of bug 138277 has a different
problem with similar symptoms.

-- 
update to control-center 2.19.92-0ubuntu3 breaks gnome-settings-daemon
https://bugs.launchpad.net/bugs/139761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-control-center in ubuntu.

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


[Bug 138277] Re: Gnome settings daemon doesn't work

2007-09-17 Thread Mary Gardiner
As for the gnome-settings-daemon problem that most people are discussing
as of mid-September, maybe it should be discussed in bug 139761. It
sounds like the original reporter of this bug had a different problem.

-- 
Gnome settings daemon doesn't work
https://bugs.launchpad.net/bugs/138277
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 139761] Re: update to control-center 2.19.92-0ubuntu3 breaks gnome-settings-daemon

2007-09-17 Thread Mary Gardiner
Also, upgrading again seems to fix the problem with gnome-settings-
daemon, although I then start getting a few other problems (reported in
separate bugs) instead.

-- 
update to control-center 2.19.92-0ubuntu3 breaks gnome-settings-daemon
https://bugs.launchpad.net/bugs/139761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-control-center in ubuntu.

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


[Bug 106567] Re: nautilus --no-desktop computer: does not launch

2007-04-15 Thread Mary Gardiner
Current feisty.

After the next suspend, it worked correctly. If it happens again, I will
attach a backtrace.

-- 
nautilus --no-desktop computer: does not launch
https://bugs.launchpad.net/bugs/106567
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


  1   2   >