[Bug 35217] Re: Unable to login when disk space is exhausted

2010-10-08 Thread shankao
I can confirm that this bug is back in maverick

** Changed in: gdm (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Unable to login when disk space is exhausted
https://bugs.launchpad.net/bugs/35217
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 656696] [NEW] Horizontal scrolling is a poor solution

2010-10-08 Thread brian r
Public bug reported:

Binary package hint: gcalctool

First, kudos to the calculator team for the new look, the colours, and
the novel bolding of the computed results. Its nice to know that
improvements can always be made to familiar tools like this.

However... while we are all familiar with text editors that support
scrolling to reveal off-screen content we can usually tell when we are
missing something because the text does not make sense without the
hidden parts.

We don't have that luxury with numbers.

It isn't immediately obvious that I'm not seeing the entire sequence of
a really large number when it is cut off on one side. Scrollbars are
primarily adjustment tools, not visual indicators.  While you can tell
the user that the computed results lack precision for financial values,
it takes on a whole different meaning when hidden numbers skew the
apparent results by several orders of magnitude.

I would suggest a couple of approaches to the problem:

1) Enlarge the window gradually as the displayed text grows, leaving the
keypad the same size and centered in the middle. The window would not
shrink but would remain at the largest size. Allow the user to resize
the window manually.

2) Place a prominent marker beside the cut-off edge to flag the hidden
text. For example if I had the numeric sequence 1234567890 showing in a
too-small window it could be marked as:

567890
   (in red)

Again, thanks for the improvements and I hope this bug can be stomped out!
Brian

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gcalctool 5.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Oct  7 22:43:52 2010
ExecutablePath: /usr/bin/gcalctool
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gcalctool

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


** Tags: amd64 apport-bug maverick

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

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


[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread brian r

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656696/+attachment/1678356/+files/Dependencies.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/656696/+attachment/1678357/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/656696/+attachment/1678358/+files/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/656696/+attachment/1678359/+files/XsessionErrors.txt

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

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2010-10-08 Thread Martin Wildam
Last week I was on a presentation connecting to a beamer.
Not just the panel frozen - complete desktop - had to restart gdm.

Fortunately it happened only the first time, then while connected it
worked (although xrandr did not find the correct resoluton).

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2010-10-08 Thread Hance J Tharakan
I also came across with the above error message while using ssh.
I tried ssh in 2 machines in a loop. Only 1 showed(machine 21, below) the 
error. And in that machine(21)i had changed the password once before i ssh. So 
i think the error may be because of the password change. 

Please note that ssh allows to login usig private/public key pair even
after the password of the machine is changed.

See below the results...


[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 21 22
+ rm -rf out
+ x=21
+ '[' 21 -le 22 ']'
++ ping -w4 -q 10.107.3.21
++ grep packets
++ awk -v id=21 '{if ($6!=100%) print 10.107.3.id}'
+ m_id=10.107.3.21
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.21:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.21:/home/pclab/Documents/
Agent admitted failure to sign using the key.
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.21 /home/pclab/Documents/test_program
Agent admitted failure to sign using the key.
++ expr 21 + 1
+ x=22
+ '[' 22 -le 22 ']'
++ ping -w4 -q 10.107.3.22
++ awk -v id=22 '{if ($6!=100%) print 10.107.3.id}'
++ grep packets
+ m_id=10.107.3.22
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.22:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.22:/home/pclab/Documents/
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.22 /home/pclab/Documents/test_program
++ expr 22 + 1
+ x=23
+ '[' 23 -le 22 ']'
[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 22
+ rm -rf out
+ x=22
+ '[' 22 -le ']'
./Desktop/Scripts/install: line 3: [: 22: unary operator expected
[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 22 22
+ rm -rf out
+ x=22
+ '[' 22 -le 22 ']'
++ ping -w4 -q 10.107.3.22
++ grep packets
++ awk -v id=22 '{if ($6!=100%) print 10.107.3.id}'
+ m_id=10.107.3.22
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.22:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.22:/home/pclab/Documents/
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.22 /home/pclab/Documents/test_program
++ expr 22 + 1
+ x=23
+ '[' 23 -le 22 ']'

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 656702] [NEW] Changed resolution/monitor causes panel applet order and position messed up

2010-10-08 Thread Martin Wildam
Public bug reported:

Binary package hint: gnome-panel

When the resolution of the screen changes (e.g. connecting a notebook to
an external monitor and then again when detaching later or when
temporarily using a beamer/projector) the Gnome panel applets (not
matter if top or bottom panel) all the applets on the right side get
messed up in position and order. Happens in approx 70-80 % of times,
however - not always.

I found Bug #472926 - which has been classified as wishlist. Well that
particular solution idea could be a wish, but the effect is IMHO a bug.
It is completely annoying - show that a new user considering a switch
from Windows and guess what he/she thinks when the desktop neither
remember system tray / notifier position...

I guess, there is no automatic recognition when panel elements/applets
are intended to stick to the right side.

Other than for Bug #472926 which in particular talks about a specific
feature, I could see more possible solutions, e.g. a flag in an applets
context menu Stick/Anchor to right or - for an automatic solution:
When repositioning (=moving) elements manually It could check whether
there is space in between until the end of the panel on the right. If
that way panel notices that an element has been put on the righthand
side then it could automatically remember a flag that it should stick to
righthand side. Then of course it needs to remember order/relation of
the other elements also sticking to righthand side. If just manually
flagging or automatically - if the position/order/space is then
calculated from the righthand side resolution changes would not do harm
any more.

Another solution attempt could be to remember position of elements
related to the righthand side as soon as it is positioned in the right
half of the panel or in the rightmost third of the panel - something
like this.

I am not advocating a particular solution, if a solution like described
in Bug #472926 is considered best, ok (although I think one of the
attempts mentioned here could be easier and less problematic to
implement). Anyway the problem of the elements getting messed up is very
annoying. Using notebooks with external monitors (and docking stations)
or beamers/projectors is by far not an uncommon use case. In companies
it is a standard situation.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-panel 1:2.30.2-0ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Fri Oct  8 08:06:00 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

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


** Tags: apport-bug i386 lucid

-- 
Changed resolution/monitor causes panel applet order and position messed up
https://bugs.launchpad.net/bugs/656702
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 656702] Re: Changed resolution/monitor causes panel applet order and position messed up

2010-10-08 Thread Martin Wildam

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656702/+attachment/1678367/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/656702/+attachment/1678368/+files/GConfNonDefault.txt

-- 
Changed resolution/monitor causes panel applet order and position messed up
https://bugs.launchpad.net/bugs/656702
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 472926] Re: Enable gnome panel to always force icons to the left the right using an expandable spacer

2010-10-08 Thread Martin Wildam
See also Bug #656702

-- 
Enable gnome panel to always force icons to the left  the right using an 
expandable spacer
https://bugs.launchpad.net/bugs/472926
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 636329] Re: Gimp won't print preview

