[Bug 858888] Re: [Oneiric] Poor man's control center

2011-09-26 Thread Dylan McCall
Swâmi, if you want to file these as separate issues, then, please do.
The bug tracker is not a web forum, and it is not effective to track
sixteen different bullet points in a single bug report. It's already
apparent why that is; I marked your entire bug report as an opinion, but
in fact the multiple Ubuntu One icons is a real bug. (Bug #838778).
Besides, you'll find that lots of people are quite happy with this shell
(and this is where things are being actively developed), so it isn't
going to be reverted because you filed a bug report that dismisses
months of work without so much as a hint that you have looked into why
it is the way it is. Or, more important, much explanation of why things
are bad except that they are in different places. What we _can_ do is
work together to improve this, but we need to use the right tools and
it'll really help if you look a little deeper.

Unfortunately I don't have time to find the links to discussions on this
stuff (though they do exist), but I'm going to point out a few things
you might want to know about why this is the way it is.

The goal for System Settings is to offer, specifically, settings that
one would think of as core to the system; not to specific applications,
and not for things that can be removed. So, it doesn't have System
Monitor, Synaptic, Software Center, Update Manager, Disk Utility,
Network Tools, Logs Viewer, etc. because those are more system-level
tools. These can be found as ordinary applications under the System
Tools category.

Computer Janitor and Synaptic are no longer installed by default this
cycle, for various reasons you can find on the wiki. You can find them
in Software Centre.

Gparted was never installed by default; it should only be on the live
CD. If you're seeing it in a fresh install, it would be really great if
you file a bug report using ubuntu-bug gparted.

Gnome Screensaver has been on its way out for a while, really. If you
want a screensaver, I suggest you check out xscreensaver. There will
probably be some more action once Oneiric is out there.

We have never had a config panel to choose which login screen you use.
This is an option that will be interesting to someone who knows what a
display manager is and can handle a web search and a config file or two.
Debian handles this fairly well when you install or remove the various
DM packages, where it will offer to change for you and switch back
automatically when you remove the current one.

I think you have a good point about the personal network shares, and if
you have the time it would be worth bringing up in a unique bug report.
This is definitely in development (and there is lots to come), so it is
possible that feature just didn't make it for this cycle. Don't lose
hope!

I think for the remote desktop server, the argument would be that it is
a pretty distinct service so it doesn't fit under system settings.
There's a bit of a fuzzy line between what we think of as system and
what we think of as application level settings. You can find it, and
Disk Utility, in the the Dash or the Applications menu.

I'm not saying your opinions are invalid, and I am not trying to argue
with you. (Except on the point that a lot of these are opinions and this
is never going to work as a bug report. On that, I am quite certain I am
right). I am just giving you some ideas to help you understand this
approach to system settings a little better. There is certainly a bit of
a transition going on around this, so any help is appreciated. And if
you're reporting on existing stuff, just make sure you follow the guide
at https://help.ubuntu.com/community/ReportingBugs. That way you'll know
that you are using the right tool for the job.

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

Title:
  [Oneiric] Poor man's control center

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

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

[Bug 839407] Re: FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Jeremy Bicha
** Description changed:

+ Feature Freeze Exception Rationale
+ ==
+ gnome-font-viewer ( the Nautilus thumbnail support) were removed from 
gnome-control-center 3 but were then added to gnome-utils. We missed this 
change when packaging gnome-utils until now. I'm requesting that 
gnome-font-viewer be added to the Desktop CD which fixes a regression from the 
Natty Desktop CD.
+ 
+ 
+ Original bug report
+ ===
+ gnome-font-viewer missing in Oneric
  So is gnome-thumbnail-font...
  
  Here is a workaround.
  
  Download the 2.32 Natty version:
  
https://launchpad.net/ubuntu/natty/i386/gnome-control-center/1:2.32.1-0ubuntu15
  
  Extract the content.
  
  Go to gnome-control-center_2.32.1-0ubuntu15_i386/usr/bin and copy
  `gnome-font-viewer` and `gnome-thumbnail-font` to your /usr/bin
  directory.
  
  To make the font viewer system wide, run in terminal:
  
  gksu gedit /usr/share/applications/gnome-font-viewer-mime.desktop
  
  Copy, paste and save this into the empty file:
  
  [Desktop Entry]
  Version=1.0
  Encoding=UTF-8
  Type=Application
  Name=gnome-font-viewer
  Exec=/usr/bin/gnome-font-viewer
  NoDisplay=true
  
MimeType=application/x-font-otf;application/x-font-pcf;application/x-font-ttf;application/x-font-type1;
  
  Run in terminal:
  
  gksu gedit /etc/gnome/defaults.list
  
  Copy, paste and add this to the bottom of the file:
  
  application/x-font-pcf=gnome-font-viewer-mime.desktop
  application/x-font-ttf=gnome-font-viewer-mime.desktop
  application/x-font-type1=gnome-font-viewer-mime.desktop
  application/x-font-otf=gnome-font-viewer-mime.desktop
  
  To enable fonts thumbnails, run in terminal:
  
  gksu gedit /usr/share/thumbnailers/gnome-font.thumbnailer
  
  Copy, paste and save this into the empty file:
  
  [Thumbnailer Entry]
  TryExec=/usr/bin/gnome-thumbnail-font
  Exec=/usr/bin/gnome-thumbnail-font -s %s %u %o
  
MimeType=application/x-font-otf;application/x-font-pcf;application/x-font-ttf;application/x-font-type1;
  
  Quit all instances of Nautilus (nautilus -q)
  
  Now it should be working ;-)
  
  Sources:
  http://forums.linuxmint.com/viewtopic.php?f=42t=22517
  
