[Bug 940556] Re: rhythmbox crashed trying to sync

2012-09-18 Thread Marco M Scannadinari
Also uccors with iPod nano with camera (5g?).
Last lines with debug:

** (rhythmbox:4006): CRITICAL **: itdb_splr_validate: assertion `at != 
ITDB_SPLAT_UNKNOWN' failed
Segmentation fault (core dumped)

After this bug occurs, rhythmbox is unable to synch as Other is listed
as 13 EB (Epabytes) - Too big for my iPod.

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

Title:
  rhythmbox crashed trying to sync

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

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


Re: [Bug 1035273] Re: [Precise] Accessible for rename text entry isn't marked editable

2012-09-18 Thread Attila Hammer
Sebastien, when will be releasing in Precise repository the updated 
Nautilus version with containing the committed a11y related fix?
If I remember right the fix was committed august 28th.
In precise-updates repository have following Nautilus version:
   nautilus | 1:3.4.2-0ubuntu4
This version yet doesn't containing the committed fix.

Attila

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

Title:
  [Precise] Accessible for rename text entry isn't marked editable

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

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


[Bug 641243] Re: camel-lock-helper not sgid mail; can't lock /var/mail files

2012-09-18 Thread Bug Watch Updater
** Changed in: evolution-data-server (Debian)
   Status: New = Fix Released

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

Title:
  camel-lock-helper not sgid mail; can't lock /var/mail files

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

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


[Bug 404363] Re: desktop icons aren't aligned automatically in RTL languages (Hebrew, Arabic, Persian)

2012-09-18 Thread Rex Tsai
** Tags added: precise

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

Title:
  desktop icons aren't aligned automatically in RTL languages (Hebrew,
  Arabic, Persian)

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

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


[Bug 873191] Re: Ubuntu starts with lowest brightness on HP G62[regression]

2012-09-18 Thread markba
By sheer coincidence (what are the odds?), I happen to have 2 optically
identical HP G62's, one with a Intel-card and one equipped with ATI.
Both suffer from the same brightness problem, very weird indeed. The
remark of Ian at #10 might be correct: maybe the drivers are mixed up,
in a way neither of the gfx's work.

As I happen to have both machines at the same time (they are from people
who asks me to put Ubuntu on it), I can do tests on both machines, which
could help in solving this bug. I'm looking forward to any suggestion. I
post the exact specs later, when I have them on hand.

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

Title:
  Ubuntu starts with lowest brightness on HP G62[regression]

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

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


[Bug 986692] Re: Unmutting sound effects using the slider doesn't work

2012-09-18 Thread Taiten Peng
Sorry I dont see how upstream is going to fix this, however there is a
very quick fix for this.

Index: gnome-control-center-3.4.2/panels/sound-nua/gvc-mixer-dialog.c
===
--- gnome-control-center-3.4.2.orig/panels/sound-nua/gvc-mixer-dialog.c 
2012-09-18 14:54:02.686384033 +0800
+++ gnome-control-center-3.4.2/panels/sound-nua/gvc-mixer-dialog.c  
2012-09-18 16:16:52.255026778 +0800
@@ -509,6 +509,8 @@
 /* Make sure we do not unmute muted streams, there's a button 
for that */
 if (volume == 0.0)
 gvc_mixer_stream_set_is_muted (stream, TRUE);
+   else
+   gvc_mixer_stream_set_is_muted (stream, FALSE);
 /* Only push the volume if it's actually changed */
 if (gvc_mixer_stream_set_volume(stream, (pa_volume_t) rounded) 
!= FALSE)
 gvc_mixer_stream_push_volume (stream);
Index: gnome-control-center-3.4.2/panels/sound/gvc-mixer-dialog.c
===
--- gnome-control-center-3.4.2.orig/panels/sound/gvc-mixer-dialog.c 
2012-03-05 22:04:55.0 +0800
+++ gnome-control-center-3.4.2/panels/sound/gvc-mixer-dialog.c  2012-09-18 
16:16:17.238853143 +0800
@@ -784,6 +784,8 @@
 /* Make sure we do not unmute muted streams, there's a button 
for that */
 if (volume == 0.0)
 gvc_mixer_stream_set_is_muted (stream, TRUE);
+   else
+   gvc_mixer_stream_set_is_muted (stream, FALSE);
 /* Only push the volume if it's actually changed */
 if (gvc_mixer_stream_set_volume(stream, (pa_volume_t) rounded) 
!= FALSE)
 gvc_mixer_stream_push_volume (stream);

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

Title:
  Unmutting sound effects using the slider doesn't work

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

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


[Bug 404363] Re: desktop icons aren't aligned automatically in RTL languages (Hebrew, Arabic, Persian)

2012-09-18 Thread Rex Tsai
Confirmed this issue still exist in Ubuntu 12.04 Precise.
* nautilus  1:3.4.2-0ubuntu4

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

Title:
  desktop icons aren't aligned automatically in RTL languages (Hebrew,
  Arabic, Persian)

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

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


[Bug 1052375] [NEW] The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Didier Roche
Public bug reported:

The online accounts UI loads the plugins integration from some
.application files. Those are not translated, not translatable.

What needs to be done, is:
- rename the .application in .application.in
- ensuring that upstream have an application.in files with translatable tags 
(using _, as in _descriptionI want to be translated/_description). Example 
[1]
- add a translations tag containing the upstream domain
- then, at build time:

1. Running intltool-extract files.applications.in so that it gets merged
into a files.applications.in.h file. If you are using intltool already
in your build system (and you probably are), this should be happening
already and you can skip to step 2.

2. Including the .in file somewhere in the build system (like
po/POTFILES.in for Python apps and Makefiles.am for C/vala apps) so that
it's merged into the .pot file. In Python, it's just a matter of adding
it as an extra line to the po/POTFILES.in file (example [2]):

[gettext/xml]data/gwibber.application.in

3. And running intltool-merge --no-translations -x -u foo.applications.in 
foo.application to create the xml upstream file which is shipped
- online-account (the g-c-c plugin) should be patched to load them, looking at 
the translations tag and gettext (package, string)

[1] 
http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/data/gwibber.application.in
[2] http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/po/POTFILES.in

** Affects: empathy
 Importance: Undecided
 Status: New

** Affects: gwibber
 Importance: Undecided
 Status: New

** Affects: online-accounts-gnome-control-center
 Importance: Undecided
 Status: New

** Affects: shotwell
 Importance: Undecided
 Status: New

** Affects: unity-lens-gdocs
 Importance: Undecided
 Status: New

** Affects: unity-lens-photos
 Importance: Undecided
 Status: New

** Affects: empathy (Ubuntu)
 Importance: High
 Status: Confirmed

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

** Affects: gwibber (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: shotwell (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: unity-lens-photos (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: unity-scope-gdocs (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: empathy (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: gnome-control-center-signon (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: gwibber (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: shotwell (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: unity-lens-photos (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: unity-scope-gdocs (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

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

** Also affects: unity-lens-photos (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: unity-scope-gdocs (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: empathy
   Importance: Undecided
   Status: New

** Also affects: online-accounts-gnome-control-center
   Importance: Undecided
   Status: New

** Also affects: gwibber
   Importance: Undecided
   Status: New

** Also affects: unity-lens-photos
   Importance: Undecided
   Status: New

** Also affects: unity-lens-gdocs
   Importance: Undecided
   Status: New

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

** Also affects: shotwell
   Importance: Undecided
   Status: New

** Summary changed:

- The g-c-c interface doesn't support i18n
+ The online account g-c-c interface doesn't support i18n

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

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

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

** Also affects: gnome-control-center-signon (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: unity-lens-photos (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: unity-scope-gdocs (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: shotwell (Ubuntu Quantal)
   Importance: Undecided = High

** Changed in: shotwell (Ubuntu Quantal)
   Status: New = Confirmed

** Changed in: shotwell (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: unity-lens-photos (Ubuntu Quantal)
   Importance: Undecided = High

** Changed in: unity-lens-photos (Ubuntu Quantal)
   Status: New = Confirmed

** Changed in: 

[Bug 873191] Re: Ubuntu starts with lowest brightness on HP G62[regression]

2012-09-18 Thread Santiago M. Mola
Note that the problem is unrelated to ATI. I have access to two G62. One
of them has both an integrated Intel graphics card and an ATI Radeon.
The other has just the Intel card. Both suffer the same problem since
Oneiric (and persisting in Precise).

Model without ATI:
$ lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated 
Graphics Controller (rev 02)

Model with ATI:
$ lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated 
Graphics Controller (rev 02)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Manhattan [Mobility Radeon HD 5400 Series] (rev ff)

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

Title:
  Ubuntu starts with lowest brightness on HP G62[regression]

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread David Planella
** Description changed:

  the online account ui loads the plugins integration from some
  .application files. Those are not translated, not translatable.
  
  What needs to be done, is:
  - rename the .application in .application.in
- - ensuring that upstream have an application.in files with translatable tags 
(using _)
+ - ensuring that upstream have an application.in files with translatable tags 
(using _, as in _descriptionI want to be translated/_description). Example 
[1]
  - add a translations tag containing the upstream domain
  - then, at build time:
- 1. running intltool-extract files.applications.in so that it's get merged 
into a files.applications.in.h
- 2. including the .h file somewhere in the build system (like POTFILES.in for 
python apps and Makefiles.am for C/vala apps) so that it's merged into the .pot 
file
- 3. and running intltool-merge --no-translations -x -u foo.applications.in 
foo.application to create the xml upstream file which is shipped

- - online-account (the g-c-c plugin) should be patched to load them,  looking 
at the translations tag   
 and gettext (package, string)
+ 
+ 1. Running intltool-extract files.applications.in so that it gets merged
+ into a files.applications.in.h file. If you are using intltool already
+ in your build system (and you probably are), this should be happening
+ already and you can skip to step 2.
+ 
+ 2. Including the .in file somewhere in the build system (like
+ po/POTFILES.in for Python apps and Makefiles.am for C/vala apps) so that
+ it's merged into the .pot file. In Python, it's just a matter of adding
+ it as an extra line to the po/POTFILES.in file (example [2]):
+ 
+ [gettext/xml]data/gwibber.application.in
+ 
+ 3. And running intltool-merge --no-translations -x -u foo.applications.in 
foo.application to create the xml upstream file which is shipped
+ - online-account (the g-c-c plugin) should be patched to load them, looking 
at the translations tag and gettext (package, string)
+ 
+ [1] 
http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/data/gwibber.application.in
+ [2] http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/po/POTFILES.in

** Description changed:

- the online account ui loads the plugins integration from some
+ The online accounts UI loads the plugins integration from some
  .application files. Those are not translated, not translatable.
  
  What needs to be done, is:
  - rename the .application in .application.in
  - ensuring that upstream have an application.in files with translatable tags 
(using _, as in _descriptionI want to be translated/_description). Example 
[1]
  - add a translations tag containing the upstream domain
  - then, at build time:
  
  1. Running intltool-extract files.applications.in so that it gets merged
  into a files.applications.in.h file. If you are using intltool already
  in your build system (and you probably are), this should be happening
  already and you can skip to step 2.
  
  2. Including the .in file somewhere in the build system (like
  po/POTFILES.in for Python apps and Makefiles.am for C/vala apps) so that
  it's merged into the .pot file. In Python, it's just a matter of adding
  it as an extra line to the po/POTFILES.in file (example [2]):
  
  [gettext/xml]data/gwibber.application.in
  
  3. And running intltool-merge --no-translations -x -u foo.applications.in 
foo.application to create the xml upstream file which is shipped
  - online-account (the g-c-c plugin) should be patched to load them, looking 
at the translations tag and gettext (package, string)
  
  [1] 
http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/data/gwibber.application.in
  [2] http://bazaar.launchpad.net/~dpm/+junk/testintl/view/head:/po/POTFILES.in

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Importance: Undecided = High

** Changed in: ubuntu-translations
   Status: New = Triaged

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread David Planella
+1 from the translations team.

One question, though: are such strings presented to the user?

host.post_error(new
Spit.Publishing.PublishingError.SERVICE_ERROR(Authentication failed));

If so, they should be marked for translations.

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

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread David King
** Changed in: online-accounts-gnome-control-center
Milestone: None = 0.0.17

** Changed in: online-accounts-gnome-control-center
 Assignee: (unassigned) = David King (amigadave)

** Changed in: online-accounts-gnome-control-center
   Importance: Undecided = High

** Changed in: online-accounts-gnome-control-center
   Status: New = In Progress

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 1005495] Re: Change brightness keys don't work on Acer Aspire One D270

2012-09-18 Thread gary jacks
also affected 2x acer computers
acer et1352 desttop nvidia driver linuxmint 12
acer aspire 4349 intel sandybridge ubuntu 12.04.1
no fixes work on either

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

Title:
  Change brightness keys don't work on Acer Aspire One D270

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

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


[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-09-18 Thread Hao-Ran Liu
@James,

Bug 950160 and bug 741869 are different.

Bug 950160 has affected 3 projects now.  It is quite confusing to follow
since many bugs in different components are involved.  Keng-Yu's g-s-d
patch only fixes the issue in Unity 2D and Gnome shell.  It has nothing
to do with Unity 3D.  Unity3D/Compiz has a design issue which also
contributes to this bug.  They should not prevent g-s-d from receiving
the Super key event.

Please note that workaround #2 as mentioned in the description of this
bug does not work reliable on many machines.

bug 741869 targets Compiz.  It is the main cause why Super+p does not
work in Unity 3D. Comment #7 in bug 741869 points out a possible
direction how to fix it.

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

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

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

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


[Bug 949411] Re: 'paste' greyed out in nautilus right-click even when usable

2012-09-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 882307 ***
https://bugs.launchpad.net/bugs/882307

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

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

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

Title:
  'paste' greyed out in nautilus right-click even when usable

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

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


[Bug 1052418] [NEW] Transfer files to tablet brakes sd card and makes a read only file system

2012-09-18 Thread Chris Davis
Public bug reported:

I kept asking on ubunut forums but no body there would help me not even
how to file a bug report.

But basically here is the issues:

I have ubuntu 12.04 on my desktop.
I plugged in my tablet (pandigital) to the usb to put music files on it, onto 
the memory card (32 gb pny microsd)
The files (50 files) began copying fine, but after about 50% it got slower and 
slower and slower, then finely stopped and ubuntu gave an error that the 
microsd card could not be found.
after a few seconds, it opened up like I had just plugged it in, only now i 
cant copy files to it because it says it is read only.
I did a 'safely remove', and restarted my tablet, but now it says the card is 
not mounted or has no files.
I put the card into the card reader on my desktop, and ubuntu finds it, with 
all the files, but wont let me copy any files to it because it is 'read only'.
I put the card in my windows laptop, and it also says it is read only.

fsck dosfsck, chown, and remounting the drive all fail because read-
only file system.

Windows chkdsk finds nothing wrong, but cannot do a automatically fix
file system errors because it is a read only file system.

I see a lot of mentions online that complain about ubuntu making read-
only file systems on memory cards, and i see a lot of mentions about
file transfers in ubuntu getting slower and slower.

is this something that can be fixed or do i need to loose all my data
and start all over, and why does ubuntu have a big problem causing this?

Then I tried to do this:

ok I took a 16gb pny card that was in my music player and i put it in the 
tablet and formated it with android. it was a good memory card and it was used 
for allmost a year with no troubles. if this works then it was a bad 32gb pny 
card.
i copied lots of files from the tablet's internal memory onto the sd card and 
it copied them just fine.
so then i copied 1 or 2 pictures from my ubuntu desktop computer and it copied 
them just fine using nautilus and drag and drop method.
then i copied a few songs about 2 or 3 and they copied fine.
then i tried to copy 10 songs at once and it copied the first ones ok then it 
got slower and slower and finely after about 5 minutes it said there was an 
error copying because it couldnt find the memory stick anymore.
so then i turned off the tablet and put in the memory stick to the card reader 
and yep it is read only now.
my windows laptop also said it is read only
so i erased it formatted it in windows on my laptop and then i copied files 
from windows to it almost 4 gb and no problem and very fast.
so i put it into the tablet and it can see all the files and i copy them from 
the card to the internal memory with no problem.
then i put the card in my ubuntu 12.04 desktop and after copyed 6 songs, about 
56 mb, it slowed down and finely said it cant find the device then it was read 
only again.
i started my desktop with the live dvd and tried it from there and yep. same 
thing, still made it read only.
so now i took my 32gb card and reformated it and in windows it works just fine 
and in the tablet it works just fine but i want to know: how can i copy files 
from ubuntu to the card without making read only?

And finely I tried this:

ok so I had an idea to download a brand new live disk of ubuntu 12.04 and boot 
my laptop to ubuntu.
and just to make sure, i bought a new memory card (8gb).
and so I used windows chkdsk to make sure the card was good, and no errors 
found.
and then i used windows to copy my documents (about 200 files) and it only 
took a minute to copy with no problem.
then i erased them and ran chkdsk again, and no problem.
so the card is good right?
then I booted my laptop to the ubuntu live disk and tried to copy the same 
files from windows documents to the card and it copied and copied and copied 
and got slower and slower and finely it gave an error that it couldnt find the 
card anymore.
then i rebooted my laptop to windows (xp) and ran a chkdsk and ut oh its read 
only.
and i put it in my tablet and it cant mount it.

in conclusion: the only thing that makes my cards read only is ubuntu
and on 2 different machines all together. so anyway with so many people
online talking about how slow it is to copy files after a while in
ubuntu and lot's of people saying they got a read only file system from
ubuntu then what is the way to fix it?

And then I posted that maybe it is a bug which a lot of people report
about but never filed a bug report, so do you know how I can do that if
nobody is able to fix it here? And if it is quick enough then maybe they
can fix it before they get 12.10 made so everybody can not have this
problem anymore

Thank you very much.

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

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

Title:
  Transfer files to tablet brakes 

[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Guillaume Desmottes
Upstream Empathy bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=684281

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

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 887626] Re: oneconf-service crashed with SIGSEGV in PyGC_Collect()

2012-09-18 Thread Shahar Or
So, I hit a rare one, I guess. But it is too late. I don't have any
ocelots around.

Thanks,
Shahar

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

Title:
  oneconf-service crashed with SIGSEGV in PyGC_Collect()

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~amigadave/online-accounts-gnome-control-
center/translations

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 1052446] [NEW] Unable to open files after system wakeup - INFO: task acroread:5935 blocked for more than 120 seconds.

2012-09-18 Thread MichaelB
Public bug reported:

Hi,

I have a big problem on Ubuntu 12.04.1 with acroread, evince, gedit,
etc. This happen after the wakeup (system was suspend)

If i click to open a pdf file in my exemple, acroread open but freezed
for some minutes. If i open the document with evince, nothing appear but
process is running. After some minutes document appear to the screen...
like is unblocked...

In /var/log/syslog appear that:


Sep 11 15:28:28 dir1-desktop kernel: [13523.711071] INFO: task acroread:5935 
blocked for more than 120 seconds.
Sep 11 15:28:28 dir1-desktop kernel: [13523.711075] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Sep 11 15:28:28 dir1-desktop kernel: [13523.711077] acroreadD 
81806200 0  5935  1 0x0002
Sep 11 15:28:28 dir1-desktop kernel: [13523.711081]  88005d291808 
00200082  
Sep 11 15:28:28 dir1-desktop kernel: [13523.711084]  88005d291fd8 
88005d291fd8 88005d291fd8 00013780
Sep 11 15:28:28 dir1-desktop kernel: [13523.711087]  880120f49700 
880120e0c500



Is just not usable like that because the system have to use suspend mode. I 
don't know if is a Kernel problem or CIFS.


Thanks,
Michael

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.4.0-0ubuntu1.3
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Tue Sep 18 13:17:51 2012
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_CH.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to precise on 2012-06-18 (92 days ago)
XsessionErrors:
 (compiz:2189): GConf-CRITICAL **: gconf_client_add_dir: assertion 
`gconf_valid_key (dirname, NULL)' failed
 (remmina:2229): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates_libgtk_only: 
