[Bug 1054568] Re: spamassassin support broken in quantal

2012-09-22 Thread Marc Deslauriers
-- 
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/1054568

Title:
  spamassassin support broken in quantal

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

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


[Bug 925468] Re: Filter icon missing in main window and filter text is dark on dark

2012-02-25 Thread Marc Deslauriers
I do on my main laptop, but not on my test laptop.

I'll close it for now, since it may just be a local problem.

** Changed in: seahorse (Ubuntu Oneiric)
   Status: New => Invalid

** Changed in: seahorse (Ubuntu Precise)
   Status: Incomplete => Invalid

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

Title:
  Filter icon missing in main window and filter text is dark on dark

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

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


[Bug 942873] Re: Totem causes logout when playing mp3/videos with dual monitor and fglrx Drivers

2012-03-06 Thread Marc Deslauriers
** This bug is no longer flagged as a security vulnerability

** This bug is no longer flagged as a security vulnerability

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

Title:
  Totem causes logout when playing mp3/videos with dual monitor and
  fglrx Drivers

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-07 Thread Marc Deslauriers
Ubuntu has always let the user disable the automatic screen lock without
having an impact on locking when using suspend. When this stopped being
the case, we had a lot of complaints which led to different patches
being attempted. It seems there are a few different use cases:


1- User wants password to login, wants the screen to lock automatically at 
periods of inactivity, and wants screen to lock on suspend.

2- User wants a password to login, but doesn't want screen to lock
automatically because typing in a password multiple times a day is
annoying, but if suspending the laptop, wants the screen to lock as the
laptop may be travelling.

3- User uses autologin, doesn't want the screen to lock, doesn't want
the screen to lock on suspend.

4- User uses crypto disk with password on boot, uses autologin, wants
the screen to lock automatically, wants the laptop to lock on suspend.

5- User uses crypto disk with password on boot, uses autologin, doesn't
want the screen to lock automatically, wants the laptop to lock on
suspend.

Clearly grouping all of these scenarios into upstream's single "lock-
enabled" setting isn't enough.

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-07 Thread Marc Deslauriers
6- User wants password to login, doesn't want the screen to lock
automatically, doesn't want the screen to lock on suspend (yes, some
people have requested this)

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-07 Thread Marc Deslauriers
How about if the brightness and lock applet got the "Lock" slider
changed to "Lock on suspend", and the "Lock screen after" drop down
always stayed active and had a "Never" entry?

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
OK, I have had some more time to think this over. My proposal in comment
#6 is very intrusive and would change a lot of upstream code this late
in the cycle. Here is an even better proposal:

1- Add a new gsettings key called "lock-on-suspend", which defaults to
true. This would revert us back to Oneiric behaviour

2- If we can get a UI exception, we simply add a new toggle switch to
the brightness and lock applet with a "Lock screen on suspend" label

This should take care of all the usage scenarios, while minimizing the
changes to the upstream gnome code.

mpt, would that be acceptable?

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
Yes, that would accurately describe scenarios 4 and 5, when someone is
using full disk encryption. Of course, someone who _is_ using full disk
encryption would probably argue that they _want_ a different password
for encryption than for their login password for security reasons,
unlike OS X that only uses a single password.

However, scenario 2 also requires more than one user preference for
screen locking, so we aren't just working around startup (encryption)
passwords.

I like your proposed design, and it would fix the issue for all
scenarios.

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
Since we are late in the cycle, we have come to a compromise for
precise, until the dialog gets a proper redesign in P+1:

 mdeslaur, seb128: A minimal option would be to leave the current design 
and add one more checkbox
 mpt, what would the box say?
 mdeslaur, seb128: "Require my password when waking from suspend"
 works for me

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Wishlist => Low

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

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

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 917477] Re: Screen lock state exposes window title of last used application

2012-03-08 Thread Marc Deslauriers
This is most likely a compiz layering issue. Reassigning.

** Package changed: gnome-screensaver (Ubuntu) => compiz (Ubuntu)

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