http://returnfalse.net/log/gnome-3-and-nautilus-video-thumbnails-with-ffmpegthumbnailer/

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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

[Bug 843798] Re: Setting empathy status via messaging menu deactivated when autostarting empathy

2011-09-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Setting empathy status via messaging menu deactivated when
  autostarting empathy

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

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


[Bug 843798] Re: Setting empathy status via messaging menu deactivated when autostarting empathy

2011-09-26 Thread Jiri Vaclavovic
I have the same problem, 11.10 Beta 2, upgraded from 11.04 (2 machines).

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

Title:
  Setting empathy status via messaging menu deactivated when
  autostarting empathy

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

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


[Bug 840971] Re: volume changes work correctly but the OSD always shows full volume and plips at the same level

2011-09-26 Thread Séverin Lemaignan
I confirm the issue has been fixed for me too.

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

Title:
  volume changes work correctly but the OSD always shows full volume and
  plips at the same level

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

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


[Bug 859396] [NEW] gnome-screensaver locks after approx 10 minutes even if user settings are specify longer

2011-09-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After setting a screen lock timeout of, for example, 1 hour the screen
still locks after approx 10 minutes.

Looking at the code it appears gnome-screensaver puts an upper bound on
the lock timeout of 480 seconds (8 minutes), so user preferences of 1
hour will not function as expected.

I see no reason for an upper bound of 8 minutes, and this contradicts
the available options anyway.

I have built a fixed version in my PPA: https://launchpad.net/~andrew-
betts/+archive/misc

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

-- 
gnome-screensaver locks after approx 10 minutes  even if user settings are 
specify longer
https://bugs.launchpad.net/bugs/859396
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-screensaver in Ubuntu.

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


[Bug 831506] [NEW] + and – (Add and Remove) buttons have inconsistent appearance

2011-09-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

light-themes 0.1.8.21, Ubuntu Ocelot

1. In Text Editor, choose File  Save As.
2. In System Settings, choose Background, or Messaging and VoIP Accounts, 
or Online Accounts.

What you see: The + and – buttons are colored in the file dialog, but 
monochrome everywhere else.
What you should see: The + and – buttons are monochrome everywhere.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
+ and – (Add and Remove) buttons have inconsistent appearance
https://bugs.launchpad.net/bugs/831506
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gtk+3.0 in Ubuntu.

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

[Bug 859396] Re: gnome-screensaver locks after approx 10 minutes even if user settings are specify longer

2011-09-26 Thread William Grant
** Project changed: launchpad = gnome-screensaver (Ubuntu)

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

Title:
  gnome-screensaver locks after approx 10 minutes  even if user settings
  are specify longer

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

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