assertion `window-update_and_descendants_freeze_count  0' failed

** Affects: ubuntu
 Importance: Undecided
 Status: New


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

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

Title:
  Unable to open files after system wakeup - INFO: task acroread:5935
  blocked for more than 120 seconds.

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

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


[Bug 1052446] Re: Unable to open files after system wakeup - INFO: task acroread:5935 blocked for more than 120 seconds.

2012-09-18 Thread MichaelB
** Attachment added: syslog with problem
   https://bugs.launchpad.net/bugs/1052446/+attachment/3322544/+files/syslog-2

** Package changed: evince (Ubuntu) = ubuntu

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

Title:
  Unable to open files after system wakeup - INFO: task acroread:5935
  blocked for more than 120 seconds.

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

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


[Bug 1051952] Re: Nautilus and Thunar freeze system when trashing files in kerberized, NFS mounted homes

2012-09-18 Thread Jan Sanders
** Package changed: ubuntu = thunar (Ubuntu)

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

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

Title:
  Nautilus and Thunar freeze system when trashing files in kerberized,
  NFS mounted homes

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

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


[Bug 571510] Re: Disk properties sheet reports wrong used space

2012-09-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed = Fix Released

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

Title:
  Disk properties sheet reports wrong used space

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

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


[Bug 404363] Re: desktop icons aren't aligned automatically in RTL languages (Hebrew, Arabic, Persian)

2012-09-18 Thread Ibrahim Saed
This problem still exist in Ubuntu 12.10 beta1.

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

Title:
  desktop icons aren't aligned automatically in RTL languages (Hebrew,
  Arabic, Persian)

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

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


[Bug 1047985] Re: gedit crashed with signal 5 in _XReply()

2012-09-18 Thread Jeremy Bicha
** Visibility changed to: Public

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

Title:
  gedit crashed with signal 5 in _XReply()

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Ken VanDine
** Changed in: gwibber (Ubuntu Quantal)
 Assignee: (unassigned) = Ken VanDine (ken-vandine)

** Changed in: gwibber (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: gnome-control-center-signon (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: gnome-control-center-signon (Ubuntu Quantal)
 Assignee: (unassigned) = David King (amigadave)

** Changed in: unity-lens-photos (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: unity-lens-photos (Ubuntu Quantal)
 Assignee: (unassigned) = David Callé (davidc3)

** Changed in: unity-scope-gdocs (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: unity-scope-gdocs (Ubuntu Quantal)
 Assignee: (unassigned) = Alberto Mardegan (mardy)

** Changed in: shotwell (Ubuntu Quantal)
 Assignee: (unassigned) = Alberto Mardegan (mardy)

** Changed in: empathy (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

** Changed in: empathy (Ubuntu Quantal)
 Assignee: (unassigned) = Ken VanDine (ken-vandine)

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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

[Bug 1030321] Re: ephy-profile-migrator crashed with signal 5 in start_thread()

2012-09-18 Thread Wajih Letaief
Linux Ubuntu 12.10 (uname : Linux  3.5.0-14-generic #19-Ubuntu SMP Fri
Sep 14 20:22:18 UTC 2012 i686 i686 i686 GNU/Linux)

Running from a terminal :

(python2.7:4059): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion
`GTK_IS_WIDGET (widget)' failed