Title:
  Screen lock state exposes window title of last used application

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
OK, I have uploaded test packages to add the new settings to my PPA
here:

https://launchpad.net/~mdeslaur/+archive/testing

Attached are the proposed debdiffs, and a screenshot of the applet with
the new option.

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
** Patch added: "proposed debdiff for gsettings-desktop-schemas"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/938076/+attachment/2836365/+files/gsettings-desktop-schemas_3.3.90-0ubuntu2%7Eppa1.debdiff

** Also affects: gsettings-desktop-schemas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gsettings-desktop-schemas (Ubuntu)
   Status: New => Confirmed

** Changed in: gsettings-desktop-schemas (Ubuntu)
   Importance: Undecided => Low

** Changed in: gsettings-desktop-schemas (Ubuntu)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
** Patch added: "proposed debdiff for gnome-settings-daemon"
   
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/938076/+attachment/2836366/+files/gnome-settings-daemon_3.3.91-0ubuntu3%7Eppa1.debdiff

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
** Patch added: "proposed debdiff for gnome-control-center"
   
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/938076/+attachment/2836369/+files/gnome-control-center_3.3.91-0ubuntu3%7Eppa1.debdiff

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
** Attachment added: "Screenshot of new option"
   
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/938076/+attachment/2836370/+files/screen-lock-suspend.png

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: Auto-lock on suspend is still needed when encrypting file system

2012-03-08 Thread Marc Deslauriers
I would like to request a FeatureFreeze and a UserInterfaceFreeze to
correct this bug.

The only way of correctly locking the screen on suspend that complies
with all the use cases is to add an extra option to the control center
applet. See the attached screenshot.

The attached debdiffs are minimal, and are simpler than the logic we had
before of automatically following autologin.

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

Title:
  Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 778872] Re: vte use causes /tmp file writing during text scrolling

2012-03-08 Thread Marc Deslauriers
Hrm, can't link more than one upstream bug, so here:

https://bugzilla.gnome.org/show_bug.cgi?id=631685
https://bugzilla.gnome.org/show_bug.cgi?id=664611

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

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

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

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

Title:
  vte use causes /tmp file writing during text scrolling

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
** Summary changed:

- Auto-lock on suspend is still needed when encrypting file system
+ [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
Sent notification to ubuntu-doc and ubuntu-translators:

https://lists.ubuntu.com/archives/ubuntu-doc/2012-March/016410.html
https://lists.ubuntu.com/archives/ubuntu-translators/2012-March/005204.html

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
Ah, yes, a checkbox would look better than a GtkSwitch.

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
Attached is an updated debdiff and screenshot for g-c-c that uses a
checkbox instead of a switch, greatly improving the layout.

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
** Patch added: "updated debdiff for g-c-c with checkbox"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/938076/+attachment/2840739/+files/gnome-control-center_3.3.91-0ubuntu3%7Eppa2.debdiff

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-09 Thread Marc Deslauriers
** Attachment added: "screenshot with checkbox"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/938076/+attachment/2840736/+files/new-applet.png

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 948607] Re: package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 250

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 250

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

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


[Bug 949083] Re: me llamo luis y me gusta el futbol

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  me llamo luis y me gusta el futbol

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

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


[Bug 950005] Re: screen doesn't lock when pressing ctrl+alt+l or using action from system menu

2012-03-09 Thread Marc Deslauriers
Could you please run the following command to get some logs out of
gnome-screensaver:

$ killall gnome-screensaver
$ gnome-screensaver --no-daemon --debug 2>&1 | tee ~/gnome-ss.log

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: gnome-screensaver (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/950005

Title:
  screen doesn't lock when pressing ctrl+alt+l or using action from
  system menu

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

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


[Bug 950005] Re: screen doesn't lock when pressing ctrl+alt+l or using action from system menu

2012-03-09 Thread Marc Deslauriers
I'm not sure why it got uninstalled, but on a new installation, yeah, it
should be there.

It's not a required dependency because there are multiple desktop
environments and not all of them use gnome-screensaver.

I'm closing this bug. Thanks!

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

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

Title:
  screen doesn't lock when pressing ctrl+alt+l or using action from
  system menu

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-10 Thread Marc Deslauriers
Thanks for the suggestion Fitoschido :)

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 952771] Re: Gnome Screensaver should handle expired password tokens

