[Bug 675919] Re: F2/Renaming fonction in Nautilus : General behavior is different between the 3 views (list, compact or icons)

2011-05-28 Thread Rafa Sánchez
Present in Natty (32bit) too

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

Title:
  F2/Renaming fonction in Nautilus : General behavior is different
  between the 3 views (list, compact or icons)

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


[Bug 377175] Re: Volume Up button locks screen

2011-05-28 Thread Eduard Hasenleithner
I see two possibilities why the Macally keyboard locks the screen.
Either it emits Usage ID 0xF9 on HID Usage Page 0x07 (Keyboard), or it
emits Usage ID 0x19e on HID Usage Page 0x0C (Consumer). In order to
verify this theory, it might be useful to have a look at the HID
descriptor and the HID events.

Depending on the results, special quirk handling of the keyboard might
be added to the linux kernel and/or gnome-screensaver gets a option to
ignore the (fake) lock screen key.

HOWTO:
1. get the USB vendor+product ID using lsusb
 lsusb
Search for the line with the Macally Keyboard
(e.g. I get Bus 001 Device 007: ID 046a:0023 Cherry GmbH CyMotion Master Linux 
Keyboard for my keyboard, so the vendor:id is 046a:0023)

2. look at the device descriptors
 cd /sys/kernel/debug/hid
 ls
(I have here four entries, my keyboard makes up two of them 0003:046A:0023.0002 
and 0003:046A:0023.0003; notice the matching vendor:id 046a:0023)
 sudo cat $YOUR_DEVICE1/rdesc
 sudo cat $YOUR_DEVICE2/rdesc

3. look at the events of the keys
(Please be aware that the following records all your keypresses, so don't enter 
passwords or other sensitive information if you intend to post the event log to 
the bug report! Entering the password for sudo is ok, because it asks the 
password _before_ running the command)
3.1 first device
 sudo cat $YOUR_DEVICE1/events
press the volume up key
exit with CTRL-C
3.2 second device
 sudo cat $YOUR_DEVICE2/events
press the volume up key again
exit with CTRL-C

Please find attached the output from my keyboard. It is only for
demonstration purposes, because when connected via USB my keyboard does
not exhibit the lock screen bug.

** Attachment added: Out from hid-debug console session
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/377175/+attachment/2145520/+files/hid-debug-cherry.txt

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

Title:
  Volume Up button locks screen

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


[Bug 789475] [NEW] There is no way to turn on XDMCP remote login

2011-05-28 Thread Beowulf
Public bug reported:

Binary package hint: gdm

I could enable XDMCP login in Administration menu with Ubuntu 9.XX.  Now I 
don't see that tab in Login Window settings, and setting 
[Xdmcp] 
Enable=true 

Doesn't work.