(python2.7:4059): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion 
`GTK_IS_WIDGET (widget)' failed
QWidget::setMinimumSize: (MainWindow/Main) The largest allowed size is 
(16777215,16777215)
QNativeImage: Unable to attach to shared memory segment.

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

Title:
  ephy-profile-migrator crashed with signal 5 in start_thread()

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

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


[Bug 946685] Re: python2.7 crashed with SIGSEGV in _IO_default_xsputn()

2012-09-18 Thread Daniel Hahler
Bug 960663 (a duplicate) is reproducible for me - just by trying to tab-
complete python -m uni.

(I am using zsh)

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

Title:
  python2.7 crashed with SIGSEGV in _IO_default_xsputn()

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

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


[Bug 1052474] [NEW] Cannot get copy window back from unity launcher

2012-09-18 Thread Franck
Public bug reported:

On Quantal beta, I have a long copy operation ongoing (to a usb harddisk).
Every nautilus window has been closed. On Unity Launcher icon, in the context 
menu, I have an entry saying : display copy window (well, in fact it says 
Afficher la fenêtre de copie, this is a try at translating into english so 
the exact wording might differ).

But selecting this entry does not bring any copy window back...

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

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

Title:
  Cannot get copy window back from unity launcher

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

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

[Bug 268330] Re: Nautilus lists files contained in inaccessible directories as 0 instead of ? if you expand the tree form of it.

2012-09-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Expired

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

Title:
  Nautilus lists files contained in inaccessible directories as 0
  instead of ? if you expand the tree form of it.

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

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


[Bug 946685] Re: python2.7 crashed with SIGSEGV in _IO_default_xsputn()

2012-09-18 Thread Martin Pitt
I installed zsh and tried  python -m unitab, but that works for me.
(amd64).

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

Title:
  python2.7 crashed with SIGSEGV in _IO_default_xsputn()

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

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


[Bug 793122] Re: PDF content not rendering due to some font thing failed, failed to load truetype font - important data silently left out

2012-09-18 Thread agmt
This is problem with apparmor. 
I've solved this problem with adding line /c/WINDOWS/Fonts/* r, to 
/etc/apparmor.d/usr.bin.evince .

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

Title:
  PDF content not rendering due to some font thing failed, failed to
  load truetype font - important data silently left out

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

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


[Bug 1037200] Re: Week 33-Blank grey window: gnome-power-statistics

2012-09-18 Thread Nice Testhouse
Week 38 - Same issue as in week 37 observed, same version of ubuntu,
12.10 quantal with ppa:unity-team/staging

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

Title:
  Week 33-Blank grey window: gnome-power-statistics

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

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread Alberto Mardegan
@David: these strings are not shown to the user, just used in debug
messages.

@Adam:
  - flickr is supported indeed, but the control panel was not showing it 
because of 
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1045866
  - I've seen those warning too, but I assumed that they were not coming from 
my code, as I'm not using GVariant -- but if they are not there on the 
upstream, I'll give it a closer look.
  - Yes, what I really wanted is just +=; the same trick of defining the 
variable in function of its previous value was already used in the definition 
of PKGS in that file, so I thought that that was the preferred way.

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

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Didier Roche
** Changed in: empathy (Ubuntu Quantal)
 Assignee: Ken VanDine (ken-vandine) = Didier Roche (didrocks)

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 923368] Re: Log-out user session after try open big resolution image

2012-09-18 Thread BadBrains
What's up with this bug with image viewer, is it fixed ?

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

Title:
  Log-out user session after try open big resolution image

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

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


[Bug 1052481] Re: Nautilus's split pane lacks an indicator for the active pane

2012-09-18 Thread Chris Wilson
** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Nautilus's split pane lacks an indicator for the active pane

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package empathy - 3.5.92-0ubuntu2

---
empathy (3.5.92-0ubuntu2) quantal; urgency=low

  * debian/patches/git_fix_uoa_plugin_translation.patch:
backport and adapt a fix so that the uoa g-c-c plugin is translated
(LP: #1052375)
 -- Didier Roche didro...@ubuntu.com   Tue, 18 Sep 2012 16:05:35 +0200

** Branch linked: lp:~ubuntu-desktop/empathy/ubuntu

** Changed in: empathy (Ubuntu Quantal)
   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/1052375

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 290098] Hey

2012-09-18 Thread Charles D. Foster
wow this is crazy you should look into it 
http://www.newsab.net/jobs/?money=00187

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

Title:
  Totem video player keeps playing in slow motion.

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

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


[Bug 1052481] Re: Nautilus's split pane lacks an indicator for the active pane

2012-09-18 Thread Dario Ruellan
** No longer affects: nautilus

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

Title:
  Nautilus's split pane lacks an indicator for the active pane

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread David Callé
** Changed in: unity-lens-photos
Milestone: None = 0.5

** Changed in: unity-lens-photos
 Assignee: (unassigned) = David Callé (davidc3)

** Changed in: unity-lens-photos
   Importance: Undecided = High

** Changed in: unity-lens-photos
   Status: New = In Progress

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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

[Bug 1041756] Re: gnome-control-center and desktop environment crashes when trying to change full name in User Accounts

2012-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.4.2-0ubuntu15

---
gnome-control-center (1:3.4.2-0ubuntu15) quantal; urgency=low

  * debian/patches/git_fix_big_editable_labels.patch:
- Cherrypick from git to fix unconstrained font growth (LP: #1041756)
  * debian/control.in:
- Bump gtk+3.0 build-deps to 3.5.13 for gtk_entry_set_attributes().
 -- Jason Conti jason.co...@gmail.com   Sat, 08 Sep 2012 17:51:05 -0400

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  gnome-control-center and desktop environment crashes when trying to
  change full name in User Accounts

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

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


[Bug 1041756] Re: gnome-control-center and desktop environment crashes when trying to change full name in User Accounts

2012-09-18 Thread Jamie Strandboge
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  gnome-control-center and desktop environment crashes when trying to
  change full name in User Accounts

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:unity-lens-photos

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread David Callé
** Branch linked: lp:~davidc3/unity-lens-photos/translation-fix

** Branch unlinked: lp:unity-lens-photos

** Changed in: unity-lens-photos
   Status: In Progress = Fix Committed

** Changed in: unity-lens-photos
Milestone: 0.5 = None

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

Title:
  The online account g-c-c interface doesn't support i18n

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

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


[Bug 834830] Re: User accounts experience fragmented

2012-09-18 Thread Matthew Paul Thomas
Fixed in Ubuntu Q. Online Accounts is now in the system menu only when
an account has had an authentication failure. And that panel is also
used for setting up accounts in Empathy.

** Changed in: indicator-session
   Status: Triaged = Fix Released

** Changed in: indicator-session (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: ayatana-design
   Status: Fix Committed = Fix Released

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

Title:
  User accounts experience fragmented

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

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


[Bug 288185] Re: Evolution plain-text email includes formatting stuff - should be pure plain text

2012-09-18 Thread Damien
For those who are still having murderous thoughts in 2012 (and likely
later), pressing CTRL-SHIFT-V (paste quoted text) in the editor window
will create a nice block of correct, editable ASCII text. You can use
this as follows:

1) highlight the message body in Evolution's main window, CTRL-C
2) hit reply
3) After the On 2012-09-18 . wrote:, hit CTRL-SHIFT-V
4) Wonder at how beautiful ASCII is
5) Promptly terminate the evolution-generated HTML ugliness below.
6) Wonder how longer it will take for devs to realize that inserting HTML in a 
PLAIN TEXT message is plain stupid.
7) ... Profit!

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

Title:
  Evolution plain-text email includes formatting stuff - should be
  pure plain text

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

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


[Bug 1052526] Re: evolution-calendar-factory crashed with SIGSEGV in g_rec_mutex_lock()

2012-09-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1045819 ***
https://bugs.launchpad.net/bugs/1045819

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322777/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322779/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322780/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322781/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322782/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322783/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1052526/+attachment/3322784/+files/ThreadStacktrace.txt

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

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  evolution-calendar-factory crashed with SIGSEGV in g_rec_mutex_lock()

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

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


[Bug 1050538] Re: Cannot launch multiple calculators

2012-09-18 Thread Daniel d'Andrada
It's working now.
So let's mark it as fix released even though the fix was done elsewhere.

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

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

Title:
  Cannot launch multiple calculators

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

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


[Bug 1052532] Re: rhythmbox crashed with SIGSEGV in realloc()

2012-09-18 Thread Sundaravenkataraman
*** This bug is a duplicate of bug 982058 ***
https://bugs.launchpad.net/bugs/982058


** Visibility changed to: Public

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

Title:
  rhythmbox crashed with SIGSEGV in realloc()

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

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


[Bug 1052532] Re: rhythmbox crashed with SIGSEGV in realloc()

2012-09-18 Thread Apport retracing service
*** This bug is a duplicate of bug 982058 ***
https://bugs.launchpad.net/bugs/982058

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322795/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322797/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322801/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322802/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322803/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322804/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1052532/+attachment/3322805/+files/ThreadStacktrace.txt

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

** Tags removed: need-i386-retrace

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

Title:
  rhythmbox crashed with SIGSEGV in realloc()

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

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


[Bug 1040081] Re: [regression] Week 34: Ctrl+Alt+T shortcut (open terminal) fails to work

2012-09-18 Thread Nice Testhouse
Week 38 - Same issue observed with Alt+Tab, switcher fails to appear. Workspace 
1 Alt+tab switcher appears and in workspace 2 switcher fails to appear.
Ubuntu 12.10 with ppa:unity-team/staging

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

Title:
  [regression] Week 34: Ctrl+Alt+T shortcut (open terminal) fails to
  work

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

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


[Bug 1039604] Re: Please re-enable PIE and BIND_NOW

2012-09-18 Thread Mathieu Trudel-Lapierre
** Changed in: totem (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: totem (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: totem (Ubuntu Quantal)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: totem (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: totem (Ubuntu Precise)
   Status: New = Triaged

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

Title:
  Please re-enable PIE and BIND_NOW

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

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


Re: [Bug 1040081] Re: [regression] Week 34: Ctrl+Alt+T shortcut (open terminal) fails to work

2012-09-18 Thread Jeremy Bicha
Nice Testhouse, that sounds like a separate bug. Please open a new bug for
that.

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

Title:
  [regression] Week 34: Ctrl+Alt+T shortcut (open terminal) fails to
  work

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

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


[Bug 541472] Re: Menu icons should not be 16x16 px

2012-09-18 Thread Matthew Paul Thomas
** Description changed:

- Icons in menus should not use the GTK constant GTK_ICON_SIZE_MENU and
- should instead have a size calculated based on the ascent and descent
- size from the font.  Algorithm to be provided by design.
+ The messaging menu and system menu currently use GTK_ICON_SIZE_MENU for
+ the size of their icons. Unfortunately, GTK_ICON_SIZE_MENU does not
+ change when the system font size changes, and is apparently hard-coded
+ inside GTK.
+ 
+ There should be a signal when the font size changes, and gnome-settings-
+ daemon should update gtk-icon-sizes to reflect the new size.
+ 
+ http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings
+ --gtk-icon-sizes

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

** No longer affects: indicator-messages

** No longer affects: ayatana-design

** Description changed:

  The messaging menu and system menu currently use GTK_ICON_SIZE_MENU for
  the size of their icons. Unfortunately, GTK_ICON_SIZE_MENU does not
  change when the system font size changes, and is apparently hard-coded
  inside GTK.
  
- There should be a signal when the font size changes, and gnome-settings-
- daemon should update gtk-icon-sizes to reflect the new size.
+ There should be a signal when the font size changes, gnome-settings-
+ daemon should update gtk-icon-sizes to reflect the new size, and menus
+ should be redrawn automatically.
  
  http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings
  --gtk-icon-sizes

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

Title:
  Menu icons should not be 16x16 px

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

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


[Bug 1052554] [NEW] package gdm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 128

2012-09-18 Thread Esbjörn Blomquist
Public bug reported:

-

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gdm (not installed)
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
AptOrdering: gdm: Purge
Architecture: amd64
Date: Tue Sep 18 17:27:56 2012
ErrorMessage: subprocess installed post-removal script returned error exit 
status 128
SourcePackage: gdm
Title: package gdm (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 128
UpgradeStatus: Upgraded to precise on 2012-09-18 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package gdm (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 128

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

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


[Bug 1052554] Re: package gdm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 128

2012-09-18 Thread Esbjörn Blomquist
-- 
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/1052554

Title:
  package gdm (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 128

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

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


[Bug 1029333] Re: rhythmbox crashed with SIGSEGV in monitor_entry_file()

2012-09-18 Thread Michael Terry
** Changed in: rhythmbox (Ubuntu Quantal)
 Assignee: (unassigned) = Michael Terry (mterry)

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

Title:
  rhythmbox crashed with SIGSEGV in monitor_entry_file()

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

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


[Bug 848562] Re: gnome-shell lock screen does not display password prompt

2012-09-18 Thread Dean Montgomery
Duplicate bug posted here:
 https://bugs.launchpad.net/linuxmint/+bug/1005545

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

Title:
  gnome-shell lock screen does not display password prompt

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

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


[Bug 1029333] Re: rhythmbox crashed with SIGSEGV in monitor_entry_file()

2012-09-18 Thread Michael Terry
** Bug watch added: GNOME Bug Tracker #684304
   https://bugzilla.gnome.org/show_bug.cgi?id=684304

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

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

Title:
  rhythmbox crashed with SIGSEGV in monitor_entry_file()

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

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


[Bug 1052560] Re: evolution crashed with SIGSEGV in gtk_style_context_get_valist()

2012-09-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1043824 ***
https://bugs.launchpad.net/bugs/1043824

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322877/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322879/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322880/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322881/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322882/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322883/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1052560/+attachment/3322884/+files/ThreadStacktrace.txt

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

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  evolution crashed with SIGSEGV in gtk_style_context_get_valist()

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

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


[Bug 1052260] Re: package gnome-media 3.4.0-0ubuntu2.1 failed to install/upgrade: unable to create `/usr/share/icons/hicolor/32x32/apps/gnome-sound-recorder.png.dpkg-new' (while processing `./usr/shar