2012-03-12 Thread Marc Deslauriers
** Bug watch added: GNOME Bug Tracker #648875
   https://bugzilla.gnome.org/show_bug.cgi?id=648875

** Also affects: gnome-screensaver via
   https://bugzilla.gnome.org/show_bug.cgi?id=648875
   Importance: Unknown
   Status: Unknown

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

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

Title:
  Gnome Screensaver should handle expired password tokens

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

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


[Bug 950583] Re: No "switch user" button when screen locked

2012-03-12 Thread Marc Deslauriers
OK, it seems gnome-screensaver is actually searching for the
gdmflexiserver instead of using the correct API to switch users.
Reassigning this bug to gnome-screensaver, and marking 952305 as a dupe
since it's the same cause.


** Package changed: lightdm (Ubuntu) => gnome-screensaver (Ubuntu)

** Changed in: gnome-screensaver (Ubuntu)
Milestone: None => ubuntu-12.04-beta-2

** Tags added: rls-p-tracking

** Changed in: gnome-screensaver (Ubuntu)
 Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team)

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

Title:
  No "switch user" button when screen locked

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

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


[Bug 950583] Re: No "switch user" button when screen locked

2012-03-12 Thread Marc Deslauriers
In my case, the gdmflexiserver binary is there, so the "Switch user"
button does show up, but it fails miserably when it gets clicked on.

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

Title:
  No "switch user" button when screen locked

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

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


[Bug 950583] Re: No "switch user" button when screen locked

2012-03-12 Thread Marc Deslauriers
** Bug watch added: GNOME Bug Tracker #671936
   https://bugzilla.gnome.org/show_bug.cgi?id=671936

** Also affects: gnome-screensaver via
   https://bugzilla.gnome.org/show_bug.cgi?id=671936
   Importance: Unknown
   Status: Unknown

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

Title:
  No "switch user" button when screen locked

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

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


[Bug 925474] Re: Find remote keys function is completely broken

2012-03-14 Thread Marc Deslauriers
Broke somewhere between 3.1.4 and 3.1.91, probably by this:

http://git.gnome.org/browse/seahorse/commit/?id=c7e0a9535dd0416f7bcfd753667095020771964f

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

Title:
  Find remote keys function is completely broken

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

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


[Bug 844003] Re: xchat-gnome crashed with SIGSEGV in gtk_clipboard_set_contents()

2012-03-16 Thread Marc Deslauriers
This is actually in main.

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

Title:
  xchat-gnome crashed with SIGSEGV in gtk_clipboard_set_contents()

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

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


[Bug 955676] Re: desktop icons change positions when switching from Gnome-Shell to Unity

2012-03-16 Thread Marc Deslauriers
No, it's a different issue

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

Title:
  desktop icons change positions when switching from Gnome-Shell to
  Unity

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

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


[Bug 938076] Re: [UIFe]Auto-lock on suspend is still needed when encrypting file system

2012-03-18 Thread Marc Deslauriers
@Whoopie: could you please open a new bug for your issue, this bug is
currently closed.

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

Title:
  [UIFe]Auto-lock on suspend is still needed when encrypting file system

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

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


[Bug 959184] Re: Option to "Lock screen afer screen turns off" is ignored

2012-03-20 Thread Marc Deslauriers
Did you restart your session after updating? In any case, please open a
new bug, as it is working fine for me so this bug is closed.

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

Title:
  Option to "Lock screen afer screen turns off" is ignored

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

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


[Bug 960518] Re: Can't unlock with second keyboard layout