2010-10-08 Thread frankie
It worked. I will try to isolate the different files and find out what
could trigger the blank page.

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 408417] Re: No option to log in remotely via XDMCP

2010-10-08 Thread Steve Langasek
Yes, that text shouldn't need to be changed for 10.10, and is included
at https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes.

N.B.: release notes are generally copied forward from one release to the
next for editing, there shouldn't be a need to reopen bugs for release
notes issues that have been previously fixed.

** Changed in: ubuntu-release-notes
   Status: Confirmed = Fix Released

-- 
No option to log in remotely via XDMCP
https://bugs.launchpad.net/bugs/408417
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 656721] [NEW] System properties calculates 128TB of contents

2010-10-08 Thread Marley Sexton
Public bug reported:

Binary package hint: nautilus

Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

Linux 2.6.35-22-generic x86_64 GNU/Linux

Expected 'Contents' in the properties menu of 'system' to show a reasonable 
amount of data in relation to the actual size of the hard drive (In my case 
640GB), rather when the contents total reaches around 2GB (Just under 3 
Flies) the total jumps up to 128TB and ceases to rise, despite the file count 
doing such. Also along side this the 'Free Space' is still a reasonable size 
(543.1GB, thus we expect The total size of the files to be around 100GB). This 
Bug can be persistently reproduced by doing such:
   1) Start Nautilus (:~$ gksu nautilus)
   2) Navigating to the root folder
   3) Right clicking 'System' icon next to the 'Root' icon in the left corner
   4) Selecting properties
   5) Viewing the 'Content' which rises to 128TB after a short period.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Fri Oct  8 07:37:54 2010
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: amd64 apport-bug maverick

-- 
System properties calculates 128TB of contents
https://bugs.launchpad.net/bugs/656721
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656721] Re: System properties calculates 128TB of contents

2010-10-08 Thread Marley Sexton

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656721/+attachment/1678464/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/656721/+attachment/1678465/+files/GConfNonDefault.txt

** Attachment added: usr_lib_nautilus.txt
   
https://bugs.launchpad.net/bugs/656721/+attachment/1678466/+files/usr_lib_nautilus.txt

-- 
System properties calculates 128TB of contents
https://bugs.launchpad.net/bugs/656721
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656720] [NEW] epiphany is awfully slow as s oon as their is a JS on the page

2010-10-08 Thread Lionel Dricot
Public bug reported:

Binary package hint: epiphany-browser

Since the switch to maverick, epiphany is not usable on any webpage with
Javascript due to bad performance. (this only happens on my older
laptop, with a 1,6Ghz processor).

In lucid and even in lucid with webkit PPA, there was no such issue.
(except with identi.ca, but this is a specific webkit bug)

From a comment I received, it looks like JIT might not be enabled in
Maverick, making epiphany useless in the whole release.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
epiphany is awfully slow as soon as their is a JS on the page
https://bugs.launchpad.net/bugs/656720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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

[Bug 656723] [NEW] Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos
Public bug reported:

Binary package hint: gnome-panel

1) Ubuntu 10.10 release candidate
2) 1:2.30-2.1ubuntu3
3) The poweroff/logout/etc symbol should be shown at the rightmost symbol on 
the top panel
4) The poweroff/logout/etc symbol is not shown on the top panel. Changing the 
desktop theme temporarily brings the symbol back, but it disappears on 
logout/login.

Please see attached screen dump.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-panel 1:2.30.2-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
Architecture: i386
Date: Fri Oct  8 10:10:13 2010
EcryptfsInUse: Yes
GConfNonDefault:
 
/apps/panel/general/applet_id_list=[fast_user_switch_screen0,trashapplet_screen0,workspace_switcher_screen0,window_list_screen0,show_desktop_button_screen0,indicator_applet_screen0,notification_area_screen0,clock_screen0]
 /apps/panel/general/object_id_list=[browser_launcher_screen0,menu_bar_screen0]
 /apps/panel/general/toplevel_id_list=[bottom_panel_screen0,top_panel_screen0]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

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


** Tags: apport-bug i386 maverick

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 656723] Re: Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos

** Attachment added: Screen dump of top panel area
   
https://bugs.launchpad.net/bugs/656723/+attachment/1678471/+files/Screenshot.png

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656723/+attachment/1678472/+files/Dependencies.txt

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 656723] Re: Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos
Additional information: Similar error, about panel utilities not shown,
has appeared also on 10.04 version of Ubuntu. I have noticed it on
computer with Matrox display adapter. The error ID for that error is
#572550.

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 656720] Re: epiphany is awfully slow as soon as their is a JS on the page

2010-10-08 Thread Lionel Dricot
The following site completely freezes Epy, even on a very modern machine :
http://www.scienceforums.net/topic/31491-why-an-airplane-flies-bernoullis-principle-vs-newtons-third-law/

(it works like a breeze in Firefox)

But, on my older laptop, nearly any website raise the CPU to 100%,
including google searches, twitter and other websites that were
perfectly OK in Lucid.

-- 
epiphany is awfully slow as soon as their is a JS on the page
https://bugs.launchpad.net/bugs/656720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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

[Bug 656720] Re: epiphany is awfully slow as soon as their is a JS on the page

2010-10-08 Thread Lionel Dricot
(I'm reporting this against the package and not upstrean because, in
Lucid, even the latest PPA was working fine)

-- 
epiphany is awfully slow as soon as their is a JS on the page
https://bugs.launchpad.net/bugs/656720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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

[Bug 636329] Re: Gimp won't print preview

2010-10-08 Thread frankie
I found the problem comes from two config files in .gimp-2.6:

 - print-page-setup
 - print-settings

If I copy those two config files from my former .gimp-2.6.old it prints
a blank page. If I only copy one of those files, it prints right. So it
is a combination of what is in both that goes wrong.

- print-page-setup is not in a fresh .gimp-2.6.

I copied print-page-setup and tried the different options in print-
settings untill I found the guilty one. I spotted scale=967 quite bigger
than scale=100 in the fresh one. It was that. It looks like my print-
page-setup and a huge scale setting makes the image go off limits from
the page.

Maybe it is a normal behaviour given those settings but I'm pretty sure
I could print from gimp when I was in lucid.

I attach my print-page-setup.