2012-09-18 Thread Daniel S. Cox
it isnt a problem with the hardware. all systems are a go. it happened
durring the latest update. since then the media center wont upgrade and
i keep getting this error.

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

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

Title:
  package gnome-media 3.4.0-0ubuntu2.1 failed to install/upgrade: unable
  to create `/usr/share/icons/hicolor/32x32/apps/gnome-sound-
  recorder.png.dpkg-new' (while processing
  `./usr/share/icons/hicolor/32x32/apps/gnome-sound-recorder.png'):
  Input/output error

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

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


[Bug 1029333] Re: rhythmbox crashed with SIGSEGV in monitor_entry_file()

2012-09-18 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown = New

** Changed in: rhythmbox
   Importance: Unknown = Medium

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

Title:
  rhythmbox crashed with SIGSEGV in monitor_entry_file()

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

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread Adam Dingle
@Alberto: the critical assertions do not occur with vanilla upstream
Shotwell.  We don't like assertions like these and have always been
pretty strict about noticing and fixing them in our code.

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

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

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

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


[Bug 1029333] Re: rhythmbox crashed with SIGSEGV in monitor_entry_file()

2012-09-18 Thread Michael Terry
** Changed in: rhythmbox (Ubuntu Quantal)
   Status: Confirmed = In Progress

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