2012-03-20 Thread Marc Deslauriers
*** This bug is a duplicate of bug 872701 ***
https://bugs.launchpad.net/bugs/872701

** This bug has been marked a duplicate of bug 872701
   Keyboard layout doesn't change

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

Title:
  Can't unlock with second keyboard layout

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

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


[Bug 959874] Re: gnome-settings-daemon crashed with SIGSEGV in ubuntu_osd_do_notification()

2012-03-21 Thread Marc Deslauriers
** Visibility changed to: Public

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

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

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

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


[Bug 958353] Re: Locked screen reveals far too much information about the user and his work

2012-03-22 Thread Marc Deslauriers
This could be a compiz layering issue

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

Title:
  Locked screen reveals far too much information about the user and his
  work

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

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


[Bug 429295] Re: OSD showing corruption on ATI graphics

2009-10-28 Thread Marc Deslauriers
This may be a dupe of bug #426582

-- 
OSD showing corruption on ATI graphics
https://bugs.launchpad.net/bugs/429295
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 465523] Re: Login Settings crippled

2009-11-02 Thread Marc Deslauriers
*** This bug is a duplicate of bug 445123 ***
https://bugs.launchpad.net/bugs/445123

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** This bug has been marked a duplicate of bug 445123
   There's no simple way to disable the gdm face browser

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

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


[Bug 466502] Re: totem assert failure: totem: ../../src/xcb_io.c:378: _XAllocID: Assertion `ret != inval_id' failed.

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
totem assert failure: totem: ../../src/xcb_io.c:378: _XAllocID: Assertion `ret 
!= inval_id' failed.
https://bugs.launchpad.net/bugs/466502
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 467267] Re: no sound from pc or headphone

2009-11-02 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
no sound from pc or headphone
https://bugs.launchpad.net/bugs/467267
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 466850] Re: seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: 
assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)
https://bugs.launchpad.net/bugs/466850
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse-plugins in ubuntu.

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


[Bug 467269] Re: no sound from pc or headphone

2009-11-02 Thread Marc Deslauriers
*** This bug is a duplicate of bug 467267 ***
https://bugs.launchpad.net/bugs/467267

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** This bug has been marked a duplicate of bug 467267
   no sound from pc or headphone

-- 
no sound from pc or headphone
https://bugs.launchpad.net/bugs/467269
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 470623] Re: There is no sound: tracs are played but I hear nothing, radio buffering is never 100%

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
There is no sound: tracs are played but I hear nothing, radio buffering is 
never 100%
https://bugs.launchpad.net/bugs/470623
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 470751] Re: Youtube plug in doesn't work

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Youtube plug in doesn't work
https://bugs.launchpad.net/bugs/470751
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 189774] Re: seahorse shows passwords without verification

2009-11-03 Thread Marc Deslauriers
Empathy stores your authentication information into your private keyring
that is only accessible by you with the password you use to unlock it.
There is no "public keyring". Pidgin stores your account passwords in
clear text in a file with appropriate user permissions.

-- 
seahorse shows passwords without verification
https://bugs.launchpad.net/bugs/189774
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 471121] Re: system work slowly

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

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


[Bug 471408] Re: no sound

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
no sound
https://bugs.launchpad.net/bugs/471408
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 471505] Re: nautilus crashed with SIGSEGV in exit()

2009-11-04 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
nautilus crashed with SIGSEGV in exit()
https://bugs.launchpad.net/bugs/471505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 471122] Re: system work slowly

2009-11-04 Thread Marc Deslauriers
*** This bug is a duplicate of bug 471121 ***
https://bugs.launchpad.net/bugs/471121

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** This bug has been marked a duplicate of bug 471121
   system work slowly

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

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


[Bug 472184] Re: gnome-panel assert failure: *** glibc detected *** gnome-panel: double free or corruption (!prev): 0x0a2ce358 ***