There is no documentation available how to make it work in 11.04.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gdm 2.32.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx wl
Architecture: amd64
Date: Sat May 28 10:43:22 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm
UpgradeStatus: Upgraded to natty on 2011-04-29 (29 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  There is no way to turn on XDMCP remote login

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


[Bug 789475] Re: There is no way to turn on XDMCP remote login

2011-05-28 Thread Beowulf
-- 
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/789475

Title:
  There is no way to turn on XDMCP remote login

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


[Bug 789479] [NEW] Improper encoding of the Symbol font

2011-05-28 Thread Stefan Löffler
Public bug reported:

The characters 'm' and 'p' are mapped to wrong glphys in the base-14
font Symbol. This problem has not occurred in maverick.

I'm attaching a pdf-file that uses all base-14 fonts without embedding
them, and screenshots from maverick and natty. Note the differences in
the 5th word in the Symbol line. The screenshots were made in TeXworks
which is based on poppler-qt4 (evince in natty gives the same result as
TeXworks, but I don't have a maverick-screenshot of it at hand).

$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

$apt-cache policy libpoppler-qt4-3 
libpoppler-qt4-3:
  Installed: 0.16.4-0ubuntu1.1
  Candidate: 0.16.4-0ubuntu1.1
  Version table:
 *** 0.16.4-0ubuntu1.1 0
500 http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive/ 
natty-updates/main amd64 Packages
100 /var/lib/dpkg/status
 0.16.4-0ubuntu1 0
500 http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive/ natty/main amd64 
Packages

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

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

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Stefan Löffler
** Attachment added: base14-fonts.pdf
   
https://bugs.launchpad.net/bugs/789479/+attachment/2145525/+files/base14-fonts.pdf

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

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Stefan Löffler
** Attachment added: Maverick-pass
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/789479/+attachment/2145526/+files/base14-fonts.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/789479

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Stefan Löffler
** Attachment added: Natty-fail
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/789479/+attachment/2145527/+files/improper-encoding-symbol-font.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/789479

Title:
  Improper encoding of the Symbol font

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


[Bug 787475] Re: Rhythmbox [0.12.8] [0.12.5] Not Fetching Album Information From MusicBrainz

2011-05-28 Thread Iiro R-J
In my understanding:
- This is a high priority bug since all the standard ripping methods in Ubuntu 
10.04 are affected (Sound-Juicer, Rhythmbox). Also K3b in the Kubuntu side has 
same broken dependency, but as it uses freedb.org as first priority, users are 
not directly affected...

-the fix should be easy:
Rhythmbox-plugins and sound-juicer are built with libmusicbrainz4c2a. This is 
an old version 2.1.5 with now removed interface. The dependency should be 
towards libmusicbrainz3 (=3.0.2) which includes the XML based interface.

I can not verify it, but I believe that Ubuntu 10.10 has already this
dependency fixed.

Please note that Ubuntu 10.04 has plenty of other packages that can not work 
towards Musicbrainz after they removed old depreciated interface. For example 
python-musicbrainz, libkcddb4, kscd, prokyon3, muine, goobox, gmerlin...
These are minor issue, since they are not standard installed applications like 
Rhythmbox, but also mean that users have few easy alternatives to work-around.

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

Title:
  Rhythmbox [0.12.8]  [0.12.5] Not Fetching Album Information From
  MusicBrainz

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Marcel Stimberg
Thank you for your bug report. I can reproduce this problem (in Natty),
but the culprit seems to be the ttf-symbol-replacement package from wine
1.2 and not poppler -- can you confirm that the symbols are displayed
correctly when you uninstall ttf-symbol-replacement?

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

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

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Stefan Löffler
Yes, uninstalling ttf-symbol-replacement solves this issue. Note that I
have wine1.3 installed. I added both wine1.2 and wine1.3 to this issue.

Still, I wonder why poppler picks a font from wine over Symbol.pfb.
Shouldn't system gs fonts take precedence over ports from Windows
provided by wine? Maybe this is a fontconfig issue as well?

** Also affects: wine1.2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: wine1.3 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Improper encoding of the Symbol font

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


[Bug 706416] Re: Indicator menus won't open when a VirtualBox seamless VM has focus

2011-05-28 Thread Lukáš Machyán
Why has it been marked as Invalid? This problem is still present on my
system with Unity.

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

Title:
  Indicator menus won't open when a VirtualBox seamless VM has focus

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


[Bug 353975] Re: librsvg in Hardy, server doesn't render image xlink:hrefs properly

2011-05-28 Thread DustWolf
Yes the bug is still present.

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

Title:
  librsvg in Hardy, server doesn't render image xlink:hrefs properly

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Marcel Stimberg
I'm invalidating the poppler bug, then. I think both fonts get exactly the same 
score when matching with fc-match -- AFAIK fontconfig does not use any 
priorities but just matches according to the font properties (the same for both 
fonts). I'm not sure whether this is a bug or not. 
And yes, both ttf-symbol-replacement and ttf-symbol-replacement-wine1.3 have 
this problem (the versions did not change yet in Oneiric, so the issue also 
still exists there).

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

** Changed in: wine1.2 (Ubuntu)
   Status: New = Confirmed

** Changed in: wine1.3 (Ubuntu)
   Status: New = Confirmed

** Bug watch added: Wine Bugzilla #24099
   http://bugs.winehq.org/show_bug.cgi?id=24099

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

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Marcel Stimberg
There is already an upstream bug about the issue, so someone with the
appropriate rights could mark this bug as Triaged. The upstream bug:
http://bugs.winehq.org/show_bug.cgi?id=24099

** Also affects: wine via
   http://bugs.winehq.org/show_bug.cgi?id=24099
   Importance: Unknown
   Status: Unknown

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

Title:
  Improper encoding of the Symbol font

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Marcel Stimberg
And a final comment: Bug 162111 links to the same upstream bug, although
at least the OP's initially reported problem is not obviously the same
(it involves a lot of missing glyphs instead of wrong ones).

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

Title:
  Improper encoding of the Symbol font

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


[Bug 767095] Re: 1 pixel icons in notification-area-applet when compiz is the windows manager

2011-05-28 Thread tkoun
great news!
Sam chasing this bugger for 8 hours is a great relief for all of us having 
regretted the upgrade to natty because of this.

thanx a lot!

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

Title:
  1 pixel icons in notification-area-applet when compiz is the windows
  manager

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


[Bug 754569] Re: Empathy does not support Google 2-Step Authentication

2011-05-28 Thread povniet
You can add application specific password to your google account. It
resolve the problem, but it will be great if empathy support this more
secure authentication scheme...

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

Title:
  Empathy does not support Google 2-Step Authentication

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


[Bug 398300] Re: The new gdm doesn't give an option to run /etc/X11/Xsession

2011-05-28 Thread Jonathan Michalon
No activity on this for a while… but issue still exists. What a shame. I fixed 
Xsession problem manualy adding the .desktop, and continuously hit the login 
button of disable_user_list. I came across this just today another time on a 
newly upgraded Lucid.
Furthermore -proposed package don't seems to exist anymore. What should I do to 
get ride of the extra-click and have custom .xsession cleany done without 
hacking in /u/s/xsesssions ?

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

Title:
  The new gdm doesn't give an option to run /etc/X11/Xsession

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

[Bug 742398] Re: Missing icon for bluetooth applet

2011-05-28 Thread Johnny Flin
sorry, how did I fix this issue? how do I update language-packs from
natty-proposed where is no update available for the language-packs?

my locale is en_GB.UTF-8.

Thank you.

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

Title:
  Missing icon for bluetooth applet

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


[Bug 789479] Re: Improper encoding of the Symbol font

2011-05-28 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
http://bugs.winehq.org/show_bug.cgi?id=24099.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-08-23T05:45:51+00:00 leighman wrote:

from https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/461233

When I open this pdf (attached) with evince, some formulas are rendered 
incorrectly (eg. p. 71). This also happens in Okular.
Confirmed here wine 1.3.

see also
https://bugs.edge.launchpad.net/ubuntu/+source/wine1.2/+bug/605670

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/0


On 2010-08-23T05:57:16+00:00 leighman wrote:

Attachment is too big to upload so Launchpad upload is linked under url
https://bugs.edge.launchpad.net/ubuntu/+source/wine1.2/+bug/461233/+attachment/889369/+files/coursenotes00.pdf

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/1


On 2010-08-23T06:09:24+00:00 Adys wrote:

For the record, because this bug description is completely confusing:


launchpad:
reassigning to the wine1.2 package (which produces the ttf-symbol-replacement 
deb)


Apparently, the symbol font produced by wine contains some incorrect
glyphs, such as sigma.

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/2


On 2010-08-23T08:42:05+00:00 Dmitry-baikal wrote:

What Windows application is this bug about? How to reproduce the problem
with a win32 app?

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/3


On 2010-08-23T08:44:25+00:00 Adys wrote:

(In reply to comment #3)
 What Windows application is this bug about? How to reproduce the problem
 with a win32 app?

This is an issue with fonts/symbol.ttf, which ubuntu uses to create the
ttf-symbol-replacement package. From what I understand anyway...

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/4


On 2010-08-23T08:54:15+00:00 Dmitry-baikal wrote:

(In reply to comment #4)
  What Windows application is this bug about? How to reproduce the problem
  with a win32 app?
 
 This is an issue with fonts/symbol.ttf, which ubuntu uses to create the
 ttf-symbol-replacement package. From what I understand anyway...

It would be helpful to at least describe what exactly the problem is,
and how to reproduce it.

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/5


On 2010-08-23T08:57:09+00:00 leighman wrote:

Several users report that when this font is installed by wine some
symbols (such as the sigma on p. 71 of the pdf) in pdfs viewed in Evince
and Okular (native Linux apps) are incorrectly displayed.

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/6


On 2010-08-23T09:09:12+00:00 Austin English wrote:

(In reply to comment #3)
 What Windows application is this bug about? How to reproduce the problem
 with a win32 app?

It's easy to see in native evince with:
wget http://www.fairchildsemi.com/ds/CD%2FCD4066BC.pdf
sudo apt-get install ttf-symbol-replacement
evince CD_CD4066BC.pdf

there are comparison screenshots on launchpad:
http://launchpadlibrarian.net/51948181/screenshot-OK.png
http://launchpadlibrarian.net/51948191/screenshot-wrong.png

I tried with a windows version of evince, but it doesn't have the
problem (though it does crash because of missing helvetica).

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/7


On 2010-10-13T23:55:15+00:00 Dmitry-baikal wrote:

*** Bug 24731 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/wine/+bug/789479/comments/8


On 2010-10-14T08:12:31+00:00 Wbreyha wrote:

Opening the symbol.ttf in fontforge (lots of warnings) and decoding it
with ttx shows that the unicode mappings (cmap_format_4) are messed up
in this font.

I was able to repair it with fontforge with the following steps:

*) open symbol.ttf
*) Encoding-Force Encoding-Symbol
*) Encoding-Reencode-Macintosh Latin
*) File-Generate Fonts... (ignore warnings and save)

Then 
*) remove symbol.ttf from whereever it was installed
*) call fc-cache as root (-v if you like)
*) copy the new symbol.ttf saved with fontforge to the old path
*) restart the application which displayed the damaged 