Title:
  rhythmbox crashed with SIGSEGV in monitor_entry_file()

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

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


[Bug 478629] Re: Add Copy File Location to the Context Menu Upon Right-Clicking Files

2012-09-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Invalid

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

Title:
  Add Copy File Location to the Context Menu Upon Right-Clicking Files

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

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


[Bug 537970] Re: Evince does not print images in some pdf files.

2012-09-18 Thread Peter Eijlander
I can comment on this too, Evince prints a document partially, it is missing 
the extreme upper and lower parts on paper but not in the preview. In XPDF the 
whole document IS printed! So one can conclude that it is not the printer 
driver and not the printer, in my case a HP 8150, unless of course XPDF uses a 
different approach to print the document, whatever setting I try in the 
preview. The next weird thing is that Evince always prints an extra empty page, 
no matter what I try to set. 
In Evince, embedded photos show broken up in several parts with thin white 
lines in between them, this, however is not always the case so must depend on 
the original embedded material used. In XPDF that is not the case with the same 
material. Needless to say that Adobe's viewer is doing this right too.
If this is a case of Evince 2.30.3 in Lucid, my question is: Why can't this be 
updated? I know...switch to Precise...but Precise has the problem of not 
willing to use my Epson V500 scanner and Lucid does... And Lucid is also still 
LTS...

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