2009-11-04 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
gnome-panel assert failure: *** glibc detected *** gnome-panel: double free or 
corruption (!prev): 0x0a2ce358 ***
https://bugs.launchpad.net/bugs/472184
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 472556] Re: hotmail.com

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

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


[Bug 473833] Re: Still appears as "online" even when in "hidden" status

2009-11-04 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Still appears as "online" even when in "hidden" status
https://bugs.launchpad.net/bugs/473833
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 474347] Re: users administration interface under gnome login will update user and groups when login under xfce when adding or removing user shows change in panel ... but did not update passwd fil

2009-11-04 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
users administration interface under gnome login will update user and groups  
when login under xfce when adding or removing user shows change in panel ... 
but did not update passwd file and does not show on login panel 
https://bugs.launchpad.net/bugs/474347
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 651931] Re: evince crashed with SIGSEGV in clear_job_selection()

2011-05-27 Thread Marc Deslauriers
@Chow Loong Jin:

The Natty debdiff is incomplete. Could you please make a minimal debdiff
against Natty's 2.32.0-0ubuntu12.1, including setting the version number
to something more appropriate, such as 2.32.0-0ubuntu12.2? Thanks.

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

Title:
  evince crashed with SIGSEGV in clear_job_selection()

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


[Bug 793599] Re: Gnome-screensaver shouldn't activate is there is recent joystick input

2011-06-06 Thread Marc Deslauriers
FlightGear is supposed to tell the screensaver not to activate.
Reassigning bug to flightgear package.

** Package changed: gnome-screensaver (Ubuntu) => flightgear (Ubuntu)

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

Title:
  Gnome-screensaver shouldn't activate is there is recent joystick input

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


[Bug 793616] [NEW] lucid and maverick are incompatible with latest iOS

2011-06-06 Thread Marc Deslauriers
Public bug reported:

A 3G iPod Touch was upgraded from iOS 4.0.1 to 4.3.3, and stopped
working with rhythmbox and gtkpod in Lucid.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libimobiledevice0 0.9.7-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-32.62-generic-pae 2.6.32.38+drm33.16
Uname: Linux 2.6.32-32-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Jun  6 11:53:17 2011
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: libimobiledevice

** Affects: libimobiledevice (Ubuntu)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: New

** Affects: libimobiledevice (Ubuntu Lucid)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

** Affects: libimobiledevice (Ubuntu Maverick)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed


** Tags: apport-bug i386 lucid

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

Title:
  lucid and maverick are incompatible with latest iOS

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


[Bug 793616] Re: lucid and maverick are incompatible with latest iOS