[Bug 580148] Re: sound pref. do not show choosen dev for output

2011-05-28 Thread Klaus Reichl
Hi,

Like Pedro suggested, I've installed Natty and tried again, same think.
In my use case it is really minor, not even annoying, it is just wrong
and may become a problem in other situations (programs query output
sink?)

Szenario:

* sound-preferences - output = Internal Audio Analog Stereo
= Music comes from speakers

* switch on headset + connect bluetooth device
= sound-preferences-output shows bluetooth headset
= Music switches to headset
= Selection stays on Internal Audio Analog Stereo

Expected behaviour:

a) when the sink is changed automatically, the selection should be changed 
accordingly
or
b) the sink is not changed automatically, user has to select (which works OK)

Where I prefer (a), one may argue, that switching on a device should not
switch the output sink immediately.  Think of a DJ situation.

Best regards,
Klaus

Need some further investigations?

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

Title:
  sound pref. do not show choosen dev for output

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


[Bug 708171] Re: Multi-column list view (aka Miller Columns)

2011-05-28 Thread Johannes Hell
Are there any plans to add this feature in the future? I am keeping
dolphin installed on Ubuntu Natty ony for this reason! I am normally
using nautilus but from time to time I need to start dolphin just
because it has miller columns - and nautilus doesn't. In my opinion it
is one of the most useful features a file manager could have!

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