[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package plymouth - 0.8.2-2ubuntu27

---
plymouth (0.8.2-2ubuntu27) oneiric; urgency=low

  * debian/plymouth.upstart: don't start up on 'stopped gdm' or 'stopped
lightdm' since on upgrade one of these two will always be stopped at
system boot.  Instead look for a 'desktop-shutdown' event, and declare
appropriate Breaks: against earlier versions of gdm, lightdm, kdm and
lxdm that don't implement this event.  LP: #854329.
 -- Steve Langasek steve.langa...@ubuntu.com   Sun, 25 Sep 2011 22:58:30 -0700

** Branch linked: lp:ubuntu/lightdm

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

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

Title:
  race condition on shutdown with more than one DM installed

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

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, needs a face-lift

2011-09-26 Thread Dmitry Shachnev
Fixed in Nautilus 3.x / Ubuntu 11.10

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

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

Title:
  Nautilus file browser toolbar is complicated, needs a face-lift

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

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


[Bug 859407] [NEW] opening a directory and going back shows the previously entered directory twice

2011-09-26 Thread JR
Public bug reported:

have a compressed file that contains a directory (I used a jar file) and open 
it with file-roller.
double-click the directory in file-roller
click the 'Go up one level' button

you'll see the previously entered directory twice.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: file-roller 3.1.92-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Mon Sep 26 08:16:40 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: file-roller
UpgradeStatus: Upgraded to oneiric on 2011-09-23 (2 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  opening a directory and going back shows the previously entered
  directory twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/859407/+subscriptions

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


[Bug 859407] Re: opening a directory and going back shows the previously entered directory twice

2011-09-26 Thread JR
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/859407

Title:
  opening a directory and going back shows the previously entered
  directory twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/859407/+subscriptions

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


[Bug 859406] [NEW] Keyboard Layout and Language Support panels are redundant

2011-09-26 Thread Dylan McCall
Public bug reported:

Using Gnome Shell, System Settings has a panel labelled “Keyboard
Layout” and another labelled “Language Support.” The Keyboard Layout
panel is built in to gnome-control-center, and appears to have been
renamed from upstream's title, Region and Language. However, the first
thing in that “Keyboard Layout” panel is _display language_.

Language Support here is redundant, and (/or) the title that has been
patched into the Keyboard Layout panel is misleading.

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

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

Title:
  Keyboard Layout and Language Support panels are redundant

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

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

[Bug 859396] Re: gnome-screensaver locks after approx 10 minutes even if user settings are specify longer

2011-09-26 Thread Andrew Betts
Thanks William. I goofed up and put the report in the wrong place.

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

Title:
  gnome-screensaver locks after approx 10 minutes  even if user settings
  are specify longer

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

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-26 Thread McMagno
For me too, not fixed with gnome-settings-daemon 3.1.92-0ubuntu3 (64
bits) and mine is a 100% fresh install, no update from previous
versions.

Thanks

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

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

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


[Bug 859409] [NEW] System Info panel continually says Checking for Updates

2011-09-26 Thread Dylan McCall
Public bug reported:

If I run gnome-control-center as a user with administrative privileges
and open the System Info panel, there is a button on the bottom right
corner that supposedly allows you to install updates. However, this
button is in its disabled state and says “Checking for Updates,” and it
never seems to change.

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

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

Title:
  System Info panel continually says Checking for Updates

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

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

[Bug 859409] Re: System Info panel continually says Checking for Updates

2011-09-26 Thread Dylan McCall
** Attachment added: The System Info panel with its disabled Update button
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/859409/+attachment/2461707/+files/CheckingForUpdates.png

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

Title:
  System Info panel continually says Checking for Updates

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

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


[Bug 839407] Re: FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Martin Pitt
Low-risk fix and a regression, approved.

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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


[Bug 839407] Re: FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Martin Pitt
I seeded it back, will update -meta in a bit.

** Changed in: ubuntu-meta (Ubuntu)
   Status: New = Confirmed

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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


Re: [Bug 839407] [NEW] FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Scott Kitterman
Bugfix.  Please go ahead.

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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


[Bug 859416] [NEW] UIFe: Rename GNOME Classic to GNOME Fallback GNOME to GNOME Shell

2011-09-26 Thread Jeremy Bicha
Public bug reported:

I'd like to rename the GNOME Classic session to GNOME Fallback in
the login screen session chooser and the GNOME session to GNOME
Shell. My reasoning is that upstream is using the GNOME Fallback name
to describe the gnome-panel session and it's good to align with what
they're doing, for bugreports and such.

I'd like to rename GNOME to GNOME Shell to go along with Ubuntu's
position that Unity is still GNOME, just a different shell.

I believe Edubuntu ships the GNOME Fallback session.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-session-fallback 3.1.92-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Mon Sep 26 02:30:07 2011
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  UIFe: Rename GNOME Classic to GNOME Fallback  GNOME to GNOME Shell

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

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


[Bug 859416] Re: UIFe: Rename GNOME Classic to GNOME Fallback GNOME to GNOME Shell

2011-09-26 Thread Jeremy Bicha
** Description changed:

  I'd like to rename the GNOME Classic session to GNOME Fallback in
  the login screen session chooser and the GNOME session to GNOME
  Shell. My reasoning is that upstream is using the GNOME Fallback name
  to describe the gnome-panel session and it's good to align with what
  they're doing, for bugreports and such.
  
  I'd like to rename GNOME to GNOME Shell to go along with Ubuntu's
  position that Unity is still GNOME, just a different shell.
+ 
+ I believe Edubuntu ships the GNOME Fallback session.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session-fallback 3.1.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 26 02:30:07 2011
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  UIFe: Rename GNOME Classic to GNOME Fallback  GNOME to GNOME Shell

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

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


[Bug 810912] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2011-09-26 Thread Eugene San
Reproducible with 3.1.92-0ubuntu3


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

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

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_check_instance_cast()

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

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


[Bug 839407] Re: FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.oneiric

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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


[Bug 859423] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2011-09-26 Thread pit ralon
** Visibility changed to: Public

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

Title:
  gnome-settings-daemon crashed with signal 5 in xkl_process_error()

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

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


[Bug 856669] Re: pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

2011-09-26 Thread Martin Pitt
** Changed in: pygobject (Ubuntu Oneiric)
 Assignee: Ubuntu Desktop (ubuntu-desktop) = Martin Pitt (pitti)

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

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 859416] Re: UIFe: Rename GNOME Classic to GNOME Fallback GNOME to GNOME Shell

2011-09-26 Thread Jeremy Bicha
** Description changed:

  I'd like to rename the GNOME Classic session to GNOME Fallback in
  the login screen session chooser and the GNOME session to GNOME
  Shell. My reasoning is that upstream is using the GNOME Fallback name
  to describe the gnome-panel session and it's good to align with what
  they're doing, for bugreports and such.
  
  I'd like to rename GNOME to GNOME Shell to go along with Ubuntu's
  position that Unity is still GNOME, just a different shell.
  
- I believe Edubuntu ships the GNOME Fallback session.
+ I believe Edubuntu ships the GNOME Fallback session in addition to
+ Unity.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session-fallback 3.1.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 26 02:30:07 2011
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  UIFe: Rename GNOME Classic to GNOME Fallback  GNOME to GNOME Shell

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread seanlano
I found this while doing a search of the interwebs, on the changelog for
nautilus:


nautilus (1:3.1.3-0ubuntu3) oneiric; urgency=low

  * debian/patches/12_remove_create_launcher_on_desktop.patch:
- remove the create launcher entry from desktop right-click. It's 
depending
  on a gnome-panel binary, confusing the user when unity is running and
  default upstream sessions don't have even nautilus drawing the icons on
  the desktop. Do the same for other places as well. (LP: #723861)
 -- Didier Roche didro...@ubuntu.com   Mon, 25 Jul 2011 11:44:24 +0200

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2011-09-26 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: Critical = High

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

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

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


[Bug 859423] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 805894 ***
https://bugs.launchpad.net/bugs/805894

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859423/+attachment/2461771/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461772/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461773/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461775/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461776/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461777/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461778/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859423/+attachment/2461779/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 805894
   gnome-settings-daemon crashed with signal 5 in xkl_process_error()

** Tags removed: need-amd64-retrace

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

Title:
  gnome-settings-daemon crashed with signal 5 in xkl_process_error()

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

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


[Bug 288461] Re: gimp menus always on top of images

2011-09-26 Thread Michael Moorman
I found this bug recently, and discussed it with someone in #gimp on
the GNOME IRC, who helpfully pointed out that this was due to the
toolbox and other dialogs being hinted by the window manager as Utility
windows. This is configurable in the Preferences, under the Window
Manager heading, with dropdown boxes to choose the window manager
hinting.

The default behavior is questionable and a bit confusing, but this is
not a bug.

In short, to change in order to get expected behavior:

1. Open Edit Menu
2. Go to Preferences
3. Go to the Window Management section on the left.
4. On the right, examine the dropdown boxes under the Window Manager Hints 
heading, and select Normal Window for it to be treated as a window.
5. Restart the GIMP.

** Changed in: gimp (Ubuntu)
   Status: Triaged = Opinion

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

Title:
  gimp menus always on top of images

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

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


[Bug 856669] Re: pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

2011-09-26 Thread Martin Pitt
Both the simple and the GtkBuilder test cases for the original bug still
work (it was wrong at the refcount check, though; the builder has a
reference, and the python code has another variable for it, so it ought
to be 2), so they still work. I confirm that with 3.0.0 custom
constructors are still called, so this must be something else. I'll try
to distill a test case for this.

** Changed in: pygobject (Ubuntu Oneiric)
   Status: Triaged = In Progress

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

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread Andrew
Apparently this is an intentional regression; see bug #723861.

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 288461] Re: gimp menus always on top of images

2011-09-26 Thread Rolf Leggewie
Thanks, Michael.  I guess I can live with that.

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

Title:
  gimp menus always on top of images

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread Jean-Baptiste Lallement
** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread Andrew
This bug should be set to 'Won't Fix'.

Apologies for the comment spam; I had intended to change the status
myself after posting #4, but apparently I'm not allowed to do that.

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 858888] Re: [Oneiric] Poor man's control center