2011-06-06 Thread Marc Deslauriers
** Also affects: libimobiledevice (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: libimobiledevice (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: libimobiledevice (Ubuntu)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: libimobiledevice (Ubuntu Lucid)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: libimobiledevice (Ubuntu Maverick)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: libimobiledevice (Ubuntu Lucid)
   Status: New => Confirmed

** Changed in: libimobiledevice (Ubuntu Maverick)
   Status: New => Confirmed

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

Title:
  lucid and maverick are incompatible with latest iOS

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


[Bug 793616] Re: lucid and maverick are incompatible with latest iOS

2011-06-06 Thread Marc Deslauriers
SRU Request:

Impact of the issue: Lucid and Maverick users that update the firmware
of their iPod Touch and iPhone devices can no longer access them in
Lucid and Maverick.

This issue was resolved by backporting a couple of minimal changes from
the upstream tree. These fixes already ship in Natty. See attached
debdiffs for Lucid and Maverick.

I tested this update on Lucid with gtkpod and rhythmbox on an iPod Touch
still running 4.0.1, and an iPod Touch that had been upgraded to 4.3.3.
The updated packages solved the issue for the new iOS version, while
maintaining compatibility with the old one.

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

Title:
  lucid and maverick are incompatible with latest iOS

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


[Bug 793616] Re: lucid and maverick are incompatible with latest iOS

2011-06-06 Thread Marc Deslauriers
** Patch added: "SRU debdiff for Lucid"
   
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/793616/+attachment/2157392/+files/libimobiledevice_0.9.7-1ubuntu1.1.debdiff

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

Title:
  lucid and maverick are incompatible with latest iOS

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


[Bug 793616] Re: lucid and maverick are incompatible with latest iOS

2011-06-06 Thread Marc Deslauriers
** Patch added: "SRU debdiff for Maverick"
   
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/793616/+attachment/2157393/+files/libimobiledevice_1.0.1-1ubuntu0.1.debdiff

** Also affects: libimobiledevice (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: libimobiledevice (Ubuntu Natty)
   Status: New => Fix Released

** Changed in: libimobiledevice (Ubuntu)
   Status: New => Fix Released

** Changed in: libimobiledevice (Ubuntu)
     Assignee: Marc Deslauriers (mdeslaur) => (unassigned)

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

Title:
  lucid and maverick are incompatible with latest iOS

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


[Bug 792787] Re: i "lock screen" comeback later I don't get a login prompt, I can ctl-alt f6 and login so the system is still working I just can not get back in graphicly without a reboot

2011-06-07 Thread Marc Deslauriers
** This bug is no longer flagged as a security vulnerability

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

Title:
  i "lock screen" comeback later I don't get a login prompt, I can ctl-
  alt f6 and login so the system is still working I just can not get
  back in graphicly without a reboot

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


[Bug 793849] Re: No video

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  No video

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


[Bug 794767] Re: preferences can't disable specific screensavers

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  preferences can't disable specific screensavers

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

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


[Bug 794767] Re: preferences can't disable specific screensavers

2011-06-10 Thread Marc Deslauriers
*** This bug is a duplicate of bug 31979 ***
https://bugs.launchpad.net/bugs/31979

** This bug has been marked a duplicate of bug 31979
   Screensaver should allow "selective random"

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

Title:
  preferences can't disable specific screensavers

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

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


[Bug 556255] Re: [SRU] unlock screen -dialog comes up twice

2011-06-13 Thread Marc Deslauriers
@Justin: could you please file a new bug for that particular issue. This
bug, along with the original issue, has been closed.

Thanks.

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

Title:
  [SRU] unlock screen -dialog comes up twice

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

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


[Bug 796835] Re: screensaver runs twice after timeout when manually activated

2011-06-13 Thread Marc Deslauriers
Thanks for reporting this issue.

What desktop environment are you using?
Could you please do a "ps aux | grep screensaver" when you manage to have two 
running, and paste the result here?

Thanks.

** Changed in: gnome-screensaver (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/796835

Title:
  screensaver runs twice after timeout when manually activated

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

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


[Bug 796835] Re: screensaver runs twice after timeout when manually activated

2011-06-13 Thread Marc Deslauriers
Also, what is the result of "which gnome-screensaver-command", and does
running "gnome-screensaver-commend --lock" lock your screen?

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

Title:
  screensaver runs twice after timeout when manually activated

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

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


[Bug 796835] Re: screensaver runs twice after timeout when manually activated

2011-06-13 Thread Marc Deslauriers
After you restart your session, do you have two gnome-screensaver
processes running?

When you do have two screensavers, what is the output of ps aux | grep
dbus-daemon | grep -v grep

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

Title:
  screensaver runs twice after timeout when manually activated

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

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


[Bug 651931] Re: evince crashed with SIGSEGV in clear_job_selection()

2011-06-14 Thread Marc Deslauriers
Debdiff looks good, thanks!

SRU request:

Evince crashes when clicking on the blank document area during the short
interval between Evince's window opening, and before the document has
been loaded.

Steps to reproduce:
1. Find a PDF file (the larger the better, so that there's a greater time 
window)
2. Double click it to open the document in Evince.
3. When Evince's window appears, click on the blank document area immediately. 
This has to be done before the document loads in the window.
4. Observe Evince segfault.

See the attached debdiff for a minimal patch that fixes the issue.
Thanks!

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

Title:
  evince crashed with SIGSEGV in clear_job_selection()

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

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


[Bug 651931] Re: evince crashed with SIGSEGV in clear_job_selection()

2011-06-14 Thread Marc Deslauriers
** Patch added: "SRU debdiff for natty"
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/651931/+attachment/2168417/+files/evince_2.32.0-0ubuntu12.2.debdiff

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

Title:
  evince crashed with SIGSEGV in clear_job_selection()

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

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


[Bug 796835] Re: screensaver runs twice after timeout when manually activated

2011-06-20 Thread Marc Deslauriers
Any progress, Justin?

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

Title:
  screensaver runs twice after timeout when manually activated

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

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


[Bug 780106] Re: Unlock dialog comes up twice

2011-06-20 Thread Marc Deslauriers
*** This bug is a duplicate of bug 796835 ***
https://bugs.launchpad.net/bugs/796835

** This bug has been marked a duplicate of bug 796835
   screensaver runs twice after timeout when manually activated

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

Title:
  Unlock dialog comes up twice

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

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


[Bug 795828] Re: bcmwl-kernel-source

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  bcmwl-kernel-source

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

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


[Bug 796634] Re: when entering a command, Terminal is asking for a password.

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  when entering a command, Terminal is asking for a password.

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

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


[Bug 798048] Re: gnome-user-share crashed with SIGABRT in g_option_context_parse()

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  gnome-user-share crashed with SIGABRT in g_option_context_parse()

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

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


[Bug 805843] Re: package shared-mime-info 0.71-1ubuntu2 failed to install/upgrade: installed post-installation script alfolyamat 134 hibakóddal kilépett

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  package shared-mime-info 0.71-1ubuntu2 failed to install/upgrade:
  installed post-installation script alfolyamat 134 hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/805843/+subscriptions

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

[Bug 575939] Re: after re/boot gdm logged me in automatocally without my permission

2010-05-17 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
after re/boot gdm logged me in automatocally without my permission
https://bugs.launchpad.net/bugs/575939
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 577809] Re: my innov8, and my canon camera are stolen, but first they had stolen my nokia 3310 at 2001

2010-05-17 Thread Marc Deslauriers
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

-- 
my innov8,and my canon camera are stolen,but first they had stolen my nokia 
3310 at 2001
https://bugs.launchpad.net/bugs/577809
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 578354] Re: Rhythmbox, does not work, just appear trak list but no playing while push the boton play

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: jaunty

-- 
Rhythmbox,does not work,just appear trak list but no playing while push the 
boton play 
https://bugs.launchpad.net/bugs/578354
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 577917] Re: audio error

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: karmic

-- 
audio error
https://bugs.launchpad.net/bugs/577917
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 577849] Re: my prolink h9601 adsl modem not work