Title:
  Multi-column list view (aka Miller Columns)

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


[Bug 739124] Re: vinagre crashed with SIGSEGV in g_type_check_instance_cast()

2011-05-28 Thread Bug Watch Updater
** Changed in: vinagre
   Status: New = Incomplete

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

Title:
  vinagre crashed with SIGSEGV in g_type_check_instance_cast()

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


[Bug 789603] [NEW] When I open the sound volume, it continually spawned terminals. I couldn't make it stop, so I had to restart my computer. Ubuntu 11.04 64 bit

2011-05-28 Thread Rob McQueen
Public bug reported:

Binary package hint: gnome-media

When opening sound volume from menu, it continually spawns new terminal
windows. Can't make it stop.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-media 2.32.0-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sat May 28 12:51:17 2011
ExecutablePath: /usr/bin/gnome-sound-recorder
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-media
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi natty

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

Title:
  When I open the sound volume, it continually spawned terminals. I
  couldn't make it stop, so I had to restart my computer. Ubuntu 11.04
  64 bit

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


[Bug 789603] Re: When I open the sound volume, it continually spawned terminals. I couldn't make it stop, so I had to restart my computer. Ubuntu 11.04 64 bit

2011-05-28 Thread Rob McQueen
-- 
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/789603

Title:
  When I open the sound volume, it continually spawned terminals. I
  couldn't make it stop, so I had to restart my computer. Ubuntu 11.04
  64 bit

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


[Bug 578040] Re: Clicking on touchpad lock/unlock button locks up keyboard