** Attachment added: print-page-setup
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/636329/+attachment/1678479/+files/print-page-setup

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 656720] Re: epiphany is awfully slow as soon as their is a JS on the page

2010-10-08 Thread Micah Gersten
I can confirm this on Maverick with an Intel GM965 chipset.  It's weird.
Midori displays similar issues, but rekonq appears to be fine.

** Changed in: epiphany-browser (Ubuntu)
   Status: New = Confirmed

-- 
epiphany is awfully slow as soon as their is a JS on the page
https://bugs.launchpad.net/bugs/656720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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

[Bug 656735] [NEW] Don't edit menu items, don't add launch button on desktop.

2010-10-08 Thread Anton Lashkov
Public bug reported:

Binary package hint: alacarte

Description:Ubuntu maverick (development branch)
Release:10.10
Linux onto-laptop 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 
i686 GNU/Linux

alacarte:
  Установлен: 0.13.2-0ubuntu1
  Кандидат:   0.13.2-0ubuntu1
  Таблица версий:
 *** 0.13.2-0ubuntu1 0

I can't edit item in gnome menu. When i press button properties, in
terminal:

Traceback (most recent call last):
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 626, in 
on_properties_button_clicked
self.on_edit_properties_activate(None)
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 383, in 
on_edit_properties_activate
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
  File /usr/lib/python2.6/subprocess.py, line 623, in __init__
errread, errwrite)
  File /usr/lib/python2.6/subprocess.py, line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] Нет такого файла или каталога

Perhaps it occurred after I remove the gnome-panel, i using AWN

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

-- 
Don't edit menu items, don't add launch button on desktop.
https://bugs.launchpad.net/bugs/656735
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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

[Bug 140503] Re: mouse cursor looks different in gtk and qt programs

2010-10-08 Thread Manuel Bua
I had the same problem, then i found out it could be fixed by simply doing:
sudo update-alternatives --config x-cursor-theme

-- 
mouse cursor looks different in gtk and qt programs
https://bugs.launchpad.net/bugs/140503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 656628] Re: [Maverick] License text missing

2010-10-08 Thread Fido
Sorry for reporting then, but as far as I am aware and unless my english
is very bad (this might be true) according to the link that you posted
the GNU foundation explicitly tells developers to add the well known:

--
one line to give the program's name and an idea of what it does.
Copyright (C)   name of author

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
--

Considering that every other application has it you might understand why
it strikes as a little odd to use an entire text panel just to put 'GPL
2+' and not to tell what about it (it's like writing 'Vroomfondel'... we
all know you it is, but what is he doing there?).

-- 
[Maverick] License text missing
https://bugs.launchpad.net/bugs/656628
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Marat Dyatko
Guys, I have often freezing of Alt or Tab buttons in various apps.
For example, in the Firefox focus starts running on all elements (links, 
inputs) on a page.
And I need to repeat pressing of the button to stop it.

Maybe problem with my keyboard or *problem in xkb layer*?

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 656763] [NEW] The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Florian Sievers
Public bug reported:

Binary package hint: gnome-games

The 'Pause' button in Mahjongg doesn't have an icon. If you click
'Pause', a resume button appears, which doesn't have an icon too. The
buttons just have their buttontext.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-mahjongg 1:2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Fri Oct  8 10:42:30 2010
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-games

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


** Tags: amd64 apport-bug maverick

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Florian Sievers

** Attachment added: Screenshot of the missing icons
   
https://bugs.launchpad.net/bugs/656763/+attachment/1678544/+files/Mahjongg.png

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656763/+attachment/1678545/+files/Dependencies.txt

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-08 Thread JohnyN
Thanks for fix, unfortunately, on my M9400 it's not working. System correctly 
recognize connection of AC adapter with or without fix. However, GNOME battery 
applet doesn't show it properly.
Conclusion: No change with or withour fix.
I appreciate your time and believe, we are almost there to really fix it. I can 
post any relevant information which could help you to fix it.
Thanks. John

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

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


[Bug 111939] Re: Not possible to alt-tab during a drag-and-drop operation

2010-10-08 Thread VPablo
I can confirm that in Maverick 32 bits (metacity) works alt-tab in a
drag and drop operation, thanks. Now, the next step is compiz.

-- 
Not possible to alt-tab during a drag-and-drop operation
https://bugs.launchpad.net/bugs/111939
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Florian Sievers
So, console output shows, that there is a stock icon missing.

(mahjongg:6904): Gtk-WARNING **: Error loading theme icon
'stock_timer_stopped' for stock: Icon 'stock_timer_stopped' not present
in theme

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Marat Dyatko
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-keyboard/+bug/588473
Here is bug with keys sticking

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Andrey Voronov
I rebuild g-s-d from source, without app indicator patch, bug
dissapeared

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Marat Dyatko
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/194214?comments=all
And here is too, about 150 comments

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread LGB [Gábor Lénárt]
@Marat Dyatko: Hmmm, well I am not an expert about Xorg and kbd handling
etc, but this was my first guess when I met this bug, since as I've
commented according to output of command xev I got non-stopping output
of key events even if I don't touch the kbd/mouse or anything (during
the bug I mean). I had the idea that the problem that kbd layer
(whatever it is, or how it should be called) reports I am pressing
scroll-lock (the layout changer key for me), so does the system switches
it for me then. The problem that I don't press the scoll-lock for real
(only once) just it is stucked for some reason. If my guess is true,
then bugs like this with other keys (even shift, and not related the
layouts as all!) is about the key stucking problem, and not depend
strictly on the layout problem. So is it possible that we try to find
the solution of the bug behind the layout changes etc, when the real
problem is a more general one about the kbd handling in some way?

Btw, as I've commented, xev reports endless messages during the
triggered bug like:

PropertyNotify event, serial 30, synthetic NO, window 0x601, atom
0x174 (XKLAVIER_STATE), time 11886812, state PropertyNewValue

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome]

2010-10-08 Thread Vish
Release notes task has been committed

** Changed in: ubuntu-release-notes
   Status: New = Fix Committed

** Changed in: metacity (Ubuntu)
 Assignee: Kenneth Wimer (kwwii) = (unassigned)

** Changed in: ayatana-design
 Assignee: Kenneth Wimer (kwwii) = Vish (vish)

** Changed in: ayatana-design
 Assignee: Vish (vish) = (unassigned)

-- 
Resizing windows by grabbing window borders is difficult [please no more 
comments; patches welcome]
https://bugs.launchpad.net/bugs/160311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Alexander Gnodtke
I can confirm this behaviour.

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

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Karl Lattimer
@LGB, this is exactly the state change i've tried to suppress, I can't
identify an appropriate trigger case though.