2010-05-17 Thread Marc Deslauriers
Thanks for your comments. This does not appear to be a bug report and we
are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
Please visit https://answers.launchpad.net/ubuntu/+addquestion

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

** Tags added: jaunty

-- 
my prolink h9601 adsl modem not work
https://bugs.launchpad.net/bugs/577849
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 580585] Re: epiphany window randomly closes

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

** Summary changed:

- Denial of service attacks
+ epiphany window randomly closes

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: hardy

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

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


[Bug 254980] Re: Calendar displays appointments/meetings at incorrect times

2010-05-26 Thread Marc Deslauriers
I occasionally get this behavior, and have traced it to
/usr/share/zoneinfo/UTC being replaced with my own timezone file. I
still haven't figured out what causes it, but it seems to be caused by
system updates.

To reinstall the original UTC file:

apt-get --reinstall install tzdata

Attached is a list of packages that were updated at the exact time my
UTC file got altered.

-- 
Calendar displays appointments/meetings at incorrect times
https://bugs.launchpad.net/bugs/254980
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 254980] Re: Calendar displays appointments/meetings at incorrect times

2010-05-26 Thread Marc Deslauriers

** Attachment added: "System updates that replaced UTC file"
   http://launchpadlibrarian.net/49137879/badupdate.txt