2011-05-28 Thread X181
Since 11.04 my touchpad doesnt work at all :(

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

Title:
  Clicking on touchpad lock/unlock button locks up keyboard

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


[Bug 789615] [NEW] renaming a file selects also its extension by default in listview

2011-05-28 Thread Graham Inggs
Public bug reported:

Binary package hint: nautilus

In Ubuntu 10.04, renaming a file would start with just the file name 
highlighted, not the file extension.
In Ubuntu 10.10 and 11.04, the entire file name including the extension is 
highlighted so pressing any key loses the file extension.
This only affects List view, Icon and Compact views work as before.

** Affects: nautilus
 Importance: Unknown
 Status: Unknown

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

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

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

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

Title:
  renaming a file selects also its extension by default in listview

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


[Bug 789624] [NEW] nautilus can't open files until its statusbar updated

2011-05-28 Thread u-foka
Public bug reported:

Binary package hint: nautilus

Hy!

I have a lot of wallpapers (mostly JPG) in a single directory (Nautilus
says: 1,193 items, totalling 1.7 GB) when I try to open one of them, it
mostly succeeds only second time (by double clicking). But when I click
on the image first, and then double click, it always opens... It never
happens on smaller dirs. I also noticed that when the file won't open, I
can see the status bar was updated after I finished the double click,
and suspec that this is related to the problem...

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat May 28 19:52:55 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110327)
ProcEnviron:
 LC_TIME=hu_HU.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  nautilus can't open files until its statusbar updated

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


[Bug 789624] Re: nautilus can't open files until its statusbar updated

2011-05-28 Thread u-foka
-- 
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/789624

Title:
  nautilus can't open files until its statusbar updated

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


Re: [Bug 214370] Re: Logout/Shutdown Sound Not Working

2011-05-28 Thread Myroslav
I agree that this issue is ridiculous.  Ubuntu developers have two 
options if they respect loyal users.
1.  They can fix the problem.  It appears they are not willing to do this.
Or,
2.  They can have the courtesy to provide reasons for not fixing the 
problem.  They may have good reasons.  Ignoring customer complaints 
never results in a good end.

On 5/28/2011 1:44 AM, kyleabaker wrote:
 First off, I subscribed to this bug ages ago and its still not fixed.

 Secondly, I agree with aaron that this is a bug because its expected
 behavior.

 Lastly, why has this bug gone on for so long? This should be
 embarrassing! Such a great operating system can't even focus enough
 effort to fix a bug such as this. It's all open source, can't someone
 fix this? I've seen plenty of patches in the forums for this that simply
 edit a file or two, so why can't that be implemented? Even if it fixes
 the issue for a minority, its better than no one having appropriate
 system sound effects!

 I predict that IF/WHEN this bug if finally fixed, Ubuntu's focus on a
 new sound theme will become a higher priority.

 At this point it is just becoming embarrassing for everyone.


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

Title:
  Logout/Shutdown Sound Not Working

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


[Bug 789615] Re: renaming a file selects also its extension by default in listview

2011-05-28 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = Fix Released

** Changed in: nautilus
   Importance: Unknown = Medium

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

Title:
  renaming a file selects also its extension by default in listview

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


[Bug 789636] [NEW] Totem Movie Player 2.32.0 - no picture only sound

2011-05-28 Thread Martin
Public bug reported:

If I try to play a video in Totem Movie Player 2.32.0, no picture but
only the sound plays. However if you switch in and out of full screen
mode then the video shows for less than a second, but then the screen
goes black again. All this time the soundtrack will continue. This goes
for various of my movies which have all worked previously just fine.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: libgstreamer0.10-0 0.10.32-3ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sat May 28 20:29:45 2011
ExecutablePath: /usr/bin/totem
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANGUAGE=en_ZA:en
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: gstreamer0.10
UpgradeStatus: Upgraded to natty on 2011-05-14 (13 days ago)
XsessionErrors:
 (gnome-settings-daemon:1442): GdkPixbuf-CRITICAL **: 
gdk_pixbuf_format_get_name: assertion `format != NULL' failed
 (gnome-settings-daemon:1442): GdkPixbuf-CRITICAL **: 
gdk_pixbuf_format_get_name: assertion `format != NULL' failed

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Totem Movie Player 2.32.0 - no picture only sound

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


[Bug 789636] Re: Totem Movie Player 2.32.0 - no picture only sound

2011-05-28 Thread Martin
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/789636

Title:
  Totem Movie Player 2.32.0 - no picture only sound

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


[Bug 41738] Re: confusing error message when connection via ssh fails, because host key verification failed

