[Bug 1072566] [NEW] Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Doug McMahon
Public bug reported:

The removal of the 21 patch, which fixed segfaults due to the 
http://git.gnome.org/browse/nautilus/commit/?id=629c9bc27a commit, has returned 
the focus issues in unity sessions only
There was an upstream nautilus fix for focus issues but it only fixes in 
gnome-* sessions not Unity session.

Again to test - 
open a gnome-terminal, the open a non maxed nautilus window (may not happen 
100% of the time but most of.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Mon Oct 29 01:52:22 2012
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+478+221'
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring running-unity

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 1072566] Re: Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Doug McMahon
Orig focus bug noting this was never completly fixed both in terms of nautilus 
or other affected apps
Bug #781931
(the discarded gtk patch was  still is 100% effective though wouldn't know if 
it is a bad idea, never have had any issues using it here in 12.04/12.10  
current state of 13.04

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 1067255] Re: wrong path set with wine apps

2012-10-29 Thread dino99
alacarte into Precise works well, so its a QQ regression.

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

Title:
  wrong path set with wine apps

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

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



[Bug 405340] Re: Conky background uses gtk_color_scheme's window background color, at random

2012-10-29 Thread ngc2997
This issues still seems to be around on Ubuntu 12.10 - conky would
randomly turn its background into some light grey. Most of the time this
happens shortly after logging into the desktop, with conky being
autostarted through a ~/.config/autostart entry. In very rare occasions
though, the grey background returns to normal after some time, without
any noticeable trigger.

Conky window is configured as:

own_window yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

Title:
  Conky background uses gtk_color_scheme's window background color, at
  random

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

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


[Bug 405340] Re: Conky background uses gtk_color_scheme's window background color, at random

2012-10-29 Thread ngc2997
** Attachment added: Conky with unwanted grey background on Ubuntu 12.10
   
https://bugs.launchpad.net/ubuntu/+source/conky/+bug/405340/+attachment/3417221/+files/Conky%20on%20Ubuntu%2012.10.png

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

Title:
  Conky background uses gtk_color_scheme's window background color, at
  random

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

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


[Bug 144334] Re: Rythmbox should scan for new music on start by default

2012-10-29 Thread Timothy Arceri
I think the reason it wouldn't be enable by default is that having a
scan like that at the startup could be harsh on low powered single core
machines.

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

Title:
  Rythmbox should scan for new music on start by default

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

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


[Bug 1071288] Re: No multiple monitors

2012-10-29 Thread Berend De Schouwer
I've found a probable cause.

xrandr won't enable LVDS1 unless VGA1 is off.  So I have to plug in
VGA1, and then run:

xrandr --output VGA1 --off
xrandr --output LVDS1 --mode 1366x768
xrandr --output VGA1 --auto
xrandr --output VGA1 --primary

I have to turn VGA1 off, then I can turn LVDS1 on, and then VGA1 on.

The xrandr error message is cannot find crtc for output LVDS1

A bit of googling shows that this happens to more people, with different
video cards, on all sorts of versions, with all sorts of Linux
distributions.

Possibly related, possibly off-topic:  I make VGA1 the primary display,
because if I don't I can't resize beyond a certain size even though VGA1
is 1920x1080.  This may be because VGA1's resolution is higher, and
windows are stuck on LVDS1's size.

-- 
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/1071288

Title:
  No multiple monitors

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

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


[Bug 1072566] Re: Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Jeremy Bicha (jbicha)

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

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 1072421] Re: Auto-login enabled at installation can't be disabled in Users Control Panel

2012-10-29 Thread Dmitrijs Ledkovs
** Also 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/1072421

Title:
  Auto-login enabled at installation can't be disabled in Users Control
  Panel

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

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