Title:
  Evince does not print images in some pdf files.

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

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


[Bug 1052599] [NEW] Can't add multiple files in system log viewer

2012-09-18 Thread David Barnett
Public bug reported:

When I want to add multiple files to the log viewer, I have to open them
one-at-a-time since I can't select multiple from the open dialog
(FileOpen). This is particularly painful when the log viewer comes up
with no logs open, and it takes 5 clicks each to open each file.

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

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

Title:
  Can't add multiple files in system log viewer

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

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


[Bug 1052596] [NEW] Podcast feed not automatically updating, explicit request causes a crash

2012-09-18 Thread EmreJ
Public bug reported:

My podcast feeds are not being updated. I am using version 2.97 on
12.04.

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

Title:
  Podcast feed not automatically updating, explicit request causes a
  crash

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

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


[Bug 541472] Re: Menu icons should not be 16x16 px

2012-09-18 Thread Conscious User
I'm not 100% sure on this, but this might not be very easy to patch. If
I remember correctly, icon sizes are read just once and never again. I
think simply changing the constant would work for *new* icons, but
wouldn't auto-resize the ones already rendered.

It's worth mentioning that the GNOME HIG itself hardcodes icon sizes:

http://developer.gnome.org/hig-book/3.5/icons-types.html.en

so I wouldn't be surprised if implementing auto-resizing is not very
easy.

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