2011-05-28 Thread Gary Helbig
Bug still exists in 9.10 Karmic

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

Title:
  confusing error message when connection via ssh fails, because host
  key verification failed

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


[Bug 786431] Re: Restart stops on login screen before desired reboot

2011-05-28 Thread magelan
Ok, my gdm version is 2.30.5-0ubuntu4.1. 
Besides, I noticed that after even the manual restart the reboot stops with a 
black screen and does not restart at all from there. I have to do a reset.
Feel free to ask for any log files.

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

Title:
  Restart stops on login screen before desired reboot

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


[Bug 546512] Re: New computer won't wake up after screensaver goes off

2011-05-28 Thread Jens Landgré
I seem to have the same problem. I have turned off suspend/hibernate as those 
features does not work at all anyway. The screensaver blanks the screen after 5 
minutes, I have no problem waking it up if I do it relatively soon after the 
screensaver kicked in. However, if I am away for a longer period (haven't 
measured the exact time) I can't get any response from the computer anymore.
I'm using Ubuntu 11.04.

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

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

Title:
  New computer won't wake up after screensaver goes off

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


[Bug 780117] Re: Brasero finishes without error but unusable media [no simulation mode] (Ubuntu 11.04)

2011-05-28 Thread Mike Trim
** Changed in: brasero (Ubuntu)
   Status: New = Confirmed

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

Title:
  Brasero finishes without error but unusable media [no simulation mode]
  (Ubuntu 11.04)

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


[Bug 43066] Re: Window list behaves bad when panel is vertical.

2011-05-28 Thread Craig Shelley
Hello,

I'm just confirming that this bug still exists in the following gnome-
panel version:

gnome-panel 1:2.32.1-0ubuntu6.5

The fix described in my original post 
https://bugs.launchpad.net/gnome-panel/+bug/43066/comments/39
still seems to be a valid fix for the problem.

What do we need to do next in order to get this patch incorporated into
the ubuntu package?

Regards,
Craig

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

Title:
  Window list behaves bad when panel is vertical.

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


[Bug 666833] Re: gnome-terminal background gets transparent when switching to profile w/o transparency

2011-05-28 Thread Benjamin Rampe
The following isn't meant as a personal attack.

No: I won't test Natty.
I've not chosen the latest LTS release on pure coincidence. 
I don't won't to bother every six months with the hippest crap or time wasting 
toy of the Mac-adoring fan boy generation.
I don't won't to organize my life around a stream of constant noise (twitter, 
facebook, etc.), half-yearly releases, or a rolling release, where everyday is 
maintenance day!
As a LTS user, I decided not to invest time in cutting edge releases, I decided 
to help stabilize the current LTS release till the dust settles on it, it 
starts to get a patina and I won't use two releases in parallel as long as 
there isn't another LTS release ripe for testing.

Thanks for your help, but I already decided to return to Debian because it fits 
my needs and maybe I misunderstood the idea behind Ubuntu LTS releases.
But I'm tired of having to observe that the mainstream on launchpad seems to 
like to haste behind the newest release, leaving LTS behind like a rotten fruit 
and not few answers follow above pattern: try the latest (half-baked) release.

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

Title:
  gnome-terminal background gets transparent when switching to profile
  w/o transparency

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


[Bug 738982] Re: Calendar alarm notifier would not notify any events

2011-05-28 Thread Garry Leach
2 weeks ago, I upgraded to 11.04.

Again Calendar alarms would not work.

I checked file /usr/lib/evolution/X.XX/evolution.  It had 2.32, but
the Evolution Alarm notifier in Start-up Applications was requesting to
run file /usr/lib/evolution/2.30/evolution, which was the value used
in 10.10, i.e. prior to the upgrade.

If I have the only installation that has this problem (presumably that
is why this bug expired), what could there be about my installation that
does not allow these 2 elements to be co-ordinated?

Regards, Garry.

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

Title:
  Calendar alarm notifier would not notify any events

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


[Bug 789694] [NEW] Brasero ignores speed pref / setting for image burns

2011-05-28 Thread G. Gibson
Public bug reported:

Binary package hint: brasero