[Bug 1072616] [NEW] Ubuntu 12.10. When I connect to a VNC server gives me the error Violación de segmento (`core' generado) (Segmentation Violation (`core 'generated)). Connecting through remmina

2012-10-29 Thread pntkrtr
Public bug reported:

When I connect to a VNC server gives me the error Violación de segmento
(`core' generado) (Segment Violation (`core 'generated)). Connecting
through remmina runs smoothly. VNC servers I connect to UltraVNC under
windows are eight-digit password request.

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

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

Title:
  Ubuntu 12.10. When I connect to a VNC server gives me the error
  Violación de segmento (`core' generado) (Segmentation Violation
  (`core 'generated)). Connecting through remmina runs smoothly.

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

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

[Bug 223160] Re: mouse problems after xscreensaver quits

2012-10-29 Thread Thomas Hotz
Can you reproduce this bug with a supported Ubuntu version of Ubuntu?
Thank you!

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

-- 
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/223160

Title:
  mouse problems after xscreensaver quits

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-10-29 Thread mauros
The proposed workround in #120 did not work for me. This bug is really
annoying - every time it happens it locks up the pc. I am running Ubuntu
desktop 12.04.1 x64.

-- 
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/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

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

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


[Bug 1070006] Re: Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

2012-10-29 Thread Stefan Thomas
I have the same issue as Gareth - modem (Ericsson H5321gw) is detected,
network (Swisscom) shows up in the list including signal strength. The
network name has no mouse-over effect and nothing happens when clicked.
The Auto broadband option does have the normal mouseover highlighting,
but also nothing happens when clicked. In Network Settings the
Options... button under Mobile Broadband is greyed out.

Release is Ubuntu 12.10 GNOME Remix x64.

-- 
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/1070006

Title:
  Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

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

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


[Bug 241736] Re: support EPUB format

2012-10-29 Thread Sultan Rahi
Fbreader, Sigil or and Calibre can read epub but are not automatically 
installed (and are not using GTK libraries but I am not sure that it is a 
problem). And, except for Fbreader that is not really pretty, they are a  bit 
too big to be used as simple readers (it's like using Gimp to view a picture).
It will be a good idea to have it as a plugin in Evince as it is a kind of 
universal reader installed by default.

There is also the possibility to use an add-on in a browser but it's not
really a convenient solution.

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

Title:
  support EPUB format

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

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


[Bug 955955] Re: Keyboard shortcuts get reset at every login

2012-10-29 Thread Maximilian Federle
I can confirm this behaviour on two entirely different laptops, both installed 
pre-release and then upgraded to final quantal.
Creating a new user does not help in any way.

-- 
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/955955

Title:
  Keyboard shortcuts get reset at every login

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

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


[Bug 1072631] [NEW] Brasero crashes silently

2012-10-29 Thread Gabor Toth
Public bug reported:

It is a newly upgrade to Ubuntu 12.10 on a Dell Inspiron 17R with 4GB ram.
I have right clicked on an ISO file (actually on the Ubuntu install CD image) 
and had Brasero fired up in an attempt to burn it on a CD.  An empty CD was in 
the drive.  When started Brasero gave a message that there is not enough space 
on the CD to burn.  So I clicked on cancel and seemingly Brasero closed.
Right after I have tried with another image but this time Brasero did not 
start.  Tried to start it from the dash menu and did not start there either 
without any sign or message or anything.  Then checked with System Monitor 
and found out that Brasero was still running - but without a UI.  When I forced 
it closed then I could start Brasero fine again.  Repeated the process and the 
same happened.  Right now I am on the stage when it is running in the 
background and no UI and I am filing a bug report on it.

Tell me if more data needed.

Best,
Gabor

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: brasero 3.4.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
CheckboxSubmission: 6b64e7968cc8e732e5ad2595b83d27cf
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Mon Oct 29 10:03:36 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-09-26 (32 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
SourcePackage: brasero
UpgradeStatus: Upgraded to quantal on 2012-10-28 (0 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Brasero crashes silently

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

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


[Bug 1072616] Re: Ubuntu 12.10. When I connect to a VNC server gives me the error Violación de segmento (`core' generado) (Segmentation Violation (`core 'generated)). Connecting through remmina ru

2012-10-29 Thread pntkrtr
** Tags added: vinagre

** Tags added: 12.10 ubuntu

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

Title:
  Ubuntu 12.10. When I connect to a VNC server gives me the error
  Violación de segmento (`core' generado) (Segmentation Violation
  (`core 'generated)). Connecting through remmina runs smoothly.

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

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

[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2012-10-29 Thread Ritesh Khadgaray
@seb128

  The default behaviour is to do nothing.  And unity-greeter defaults to
mirror mode by disabling xrandr plugin.

unity-greeter (0.1.0-0ubuntu1) oneiric; urgency=low
...
- Disable xrandr gnome-settings-daemon plugin - always mirror the displays


The proposed patch will allow system admin to add xinerama mode as default 
option. Alternative workaround is to pop up a question asking user to configure 
the monitor setup ( which could be painful ) .  

__self:  test patch ( lacking the h/w to currently test this ) .

** Patch added: proposed patch based of upstream code
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1065979/+attachment/3417352/+files/add-xinerama-mode.patch

-- 
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/1065979

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1070006] Re: Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

2012-10-29 Thread Gareth Williams
Fedora 17 and Ubuntu Unity has Gnome-Control-Center 3.4 and modems work
fine on those distros.  This suggests that the issue is not down to the
version of Gnome-Control-Center that is used.

Stefan - did you try running nm-connection-editor?

-- 
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/1070006

Title:
  Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

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

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


[Bug 1070006] Re: Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

2012-10-29 Thread Aleksander Morgado
Try to run nm-connection-editor and create a mobile broadband connection
setup for your provider. Once done, it should appear in the shell menu
and it also may be activated.

-- 
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/1070006

Title:
  Mobile Broadband Fails to Configure on Ubuntu-Gnome (ZTE MF622)

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

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


[Bug 921688] Re: Can't remove Last.fm radio

2012-10-29 Thread Tiziano
Confirmed in Rhythmbox 2.98 on Xubuntu 12.10.

-- 
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/921688

Title:
  Can't remove Last.fm radio

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

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


[Bug 1071922] Re: double tap does not open folders or files

2012-10-29 Thread Eric Zig
** Summary changed:

- double tap does not open folders
+ double tap does not open folders or files

-- 
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/1071922

Title:
  double tap does not open folders or files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1071922/+subscriptions

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


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-29 Thread Launchpad Bug Tracker
** Branch linked: lp:adium-theme-ubuntu

-- 
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/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

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


[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2012-10-29 Thread Sebastien Bacher
Can you upstream the patch as well?

-- 
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/1065979

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2012-10-29 Thread Sebastien Bacher
no, the xrandr has been re-enabled later on in
http://bazaar.launchpad.net/~unity-greeter-team/unity-
greeter/trunk/revision/294

-- 
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/1065979

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1052304] Re: Cannot open book: TLS not available

2012-10-29 Thread Matt Fischer
I can confirm that SSL is enabled.  I attempted to re-configure LDAP
twice and removed the old server in the interim and still no luck.

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

Title:
  Cannot open book: TLS not available

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

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


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-29 Thread Ken VanDine
Verification is simple, open a chat window with someone where the
history doesn't fill the chat window and leave it sit idle.  While it is
open, check the load created by the empathy-chat process.

Regression potential: Low, this really just slows down how aggressive
the javascript is in detecting how close it is to the bottom of the
window.

** Changed in: adium-theme-ubuntu
   Status: In Progress = Fix Released

** Changed in: adium-theme-ubuntu
 Assignee: Chad Miller (cmiller) = (unassigned)

** Changed in: adium-theme-ubuntu (Ubuntu)
   Importance: Low = Medium

** Changed in: webkit (Ubuntu)
 Assignee: Chad Miller (cmiller) = (unassigned)

-- 
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/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

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


[Bug 951073] Re: rhythmbox controls stuck to pause in gnome-shell indicator

2012-10-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
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/951073

Title:
  rhythmbox controls stuck to pause in gnome-shell indicator

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

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


[Bug 951073] Re: rhythmbox controls stuck to pause in gnome-shell indicator

2012-10-29 Thread Timur I. Davletshin
I've got exactly the same issue.

-- 
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/951073

Title:
  rhythmbox controls stuck to pause in gnome-shell indicator

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

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


[Bug 1072671] [NEW] Xubuntu: Mouse-clicks disappear while editing Applications Menu

2012-10-29 Thread Bernard Decock
Public bug reported:

Fresh Xubuntu-install. Right click on Application-icon - Select Edit
Menu.

Accesories, try to select About XFCE. Mouse click disappears within a
few seconds.

Games. Click on both games. (deselect). Select lower game (suduko) =
upper game gets selected too

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: alacarte 3.5.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Mon Oct 29 12:04:20 2012
InstallationDate: Installed on 2012-10-29 (0 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alacarte
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 quantal

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

Title:
  Xubuntu: Mouse-clicks disappear while editing Applications Menu

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

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


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-29 Thread Launchpad Bug Tracker
This bug was fixed in the package adium-theme-ubuntu - 0.3.3-0ubuntu1

---
adium-theme-ubuntu (0.3.3-0ubuntu1) raring-proposed; urgency=low

  * New upstream release.
- Avoid an infinite loop in scrolling to the bottom of a
  window. (LP: #959084)
 -- Ken VanDine ken.vand...@canonical.com   Mon, 29 Oct 2012 11:10:44 +0100

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

-- 
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/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

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


[Bug 1072281] Re: Laptop monitor twinkling and display in wrong resolution

2012-10-29 Thread Yung Shen
*** This bug is a duplicate of bug 1072667 ***
https://bugs.launchpad.net/bugs/1072667

** This bug has been marked a duplicate of bug 1072667
   Laptop monitor twinkling and display in wrong resolution

-- 
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/1072281

Title:
  Laptop monitor twinkling and display in wrong resolution

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

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


[Bug 1072693] [NEW] Empathy does not connect accounts, Facebook, Google, Outlook

2012-10-29 Thread Lukasz Grzesik
Public bug reported:

This communicator does not connect with anything my online accounts.
Facebook, Google, Outlook. Everything not working. I reistalled this
program, clear configuration, logout and login again on accounts, clear
applications in Outlook and Facebook. On main program window I see a
this stuff:

http://ubuntuone.com/7C06coFpCBdo6ic9Zeue2U

Translate from google translate:

Nie podano powodu - Not reason given
Należy zmienić stan, aby wyświetlić kontakty - You must change the status to 
view the contacts
Przejdź do trybu online - Go online

Button Go online not working.

Today. I was started Empathy in terminal. And when I pressed button Gon
Online I see this;

lukasz@lukasz-Lenovo-G565:~$ empathy

(empathy:6635): tp-glib-CRITICAL **: tp_asv_get_uint32: assertion `asv
!= NULL' failed

(empathy:6635): tp-glib-CRITICAL **: tp_asv_get_boxed: assertion `asv !=
NULL' failed

** Affects: empathy (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/1072693

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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

[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2012-10-29 Thread Ubuntu Foundation's Bug Bot
The attachment proposed patch based of upstream code 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-reviewers team 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-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1065979

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1072697] [NEW] will not let me upgrade, no admin rights

2012-10-29 Thread Jeannine DiTonno
Public bug reported:

I don't think I have a bug.  I  am ignorant to this  operating system.
I have lost my admin rights.  Not sure how.  How can I get my admin
rights back.

my original log on was my name and no password

changed my name and added a password and lost all rights.  Won't let me
log on the original way

Ubuntu 8.04
- the Hardy Heron - released in April 2008

ProblemType: Bug
Architecture: lpia
Date: Mon Oct 29 08:08:02 2012
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: wl
Package: yelp 2.22.1-0ubuntu2.8.04.3.1netbook2
PackageArchitecture: lpia
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-27-lpia i686
UnreportableReason: This is not a genuine Ubuntu package

** Affects: yelp (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-bug

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

Title:
  will not let me upgrade, no admin rights

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

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


[Bug 1072697] Re: will not let me upgrade, no admin rights

2012-10-29 Thread Jeannine DiTonno
I don't think I have a bug. I am ignorant to this operating system. I
have lost my admin rights. Not sure how. How can I get my admin rights
back.

my original log on was my name and no password

changed my name and added a password and lost all rights. Won't let me
log on the original way

Ubuntu 8.04
- the Hardy Heron - released in April 2008


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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/yelp/+question/212640

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

Title:
  will not let me upgrade, no admin rights

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

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


[Bug 1012277] Re: Closing laptop lid should not blank external monitor

2012-10-29 Thread David Martin
I have the same problem with my Dell D410, docking station, and a
generic 15 external monitor.  Initially the external monitor shows an
out of range message but once signed in via the laptop screen, both
screens are mirrored. Closing the laptop lid blanks both screens and I
then can't get any display at all. Thus I then have to switch off with
the power button and start all over again.

Trying to start up with the laptop lid closed and using the dock power
button just shows the out of range message on the external monitor, so I
have to start up with the lid open.

I'm using Precise 12.04, upgraded from 11.10 and all updates installed.

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

Title:
  Closing laptop lid should not blank external monitor

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

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


[Bug 1072697] Re: will not let me upgrade, no admin rights

2012-10-29 Thread Jeannine DiTonno
I really do not know what I am doing - very limited knowledge.  I would
appreciate any help possible in the language of Ubuntu for idiots.
Thank you so much in advance.

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

Title:
  will not let me upgrade, no admin rights

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

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


[Bug 284612] Re: progress bar doesn't scroll

2012-10-29 Thread Thomas Schwinge
Confirming what Hannes_S has described before: I'm still seeing this on
12.10 if I stream sound to a pulseaudio server over the network.

-- 
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/284612

Title:
  progress bar doesn't scroll

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

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


[Bug 1067915] Re: gedit can't open a txt file

2012-10-29 Thread Matt White
Bizarre workaround for this bug: cat the file from the command line and
then copy and paste it back into a new text file in gedit.  I had to
copy-paste-save it in sections, because if I pasted the entire document
into gedit all at once, the invalid byte sequence error remained.

-- 
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/1067915

Title:
  gedit can't open a txt file

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

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


[Bug 1021183] Re: after some time when evolution runs in a wild loop of fetching messages and removing messages from cache

2012-10-29 Thread Johan Smits
I upgraded to 12.10 and now I use the EWS service to connect.
This problem did not occur anymore with the EWS connector.
It seems related to the mapi connector.

-- 
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/1021183

Title:
  after some time when evolution runs in a wild loop of fetching
  messages and removing messages from cache

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

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


[Bug 284612] Re: progress bar doesn't scroll

2012-10-29 Thread Thomas Schwinge
Sometimes it also seems to help to kill/restart the PulseAudio
instance on the sink (as opposed to the source, »the computer rhythmbox
is running on«).

-- 
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/284612

Title:
  progress bar doesn't scroll

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

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

[Bug 887983] Re: Preview pane does not refresh after previewing a very large message

2012-10-29 Thread Blue
I have this issue too.
I doubt it's gfx driver related as this: 
- only happens to evolution
- only happens to the preview pane (but not when opening the same message in a 
new window with double click)
- there are no driver related errors in the system logs; And the system works 
just fine after this error occurs.
- HOWEVER, when the  error happens, the .xsession-errors log file gets flooded 
with errors like :

(evolution:6261): Gdk-WARNING **: Native children wider or taller than
65535 pixels are not supported

-- 
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/887983

Title:
  Preview pane does not refresh after previewing a very large message

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

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


[Bug 780117] Re: Brasero finishes without error but unusable media [on-the-fly mode] (Ubuntu 11.04 -12.04)

2012-10-29 Thread Colin Watson
Reverting metadata change to the quantal task; I don't see from the
commentary why this should have been changed away from Fix Committed.

** Changed in: brasero (Ubuntu Quantal)
   Status: Confirmed = Fix Committed

-- 
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/780117

Title:
  Brasero finishes without error but unusable media [on-the-fly mode]
  (Ubuntu 11.04 -12.04)

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

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


[Bug 1072714] [NEW] player size decreases when showing and hiding controls once or more

2012-10-29 Thread Bassim Huis
Public bug reported:

It occurs when using the show hide controls option. Try openingen a
totem player, playing a movie and then pressing H on keyboard several
times.

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

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

Title:
  player size decreases when showing and hiding controls once or more

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

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


[Bug 12154] Re: Nautilus should have a superuser mode

2012-10-29 Thread Tralalalala
To those Linux developers every issue seems complex and Ubuntu (and
Linux in general) is full of usability issues which exist for as long as
Linux exists.

I just stopped using this crap. Everyone should do that. Stop using
Linux on the desktop and stop the development, because Linux on the
desktop sucks.

-- 
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/12154

Title:
  Nautilus should have a superuser mode

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

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


[Bug 887983] Re: Preview pane does not refresh after previewing a very large message

2012-10-29 Thread Blue
This bugreport, for another application also seems to share a common cause and 
also manifests when an application has to display a large object.
https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/769015

-- 
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/887983

Title:
  Preview pane does not refresh after previewing a very large message

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

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


[Bug 1072728] [NEW] python-imobiledevice needs a dependency on python-plist

2012-10-29 Thread John McPherson
Public bug reported:

ubuntu 12.10
python-imobiledevice:
  Installed: 1.1.4-1ubuntu2

$ python
Python 2.7.3 (default, Sep 26 2012, 21:53:58) 
[GCC 4.7.2] on linux2
Type help, copyright, credits or license for more information.
 import imobiledevice
Traceback (most recent call last):
  File stdin, line 1, in module
  File plist.pxd, line 6, in init imobiledevice (imobiledevice.c:31701)
ImportError: No module named plist

# aptitude install python-plist

$ python
Python 2.7.3 (default, Sep 26 2012, 21:53:58) 
[GCC 4.7.2] on linux2
Type help, copyright, credits or license for more information.
 import imobiledevice


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

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

Title:
  python-imobiledevice needs a dependency on python-plist

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

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


[Bug 1072616] Re: Ubuntu 12.10. When I connect to a VNC server gives me the error Violación de segmento (`core' generado) (Segmentation Violation (`core 'generated)). Connecting through remmina ru

2012-10-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Ubuntu 12.10. When I connect to a VNC server gives me the error
  Violación de segmento (`core' generado) (Segmentation Violation
  (`core 'generated)). Connecting through remmina runs smoothly.

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

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

[Bug 1053510] Re: Unable to send Email: The reported error was Impossible d'envoyer le message : WriteStream : Erreur MAPI MAPI_E_CALL_FAILED (0x80004005)

2012-10-29 Thread Sebastian Martinez
If I delete the text of the message can be sent, may be by mail size?

-- 
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/1053510

Title:
  Unable to send Email: The reported error was Impossible d'envoyer le
  message : WriteStream : Erreur MAPI MAPI_E_CALL_FAILED (0x80004005)

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

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

[Bug 1072566] Re: Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Jeremy Bicha
I'm unassigning myself as I'm not sure how to fix this yet, and I don't
want to prevent someone else from fixing it if they can figure it out.

** Changed in: nautilus (Ubuntu)
 Assignee: Jeremy Bicha (jbicha) = (unassigned)

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 1072754] [NEW] cannot remove unconfirmed online account

2012-10-29 Thread Maxxer
Public bug reported:

Add an online Gmail account wihtout confirming it.
Then close, reopen and try to remove that unconfirmed account. It will prompt 
to confirm, but then the account is not deleted.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu19
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Mon Oct 29 15:30:11 2012
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu4
 deja-dup24.0-0ubuntu1
 gnome-control-center-signon 0.0.18-0ubuntu1
 indicator-datetime  12.10.2-0ubuntu3

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


** Tags: amd64 apport-bug quantal running-unity

-- 
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/1072754

Title:
  cannot remove unconfirmed online account

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

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


[Bug 1066532] Re: In Quantal Privacy settings cannot activate sending error reports to Canonical checkbox

2012-10-29 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 993056 ***
https://bugs.launchpad.net/bugs/993056

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = 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/1066532

Title:
  In Quantal Privacy settings cannot activate sending error reports
  to Canonical checkbox

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

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


[Bug 850840] Re: file-roller crashed with SIGSEGV in g_simple_async_result_complete()

2012-10-29 Thread Paulo Pernomian
This happened to me when extracting via SSH (Nautilus Menu File - Connect to 
Server...) and then double clicked a tar.gz file.
I was running the latest updated Ubuntu 12.10.

-- 
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/850840

Title:
  file-roller crashed with SIGSEGV in g_simple_async_result_complete()

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

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


[Bug 1070377] Re: Empathy change to Online Accounts no longer supports SIPE

2012-10-29 Thread Felipe Martinez
I agree . i cant use sipe no more under empathy (been using this on the
past as a Office Communicator replacement) , atm the only working
solution on ubuntu is Pidgin + pidgin-sipe plugin.

-- 
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/1070377

Title:
  Empathy change to Online Accounts no longer supports SIPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-haze/+bug/1070377/+subscriptions

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


[Bug 1072749] [NEW] search: Ubuntu Help does not return Help (yelp)!!!

2012-10-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

If someone does not know about the Ubuntu Desktop Guide (Ubuntu's official 
Help),
and they were to type Ubuntu Help in the Ubuntu Software Centre,
the results would not list the entry: Help (yelp) ...which is the package for 
the Ubuntu Desktop Guide.

** Affects: yelp (Ubuntu)
 Importance: Low
 Status: Triaged

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ubuntu-docs
-- 
search: Ubuntu Help does not return Help (yelp)!!!
https://bugs.launchpad.net/bugs/1072749
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to yelp in Ubuntu.

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


[Bug 1072754] Re: cannot remove unconfirmed online account

2012-10-29 Thread Sebastien Bacher
Thank you for your bug report, what desktop and version of Ubuntu do you
use?

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

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

-- 
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/1072754

Title:
  cannot remove unconfirmed online account

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

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


[Bug 1072749] Re: search: Ubuntu Help does not return Help (yelp)!!!

2012-10-29 Thread Jeremy Bicha
The .desktop for Help is provided by yelp. We just need to change the
comment or add keywords.

** Package changed: software-center (Ubuntu) = yelp (Ubuntu)

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

** Changed in: yelp (Ubuntu)
   Status: Confirmed = Triaged

** Summary changed:

- search: Ubuntu Help does not return Help (yelp)!!!
+ searching for Ubuntu Help doesn't return any results

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

Title:
  searching for Ubuntu Help doesn't return any results

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

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


[Bug 1069511] Re: empathy status does not go back to online after resuming from suspend

2012-10-29 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/1069511

Title:
  empathy status does not go back to online after resuming from
  suspend

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2012-10-29 Thread sztomi
Is there a bug open for Unity3D?

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

Title:
  Resizing windows by grabbing window borders is difficult

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-10-29 Thread Anoop Karollil
I upgraded to 12.10 and started seeing this again. Will re-do the
keyboard.gnome-settings-plugin deletion and restart gnome-settings work-
around that worked before.

-- 
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/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

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

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


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-29 Thread Ken VanDine
** Also affects: empathy (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: webkit (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: adium-theme-ubuntu (Ubuntu Quantal)
   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/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

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


[Bug 1072754] Re: cannot remove unconfirmed online account

2012-10-29 Thread Maxxer
Latest, 12.10 fresh install (when was still in beta, something like
10days before release), on unity.

** 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/1072754

Title:
  cannot remove unconfirmed online account

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

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


[Bug 1072566] Re: Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Dmitry Shachnev
What is the rejected gtk patch?

I've subscribed Andrea Azzarone which was the original author of the
Nautilus patch (which also got rejected, see
https://bugzilla.gnome.org/show_bug.cgi?id=674816#c7). Andrea, maybe you
can update the patch to work with 3.6.1?

Note that I don't use Unity myself, and I can't reproduce this issue on
GNOME Shell / Classic, so maybe it's Compiz issue?

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

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 1063136] Re: gvfsd-obexftp crashed with SIGSEGV

2012-10-29 Thread Oleg Anufriiev
Same thing to me, when I try to open my mobile, using bluetooth.
Nothing happens, but in syslog there is a message:

kernel: [  683.750527] gvfsd-obexftp[]: segfault at 4 ip b767fbb4 sp 
bf91ef4c error 6 in libdbus-1.so.3.7.2[b000+48000]
*there is numbers/letters instead of ?

PS:
Laptop

uname -a: 
Linux 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686 i686 
i686 GNU/Linux

-- 
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/1063136

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1070905] Re: Universal Access panel crashes if overlay-scrollbar isn't installed (g_settings_new() on absent schema)

2012-10-29 Thread Matthew Paul Thomas
** Summary changed:

- a11y panel calls g_settings_new() on (uninstalled) overlay scrollbar schema
+ Universal Access panel crashes if overlay-scrollbar isn't installed 
(g_settings_new() on absent schema)

-- 
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/1070905

Title:
  Universal Access panel crashes if overlay-scrollbar isn't installed
  (g_settings_new() on absent schema)

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

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


[Bug 1072802] [NEW] Segmentation fault in Ubuntu One Music My Downloads

2012-10-29 Thread maxroby
Public bug reported:

When clicking on the My Downloads button in Ubuntu One Music the application
crashes, here the terminal messages:
---
** Message: console message:  @0: The page at
https://one.ubuntu.com/music/store/library displayed insecure content from
http://media.one.ubuntu.com/media/img/favicon.ico.
Errore di segmentazione (core dump creato)
---

So I can't access to my Ubuntu One Music downloads from inside
Rhythmbox.

Ubuntu 12.10
rhythmbox 2.97-1ubuntu5

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

-- 
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/1072802

Title:
   Segmentation fault in Ubuntu One Music My Downloads

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

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


[Bug 1057603] Re: alacarte crashed with ValueError in load(): can not load menu tree 'applications.menu'

2012-10-29 Thread Alain A Servais
I've been able to recover the list of installed applications with:
   cd ~/.config/menus
   cp applications.menu.undo-NN applications.menu
(where NN is the largest number available)

But trying to edit the list with alacarte causes it to crash again and
to corrupt again the list of applications.

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

Title:
  alacarte crashed with ValueError in load(): can not load menu tree
  'applications.menu'

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

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


[Bug 795765] Re: CDs won't resume playing after being paused

2012-10-29 Thread Jeremy Bicha
The Rhythmbox developers have fixed this slightly differently. I've
updated https://code.launchpad.net/~ubuntu-desktop/rhythmbox/ubuntu with
their patch if you'd like to re-upload since this hasn't been accepted
into quantal-proposed yet.

-- 
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/795765

Title:
  CDs won't resume playing after being paused

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/795765/+subscriptions

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


[Bug 1072566] Re: Removal of 21_correct_timestamp_.. patch returns focus issues in Unity session

2012-10-29 Thread Doug McMahon
Dmitry Shachnev (mitya57) wrote 28 minutes ago: 
 What is the rejected gtk patch?
It used to be linked in orig LP bug above, by andyrock, though don't see anymore

Anyway will attach here. (I'm not anywhere qualified to say it's
something that should be done, only that I've never seen any issue with
gtk patched in any session  it fixed all focus issues 12.04 thru
current 13.04 using the proposed gtk-3 source.

The orig. bug was more than nautilus but the report was switched to
nautilus only. Even then, (with the 21 patch) there still was at least
one way to have it occur as mentioned,
https://bugs.launchpad.net/unity/+bug/781931/comments/46

** Patch added: focus.patch
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1072566/+attachment/3417775/+files/focus.patch

-- 
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/1072566

Title:
  Removal of 21_correct_timestamp_.. patch  returns focus issues in
  Unity session

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2012-10-29 Thread Ben Shadwick
Launchpad supports tracking a bug affecting multiple packages/projects,
including tracking state and unique fixes for each of them. I don't see
why Unity3D could not be tagged as affected if it indeed is.

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

Title:
  Resizing windows by grabbing window borders is difficult

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Bug 1030357] Re: crash with SIGSEGV in cairo, when evince tries to print this PDF file

2012-10-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/cairo

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

Title:
  crash with SIGSEGV in cairo, when evince tries to print this PDF file

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

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


[Bug 1069511] Re: empathy status does not go back to online after resuming from suspend

2012-10-29 Thread Bilal Shahid
thanks for the bug 
take the empathy debug log while reproducing the bug ? 
you can get the empathy-debugger window while running command empathy-debugger 
in terminal 

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

-- 
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/1069511

Title:
  empathy status does not go back to online after resuming from
  suspend

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

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


[Bug 1072239] Re: Empathy is a memory hog

2012-10-29 Thread Bilal Shahid
thats may be the cause of empathy chat not the empathy
 if you open the chat window than it happens ?
an update is released today for this you need to update 
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/959084

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

-- 
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/1072239

Title:
  Empathy is a memory hog

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

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


[Bug 1072817] [NEW] msn chat will not connect

2012-10-29 Thread Jorge Rama
Public bug reported:

At my workplace I keep getting a network error in empathy when I try to
connect my MSN Account. However if I try Pidgin or Windows Live
Messenger they work properly.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: empathy 3.6.0.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Mon Oct 29 17:18:15 2012
InstallationDate: Installed on 2011-09-21 (403 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to quantal on 2012-07-28 (93 days ago)

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


** Tags: apport-bug i386 quantal running-unity

-- 
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/1072817

Title:
  msn chat will not connect

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

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


[Bug 1072120] [NEW] ~/.Xmodmap not read on login

2012-10-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In most previous Ubuntu version I can remember, settings in ~/.Xmodmap
were read upon login.

In Quantal Quetzal, this is no longer the case.

(Sorry, I don't know what package this issue belongs to)

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


** Tags: bot-comment xmodmap
-- 
~/.Xmodmap not read on login
https://bugs.launchpad.net/bugs/1072120
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-control-center in Ubuntu.

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


[Bug 1072820] [NEW] Enhancement suggestion: dedicated X server for screen saver process

2012-10-29 Thread Michael
Public bug reported:

Currently the screen saver runs on the current X server, which means
that an application grabbing the keyboard can prevent it from running
properly.  Running the screen saver in a dedicated X server would solve
this.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-screensaver 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Mon Oct 29 18:31:04 2012
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 600
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2012-05-23 (159 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screensaver
UpgradeStatus: Upgraded to quantal on 2012-09-26 (33 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

-- 
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/1072820

Title:
  Enhancement suggestion: dedicated X server for screen saver process

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

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


[Bug 1072120] Re: ~/.Xmodmap not read on login

2012-10-29 Thread Luis Carlos Cobo
** Package changed: ubuntu = gnome-control-center (Ubuntu)

-- 
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/1072120

Title:
  ~/.Xmodmap not read on login

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

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


[Bug 1072693] Re: Empathy does not connect accounts, Facebook, Google, Outlook

2012-10-29 Thread Bilal Shahid
thanks for the bug report 
empathy log required please attach them ?
and tell us the empathy and ubuntu version ?

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

-- 
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/1072693

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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


[Bug 1071934] Re: Favourite Rooms feature doesn't work in 12.10

2012-10-29 Thread Bilal Shahid
thanks for the bug report 
you wanted to say that you have marked them autoconnect but they dont until we 
chose join favourites ? is that you facing ?

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

-- 
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/1071934

Title:
  Favourite Rooms feature doesn't work in 12.10

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

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


[Bug 1070892] Re: Wrong translation of message when empathy doesn't online

2012-10-29 Thread Bilal Shahid
that must be reported in the translation 
its not the empathy bug 
somebody translate it wrong so you need to contact there 
thanks 


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

-- 
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/1070892

Title:
  Wrong translation of message when empathy doesn't online

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

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


[Bug 878198] Re: Difficult to grab window borders

2012-10-29 Thread Castor Polux
*** This bug is a duplicate of bug 160311 ***
https://bugs.launchpad.net/bugs/160311

This is terrible, I mean this bug is so obvious that I thought that it
would be fixed in no time, so I didn't even bother showing up here.

Please fix this, I'm a web developer and I constantly need to resize the
window: so far it's been a nightmare. I also use virtual machines a lot,
and tricks like alt + wheel don't work.

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

Title:
  Difficult to grab window borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/878198/+subscriptions

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


[Bug 1069000] Re: Regression: Empathy doesn't start minimized

2012-10-29 Thread Bilal Shahid
thanks for the bug report 
working fine here ?
please attach the empathy log while reproducing the bug.

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

-- 
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/1069000

Title:
  Regression: Empathy doesn't start minimized

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

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


[Bug 1072817] Re: msn chat will not connect

2012-10-29 Thread Bilal Shahid
thanks for the bug report 
please attach the haze empathy chat log file with the bug report ?

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

-- 
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/1072817

Title:
  msn chat will not connect

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

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


[Bug 1072693] Re: Empathy does not connect accounts, Facebook, Google, Outlook

2012-10-29 Thread Lukasz Grzesik
Hello.

Ubuntu version it Ubuntu 12.10 upgraded from Ubuntu 12.04
Empathy version it Empathy 3.6.0.3-0ubuntu1

System logs:
http://ubuntuone.com/6jGr1XOCsqCAm7lmiTQK3c
http://ubuntuone.com/6iXHSjnc6L2xKMvx9Vtqky
and Empathy crash file:
http://ubuntuone.com/41NVFz0eiJBFuJNs4vr45y

And Where I can found a empathy logs? Logs in ~./local/share/Tplogger/logs 
includes chat log.
If empathy crash not worked. Please contact.

-- 
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/1072693

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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


[Bug 1072838] [NEW] GDM 3 disable-user-list=true does not work

2012-10-29 Thread Evan Brown
Public bug reported:

when you edit /etc/gdm/greeter.gsettings  org.gnome.login-screen 
disable-user-list=true it has no effect.

when you run sudo gsettings set org.gnome.login-screen disable-user-
list true it has no effect.

The only way I have been able to get a user to not show up in the user
list has been to set the uid  1000. This is a horrible hack and not
viable.

lsb_release -rd
Description:Ubuntu 12.10
Release:12.10

gdm:
  Installed: 3.6.1-0ubuntu1
  Candidate: 3.6.1-0ubuntu1
  Version table:
 *** 3.6.1-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status

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

-- 
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/1072838

Title:
  GDM 3 disable-user-list=true does not work

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

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

[Bug 606440] Re: Only the most recent episode of each podcast gets downloaded automatically

2012-10-29 Thread Chris Wilson
** Changed in: hundredpapercuts
   Status: Incomplete = Confirmed

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

-- 
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/606440

Title:
  Only the most recent episode of each podcast gets downloaded
  automatically

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

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


Re: [Bug 144334] Re: Rythmbox should scan for new music on start by default

2012-10-29 Thread Chris Wilson
I think we should be designing for the majority use case here, and I
believe that is to have new music automatically show up in Rhythmbox. I
only have anecdotal evidence here, but I've never had any problems this
feature on my single core laptop. I also don't think that well it should
run on netbooks is a valid argument since I believe (anecdotal again) that
they're mostly used by geeks and average users are using larger and more
powerful computers.

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

Title:
  Rythmbox should scan for new music on start by default

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

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


[Bug 1072838] Re: GDM 3 disable-user-list=true does not work

2012-10-29 Thread Jeremy Bicha
** Description changed:

- when you edit greeter.gsettings  org.gnome.login-screen  disable-user-
- list=true it has no effect.
+ when you edit /etc/gdm/greeter.gsettings  org.gnome.login-screen 
+ disable-user-list=true it has no effect.
  
  when you run sudo gsettings set org.gnome.login-screen disable-user-
  list true it has no effect.
  
  The only way I have been able to get a user to not show up in the user
  list has been to set the uid  1000. This is a horrible hack and not
  viable.
  
  lsb_release -rd
  Description:  Ubuntu 12.10
  Release:  12.10
  
  gdm:
-   Installed: 3.6.1-0ubuntu1
-   Candidate: 3.6.1-0ubuntu1
-   Version table:
-  *** 3.6.1-0ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe amd64 
Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.6.1-0ubuntu1
+   Candidate: 3.6.1-0ubuntu1
+   Version table:
+  *** 3.6.1-0ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe amd64 
Packages
+ 100 /var/lib/dpkg/status

-- 
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/1072838

Title:
  GDM 3 disable-user-list=true does not work

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

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

[Bug 1072749] Re: searching for Ubuntu Help doesn't return any results

2012-10-29 Thread Stubbles
Where is the: comment/keywords changed?
From what Jeremy did (reassign the bug from software-centre to yelp) it 
seems that is is the packager's responsibility.
If this is the case, I think a separate process within the software-centre 
team should also be dealing with these issues...and this could be an ideal 
Paper-Cut Project task.

The reason I'm asking is that I have filed 2 other similar bugs that do
not show the expected package in the Ubuntu Software Centre or the Unity
Dash.

see: 
1. bug #1050803:  no antivirus search results such as ClamTK
 https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1050803
and
2. bug #1071847:  Search: Excel or .xls does not return: LibreOffice Calc
 https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1071847

Looking forward to learning more about the intricacies of filling Ubuntu bugs.
Cheers,
Rob :-)

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

Title:
  searching for Ubuntu Help doesn't return any results

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

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


[Bug 606440] Re: Only the most recent episode of each podcast gets downloaded automatically

2012-10-29 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = raring-round-1

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Papercuts Ninja (papercuts-ninja)

** Changed in: hundredpapercuts
   Importance: Undecided = Low

-- 
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/606440

Title:
  Only the most recent episode of each podcast gets downloaded
  automatically

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

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


[Bug 1072749] Re: searching for Ubuntu Help doesn't return any results in Ubuntu Software Centre

2012-10-29 Thread Stubbles
** Summary changed:

- searching for Ubuntu Help doesn't return any results
+ searching for Ubuntu Help doesn't return any results in Ubuntu Software 
Centre

** Summary changed:

- searching for Ubuntu Help doesn't return any results in Ubuntu Software 
Centre
+ searching for Ubuntu Help doesn't return yelp in Ubuntu Software Centre

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

Title:
  searching for Ubuntu Help doesn't return yelp in Ubuntu Software
  Centre

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

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


[Bug 1072749] Re: searching for Ubuntu Help doesn't return yelp in Ubuntu Software Centre

2012-10-29 Thread Jeremy Bicha
Yeah, software center isn't the right place to report these bugs; report
them against the actual package you are looking for.

These can be fixed by editing the comments or keywords fields of the
.desktop. For instance, look at /usr/share/applications/yelp.desktop .
It could be as simple as changing Unity help in that file to Ubuntu
help but I'm not sure yet if that's exactly what we want to do.

The comments and keywords are also used for searching in Unity's dash or
in the GNOME Shell Activities Overview.

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

Title:
  searching for Ubuntu Help doesn't return yelp in Ubuntu Software
  Centre

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

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


[Bug 1072838] Re: GDM 3 disable-user-list=true does not work

2012-10-29 Thread Tim
greeter.gsettings is a file that was added by the debian package,
however the relevant patch to support this file is no longer available.
Really we should remove this file from /etc since being there implies
that it should work. Either we could move it the schema folder or the
docs folder I suppose.

Additionally I believe that the gnome-shell greeter does not support
most of the overrides in greeter.gsettings, you need to use gdm fallback
if you want those options.

-- 
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/1072838

Title:
  GDM 3 disable-user-list=true does not work

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

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


[Bug 1071950] Re: gnome-settings-daemon dconf to gconf plugin causes settings to be lost

2012-10-29 Thread Joel Ebel
I'm pretty new to dconf, so I'm making some assumptions which may be
incorrect.  When dconf update is run as root, that only updates settings
which are either mandatory or defaults system-wide.  Neither of those
changes should result in a change in the users home directory, and if a
user wasn't logged in, nothing would happen currently.  Because of that,
I'm not sure that dconf update should be sending any signals which would
trigger a gconf sync.  At most, it should just re-read the system
settings in order to accept the new default or mandatory settings.  Even
if that doesn't happen, on next login, they will be re-read, right?

Unrelated, I'm surprised to find dconf defaults that don't match up with
gconf defaults.  Like the metacity button_layout dconf default puts the
buttons back on the right.  This was the primary reason I noticed this
was all happening in the first place.  when dconf update ran, it updated
the gconf setting for the button layout and moved the buttons back the
the right.

-- 
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/1071950

Title:
  gnome-settings-daemon dconf to gconf plugin causes settings to be lost

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

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


[Bug 775345] Re: USB headset not selectable in Output tab of Sound Preferences

2012-10-29 Thread David Sowerby
I upgrade to 12.04 a little while back, but have been using my headset
quite a bit recently - without any problems.  I'm afraid I can't throw
any light on when it was fixed, but it is working for me at least.

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

Title:
  USB headset not selectable in Output tab of Sound Preferences

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

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


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/adium-theme-ubuntu
/raring-proposed

-- 
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/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

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


[Bug 1072838] Re: GDM 3 disable-user-list=true does not work

2012-10-29 Thread Tim
looking at upstream bug, this might be implemented for gnome-shell
greeter in 3.6.2

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

** Also affects: gdm via
   https://bugzilla.gnome.org/show_bug.cgi?id=660660
   Importance: Unknown
   Status: Unknown

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

** Summary changed:

- GDM 3 disable-user-list=true does not work
+ GDM 3 disable-user-list=true does not work with gnome-shell greeter

-- 
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/1072838

Title:
  GDM 3 disable-user-list=true does not work with gnome-shell greeter

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

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


[Bug 1072749] Re: searching for Ubuntu Help doesn't return yelp in Ubuntu Software Centre

2012-10-29 Thread Robert Roth
@Jeremy: I'd say that Unity help is a bit inappropriate, as the Ubuntu
Desktop Guide covers a lot more topics than Unity, so I would say
changing that to Ubuntu help would be the best solution.

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

Title:
  searching for Ubuntu Help doesn't return yelp in Ubuntu Software
  Centre

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

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


[Bug 1069775] Re: evolution locks up

2012-10-29 Thread Brandon Ingalls
Well I will no longer be adding my input to this -- evolution is
unusable for me so I am switching to Thunderbird sadly.

-- 
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/1069775

Title:
  evolution locks up

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

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


  1   2   >