Title:
  Menu icons should not be 16x16 px

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

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


[Bug 1039604] Re: Please re-enable PIE and BIND_NOW

2012-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package totem - 3.4.3-0ubuntu4

---
totem (3.4.3-0ubuntu4) quantal; urgency=low

  * debian/rules: re-enable hardening, make sure both PIE and BINDNOW are used
by setting hardening=+all. (LP: #1039604)
  * debian/control.in: add dpkg-dev (= 1.16.1.1) to Build-Depends.
 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com   Tue, 18 Sep 2012 12:22:15 
-0400

** Changed in: totem (Ubuntu Quantal)
   Status: In Progress = Fix Released

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

Title:
  Please re-enable PIE and BIND_NOW

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

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


[Bug 1029089] Re: monitor resolution does not go back to 1440x900 after change

2012-09-18 Thread Carla Sella
Same problem on test of kernel 3.5.0-15.20.

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

Title:
  monitor resolution does not go back to 1440x900 after change

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

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


[Bug 384062] Re: evince-thumbnailer with a 100% CPU usage

2012-09-18 Thread Sebastock
The problem is still there in ubuntu 12.04.

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

Title:
  evince-thumbnailer with a 100% CPU usage

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

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


[Bug 1039604] Re: Please re-enable PIE and BIND_NOW

2012-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/totem/ubuntu

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

Title:
  Please re-enable PIE and BIND_NOW

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

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


[Bug 154096] Re: Print options shouldn't be saved across different sessions

2012-09-18 Thread Bug Watch Updater
** Changed in: eog
   Status: New = Fix Released

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

Title:
  Print options shouldn't be saved across different sessions

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

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


[Bug 1052053] Re: gedit crashed with signal 5 in _XReply()

2012-09-18 Thread Robin
*** This bug is a duplicate of bug 1047985 ***
https://bugs.launchpad.net/bugs/1047985

Sorry, but actually I don't think that that's a duplicate of this
(https://bugs.launchpad.net/bugs/1047985) bug. You're right, it has the
same title, but there gedit crashes only if one force to close. But
here, it's someting different …

It's possible that I've missunderstood the description of the linked
bug, too, but frankly I don't think so.

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

Title:
  gedit crashed with signal 5 in _XReply()

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

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

[Bug 537970] Re: Evince does not print images in some pdf files.

2012-09-18 Thread Peter Eijlander
Oops... Evince 3.3 in Precise (on my laptop) still has the same broken
embedded photos as I see in Lucid. So still no joy.

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

Title:
  Evince does not print images in some pdf files.

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

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


[Bug 1039604] Re: Please re-enable PIE and BIND_NOW

2012-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/totem

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

Title:
  Please re-enable PIE and BIND_NOW

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

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


[Bug 537970] Re: Evince does not print images in some pdf files.

2012-09-18 Thread Peter Eijlander
** Attachment added: Screenprint 2012-09-18 20_06_43.png
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/537970/+attachment/3323071/+files/Screenprint%202012-09-18%2020_06_43.png

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

Title:
  Evince does not print images in some pdf files.

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

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


[Bug 1039476] Re: gtk_menu_new_from_model doesn't support custom menu items

2012-09-18 Thread Lars Uebernickel
Attached an updated patch that applies against gtk+-3.5.18.

** Patch added: gtk-custom-menu-items.patch
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1039476/+attachment/3323075/+files/gtk-custom-menu-items.patch

** Changed in: gtk+3.0 (Ubuntu)
   Status: Fix Released = In Progress

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

Title:
  gtk_menu_new_from_model doesn't support custom menu items

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

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


[Bug 990785] Re: Partymode not exitable easily in Unity

2012-09-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 785631 ***
https://bugs.launchpad.net/bugs/785631

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

Title:
  Partymode not exitable easily in Unity

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

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


[Bug 1002537] Re: Shotwell Send To Email doesn't attach multiple photos

2012-09-18 Thread Adam Dingle
Also reported upstream at

http://redmine.yorba.org/issues/5827

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

Title:
  Shotwell Send To Email doesn't attach multiple photos

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

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


[Bug 1052637] [NEW] Please transition libgnome-desktop-2-17 to multi-arch

2012-09-18 Thread Mark Russell
Public bug reported:

[Impact]
Libgnome-desktop-2-17 is in main and is still needed for some third-party apps 
such as Lotus Notes.

[Test Case]
Install i386 within amd64 environment.
Verify i386 applications link proper architecture dependent library.

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


** Tags: precise quantal

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

Title:
  Please transition libgnome-desktop-2-17 to multi-arch

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

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


[Bug 1049028] Re: Unable to create gmail account

2012-09-18 Thread Sebastian Grabowski
Hi,
I did an upgrade from 12.04 with an already configured GMail account. It was 
removed after the upgrade.  I am not able to configure a new account in 
evolution. The account wizard is not able to add it to evolution, too.

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

Title:
  Unable to create gmail account

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

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


[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-09-18 Thread James M. Leddy
Well, this bug is about unity (actually compiz) capturing the super key
as well. I think one should be duped to the other, especially
considering that the g-s-d portion of this bug is already closed.

** Tags added: rls-q-incoming

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

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

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

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


[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-09-18 Thread James M. Leddy
We can probably use the gnome autostart delay to workaround this:

http://askubuntu.com/questions/25556/execute-script-after-desktop-loaded

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

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

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

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


[Bug 24280] Re: applications run through gksu cannot use themes in ~/.themes

2012-09-18 Thread Ralf Nieuwenhuijsen
They sort of did solve this bug. Rather than using gksu and running
applications as an administrator, most applications that require
administrator-privileges use a separate background application. Those
applications have a unlock button.

Most applications have already been upgraded to this new approach,
except for a few, like the update-manager. I think the plan, there, is
to integrate it, within the USC.

I'm not an ubuntu-dev, but it seems they were aiming to fix many
problems at once, using this new architecture, but it's more work, so it
takes a bit longer, but when it's done, not just this bug, but many
others can be closed. It's a different trade-off.

On the other hand, the customization, and manual themes in general, is
taking a back-seat to other priorities.

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

Title:
  applications run through gksu cannot use themes in ~/.themes

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

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


[Bug 648679] Re: evolution crashed with SIGSEGV in em_utils_selection_get_urilist()

2012-09-18 Thread paraiko
This also happened to me while accidentally dragging a menu shortcut
(this time evolution 3.5.92 on ubuntu 12.10)

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

Title:
  evolution crashed with SIGSEGV in em_utils_selection_get_urilist()

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

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


[Bug 853137] Re: The page 'gkr-keyring' was not found in the document 'ghelpseahorse'.

2012-09-18 Thread James M. Leddy
** Changed in: oem-priority
   Status: Confirmed = In Progress

** Changed in: oem-priority/precise
   Status: Confirmed = In Progress

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

Title:
  The page 'gkr-keyring' was not found in the document 'ghelpseahorse'.

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

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


[Bug 817029] Re: after locking the screen, only the cursor works

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

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

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

Title:
  after locking the screen, only the cursor works

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

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


[Bug 1041032] Re: An error occurred Location not found after automatically installing the missing gstreamer plugins.

2012-09-18 Thread James M. Leddy
** Changed in: oem-priority
   Status: Confirmed = Fix Committed

** Changed in: oem-priority
   Status: Fix Committed = In Progress

** Changed in: oem-priority/precise
   Status: Confirmed = In Progress

** Changed in: oem-priority/precise
 Assignee: (unassigned) = James M. Leddy (jm-leddy)

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

Title:
  An error occurred Location not found after automatically installing
  the missing gstreamer plugins.

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

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


[Bug 1047985] Re: gedit crashed with signal 5 in _XReply()

2012-09-18 Thread jerrylamos
Reliably crashes for me.  Display a file in Files or Pmanfm, then do gedit 
filename
The Display window disappears, a crash report may be generated, and the gedit 
filename never occurs.

leafpad filename works fine.

In previous releases, the gedit filename would open a new tab in the
Display window.  Instead, crash.  Looking at the bug as a black box,
opening the new tab is when the crash occurs.

Jerry

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

Title:
  gedit crashed with signal 5 in _XReply()

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

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


[Bug 1052711] Re: Update to 3.5.92

2012-09-18 Thread Robert Ancell
We can't put this into Quantal as it will bring in GStreamer 1.0 onto
the CD. Will put into the GNOME3 PPA

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

Title:
  Update to 3.5.92

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

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


[Bug 1052711] [NEW] Update to 3.5.92

2012-09-18 Thread Robert Ancell
Public bug reported:

* Brasero 3.5.92
- Bump version to 3.5.92 (Tomas Bzatek)
- Fix build against gstreamer-plugins-base-1.0 (Tomas Bzatek)
- Fix build without preview (Tomas Bzatek)
- build: Require gstpbutils-1.0 instead of 0.10 (Tomas Bzatek)
- Port to new documentation infrastructure (Javier Jardón)
- Port brasero to GStreamer 1.0 (Tim-Philipp Müller)
- brasero-project: include libxml/xmlerror.h for xmlError (Tim-Philipp 
Müller)
- Put settings in the correct path (Robert Ancell)
- Add Desktop Actions for Unity (Jeremy Bicha)
- Translation updates

** Affects: brasero (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

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

Title:
  Update to 3.5.92

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

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

[Bug 1052711] Re: Update to 3.5.92

2012-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/brasero/update-3.5.92

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

Title:
  Update to 3.5.92

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

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


[Bug 885989] Re: white screen on second monitor when using two xsessions

2012-09-18 Thread Konsolkongen
I'm on Ubuntu 12.04 and I have no idea how to apply the patch posted
earlier. Can someone be of asistance, please?

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

Title:
  white screen on second monitor when using two xsessions

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

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


[Bug 1047985] Re: gedit crashed with signal 5 in _XReply()

2012-09-18 Thread jerrylamos
Oh, I was running LXDE in comment #7.  I can run either desktop for bug
evaluations, just log on to one or the other.  Last I checked that still
worked.  My bug with crash report is #1051976.

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

Title:
  gedit crashed with signal 5 in _XReply()

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

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


[Bug 1051447] Re: [regression] Filenames and paths that contain an apostrophe before a space in the name won't open correctly

2012-09-18 Thread Andrew Starr-Bochicchio
** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  [regression] Filenames and paths that contain an apostrophe before a
  space in the name won't open correctly

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

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


[Bug 1051447] Re: [regression] Filenames and paths that contain an apostrophe before a space in the name won't open correctly

2012-09-18 Thread Andrew Starr-Bochicchio
glib 2.33.14 has been released, and should include this fix.

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

Title:
  [regression] Filenames and paths that contain an apostrophe before a
  space in the name won't open correctly

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

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


[Bug 1049495] Re: Login screen reports unauthorized before I even type a password

2012-09-18 Thread Jeremy Bicha
What's your user id number? It should be the number after the second :
in /etc/passwd.

Is there anything else we should know about how you log in that we
should know?

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

Title:
  Login screen reports unauthorized before I even type a password

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

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


  1   2   >