This is frustrating.  I'm attempting to burn a server cd image for
installation and I got errors (only somewhat related to #381392) - but
the real problem is that I SET the speed to 8x for the burn and what
does brasero do?  It utterly and completely ignores this and I see it
writing 20x, then 24x, then 34x which is *specifically* not what I
wanted to have happen.

So, please fix...

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: brasero 2.32.1-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic-pae 2.6.38.4
Uname: Linux 2.6.38-9-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat May 28 15:43:31 2011
ExecutablePath: /usr/bin/brasero
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: Upgraded to natty on 2011-05-15 (13 days ago)

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


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

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

Title:
  Brasero ignores speed pref / setting for image burns

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


[Bug 789694] Re: Brasero ignores speed pref / setting for image burns

2011-05-28 Thread G. Gibson
-- 
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/789694

Title:
  Brasero ignores speed pref / setting for image burns

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


[Bug 789699] [NEW] package libpango1.0-0 1.28.0-0ubuntu2.2 failed to install/upgrade: Abhängigkeitsprobleme - lasse es unkonfiguriert

2011-05-28 Thread mib
Public bug reported:

Upgrade problem in connection with flash plugin.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libpango1.0-0 1.28.0-0ubuntu2.2
ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
Uname: Linux 2.6.32-31-generic i686
Architecture: i386
Date: Sun May 29 01:00:58 2011
ErrorMessage: Abhängigkeitsprobleme - lasse es unkonfiguriert
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: pango1.0
Title: package libpango1.0-0 1.28.0-0ubuntu2.2 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package libpango1.0-0 1.28.0-0ubuntu2.2 failed to install/upgrade:
  Abhängigkeitsprobleme - lasse es unkonfiguriert

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

[Bug 789699] Re: package libpango1.0-0 1.28.0-0ubuntu2.2 failed to install/upgrade: Abhängigkeitsprobleme - lasse es unkonfiguriert

2011-05-28 Thread mib
-- 
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/789699

Title:
  package libpango1.0-0 1.28.0-0ubuntu2.2 failed to install/upgrade:
  Abhängigkeitsprobleme - lasse es unkonfiguriert

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

Re: [Bug 659519] Nautilus does not traverse NFS mounts

2011-05-28 Thread ScottJ
Sorry. I should have closed this bug a long time ago. When I rebooted 
the system, the problem went away and I haven't seen the problem since 
(not reproducible). Apparently nautilus was referencing (and cached) a 
stale file handle that didn't clear until the system rebooted. Most 
likely some form of a race condition that only occurred that one time.

Can you please close this for me as I am not where I can login to
launchpad.

Thanks,

-- Scott

On 05/27/2011 12:26 PM, Pedro Villavicencio wrote:
 Thanks for the report, it has been some time without any response or
 feedback in this bug report and we are wondering if this is still an
 issue for you with the latest release of Ubuntu the Natty Narwhal, May
 you please test with that version and comment back if you're still
 having or not the issue? Please have a look at
 http://www.ubuntu.com/download to know how to install that
 version.Thanks in advance and sorry for the late response.

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

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


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

Title:
  Nautilus does not traverse NFS mounts

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


[Bug 233889] Re: nautilus cannot handle

2011-05-28 Thread Julien-Charles Lévesque
Completely destroy your /usr/local hardly sounds like a solution to
me...

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

Title:
  nautilus cannot handle

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


[Bug 554278] Re: /usr/include/glib-2.0/glib/gthread.h:348: warning: cast discards qualifiers from pointer target type

2011-05-28 Thread Bug Watch Updater
** Changed in: glib
   Status: Confirmed = Expired

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

Title:
  /usr/include/glib-2.0/glib/gthread.h:348: warning: cast discards
  qualifiers from pointer target type

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


[Bug 789731] [NEW] addressbook dies whenever I try to access a google hosted contact list

2011-05-28 Thread Richard Wonka
Public bug reported:

Binary package hint: evolution

evolution address book has been dying on me a lot recently -more than is good 
for a productive environment. 
Should I switch to something else until this is fixed? I like the desktop 
integration - is the same feasible with thunderbird?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic x86_64
Architecture: amd64
Date: Sun May 29 08:41:42 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: evolution
UpgradeStatus: Upgraded to natty on 2011-03-18 (71 days ago)

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


** Tags: amd64 apport-bug natty running-unity unity-2d

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

Title:
  addressbook dies whenever I try to access a google hosted contact list

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


[Bug 789731] Re: addressbook dies whenever I try to access a google hosted contact list

2011-05-28 Thread Richard Wonka
-- 
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/789731

Title:
  addressbook dies whenever I try to access a google hosted contact list

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


[Bug 296867] Re: empathy needs to support OTR encryption

2011-05-28 Thread ZAP
@Jordan: There are a lot of us OTR junkies waiting in the wings to
congratulate you when you get this done. I'd really like to use Empathy
on my Gnome 3 system, but sometimes I really need OTR and it's not an
option not to use it. When you have code that can be tested, I'd be very
happy to give it a try and let you know if I find any bugs.

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

Title:
  empathy needs to support OTR encryption

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


[Bug 511163] Re: tab others keys filled after a crash

2011-05-28 Thread DarkRedman
Yes it's still happening on Ubuntu 11.04 !

** Attachment added: new screenshot
   
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/511163/+attachment/2146410/+files/bug2.png

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

Title:
  tab others keys filled after a crash

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


[Bug 330569] Re: seahorse should prompt for creating a revocation certificate after having created private and public keys

2011-05-28 Thread DarkRedman
I approve this idea ! I hope it'll be featured soon :)

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

Title:
  seahorse should prompt for creating a revocation certificate after
  having created private and public keys

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


[Bug 296867] Re: empathy needs to support OTR encryption

2011-05-28 Thread Jordan Farrell
@ZAP: Thanks for volunteering. I will let you know when I have something
concrete. I am still tinkering and there have been some changes to
implement OTR only rather than accommodating XTLS too. One thing I have
to be careful of is that OTR is considering dropping support for Python-
OTR, which could be a problem for me. But for the Google IM and Jabber
this will not be a problem. João Paulo Rechi Vita is helping to get the
spec right and will be writing the code for the Gabble CM.

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

Title:
  empathy needs to support OTR encryption

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

[Bug 770710] Re: Audio artefacts when playing ogg audio

2011-05-28 Thread DarkRedman
*** This bug is a duplicate of bug 776042 ***
https://bugs.launchpad.net/bugs/776042

** This bug has been marked a duplicate of bug 776042
   [System Product Name, Analog Devices AD1988B, Green Headphone Out, Front] 
Sound is distorted

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

Title:
  Audio artefacts when playing ogg audio

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


[Bug 511803] Re: bad behavior on drag and drop from firefox

2011-05-28 Thread DarkRedman
** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Opinion

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

Title:
  bad behavior on drag and drop from firefox

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


[Bug 513975] Re: streaming from ftp folder freezes totem

2011-05-28 Thread DarkRedman
That's all what I got with gdb totem

** Attachment added: gdb-totem.txt
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/513975/+attachment/2146425/+files/gdb-totem.txt

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

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

Title:
  streaming from ftp folder freezes totem

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


[Bug 744823] Re: outlook-added calendar items not visible in evolution

2011-05-28 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  outlook-added calendar items not visible in evolution

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


[Bug 744550] Re: Screen refresh - will not display window

2011-05-28 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Screen refresh - will not display window

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


[Bug 743172] Re: gnome-panel application taskbar disappeared

2011-05-28 Thread Launchpad Bug Tracker
[Expired for gnome-panel (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  gnome-panel application taskbar disappeared

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


[Bug 743007] Re: non scrive e non formatta i cd con dvd tutto ok

2011-05-28 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = 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/743007

Title:
  non scrive e non formatta i cd con dvd tutto ok

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


[Bug 741911] Re: gsettings-data-convert crashed with SIGABRT in __kernel_vsyscall()

2011-05-28 Thread Launchpad Bug Tracker
[Expired for gconf (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gconf (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  gsettings-data-convert crashed with SIGABRT in __kernel_vsyscall()

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


[Bug 741326] Re: yelp assert failure: *** glibc detected *** yelp: free(): invalid pointer: 0x002b9337 ***

2011-05-28 Thread Launchpad Bug Tracker
[Expired for yelp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: yelp (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  yelp assert failure: *** glibc detected *** yelp: free(): invalid
  pointer: 0x002b9337 ***

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


[Bug 698877] Re: Rubbish bin won't empty

2011-05-28 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = 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/698877

Title:
  Rubbish bin won't empty

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


[Bug 94791] Re: custom colors for active and inactive are too similar

2011-05-28 Thread Launchpad Bug Tracker
[Expired for gnome-themes (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-themes (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  custom colors for active and inactive are too similar

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