@Shoo_ash, that looks like ubuntuone causing it?! is that *this* bug?

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 629258] Re: Battery life estimation never comes around

2010-10-08 Thread Chris Coulson
Scott, I totally agree, and I'm sure this was mentioned during the
session we had at UDS for the power indicator

-- 
Battery life estimation never comes around
https://bugs.launchpad.net/bugs/629258
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 401446] Re: Gnome lost icons position on the desktop

2010-10-08 Thread Vasilis Mavroudis
I had the same issue with ubuntu karmic.Solved with the rm 
~/.local/share/gvfs-metadata/*.
Before this, even a refresh moved all the icons on the left side,except the 
mounted drives icons.

-- 
Gnome lost icons position on the desktop
https://bugs.launchpad.net/bugs/401446
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread divan
Little update - If I kill g-s-d while bug appears and quickly start it
again, the layout switching still continue. If I wait some time(~20
secs) before starting g-s-d again - the switching gone away. (using
g-s-d 2.32.0-0ubuntu3 now)

And, I agree with some of the previous posters - that's the *stopper*
bug for everyone who use more than one layout.

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 656794] [NEW] it asks for some application permission, seeking some password which can be anything but not the root password, so can't sign in through empathy.

2010-10-08 Thread Koustuv Banerjee
Public bug reported:

Binary package hint: empathy

empathy cannot be used.

ProblemType: Bug
Architecture: i386
Date: Fri Oct  8 03:15:59 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: empathy 2.28.1-1ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_IN
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: empathy
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
it asks for some application permission, seeking some password which can be 
anything but not the root password, so can't sign in through empathy.
https://bugs.launchpad.net/bugs/656794
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 656794] Re: it asks for some application permission, seeking some password which can be anything but not the root password, so can't sign in through empathy.

2010-10-08 Thread Koustuv Banerjee

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656794/+attachment/1678596/+files/Dependencies.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/656794/+attachment/1678597/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/656794/+attachment/1678599/+files/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/656794/+attachment/1678600/+files/XsessionErrors.txt

-- 
it asks for some application permission, seeking some password which can be 
anything but not the root password, so can't sign in through empathy.
https://bugs.launchpad.net/bugs/656794
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 647182] Re: spontaneous reboot on logging in xubuntu maverick

2010-10-08 Thread impert
After an upgrade last night this problem seems to have disappeared, so
the bug report can be closed, as far as I'm concerned.

-- 
spontaneous reboot on logging in xubuntu maverick
https://bugs.launchpad.net/bugs/647182
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 656804] [NEW] I cannot type in a Custom command that begins with one of the predefined commands.

2010-10-08 Thread Fergal Daly
Public bug reported:

Binary package hint: gnome-control-center

To reproduce:

1 Set out to make a Custom terminal command say gnome-terminal -geometry 80x40
2 System - Preferences - Preferred Applications
3 System Tab
4 Select Custom
5 Start typing gnome-terminal -geometry 80x40

Bug: As soon as you type the l at the end of gnome-terminal, the
dialog changes and you are out of Custom and it sets itself to GNOME
Terminal and all the input boxes are grey.

Expected: I should be able to type the whole command.

If you want to notice that it's the same as a preset *when I'm finished
typing* and then offer me the choice to select the preset that would be
ok.

I worked around this by pasting in the whole command.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-control-center 1:2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct  8 10:57:26 2010
ExecutablePath: /usr/bin/gnome-default-applications-properties
SourcePackage: gnome-control-center
XsessionErrors:
 (polkit-gnome-authentication-agent-1:2051): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-appearance-properties:18131): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-appearance-properties:18131): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed

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


** Tags: amd64 apport-bug lucid

-- 
I cannot type in a Custom command that begins with one of the predefined 
commands.
https://bugs.launchpad.net/bugs/656804
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 656804] Re: I cannot type in a Custom command that begins with one of the predefined commands.

2010-10-08 Thread Fergal Daly

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656804/+attachment/1678614/+files/Dependencies.txt

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/656804/+attachment/1678615/+files/ProcEnviron.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/656804/+attachment/1678616/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/656804/+attachment/1678617/+files/ProcStatus.txt

-- 
I cannot type in a Custom command that begins with one of the predefined 
commands.
https://bugs.launchpad.net/bugs/656804
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 656802] [NEW] should build GTK2 and GTK3 versions

2010-10-08 Thread Sebastien Bacher
Public bug reported:

The packaging will need to be updated once GTK3 is available in Natty to
build GTK2 and GTK3 versions of the library

** Affects: gnome-desktop (Ubuntu)
 Importance: Low
 Assignee: Sebastien Bacher (seb128)
 Status: Confirmed


** Tags: gnome3-gtk3

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

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

** Tags added: gnome3-gtk3

** Changed in: gnome-desktop (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

-- 
should build GTK2 and GTK3 versions
https://bugs.launchpad.net/bugs/656802
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Alexander Gnodtke
** Bug watch added: GNOME Bug Tracker #631668
   https://bugzilla.gnome.org/show_bug.cgi?id=631668

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

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 656802] Re: should build GTK2 and GTK3 versions

2010-10-08 Thread Sebastien Bacher
Upstream has been cleaning the abi and made the new version only using
GTK3 so we will need a new source rather in addition of the GTK2 one we
have

-- 
should build GTK2 and GTK3 versions
https://bugs.launchpad.net/bugs/656802
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 656735] Re: Don't edit menu items, don't add launch button on desktop.

2010-10-08 Thread Alexander Gnodtke
Does the problem persist if you switch back to gnome-panel?

What does the following mean? Нет такого файла или каталога


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

-- 
Don't edit menu items, don't add launch button on desktop.
https://bugs.launchpad.net/bugs/656735
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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

[Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Al Zhukov
@Karl, I don't have ubuntuone installed, but I have this bug.

Sometimes I can stop layout switching by closing all or some program
windows. Forcing Skype to notification area and closing all his
messaging windows often helps, closing Chrome completely might help too.
I can't see the consistent behavior of the bug, but I usually have 2-3
Skype messaging windows open, pidgin, chrome stable with 5-6 tabs and
one of text editors open and I do a lot of switching, I have 3 layouts
installed.

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 656822] [NEW] Clicking open when choosing a folder shows the error message the folder could not be created

2010-10-08 Thread launch...@russellengland.com
Public bug reported:

Binary package hint: nautilus

To reproduce the error:

a) Places - Search for Files

b) Look in folder - other

c) Choose a folder and click open

d) Error message  the folder could not be created error creating
directory: file exists


1) Ubuntu 10.04.1 LTS

2) Nautilus
  Installed: 1:2.30.1-0ubuntu1.1
  Candidate: 1:2.30.1-0ubuntu1.1
  Version table:
 *** 1:2.30.1-0ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 1:2.30.0-0ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages

3) Choose the folder

4) Error message the folder could not be created error creating
directory: file exists

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus 1:2.30.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Fri Oct  8 11:57:04 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 lucid

-- 
Clicking open when choosing a folder shows the error message the folder 
could not be created
https://bugs.launchpad.net/bugs/656822
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656822] Re: Clicking open when choosing a folder shows the error message the folder could not be created

2010-10-08 Thread launch...@russellengland.com

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656822/+attachment/1678686/+files/Dependencies.txt

** Attachment added: usr_lib_nautilus.txt
   
https://bugs.launchpad.net/bugs/656822/+attachment/1678687/+files/usr_lib_nautilus.txt

-- 
Clicking open when choosing a folder shows the error message the folder 
could not be created
https://bugs.launchpad.net/bugs/656822
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


Re: [Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2010-10-08 Thread Martin Pitt
Hello Gunnar,

Gunnar Hjalmarsson [2010-10-07 22:34 -]:
 Keeping the limited purpose of GDM's locale selector in mind, i.e.
 allowing users to start a session in a different language, I believe
 that _now_ the best way to serve that purpose is to update $LANGUAGE and
 set $LC_MESSAGES, while leaving $LANG to language-selector.

If gdm's UI becomes a pure language selector, I agree. This requires
some more intrusive code changes, though, and some thought about
handling country specific languages like Portugese from Portugal vs.
Brazil, or simplified/traditional Chinese. This should be
coordinated/discussed in an upstream bug, since this is going to be a
fairly large patch.

 So, why do I persist, and claim that my method is better? As far as I
 can tell, the patches I wrote make language-selector and GDM work
 seamlessly together, without any cause left for users to get confused.

Your gdm patch just changes how the result from the locale selector is
handled, but it doesn't change the locale selector to become a
language selector. So if I'm choosing German (Switzerland) on an
en_US-by-default box, I'd get German strings, but time/currency/etc
format would still be US. This would be by design with your idea (set
LANGUAGE=de and keep LANG=en_US), but gdm shouldn't offer me three
different country options for Germany, since they won't make a
difference.

 At the same time I can't see how going the other way, and just unset
 $LANGUAGE, would be sufficient to prevent undesired user surprises.

In my scenario above, unsetting $LANGUAGE when I change LANG away from
the default en_US, would ensure that I actually get a fully German
desktop.

 * I decide to switch the language (and nothing else) to en_US, and do so
 from GDM.

You can't right now. en_US is not a language, it's a locale.

 * While now seeing English in menus and messages, I also see those
 ambigous American date formats etc., which I don't want.

Right, I understand (see above). That's exactly my point above, gdm
shouldn't offer a country selection if it stops being able to set
country specific settings.

 So, what else can I say? Suppose most that can be said have been said by
 now, so I simply beg you to reconsider and give my patches a chance. If
 I'm proved wrong, by you or somebody else, I promise that I'll shut my
 mouth. But only then. ;-)

Oh, please don't misunderstand me. I don't think your idea is wrong,
it just changes some use cases. However, if we want to implement it,
it should be done properly, not just halfway (and thus become even
more inconsistent).

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

-- 
Set $LANGUAGE if the user picks a different locale in gdm, so that 
language-selector and gdm stop disagreeing
https://bugs.launchpad.net/bugs/553162
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 656829] [NEW] system hangs when switching from vt to graphical vt7

2010-10-08 Thread Bastian
Public bug reported:

Binary package hint: gnome-settings-daemon

When switching back from text console to graphical console 7, the system 
freezes.
Graphic card is a radeon mobility 9000 with 32MB

This is a regression from gnome-settings-daemon 2.32.0-0ubuntu1.

But this update solves the bug of a partial corrupted login screen (see
attached file login.jpg)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-settings-daemon 2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Fri Oct  8 13:14:31 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100803.1)
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon

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


** Tags: apport-bug i386 maverick

-- 
system hangs when switching from vt to graphical vt7
https://bugs.launchpad.net/bugs/656829
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 656829] Re: system hangs when switching from vt to graphical vt7

2010-10-08 Thread Bastian

** Attachment added: login.jpg
   https://bugs.launchpad.net/bugs/656829/+attachment/1678701/+files/login.jpg

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656829/+attachment/1678702/+files/Dependencies.txt

-- 
system hangs when switching from vt to graphical vt7
https://bugs.launchpad.net/bugs/656829
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 239952] Re: firefox - the associated helper application does not exist

2010-10-08 Thread Ric Flomag
Indeed, this bug affects TB also:

/tmp/LettreCaravaneGroupeBilan6et7novembreOK-2.pdf could not be opened,
because the associated helper application does not exist. Change the
association in your preferences.

(thunderbird 3.1.4, Maverick)

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 655845] Re: Evince SIGCHLD unexpectedly exits while loading DjVu file

2010-10-08 Thread jukarimov
Hi, Pedro!
Apparently file was corrupted.
I downloaded it again from a 
href=http://gen.lib.rus.ec/search?req=1c13aa927ddad6ca52c20e16248257b7nametype=orig;here/a
 and it's ok now.
Regads,
juk

-- 
Evince SIGCHLD unexpectedly exits while loading DjVu file
https://bugs.launchpad.net/bugs/655845
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 239952] Re: firefox - the associated helper application does not exist

2010-10-08 Thread Chris Coulson
Please try the Thunderbird 3.1.5 RC build from the ubuntu-mozilla-
security PPA (https://edge.launchpad.net/~ubuntu-mozilla-
security/+archive/ppa). It has the same patch in.

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 239952] Re: firefox - the associated helper application does not exist

2010-10-08 Thread Ric Flomag
Thanks Chris, the issue is solved in TB.

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 656852] [NEW] Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread Luiz Eduardo Cantanhede Neri
Public bug reported:

Binary package hint: nautilus

Release of ubuntu:

Description:Ubuntu 10.04.1 LTS
Release:10.04
--
Package version

nautilus:
  Instalado: 1:2.30.1-0ubuntu1.1
---
What expected to happen

When typing on nautilus to find a file by name nautilus selects the
file, but when I press CTRL +C or CTRL +X it does not cut or copy the
file.

---
What happened instead

The command copy or cut happens on search's textbox. And the file/folder on 
nautilus is not copied or cut.
---
Other info

I took this pic showing the screen
http://yfrog.com/42capturadetelaluizeduardp
 1 - the search box which i'm using to find the specific file or folder
 2 - the selected file from the search's result.

While the textbox is on focus, most keys shortcuts are disabled Like ALT+F (for 
files menu).
Although is very simple to bypass this usability bug. Just press ESC and the 
textbox goes aways and the keys works.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus 1:2.30.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct  8 09:03:38 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANGUAGE=pt_BR:pt_PT:pt
 PATH=(custom, user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: amd64 apport-bug lucid

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread Luiz Eduardo Cantanhede Neri

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656852/+attachment/1678804/+files/Dependencies.txt

** Attachment added: usr_lib_nautilus.txt
   
https://bugs.launchpad.net/bugs/656852/+attachment/1678805/+files/usr_lib_nautilus.txt

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Bug Watch Updater
** Changed in: gnome-games
   Status: Unknown = New

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

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 656413] Re: Trash folder is always cleaned regardless of settings

2010-10-08 Thread Bug Watch Updater
** Changed in: evolution
   Status: Unknown = New

** Changed in: evolution
   Importance: Unknown = High

-- 
Trash folder is always cleaned regardless of settings
https://bugs.launchpad.net/bugs/656413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 655707] Re: Firefox crashes opening pages that use webfonts

2010-10-08 Thread Bug Watch Updater
** Changed in: pango
   Status: Unknown = Fix Released

** Changed in: pango
   Importance: Unknown = Medium

-- 
Firefox crashes opening pages that use webfonts 
https://bugs.launchpad.net/bugs/655707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pango1.0 in ubuntu.

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


[Bug 655391] Re: cannot login anymore in lucid after installing ubuntu updates

2010-10-08 Thread Leonardo Situmorang
same thing happened to me. right after regular update, i can't get
passed the login window. it keeps redirected me to login window
eventhough i entered correct login credentials.

i did downgrade the gdm package by manually downloaded and installed it,
but still no use.

-- 
cannot login anymore in lucid after installing ubuntu updates
https://bugs.launchpad.net/bugs/655391
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 649993] Re: Enter key does not work in the nautilus sidebar

2010-10-08 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Medium

-- 
Enter key does not work in the nautilus sidebar
https://bugs.launchpad.net/bugs/649993
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 239952] Re: firefox - the associated helper application does not exist

2010-10-08 Thread Chris Coulson
Excellent, that's great news. Thanks for testing

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 654761] Re: Battery life estimation always show estimating... in battery (indicator applet)

2010-10-08 Thread Fabián Rodríguez
*** This bug is a duplicate of bug 629258 ***
https://bugs.launchpad.net/bugs/629258

** This bug has been marked a duplicate of bug 629258
   Battery life estimation never comes around
 * You can subscribe to bug 629258 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/629258/+subscribe

-- 
Battery life estimation always show estimating... in battery (indicator 
applet)
https://bugs.launchpad.net/bugs/654761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 651801] Re: Strings not translated (Organize by Name and Organize Desktop by Name)

2010-10-08 Thread David Planella
** Changed in: ubuntu-translations
   Status: New = Invalid

-- 
Strings not translated (Organize by Name and  Organize Desktop by Name)
https://bugs.launchpad.net/bugs/651801
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656132] Re: No transparency in tooltips for Empathy's contact list

2010-10-08 Thread pablomme
As I said in the description, this is *not* bug #538293. De-dupping.

** This bug is no longer a duplicate of bug 538293
   Wrong transparency in tooltips of the new themes

-- 
No transparency in tooltips for Empathy's contact list
https://bugs.launchpad.net/bugs/656132
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


Re: [Bug 625793] Re: Keyboard layout automatically changes + 100% CPU usage [updated]

2010-10-08 Thread Dmitry Shachnev
I still can't reproduce it with gsd 2.32.0-0ubuntu3. Karl, maybe you
push this version to main repository?

-- 
Keyboard layout automatically changes + 100% CPU usage [updated]
https://bugs.launchpad.net/bugs/625793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 656763] Re: The 'Pause' button in Mahjongg doesn't have an icon

2010-10-08 Thread Vish
Thanks for forwarding this upstream.

This is because the gnome-icon-theme stopped shipping with the stock icons in 
gnome-icon-theme 2.30. 
Apps using the stock icons either need to rename the icons to standard icon 
names or supply icons within their own package.

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

** Changed in: gnome-games (Ubuntu)
   Status: Confirmed = Triaged

** Tags removed: amd64

-- 
The 'Pause' button in Mahjongg doesn't have an icon
https://bugs.launchpad.net/bugs/656763
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 531155] Re: gedit l10n schemas is not registered

2010-10-08 Thread Nobuto MURATA
This issue is still reproducible in Maverick latest build. (sorry for late 
testing)
http://cdimage.ubuntu.com/daily-live/20101007/maverick-desktop-i386.iso

gedit l10n schemas is not registered both in LiveCD and after ubuntu-
installation with language-packs.

** Summary changed:

- gedit schemas is not registered during live session
+ gedit l10n schemas is not registered

** Description changed:

  Binary package hint: casper
  
  Expected result:
   1. boot from LiveCD
   2. choose language 日本語 (Japanese)
   3. execute the below line in terminal
    $ gconftool --get /apps/gedit-2/preferences/encodings/auto_detected
   4. get the value below
    [UTF-8,CURRENT,ISO-2022-JP,SHIFT_JIS,EUC-JP]
  
  Actual result:
   4. get the value below
    [UTF-8,CURRENT,ISO-8859-15,UTF-16]
  
  The value is defined in /usr/share/gconf/schemas/gedit.schemas.
  But $ gconftool --get returns C locale's value in any locales because the 
schemas is not registered.
- After running $ sudo dpkg-reconfigure gedit manually, we can get expected 
result.
  
  The schemas is necessary for auto detect encodings in each locale.
  
- =
- Karmic OK
- Lucid Alpha2OK
- Lucid Alpha3NG
- =
- 
  ProblemType: Bug
  Architecture: i386
- Date: Wed Mar  3 06:52:00 2010
- DistroRelease: Ubuntu 10.04
- LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100302)
+ Date: Wed Mar  3 06:52:00 2010DistroRelease: Ubuntu 10.04LiveMediaBuild: 
Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100302)
  Package: casper 1.224
  ProcEnviron:
   LANG=ja_JP.UTF-8
   SHELL=/bin/bash
- ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
- SourcePackage: casper
+ ProcVersionSignature: Ubuntu 2.6.32-14.20-genericSourcePackage: casper
  Uname: Linux 2.6.32-14-generic i686

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

-- 
gedit l10n schemas is not registered
https://bugs.launchpad.net/bugs/531155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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

[Bug 656887] [NEW] requires a new source for GTK3

2010-10-08 Thread Sebastien Bacher
Public bug reported:

gtksourceview 2.91 will use gtk3 and be installable at the same time
than the current version, it will need a new source

** Affects: gtksourceview2 (Ubuntu)
 Importance: Low
 Status: Confirmed


** Tags: gnome3-gtk3

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

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

** Tags added: gnome3-gtk3

-- 
requires a new source for GTK3
https://bugs.launchpad.net/bugs/656887
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtksourceview2 in ubuntu.

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


[Bug 656894] [NEW] double notification / notifications on own messages

2010-10-08 Thread sblatt
Public bug reported:

Binary package hint: empathy

1) lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

2) apt-cache policy empathy
empathy:
  Installed: 2.32.0-0ubuntu2
  Candidate: 2.32.0-0ubuntu2
  Version table:
 *** 2.32.0-0ubuntu2 0
500 http://ch.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status

3) and 4)

Sometimes, I get 2 notifications for one message (in the same bubble). 
(Expected: 1 notification)
And I get notifications for my own messages. (Expected: no notification)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct  8 15:19:36 2010
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=en_US:en
 LANG=en_US.utf8
SourcePackage: empathy

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


** Tags: amd64 apport-bug maverick

-- 
double notification / notifications on own messages
https://bugs.launchpad.net/bugs/656894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 656894] Re: double notification / notifications on own messages

2010-10-08 Thread sblatt

** Attachment added: bug2.png
   https://bugs.launchpad.net/bugs/656894/+attachment/1678898/+files/bug2.png

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656894/+attachment/1678899/+files/Dependencies.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/656894/+attachment/1678900/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/656894/+attachment/1678901/+files/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/656894/+attachment/1678902/+files/XsessionErrors.txt

-- 
double notification / notifications on own messages
https://bugs.launchpad.net/bugs/656894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2010-10-08 Thread Gunnar Hjalmarsson
Hi again, Martin!

On 2010-10-08 13:08, Martin Pitt wrote:
 Gunnar Hjalmarsson [2010-10-07 22:34 -]:
 Keeping the limited purpose of GDM's locale selector in mind, i.e.
 allowing users to start a session in a different language, I believe
 that _now_ the best way to serve that purpose is to update $LANGUAGE and
 set $LC_MESSAGES, while leaving $LANG to language-selector.
 
 If gdm's UI becomes a pure language selector, I agree. This requires
 some more intrusive code changes, though, and some thought about
 handling country specific languages like Portugese from Portugal vs.
 Brazil, or simplified/traditional Chinese.

I thought that GDM was already prepared for handling region specific
languages (see below).

 Your gdm patch just changes how the result from the locale selector is
 handled, but it doesn't change the locale selector to become a
 language selector. So if I'm choosing German (Switzerland) on an
 en_US-by-default box, I'd get German strings, but time/currency/etc
 format would still be US. This would be by design with your idea

So far I'm with you (I think...).

 (set LANGUAGE=de and keep LANG=en_US),

Not true as regards LANGUAGE. If you would choose German
(Switzerland), my patch would make de_CH, i.e. including the country
code, become the first language/country combination in the LANGUAGE
list. (It would also set LC_MESSAGES to de_CH.utf8.)

Please note that the LANGUAGE list, that is currently maintained from
language-selector only, includes country codes when available.
Consequently the code I patched does so too.

 but gdm shouldn't offer me three different country options for
Germany,

Why not? Ok, it should offer you six different country options, because
that's the available number. ;-)

 since they won't make a difference.

They will (se above). As regards translated strings, that is. Not as
regards other locale aspects.

While I agree that GDM's UI should be reconsidered if a change along
these lines is implemented, I'm not convinced, at least not yet, that
there is actually a need to change it.

 * While now seeing English in menus and messages, I also see those
 ambigous American date formats etc., which I don't want.
 
 Right, I understand (see above). That's exactly my point above, gdm
 shouldn't offer a country selection if it stops being able to set
 country specific settings.

Well, with my patch it _would_ be able to set a country/region specific
language. Personally I think that the GDM UI explains it: The label is
Language, and the list includes region specific options.

Or do you mean that users are currently led to believe that GDM changes
_all_ locale settings? Personally I don't think they are, possibly with
the exception of experienced Ubuntu users, who may remember how it used
to work...

 Oh, please don't misunderstand me. I don't think your idea is wrong,
 it just changes some use cases. However, if we want to implement it,
 it should be done properly, not just halfway (and thus become even
 more inconsistent).

Absolutely.

Let me say that I like the direction this conversation now has taken,
and I'd be happy to keep participating in the process. As a newbie in
the Ubuntu community I'd appreciate a hint or two about the proper way
to help, though. ;-)

/ Gunnar

-- 
Set $LANGUAGE if the user picks a different locale in gdm, so that 
language-selector and gdm stop disagreeing
https://bugs.launchpad.net/bugs/553162
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 538963] Re: reducing the width of contact list disappears combobox

2010-10-08 Thread Vish
pablomme, its still an issue, the difference now is that the maverick
theme has changed.

Set the font size to 7 and resize the contacts window. It will make the
combobox disappear.

-- 
reducing the width of contact list disappears combobox
https://bugs.launchpad.net/bugs/538963
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 656900] [NEW] Feature request: add buddy pounce

2010-10-08 Thread Bryan
Public bug reported:

Binary package hint: empathy

I read here to create a bug with Bugzilla and link it here:
https://answers.launchpad.net/empathy/+question/44246

So I've filed this bug with Gnome's Bugzilla here:
https://bugzilla.gnome.org/show_bug.cgi?id=631680

Here's the text from the Bugzilla bug report:

Since Empathy has replaced Pidgin as the default chat client for Ubuntu,
it'd be great to have a buddy pounce feature, since Pidgin had one.
It allows you to flag a contact and be notified when that contact is
available for chat, so you can move on to something else and not have to
worry about checking every few minutes whether that contact is online.

Here's what it looks like in Pidgin:

http://blog.shankarganesh.com/2007/06/24/pidgin-notification-when-a
-buddy-comes-online/

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

-- 
Feature request: add buddy pounce
https://bugs.launchpad.net/bugs/656900
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 656363] Re: missing 2.32 feature: add annotations

2010-10-08 Thread Mario
The fact that evince 2.32 should support it is clearly stated here:
http://library.gnome.org/misc/release-notes/2.32/

Found this post from the feature author: 
http://febuntoo.com/carlos-garcia-campos-adding-new-annotations-with-evince.html
Looking at the video you can see how it is supposed to access to the 
annotations related tools (very hidden!). In the actual Maverick version I'm 
able to see any already present annotation (it is possible to change the text 
and to 'save as' the final document) but I can't add any new annotation. The 
'add' tab is missing.

I was thinking that it may depends on an old version of the poppler
library in Maverick. In this article he says that such feature requires
a recent version of the poppler library (current git master) but such
article is dated on 26th of July 2010.

The actual version of the poppler is 0.14.3 and the Ubuntu package has been 
packaged on the 15th of September (on a New upstream bug fix release).
Now I've found that it seems to require the 0.15 version: 
http://mail.gnome.org/archives/evince-list/2010-September/msg00012.html
It is a developtment version and I guess Ubuntu is not going to package it... :(

-- 
missing 2.32 feature: add annotations
https://bugs.launchpad.net/bugs/656363
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 656919] [NEW] alias resets after disconnect

2010-10-08 Thread Mr. Blonde
Public bug reported:

Binary package hint: empathy

Ubuntu Lucid
empathy 2.30.2-0ubuntu1

After a disconnect the MSN alias is reset to the default alias for that
account (first name).

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

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

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread flipefr
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

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

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656932] [NEW] send file to thunderbird with non-ASCII path

2010-10-08 Thread riu
Public bug reported:

Binary package hint: nautilus-sendto

When the filepath contain non-ASCII symbols, the file cannot be sent
(the file is inaccessible).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus-sendto 2.28.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
CheckboxSubmission: 8bf351e32a2c0e6ed74749d2aae2fe20
CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
Date: Fri Oct  8 10:59:46 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: nautilus-sendto

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


** Tags: apport-bug i386 lucid

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-10-08 Thread riu

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656932/+attachment/1678958/+files/Dependencies.txt

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread flipefr
Gracias por reportar este bug. Considero que este bug tiene suficiente
información para que un desarrollador comience a tratarlo. Lo marco como
confirmado y se tratará desde aqui.

Gracias por tomarte el tiempo para mejorar Ubuntu!

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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

[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread flipefr
Thank you for taking the time to make Ubuntu better. Since what you
submitted is not really a bug, or a problem, but rather an idea to
improve Ubuntu, you are invited to post your idea in Ubuntu Brainstorm
at http://brainstorm.ubuntu.com/ where it can be discussed, voted by the
community and reviewed by developers. Thanks for taking the time to
share your opinion!

** Changed in: gcalctool (Ubuntu)
   Status: New = Opinion

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

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


[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread C de-Avillez
Setting New/WishList until someone can confirm the issue.

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

** Changed in: gcalctool (Ubuntu)
   Status: Opinion = New

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

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


[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread flipefr
** Changed in: gcalctool (Ubuntu)
   Status: New = Confirmed

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

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

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


[Bug 656919] Re: alias resets after disconnect

2010-10-08 Thread drizzle
Dear Mr. Blonde,

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

Additionally, please execute the following command, as it will automatically 
gather debugging information, in a terminal:
apport-collect BUGNUMBER

This will help us to find and resolve the problem.

Sincerely,

Darran

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

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

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


[Bug 636329] Re: Gimp won't print preview

2010-10-08 Thread Dave Gilbert
Hi Frankie,
  OK I think in that case your problem is separate - I still think this 
particular fix is a valid one then for most peoples setup.

Dave

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 656964] [NEW] fails to extract if the filename contains non-ASCII characters

2010-10-08 Thread AndresB
Public bug reported:

Binary package hint: file-roller

A friend sent me a zipped folder with some .doc files
I tried to extract the whole thing, groups of files, and each individual file

the message always was
An error occurred while extracting archives
caution: filename not matched:  [Folder/filename]


The folder contained an i with acute accent í, and no file was
extractable.


I made 2 folders: one named í (with accent) with a text file named i 
(without accent); and another switching both names.
If either the folder or the file has an accented vowel, the archive manager 
zips it, but throws an error when unzipping.

This problem is not present when using the .tar.gz format

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

-- 
fails to extract if the filename contains non-ASCII characters
https://bugs.launchpad.net/bugs/656964
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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

[Bug 444067] Re: Strange GConf Error breaks GUI after update to karmic

2010-10-08 Thread Artem Karimov
** Changed in: gconf (Ubuntu)
   Status: Confirmed = Invalid

-- 
Strange GConf Error breaks GUI after update to karmic
https://bugs.launchpad.net/bugs/444067
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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


[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread flipefr
** Bug watch added: GNOME Bug Tracker #631688
   https://bugzilla.gnome.org/show_bug.cgi?id=631688

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

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

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


[Bug 656696] Re: Horizontal scrolling is a poor solution

2010-10-08 Thread C de-Avillez
** Changed in: gcalctool (Ubuntu)
   Status: New = Triaged

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

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread flipefr
I can't reproduce it on Maverick
Can you test in Maverick?
It looks like it is fixed.

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

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-10-08 Thread Oded Arbel
Rich: obviously you are correct. I was simply noting the exact technical
nature of the issue so the developers will have a good understanding of
how to fix this.

One more piece of technical information though: When using GNOME shell
instead of metacity, the panel apparently uses the gnome-settings applet
so under that the keyboard layout indicator always does not indicate
layout, and there is no work around for that as the Ubuntu application
indicator does not work under GNOME shell.

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 348002] Re: An error occurred Disconnected: Connection terminated - totem - jaunty jackalope

2010-10-08 Thread Pandelis Xanthopoulos
This bug exists on Maverick RC. It may be related to Bug #410047.

-- 
An error occurred Disconnected: Connection terminated - totem - jaunty jackalope
https://bugs.launchpad.net/bugs/348002
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 656919] Re: alias resets after disconnect

2010-10-08 Thread drizzle
I have been unable to reproduce this on 2.32.0 on 10.10 Beta.

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

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread Pedro Villavicencio
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 656852] Re: Nautilus does not copy/cut when using keyboard to find a file

2010-10-08 Thread Luiz Eduardo Cantanhede Neri
My pleasure to help Ubuntu. I just find Ubuntu wonderful and I is
gratifing feeling that you are helping

Right now I don't have Maverick installed. I'm still using 10.04, I'll
download the RC and try again.

-- 
Nautilus does not copy/cut when using keyboard to find a file
https://bugs.launchpad.net/bugs/656852
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 565570] Re: Extra pane in Nautilus 2.30.0

2010-10-08 Thread Kupfer
Extra pane by default (or an option for it) would be great

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

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


  1   2   3   >