-- 
Calendar displays appointments/meetings at incorrect times
https://bugs.launchpad.net/bugs/254980
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 322196] Re: Untrusted search path vulnerability in Python and multiple other programs

2010-06-07 Thread Marc Deslauriers
ACK on the hardy update. Updated package was uploaded to hardy-security.
Thanks for the debdiff.

** Changed in: xchat (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
Untrusted search path vulnerability in Python and multiple other programs
https://bugs.launchpad.net/bugs/322196
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 254980] Re: Calendar displays appointments/meetings at incorrect times

2010-06-09 Thread Marc Deslauriers
@Lorant: I don't think your issue is related. Please file a separate bug
for that.

-- 
Calendar displays appointments/meetings at incorrect times
https://bugs.launchpad.net/bugs/254980
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 498694] Re: sometimes resume from suspend doesn't ask for password, instead goes to straight to the desktop instead.

2010-06-09 Thread Marc Deslauriers
Since the original reporter doesn't have this issue anymore, I am
closing this bug.

If anyone else is having similar issues, please try Ubuntu 10.04 and
file a new bug if there's still an issue.

Thanks.

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

-- 
sometimes resume from suspend doesn't ask for password, instead goes to 
straight to the desktop instead.
https://bugs.launchpad.net/bugs/498694
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 656705] Re: battery level not reported correctly (100% all the time) on eeepc 1000h

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
battery level not reported correctly (100% all the time) on eeepc 1000h
https://bugs.launchpad.net/bugs/656705
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 645960] Re: Screen not locked when lid closed during login

2010-11-04 Thread Marc Deslauriers
** Changed in: gnome-power-manager (Ubuntu)
   Status: New => Incomplete

-- 
Screen not locked when lid closed during login
https://bugs.launchpad.net/bugs/645960
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 657276] Re: Screen locking can be bypassed if cursor is above soundapplet

2010-11-04 Thread Marc Deslauriers
*** This bug is a duplicate of bug 49579 ***
https://bugs.launchpad.net/bugs/49579

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 49579
   screen doesn't lock when panel menu is open
 * You can subscribe to bug 49579 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/49579/+subscribe

-- 
Screen locking can be bypassed if cursor is above soundapplet
https://bugs.launchpad.net/bugs/657276
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 657229] Re: samba shares are no longer shown on host

2010-11-04 Thread Marc Deslauriers
** This bug is no longer flagged as a security vulnerability

-- 
samba shares are no longer shown on host
https://bugs.launchpad.net/bugs/657229
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 658575] Re: GDM on Lucid fails to compute MIT-MAGIC-COOKIE for use by remote x client

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: hardy

-- 
GDM on Lucid fails to compute MIT-MAGIC-COOKIE for use by remote x client
https://bugs.launchpad.net/bugs/658575
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 657580] Re: loosing inbox folder on evolution 2.22.3.1

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

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

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


[Bug 662466] Re: terminal won't let me write my password. & videos don't play on the internet.

2010-11-04 Thread Marc Deslauriers
Thanks for your comments. This does not appear to be a bug report and we
are closing it. We appreciate the difficulties you are facing, but it
would make more sense to raise your question in the support tracker.
Please visit https://answers.launchpad.net/ubuntu/+addquestion

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

** Tags added: karmic

-- 
terminal won't let me write my password. & videos don't play on the internet.
https://bugs.launchpad.net/bugs/662466
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 662416] Re: no funciona

2010-11-04 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Your bug report is more likely to get attention if it is made in
English, since this is the language understood by the majority of Ubuntu
developers.  Additionally, please only mark a bug as "security" if it
shows evidence of allowing attackers to cross privilege boundaries or to
directly cause loss of data/privacy. Please feel free to report any
other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: totem (Ubuntu)
   Status: New => Incomplete

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

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


<    3   4   5   6   7   8   9   10   11   12   >