2011-09-26 Thread Swâmi Petaramesh
Thanks for your time and explanations Dylan.

Obviously we disagree on some aspects, I'm not going to answer in too
long here because you're right on one point : a bug reporting tool is
not a web forum, so this is surely not the right place for arguing for
pages.

So I'm first being more specific just on a short technical point : About
the DM. Previous Ubuntu releases did not have a config tool for choosing
WHICH DM to use (you're right) but they DID have a config tool to
configure HOW the default DM (which was GDM) behaved, i.e.:

- Should we list the existing users and let the user click, or have the user 
type the username ?
- Should we have autologin for a given user name ?
- After some timeout or immediately ?
- Etc.

This DID exist in Natty Control Panel and previously. This has
disappeared in Oneiric.

About the fact of having to file several separate bug reports for all
this, OTOH, I strongly disagree with you. IMHO the Control Panel is
ONE thing, seing it having lost 80% of its contents is ONE issue. Thus
ONE bug report - even though every single lost icon could be considered
separately, seing an almost empty control panel where it used to be
pretty full and complete is ONE issue from a user (not a developper)
standpoint.

Developpers can ask users to cooperate and file bug reports. Users like
myself do spend much time beta-testing stuff and filing bug reports
(which doesn't always receive wife-approval ;-) - for the good of all
the Ubuntu community.

But once a bug report is filed, it's extremely demotivating, as the bug
reporter, to be told so instead of one bug report about this, please
file 3 others about this, that, and there.

As a (stupid) user, I find an issue, I report the issue. If I'm asked
for more precisions, logs, screenshots, I'll give them happily. But it's
definitely not the user's business to sort things out further. It's a
developper's issue, it's a distro maintainer's issue, etc, to dispatch a
given existing bug report into pieces if needed. The user has no clue -
and doesn't need to have any - in the way the engine is built.

So IMHO an almost empty Control Panel is ONE issue. Please feel free to
dispatch it into several sub-issues if you feel so, but don't tell me
this report is invalid in itself.

Kind regards.

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

Title:
  [Oneiric] Poor man's control center

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

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


[Bug 322271] Re: When sorting alphabetically by file name, 0, 5LMW is displayed before 0, 33LMW

2011-09-26 Thread Marcello Romani
Please raise the importance of this bug to critical. It's
embarrassing!

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

Title:
  When sorting alphabetically by file name, 0,5LMW is displayed before
  0,33LMW

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

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


[Bug 858888] Re: [Oneiric] Poor man's control center

2011-09-26 Thread Swâmi Petaramesh
About having to find the different setup tools in the applications menu
or system settings panel, I can share a couple thoughts :

1/ In the past it seems that a number of optional applications (i.e.
gparted) found their way into the config panel if installed, and not if
not installed. It worked 6 months ago, why couldn't it still work ?

2/ About the remote desktop server, that's the kind of thing a newbie
user may need to activate easily to get remote support (I do give
benevolent support myself to a number of newbie users). A newbie user
may have no clue that this feature even exists, where to find it etc.
Making it obvious in the system Control Panel is a good way to help the
newcomer find things she may need.

3/ Same rationale would apply for easily configuring personal network
shares, or checking the hard disk health, etc.

Shouldn't this be the case, the very existence of a Control Panel would
be of little interest. After all each and every tool could be found
separately from the apps menu, isn't it ?

Kind regards.

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

Title:
  [Oneiric] Poor man's control center

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

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


[Bug 858888] Re: [Oneiric] Poor man's control center

2011-09-26 Thread Swâmi Petaramesh
About discussing all these issues in the Wiki or elsewhere, all of these
are mostly developpers tool, to decide things in advance. But the very
purpose of beta versions is to get early user feedback, which will come
as bug reports and feature requests rather that on developer's forums,
mailing-lists, wikis...

Don't ask users to use developper tools, but anyway let user give
feedback and express their concerns and findings... Bug trackers are a
nice tools for that.

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

Title:
  [Oneiric] Poor man's control center

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

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


[Bug 859464] [NEW] Cannot clear refused mail

2011-09-26 Thread Leonardo Caprini
Public bug reported:

Basket clearing doesn't work and appears as follows: Errore
nell'archiviare «~/.local/share/evolution/mail/local/Inbox (mbox)»:
Indice e cartella non corrispondono, anche dopo una sincronizzazione

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Mon Sep 26 09:21:38 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 LANGUAGE=it_IT:en
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: Upgraded to natty on 2011-09-25 (0 days ago)

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


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

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

Title:
  Cannot clear refused mail

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

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

[Bug 859464] Re: Cannot clear refused mail

2011-09-26 Thread Leonardo Caprini
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/859464

Title:
  Cannot clear refused mail

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

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


[Bug 856669] Re: pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

2011-09-26 Thread Martin Pitt
Reproducer.

** Attachment added: reproducer
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/856669/+attachment/2462115/+files/custom-widgets.py

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

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

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

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


[Bug 859396] Re: gnome-screensaver locks after approx 10 minutes even if user settings are specify longer

2011-09-26 Thread Ubuntu QA's Bug Bot
The attachment debian style patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-sponsors please also unsubscribe the team from this bug
report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  gnome-screensaver locks after approx 10 minutes  even if user settings
  are specify longer

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

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


[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2011-09-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Confirmed

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/830348/+subscriptions

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


[Bug 848968] Re: Google Calendar reminders display unnecessarily

2011-09-26 Thread Bug Watch Updater
** Changed in: evolution
   Status: New = Confirmed

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

Title:
  Google Calendar reminders display unnecessarily

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

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


[Bug 856669] Re: pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

2011-09-26 Thread Martin Pitt
Ah, this already got fixed upstream. The mentioned commit was reverted,
and the refcounting bug got fixed properly, so that now all three broken
out test cases work, and ubiquity test suite succeeds again.

I uploaded a fixed pygobject to unapproved.

** Changed in: pygobject (Ubuntu Oneiric)
   Status: In Progress = Fix Committed

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

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

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

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


[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2011-09-26 Thread Brendan Donegan
I certainly see this on my (3D running) system.

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/830348/+subscriptions

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread seanlano
Huh. Some feature upgrade... Is there replacement functionality to
replace this removal?

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 859409] Re: System Info panel continually says Checking for Updates

2011-09-26 Thread Robert Roth
This might be related to the warning from the console: Error getting PackageKit 
transaction ID: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files. The checking 
for updates button should be removed in an ubuntu patch or converted to use 
aptdaemon as a backend.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  System Info panel continually says Checking for Updates

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

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


[Bug 859416] Re: UIFe: Rename GNOME Classic to GNOME Fallback GNOME to GNOME Shell

2011-09-26 Thread Sebastien Bacher
Where are those strings coming from? gnome-session session files? It
seems a bit late to break translations...

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

Title:
  UIFe: Rename GNOME Classic to GNOME Fallback  GNOME to GNOME Shell

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

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


[Bug 859381] Re: 'Create Launcher' is missing from Desktop context menu

2011-09-26 Thread Sebastien Bacher
you can probably use https://launchpad.net/unity-launcher-editor or
equivalents

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  'Create Launcher' is missing from Desktop context menu

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

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


[Bug 858918] Re: Long item names not displayed correctly

2011-09-26 Thread Sebastien Bacher
Thank you for your bug report, that's a known gtk issue

** Package changed: gnome-control-center (Ubuntu) = gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Long item names not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/858918/+subscriptions

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


[Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)

2011-09-26 Thread Sebastien Bacher
gtk+3.0 (3.1.92-0ubuntu1) oneiric; urgency=low

  * New upstream bug fix release.
  * Drop 000git_updates_since_3.1.90.patch
  * Refresh patches.

** Package changed: gtk+3.0 (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: In Progress = Fix Released

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

Title:
  Wallpaper is loaded twice with different alignment by gnome-session
  and nautilus (Oneiric)

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

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


[Bug 859476] Re: gnome-sudoku crashed with TypeError in function(): Expected a Gdk.Event, but got EventButton

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 857603 ***
https://bugs.launchpad.net/bugs/857603

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859476/+attachment/2462141/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859476/+attachment/2462142/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859476/+attachment/2462143/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 857603
   gnome-sudoku crashed with TypeError in function(): Expected a Gdk.Event, but 
got EventButton

** Visibility changed to: Public

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

Title:
  gnome-sudoku crashed with TypeError in function(): Expected a
  Gdk.Event, but got EventButton

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

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


[Bug 857913] Re: Regression: cannot change file list background

2011-09-26 Thread Sebastien Bacher
thank you for your bug report, what is file list background?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Regression: cannot change file list background

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

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


[Bug 204582] Re: default to forever for recurring calendar items

2011-09-26 Thread Sebastien Bacher
** Changed in: evolution (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  default to forever for recurring calendar items

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

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


[Bug 808512] Re: No way to configure screensaver in Oneiric

2011-09-26 Thread Sebastien Bacher
The simplication is coming from GNOME and the Ubuntu team has items to
add this back but got too busy this cycle and didn't get to it, patches
are welcome for that though or we will try to add it back for the LTS

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

Title:
  No way to configure screensaver in Oneiric

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

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


[Bug 859482] Re: empathy crashed with SIGSEGV in g_closure_invoke()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 844707 ***
https://bugs.launchpad.net/bugs/844707

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859482/+attachment/2462171/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462172/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462173/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462174/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462175/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462176/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462177/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859482/+attachment/2462178/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 844707

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  empathy crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 856669] Re: pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

2011-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package pygobject - 3.0.0-0ubuntu1

---
pygobject (3.0.0-0ubuntu1) oneiric; urgency=low

  * Add 00git_fix_custom_widgets.py: Properly fix refcounting for floating
objects and fix regression of not calling custom widget constructors when
they get created through GtkBuilder. Patches taken from upstream git head.
(LP: #856669)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 Sep 2011 10:06:48 +0200

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

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

Title:
  pygobject 3.0.0-0svn1 does not work with custom python GTK widgets

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

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


[Bug 842606] Re: [regression] can't merge contacts

2011-09-26 Thread Bram Bonné
It looks like this might be a problem with the transition to libfolks,
which should be used for storing the metacontacts now.

** Also affects: folks (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [regression] can't merge contacts

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

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


[Bug 859496] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 832603 ***
https://bugs.launchpad.net/bugs/832603

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859496/+attachment/2462317/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462318/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462319/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462320/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462321/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462322/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462323/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859496/+attachment/2462324/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 832603
   gnome-settings-daemon crashed with SIGSEGV in 
g_simple_async_result_complete()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

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

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


[Bug 829424] Re: empathy crashed with SIGABRT in g_assertion_message()

2011-09-26 Thread Stefano Rivera
*** This bug is a duplicate of bug 828701 ***
https://bugs.launchpad.net/bugs/828701

** This bug has been marked a duplicate of bug 828701
   empathy crashed with SIGABRT in g_assertion_message()

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

Title:
  empathy crashed with SIGABRT in g_assertion_message()

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

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


[Bug 793216] Re: Brasero hangs when trying to burn mpeg4 file to DVD as NTSC

2011-09-26 Thread exactt
same problem here. does brasero provide some kind of log file? starting
Brasero from a terminal doesn't provide any information on the issue...

** Changed in: brasero (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Brasero hangs when trying to burn mpeg4 file to DVD as NTSC

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

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


[Bug 793216] Re: Brasero hangs when trying to burn mpeg4 file to DVD as NTSC

2011-09-26 Thread exactt
Just for the record: Starting Brasero from a terminal with

brasero -g

gives debug output. For me the problem is:

**ERROR: [brasero] Invalid AC3 Audio stream header

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

Title:
  Brasero hangs when trying to burn mpeg4 file to DVD as NTSC

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

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


[Bug 833397] Re: indicator power displayed twice on panel

2011-09-26 Thread Sam_
FWIW, there is only one battery in my laptop. Bug #852406

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

Title:
  indicator power displayed twice on panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/833397/+subscriptions

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


[Bug 859520] Re: empathy-chat crashed with SIGABRT in raise()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 857322 ***
https://bugs.launchpad.net/bugs/857322

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859520/+attachment/2462492/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462493/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462494/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462495/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462496/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462497/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462498/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859520/+attachment/2462499/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 857322

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  empathy-chat crashed with SIGABRT in raise()

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

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


[Bug 852694] Re: gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-09-26 Thread Robert Roth
*** This bug is a duplicate of bug 849225 ***
https://bugs.launchpad.net/bugs/849225

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

** This bug has been marked a duplicate of private bug 849225

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

Title:
  gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

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

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


[Bug 839407] Re: FFe: include gnome-font-viewer on Oneiric Desktop CD

2011-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-meta - 1.244

---
ubuntu-meta (1.244) oneiric; urgency=low

  * Refreshed dependencies
  * Added gnome-font-viewer to desktop (LP: #839407)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 Sep 2011 12:05:54 +0200

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  FFe: include gnome-font-viewer on Oneiric Desktop CD

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

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


[Bug 418159] Re: Brasero Apport hook

2011-09-26 Thread exactt
Is this active in the latest versions? Maybe it would also be useful to
collect information provided by debug output of Brasero when started
with the -g switch...

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

Title:
  Brasero Apport hook

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

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


[Bug 859504] Re: gnome-control-center crashed with SIGABRT in raise()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 819463 ***
https://bugs.launchpad.net/bugs/819463

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859504/+attachment/2462343/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462344/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462345/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462347/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462348/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462349/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462350/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859504/+attachment/2462351/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 819463
   gnome-control-center crashed with SIGABRT in raise()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGABRT in raise()

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

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


[Bug 859538] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 857942 ***
https://bugs.launchpad.net/bugs/857942

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859538/+attachment/2462569/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462570/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462571/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462572/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462573/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462574/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462575/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859538/+attachment/2462576/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 857942

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

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

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


[Bug 859445] Re: nautilus crashed with SIGSEGV

2011-09-26 Thread Chris Watt
** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV

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

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


[Bug 859560] [NEW] Gedit line number margin doesn't scale with font size

2011-09-26 Thread Simon Allen
Public bug reported:

Machine: 64bit Ubuntu Ocelot with all updates applied as of 26/09/2011.

The width of the Gedit line number margin (enabled in preferences)
doesn't scale with the font size. I am visually impaired and thus have
my gedit font size set to 16. However when I do this and press enter a
few times (so I have more than 9 lines in a file) the margin isn't
expanded to fit the new two digit number. When we have more than 99
lines (three digits), the margin scales correctly once more.

This happens on a new setup with fresh configuration files.

Steps to reproduce:
1). Open gedit
2). Change font size to 16 (probably also has issues at other sizes too).
3). Make more than 9 lines in the file.

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

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

Title:
  Gedit line number margin doesn't scale with font size

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

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


[Bug 850373] Re: Lock screen does not pick the new wallpapers dynamically

2011-09-26 Thread Pedro Villavicencio
** Bug watch added: GNOME Bug Tracker #649769
   https://bugzilla.gnome.org/show_bug.cgi?id=649769

** Changed in: gnome-screensaver
   Importance: Medium = Unknown

** Changed in: gnome-screensaver
   Status: New = Unknown

** Changed in: gnome-screensaver
 Remote watch: GNOME Bug Tracker #659702 = GNOME Bug Tracker #649769

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

Title:
  Lock screen does not pick the new wallpapers dynamically

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/850373/+subscriptions

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


[Bug 433651] Re: Chat window grows beyond screen bounds - no text wrap when typing in the message entry

2011-09-26 Thread Nick
I'm on Empathy 2.34.0 and I can get the bug to come and go depending on
the width of the participants list on the right hand side. If it's
smaller than some width, the box stops wrapping, but if I make the
participants list a bit wider, the input box wraps properly.

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

Title:
  Chat window grows beyond screen bounds - no text wrap when typing in
  the message entry

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

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


[Bug 859558] Re: gnome-panel crashed with SIGSEGV in gtk_container_forall()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 851532 ***
https://bugs.launchpad.net/bugs/851532

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859558/+attachment/2462663/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462664/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462665/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462667/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462668/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462669/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462670/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859558/+attachment/2462671/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 851532

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-panel crashed with SIGSEGV in gtk_container_forall()

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

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


[Bug 850373] Re: Lock screen does not pick the new wallpapers dynamically

2011-09-26 Thread Bug Watch Updater
** Changed in: gnome-screensaver
   Status: Unknown = New

** Changed in: gnome-screensaver
   Importance: Unknown = Low

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

Title:
  Lock screen does not pick the new wallpapers dynamically

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/850373/+subscriptions

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


[Bug 849225] Re: gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-09-26 Thread Robert Roth
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug. I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Visibility changed to: Public

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

Title:
  gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

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

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


[Bug 793216] Re: Brasero hangs when trying to burn mpeg4 file to DVD as NTSC

2011-09-26 Thread exactt
Attaching the log file. Maybe it is of use to someone. I can't obtain anything 
useful from it...
P.S. I probably stopped the process to early. So the error message doesn't show 
up at the end of the file...

** Attachment added: brasero.log
   
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/793216/+attachment/2462529/+files/brasero.log

** Summary changed:

- Brasero hangs when trying to burn mpeg4 file to DVD as NTSC
+ Brasero hangs when trying to burn mpeg4 file to DVD

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

Title:
  Brasero hangs when trying to burn mpeg4 file to DVD

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

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


[Bug 859564] Re: gvfsd-gphoto2 crashed with SIGSEGV in g_datalist_id_set_data_full()

2011-09-26 Thread Apport retracing service
*** This bug is a duplicate of bug 852988 ***
https://bugs.launchpad.net/bugs/852988

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/859564/+attachment/2462680/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462681/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462682/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462683/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462684/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462685/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462686/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/859564/+attachment/2462687/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 852988

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gvfsd-gphoto2 crashed with SIGSEGV in g_datalist_id_set_data_full()

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

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


[Bug 815021] Re: screen turn off after missing never option

2011-09-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 841345 ***
https://bugs.launchpad.net/bugs/841345

** This bug has been marked a duplicate of bug 841345
   can't prevent screen from turning off in oneiric

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

Title:
  screen turn off after missing never option

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

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


[Bug 859104] Re: Nautilus extensions written in Python do not work in Oneiric

2011-09-26 Thread Emilien Klein
I should now have added all source packages depending on nautilus-python
in Ubuntu 11.10. Please add a post and update the status of the bug for
your project if you determine it is not affected. Oh, and sorry for the
eventual spam...

** Also affects: groundcontrol (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: arkose (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nautilus-image-manipulator (Ubuntu)
   Status: New = Confirmed

** Changed in: nautilus-image-manipulator (Ubuntu)
 Assignee: (unassigned) = Emilien Klein (emilien-klein)

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

Title:
  Nautilus extensions written in Python do not work in Oneiric

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

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


[Bug 733329] Re: Empathy asks me every time to confirm certificate even when my decision should be remembered

2011-09-26 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 828756 ***
https://bugs.launchpad.net/bugs/828756

** This bug has been marked a duplicate of bug 828756
   getting connection is untrusted warnings

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

Title:
  Empathy asks me every time to confirm certificate even when my
  decision should be remembered

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

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


[Bug 859579] [NEW] First video switch hotkey launches unity search

2011-09-26 Thread Ike Panhc
Public bug reported:

After user login and system idle, first pushing of video mode switch
hotkey (on ideapad its Fn+F3) will launch unity dash. After this, push
it again and it works as expected.

Fn+F3 hotkey will report Super-P event. Test on 2 ideapads and get the
same result.

Tested it on Oneiric with gnome-settings-daemon 3.1.92-0ubuntu3

Step to reproduce:
 1. booting system
 2. user login
 3. wait for system idle (after HD led is not busy)
 4. push Fn+F3

Expected result:
 Video output mode change

Actual result:
 Unity dash launched.

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

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

Title:
  First video switch hotkey launches unity search

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

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


[Bug 819463] Re: gnome-control-center crashed with SIGABRT in raise()

2011-09-26 Thread Barneedhar Vigneshwar
This bug is still around. I got this crash when I was working with date
and time settings.

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

Title:
  gnome-control-center crashed with SIGABRT in raise()

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

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


[Bug 859560] Re: Gedit line number margin doesn't scale with font size

2011-09-26 Thread Robert Roth
** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

** Changed in: gedit (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Gedit line number margin doesn't scale with font size

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

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


[Bug 774228] Re: empathy doesn't remember to trust a certificate

2011-09-26 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 828756 ***
https://bugs.launchpad.net/bugs/828756

** This bug has been marked a duplicate of bug 828756
   getting connection is untrusted warnings

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

Title:
  empathy doesn't remember to trust a certificate

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

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


[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Mark Repka
@Jean-Philippe Fleury (jpfle) - Are there amd64 packages of that version 
somewhere? I tried your fix as given and got an error of:
libpeas-1.0-0:i386 1.1.3-0ubuntu1 (Multi-Arch: no) is not co-installable with 
libpeas-1.0-0:amd64 1.1.4-0ubuntu1 (Multi-Arch: no) which is currently 
installed

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

Title:
  All python plugins are broken by a bad import

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

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


[Bug 859600] [NEW] Please convert gnome-keyring to multiarch

2011-09-26 Thread Riku Voipio
Public bug reported:

lgnome-keyring is still installing libraries to /usr/lib instead of the
multarch compatible /usr/lib/$(DEB_HOST_MULTIARCH) directory. The
attached patch does the conversion.

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

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

Title:
  Please convert gnome-keyring to multiarch

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

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


[Bug 859600] Re: Please convert gnome-keyring to multiarch

2011-09-26 Thread Riku Voipio
** Attachment added: Multiarch conversion patch
   
https://bugs.launchpad.net/bugs/859600/+attachment/2462817/+files/gnome-keyring-ma.patch

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

Title:
  Please convert gnome-keyring to multiarch

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

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


[Bug 859196] Re: can't install vcl media pleyer

2011-09-26 Thread Pedro Villavicencio
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs#When%20not%20to%20file%20a%20bug.
There is also a vibrant support community available at
http://askubuntu.com and you might consider asking your question there.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/172365

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

Title:
  can't install vcl media pleyer

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

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


[Bug 856775] Re: just crashed

2011-09-26 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, your crash report is either missing or
challenging to deal with as a .crash file. Please follow these
instructions to have apport report a new bug about your crash that can
be dealt with by the automatic retracer.

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit.
If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently. Thanks in advance for your cooperation and understanding.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  just crashed

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

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


[Bug 829184] Re: Cannot load module /usr/lib/gtk-2.0/2.10.0/immodules/*.so: /usr/lib/gtk-2.0/2.10.0/immodules/*.so: cannot open shared object file: No such file or directory /usr/lib/gtk-2.0/2.10.0/im

2011-09-26 Thread dino99
Still there with Oneiric i386 b2
Similar ibus issue: Bug #646954

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

Title:
  Cannot load module /usr/lib/gtk-2.0/2.10.0/immodules/*.so:
  /usr/lib/gtk-2.0/2.10.0/immodules/*.so: cannot open shared object
  file: No such file or directory /usr/lib/gtk-2.0/2.10.0/immodules/*.so
  does not export GTK+ IM module API:
  /usr/lib/gtk-2.0/2.10.0/immodules/*.so: cannot open shared object
  file: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/829184/+subscriptions

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


[Bug 825228] Re: rhythmbox-metadata crashed with SIGSEGV in _start()

2011-09-26 Thread Pedro Villavicencio
could you please open a bug with apport to see if the backtrace matches
this one? thanks.

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

Title:
  rhythmbox-metadata crashed with SIGSEGV in _start()

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

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


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

2011-09-26 Thread Pedro Villavicencio
Can anybody having the problem on Oneiric please enable apport and
submit a new report? We'd like to compare the backtraces to see if the
report is the same or if its a new one we should track, Thanks in
advance.

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 809500] Re: gnome-terminal not remembering menubar preference

2011-09-26 Thread Matthew Gregg
*** This bug is a duplicate of bug 787465 ***
https://bugs.launchpad.net/bugs/787465

Is this really a dup of bug #787465? This has nothing to do with the
global menu. Perhaps the addition of the global menu causes this bug?

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

Title:
  gnome-terminal not remembering menubar preference

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

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


[Bug 857168] Re: [Oneiric] Screen goes black while watching video

2011-09-26 Thread Pedro Villavicencio
** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = New

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

Title:
  [Oneiric] Screen goes black while watching video

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

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


[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Effenberg0x0
The workaround at post #11 only works for me if, after running those
commands, I launch Gedit using:

$ DISPLAY=:0.0 PYTHON=/usr/bin/python3.2
LD_PRELOAD=/usr/lib/libpython2.7.so.1 /usr/bin/gedit

Thanks,
Effenberg

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

Title:
  All python plugins are broken by a bad import

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

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


  1   2   3   4   >