[Bug 573415] Re: g-s-d uses high disk i/o

2011-04-04 Thread Kamil Páral
This is definitely a bug, and an important one. Recently I started to
suffer from these symptoms too. After starting up the computer and
running nautilus (this is important, only after running nautilus), the
gnome-settings-daemon process froze up my computer, totally. Disk
spinning. It unfroze only after a long time. Very bad experience.

After reading this bug, I finally found the cause. Thumbnails directory.
These are my measurements:

$ du -sh .thumbnails/
315M.thumbnails/
$ find .thumbnails/ | wc -l
14648
Time spent with 100% I/O load caused by g-s-d (after starting nautilus): 1min 
45sec

That means every boot I had to wait 2 more minutes to be able to work
with computer.

After removing ~/.thumbnails directory the problem is gone. Now my
computer works fast again, finally.

Gnome-settings-daemon must *not* read all the thumbnails on nautilus
start. It must expect there are a lot of them!

Note: 'find' command was able to count the thumbnails quickly. But when
opening the directory with 'mc', it also took about two minutes. I
suppose that g-s-d is doing something similar to mc, like calling 'file'
on every file or similar task. That must be fixed (or otherwise g-s-d
devs should make sure there are never dozens of thousands of files in
that directory).

Please increase the priority on this.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  g-s-d uses high disk i/o

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


[Bug 318403] Re: keyboard typing break not cancelled on suspend

2010-01-12 Thread Kamil Páral
** Package changed: ubuntu = gnome-control-center (Ubuntu)

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

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

-- 
keyboard typing break not cancelled on suspend
https://bugs.launchpad.net/bugs/318403
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 149589] Re: Update emblem sizes due changes in nautilus 2.20

2009-12-27 Thread Kamil Páral
I think in Ubuntu 9.10 emblems work just fine, closing this one.

** Changed in: human-icon-theme/trunk
   Status: Confirmed = Fix Released

-- 
Update emblem sizes due changes in nautilus 2.20
https://bugs.launchpad.net/bugs/149589
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 371790] Re: libgstmpegaudioparse sound crackling

2009-08-28 Thread Kamil Páral
This problem seems not to appear anymore in the development version of
Karmic.

** Changed in: gst-plugins-ugly0.10 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
libgstmpegaudioparse sound crackling
https://bugs.launchpad.net/bugs/371790
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-ugly0.10 in ubuntu.

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


[Bug 237424] Re: Evolution forgets webcal passwords, and web calendars are not displayed on the gnome-clock-applet

2009-08-12 Thread Kamil Páral
What about providing the fix also for Ubuntu 9.04? Evolution is quite
unusable without it.

-- 
Evolution forgets webcal passwords, and web calendars are not displayed on the 
gnome-clock-applet
https://bugs.launchpad.net/bugs/237424
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 371790] [NEW] libgstmpegaudioparse sound crackling

2009-05-04 Thread Kamil Páral
Public bug reported:

This problem was originaly mentioned in bug 345627, but I was adviced to
report it separately against gst-plugins-ugly0.10 package.

I have Intel HDA audio controller (Thinkpad R61) and have heavy
crackling problem in certain (not all!) AVI video files (usually
containing MP3 as audio). Usually the audio is crackling, sometimes it's
silent, very occasionaly it's ok. Interesting is that MP3 files play ok.

For example this file has crackling audio:
http://games.on.net/file/8386/StarCraft_II_Cinematic_Trailer
(alternatively http://www.starcraft2.com/movies.xml (Cinematic Trailer))

I have found out that I can solve the problem by:
1. Removing gstreamer0.10-plugins-ugly package. Not convenient, I need support 
for some proprietary formats.
or
2. Removing/renaming this file:
/usr/lib/gstreamer-0.10/libgstmpegaudioparse.so

After that, all AVI files play ok.

This is a regression compared to Ubuntu 8.10. I have the bug confirmed also by:
https://launchpad.net/~mikeawebb



$ lspci -v
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
Subsystem: Lenovo Device 20ac
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fe22 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel ?
Capabilities: [130] Root Complex Link ?
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

$ apt-cache policy gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly:
  Installed: 0.10.10.2-1build1
  Candidate: 0.10.10.2-1build1
  Version table:
 *** 0.10.10.2-1build1 0
500 http://cz.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

** Affects: gst-plugins-ugly0.10 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  This problem was originaly mentioned in bug 345627, but I was adviced to
  report it separately against gst-plugins-ugly0.10 package.
  
  I have Intel HDA audio controller (Thinkpad R61) and have heavy
  crackling problem in certain (not all!) AVI video files (usually
  containing MP3 as audio). Usually the audio is crackling, sometimes it's
  silent, very occasionaly it's ok. Interesting is that MP3 files play ok.
  
- For example this file has have crackling audio:
+ For example this file has crackling audio:
  http://games.on.net/file/8386/StarCraft_II_Cinematic_Trailer
  (alternatively http://www.starcraft2.com/movies.xml (Cinematic Trailer))
  
  I have found out that I can solve the problem by:
  1. Removing gstreamer0.10-plugins-ugly package. Not convenient, I need 
support for some proprietary formats.
  or
  2. Removing/renaming this file:
  /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so
  
  After that, all AVI files play ok.
  
  This is a regression compared to Ubuntu 8.10. I have the bug confirmed also 
by:
  https://launchpad.net/~mikeawebb
  
  
  
  $ lspci -v
  00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
Subsystem: Lenovo Device 20ac
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fe22 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel ?
Capabilities: [130] Root Complex Link ?
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
  
  $ apt-cache policy gstreamer0.10-plugins-ugly
  gstreamer0.10-plugins-ugly:
Installed: 0.10.10.2-1build1
Candidate: 0.10.10.2-1build1
Version table:
   *** 0.10.10.2-1build1 0
  500 http://cz.archive.ubuntu.com jaunty/universe Packages
  100 /var/lib/dpkg/status
  
  $ lsb_release -rd
  Description:  Ubuntu 9.04
  Release:  9.04

-- 
libgstmpegaudioparse sound crackling
https://bugs.launchpad.net/bugs/371790
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-ugly0.10 in ubuntu.

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


[Bug 82530] Re: Wish: Show warning dialog when shutting down PC and another user logged in

2009-04-16 Thread Kamil Páral
It is not exactly user friendly - the dialog is not quite readable for
the average end user - but yes, it seems like fixed. Thanks.

-- 
Wish: Show warning dialog when shutting down PC and another user logged in
https://bugs.launchpad.net/bugs/82530
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 336665] Re: gtk buttons translations doesn't work for czech

2009-03-27 Thread Kamil Páral
Seems to be fixed in Jaunty Beta.

** Changed in: language-pack-cs (Ubuntu)
   Status: New = Fix Released

-- 
gtk buttons translations doesn't work for czech
https://bugs.launchpad.net/bugs/336665
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 336665] Re: gtk buttons translations doesn't work for czech

2009-03-02 Thread Kamil Páral
** Description changed:

  Latest Jaunty.
  
  Some of the standard gtk buttons (Close, OK, Cancel, Help, etc) are not
  currently shown as translated when using Czech locale (cs_CZ). The
  strings *are* translated (as visible in libgnomeui-2.0.mo). The rest of
- the system is also translated. Just these basic button. There has to be
+ the system is also translated. Just these basic buttons. There has to be
  some build problems or something.
  
  I also tested Spanish translation, just to be sure, and it works ok.
  Therefore the problem is not in all languages, maybe in Czech only.

-- 
gtk buttons translations doesn't work for czech
https://bugs.launchpad.net/bugs/336665
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 72346] Re: System unusable when internet connection down and domain name set

2008-12-30 Thread Kamil Páral
I can't really tell, because there seems not to be any way in Ubuntu
8.10 to set the domain name.

-- 
System unusable when internet connection down and domain name set
https://bugs.launchpad.net/bugs/72346
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 158146] Re: xdg-user-dirs should ignore ~/.Trash

2008-11-11 Thread Kamil Páral
No, it seems to be already fixed in Ubuntu 8.10. Marking as Fix
Released.

** Changed in: xdg-user-dirs (Ubuntu)
   Status: Incomplete = Fix Released

-- 
xdg-user-dirs should ignore ~/.Trash
https://bugs.launchpad.net/bugs/158146
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xdg-user-dirs in ubuntu.

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


[Bug 73401] Re: current working directory not set correctly when launching JAR file

2008-07-12 Thread Kamil Páral
Could you please mark this bug as duplicate to the original bug report?
I would like to subcribe to it. Or at least write here the bug number.

-- 
current working directory not set correctly when launching JAR file
https://bugs.launchpad.net/bugs/73401
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 234777] Re: jvm receives wrong path

2008-07-12 Thread Kamil Páral
I reopen this bug since I have provided additional information in bug
#73401, which is a duplicate of this bug. Please read it.

Easily said, when I have ~/app/app.jar and launch it, currently the nautilus do:
$ java -jar ~/app/app.jar
(cwd is undefined, mostly ~)
and should do:
$ cd ~/app
$ java -jar app.jar# or 'java -jar ~/app/app.jar', this doesn't matter
(cwd set to ~/app)

This is because java applications have NO WAY of determining their run
location. It's the limitation of the platform. Therefore if they want to
use additional files addressed by relative paths, they must be run with
cwd set correctly to program directory. On Windows this issue doesn't
exist, clearly their launcher implementation always change cwd
appropriately. Ubuntu should do this too.

I'm Java developer, this issue makes me a lot of troubles for linux
users.

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

-- 
jvm receives wrong path
https://bugs.launchpad.net/bugs/234777
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 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
I confirm this. The totem freezes on smb share when subtitles are
present (actually, it doesn't freeze, it just downloads the whole film
in advance, which is bad). It happens only sometimes, I think it's
connected with public/non-public shares somehow. Using the ~/.gvfs
directory works fine. This is a bug in totem and also a bug in nautilus
(nautilus should pass another path, totem should not buffer all).

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

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
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 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
Yes, you are right! Changing %U to %F really fixes this problem and
totem is using gvfs instead.

I have created a patch to totem.desktop file, please send it to hardy-
updates.

** Attachment added: patch for totem to use gvfs
   http://launchpadlibrarian.net/14955903/patch

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
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 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
I don't know whether some ubuntu users may choose not use the gvfs, but
if not, this change can stay ubuntu-specific instead of going to
upstream.

What is the correct solution then? I suppose fix the bug in totem in
upstream. But that means waiting a long time, and probably not having
this problem fixed until Intrepid.

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
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 228609] Re: špatný překlad v aplik aci Rhythmbox

2008-05-09 Thread Kamil Páral
This is a bug in czech translation in rhythmbox. I didn't know that
adding a remote tracker would notify bugtracking team of Rhythmbox, I'm
sorry for that. Maybe you can advise me how to add remote tracker
without doing that. This bug will be solved solely in czech translators
team, no external help is needed.

** Changed in: language-pack-cs (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Ubuntu Czech Translators 
(ubuntu-l10n-cs)
   Status: Triaged = In Progress

-- 
špatný překlad v aplikaci Rhythmbox
https://bugs.launchpad.net/bugs/228609
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 219842] Re: firefox start page not showing in cs_CZ locale

2008-04-23 Thread Kamil Páral
There was surely some update on http://start.ubuntu.com (because of
style change) and the start page is now in czech. Great, solved.

And Pluto Ai, die in hell!

** Changed in: ubuntu-docs (Ubuntu)
   Status: New = Fix Released

-- 
firefox start page not showing in cs_CZ locale
https://bugs.launchpad.net/bugs/219842
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 219842] Re: firefox start page not showing in cs_CZ locale

2008-04-20 Thread Kamil Páral
I really don't know what the above comment should mean. It's probably
just some internet troll, please ignore him (or better ban him). It has
no connection with my bug report.

-- 
firefox start page not showing in cs_CZ locale
https://bugs.launchpad.net/bugs/219842
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 219842] Re: firefox start page not showing in cs_CZ locale

2008-04-20 Thread Kamil Páral
** Description changed:

  Binary package hint: ubuntu-docs
  
- In Ubuntu 8.04 Beta the default Firefox start page does not show
+ In Ubuntu 8.04 RC the default Firefox start page does not show
  translated page in the Czech language (cs_CZ locale), even though we
  have translated the page. Instead, the page shows default english texts.
  
  If you look into /usr/share/ubuntu-artwork/home/locales-ubuntu, there is
  a index-cs_CZ.html file, which is a page, which should be displayed. The
  problem may come from the fact, that there is no index-cs.html file, but
  the web browsers send only cs locale as a preferred language, not
  cs_CZ locale. Maybe that is the reason (it looks for nonexisting
  file). There are no other locales starting with cs other than cs_CZ,
  so there should certainly exist a symlink pointing from index-cs.html to
  index-cs_CZ.html. This could solve the problem.
  
  I have also noticed that firefox after startup opens not the /usr/share
  /ubuntu-artwork/home/locales-ubuntu/index-*.html local page, but the
  address bar shows http://start.ubuntu.com/8.04/;. Therefore it may be
  needed to somehow propagate the changes also to this server to fix the
  issue.
  
  Please have a look at it before the final Hardy is out. Thank you.
+ 
+ Note: Below there are some comments from Pluto Ai. Just ignore them.
+ Pluto Ai is either some retard or it is a spambot.

-- 
firefox start page not showing in cs_CZ locale
https://bugs.launchpad.net/bugs/219842
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 195915] Re: the applets are not stopped correctly

2008-04-06 Thread Kamil Páral
The upstream bug has been fixed. The remote tracker seems to be somehow
stuck. I think this can be marked as solved.

-- 
the applets are not stopped correctly
https://bugs.launchpad.net/bugs/195915
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 200532] Re: Brasero doesn't utilize .desktop translations from Rosetta

2008-04-02 Thread Kamil Páral
I don't think it's still correct. In two sections ([Desktop Entry] and
[Desktop Action OpenProject]) the X-Ubuntu-Gettext-Domain=brasero is
supplied, but in the remaining section [Desktop Action BurnImage] the
gettext line is still missing.

-- 
Brasero doesn't utilize .desktop translations from Rosetta
https://bugs.launchpad.net/bugs/200532
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 210243] [NEW] Brasero menu item misses X-Ubuntu-Gettext-Domain line

2008-04-01 Thread Kamil Páral
Public bug reported:

Brasero menu item in Ubuntu Hardy (1.4.2008) doesn't use Ubuntu
translations.

The file /usr/share/applications/brasero.desktop *does* contain the necessary 
line
X-Ubuntu-Gettext-Domain=brasero
but only on the *end of file*. Which is wrong, because there is not only the 
[Desktop Enty] section, but also [Desktop Action BurnImage] section and 
[Desktop Action OpenProject] section. Therefore the 
X-Ubuntu-Gettext-Domain=brasero only applies to the last (OpenProject) 
section.

In order for the translations to be fully working, *all* the sections
must contain the X-Ubuntu-Gettext-Domain=brasero line. Which means,
there must be three of them, each in the corresponding section.

Please fix soon, we (czech language) have the menu item in english and
that is very inconvenient.

** Affects: ubuntu
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
 Status: New

** Changed in: ubuntu
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Brasero menu item misses X-Ubuntu-Gettext-Domain line
https://bugs.launchpad.net/bugs/210243
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 205440] Re: package language-pack-en 1:8. 04+20080308 failed to install/upgrade: Versuche, »/usr/share/locale-langpack/en_GB/LC_MESSAGES/sha red-mime-info.mo« zu überschreiben, welches auch in

2008-03-25 Thread Kamil Páral
** Also affects: language-pack-cs (Ubuntu)
   Importance: Undecided
   Status: New

-- 
package language-pack-en 1:8.04+20080308 failed to install/upgrade: Versuche, 
»/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo« zu 
überschreiben, welches auch in Paket language-pack-gnome-en ist
https://bugs.launchpad.net/bugs/205440
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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

[Bug 205953] Re: language-pack-cs broken

2008-03-24 Thread Kamil Páral
I don't think this should be bound to language-pack-cs. Czech
translators team use language-pack-cs for reporting l10n issues, not
packaging issues. This report should affect something else.

-- 
language-pack-cs broken
https://bugs.launchpad.net/bugs/205953
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 82530] Re: Wish: Show warning dialog when shutting down PC and another user logged in

2008-03-08 Thread Kamil Páral
** Summary changed:

- Wish: No warning dialog when shutting down PC and another user logged in
+ Wish: Show warning dialog when shutting down PC and another user logged in

-- 
Wish: Show warning dialog when shutting down PC and another user logged in
https://bugs.launchpad.net/bugs/82530
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 149589] Re: Update emblem sizes due changes in nautilus 2.20

2008-01-17 Thread Kamil Páral
confirming

** Changed in: human-icon-theme
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Confirmed

-- 
Update emblem sizes due changes in nautilus 2.20
https://bugs.launchpad.net/bugs/149589
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 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-12-21 Thread Kamil Páral
It is fixed in 8.04, not in 7.10. Since this bug is reported against
7.10, I think it should *not* be marked as Fix released.

-- 
[Gutsy] high processor activity after logging out and then logging in again
https://bugs.launchpad.net/bugs/150471
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 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-11-30 Thread Kamil Páral
What about Gutsy? It happens quite often and maybe it is not security
hole, but it's quite annoying and troublesome. Why not to put it into
recommended updates repository?

-- 
[Gutsy] high processor activity after logging out and then logging in again
https://bugs.launchpad.net/bugs/150471
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 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-11-06 Thread Kamil Páral
Well, I don't know if disabling Tracker will help, but I know for sure
that Nautilus takes 100% cpu. killall nautilus works good, apart from
not getting the desktop screen and icons then. I would see this as
another bug than Tracker-related.

-- 
[Gutsy] high processor activity after logging out and then logging in again
https://bugs.launchpad.net/bugs/150471
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 150471] Re: [Gutsy] high processor activity after logging out and then logging in again

2007-11-04 Thread Kamil Páral
I experience the same problem quite often. People have attached logs,
setting as confirmed.

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

-- 
[Gutsy] high processor activity after logging out and then logging in again
https://bugs.launchpad.net/bugs/150471
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 82530] Re: Wish: No warning dialog when shutting down PC and another user logged in

2007-10-26 Thread Kamil Páral
I have created a blueprint as requested:
https://blueprints.launchpad.net/ubuntu/+spec/shutdown-with-multiple-logged-users

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: None = gnome-session

-- 
Wish: No warning dialog when shutting down PC and another user logged in
https://bugs.launchpad.net/bugs/82530
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-session in ubuntu.

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


[Bug 117058] Re: desktop items with special chars in filename don't show in gnome-panel untill relog

2007-08-02 Thread Kamil Páral
*** This bug is a duplicate of bug 64264 ***
https://bugs.launchpad.net/bugs/64264

Are you sure this is a duplicate of bug #64264 ? I'm not an expert, but
it seems to me it doesn't have to be necessarily the same bug...

-- 
desktop items with special chars in filename don't show in gnome-panel untill 
relog
https://bugs.launchpad.net/bugs/117058
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 117058] desktop items with special chars in filename don't show in gnome-panel untill relog

2007-05-26 Thread Kamil Páral
Public bug reported:

Binary package hint: gnome-menus

When you install/copy some .desktop file into /usr/share/applications, it
usually shows immediately in Applications menu. But this doesn't work when the
.desktop file has some non-standard character in filename (eg. app+.desktop,
app=.desktop, appí.desktop, appš.desktop, ...). For these .desktop files you
have to log out and log in again into gnome session to see these items in
Applications menu. I have found out this when installing this package:
http://packages.debian.org/unstable/net/linuxdcpp
and saw these symptoms (it uses dc++.desktop menu file).

Notice: I use Ubuntu 7.04, not Debian (forementioned is debian package), but it
doesn't matter, try simply create your own .desktop files in
/usr/share/applications. It a general problem.

Steps to reproduce:
 1. $ cd /usr/share/applications
 1. Find some .desktop file, eg. firefox.desktop
 2. $ cp firefox.desktop firefox2.desktop
 3. Now you have 2 firefox's in menu.
 4. $ rm firefox2.desktop
 5. Original state
 6. $ cp firefox.desktop firefox+.desktop
 7. Now you have only 1 firefox in menu. Where's the difference? In the + in
filename.
 8. Log out, log in, now you have finally 2 firefox's.

Happens:
 Everytime.

Expected result:
 Desktop files with non-standard filenames also appears immediately.


==
Note: This bug has been reported in Gnome Bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=441407
but was marked as Ubuntu-specific.

Comment from Vincent Untz:
I've tested a bit, and it seems to only happen in ubuntu because it's using the
gnome-vfs backend, which is not upstream. Somebody should fix the downstream
patch. Can you file a bug in launchpad?

** Affects: gnome-menus (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
desktop items with special chars in filename don't show in gnome-panel untill 
relog
https://bugs.launchpad.net/bugs/117058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-menus in ubuntu.

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

[Bug 41117] Re: Controls do not disappear completely in fullscreen

2007-05-09 Thread Kamil Páral
i confirm. issue is not fixed. i have nvidia-glx-new drivers installed.

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

-- 
Controls do not disappear completely in fullscreen
https://bugs.launchpad.net/bugs/41117
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 53539] Re: xine crashes when seeking fast in AVI video with windows-1250 encoding subtitles

2007-04-29 Thread Kamil Páral
It is fixed in Ubuntu 7.04.

** Changed in: xine-lib (Ubuntu)
   Status: Needs Info = Fix Released

-- 
xine crashes when seeking fast in AVI video with windows-1250 encoding 
subtitles 
https://bugs.launchpad.net/bugs/53539
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 72346] Re: System unusable when internet connection down and domain name set

2007-04-22 Thread Kamil Páral
Still an issue in Feisty final. Although the waiting interval for
application to start has reduced to 10 seconds.

-- 
System unusable when internet connection down and domain name set
https://bugs.launchpad.net/bugs/72346
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 104064] Re: l10n of .desktop file broken

2007-04-10 Thread Kamil Páral
Of course i use daily packages. As a matter of fact, German should be
the *only one* working translation, and that's because it's included
directly in the .desktop file. No other language should work. Watch:

$ grep Name /usr/share/applications/restricted-manager.desktop 
Name=Restricted Drivers Manager
Name[de]=Verwaltung von eingeschränkten Treibern
$ grep Comment /usr/share/applications/restricted-manager.desktop 
Comment=Check for new Restricted Drivers
Comment[de]=Auf neue eingeschränkte Treiber prüfen

And now watch:

$ msgunfmt /usr/share/locale-langpack/cs/LC_MESSAGES/restricted-manager.mo | 
grep -A 1 Restricted Drivers Manager
msgid Restricted Drivers Manager
msgstr Správce nesvobodných ovladačů
$ msgunfmt /usr/share/locale-langpack/cs/LC_MESSAGES/restricted-manager.mo | 
grep -A 1 Check for new Restricted Drivers
msgid Check for new Restricted Drivers
msgstr Hledat nové nesvobodné ovladače

As you can see, we (Czech) have translated both the menu item and
comment strings, but it's visible still in english! This is important
menu item, please fix before final release...

** Changed in: restricted-manager (Ubuntu)
   Status: Rejected = Confirmed

-- 
l10n of .desktop file broken
https://bugs.launchpad.net/bugs/104064
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 104064] l10n of .desktop file broken

2007-04-07 Thread Kamil Páral
You have been subscribed to a public bug:

Binary package hint: restricted-manager

The menu item Restricted Drivers Manager in System→Administration is
always in english (so is it's tooltip), even though we (locale cs_CZ)
have fully translated restricted-manager package. There is something
wrong with the .desktop file, it does not take translated strings from
restricted-manager.mo.

** Affects: restricted-manager (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs
 Status: Unconfirmed

-- 
l10n of .desktop file broken
https://bugs.launchpad.net/bugs/104064

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

[Bug 95215] Re: l10n of .desktop file is missing

2007-04-07 Thread Kamil Páral
*** This bug is a duplicate of bug 94754 ***
https://bugs.launchpad.net/bugs/94754

oh, i see now, this bug is a duplicate of a fixed bug. i shall start a
new one, i suppose. so i will.

-- 
l10n of .desktop file is missing
https://bugs.launchpad.net/bugs/95215
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 95215] Re: l10n of .desktop file is missing

2007-04-07 Thread Kamil Páral
*** This bug is a duplicate of bug 94754 ***
https://bugs.launchpad.net/bugs/94754

The .desktop file now has the X-Ubuntu-Gettext-Domain key, but still
it does not work. The menu item and it's tooltip is still in english. At
least for Czech localization (cs_CZ), it does not work.

-- 
l10n of .desktop file is missing
https://bugs.launchpad.net/bugs/95215
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 104064] l10n of .desktop file broken

2007-04-07 Thread Kamil Páral
Public bug reported:

Binary package hint: restricted-manager

The menu item Restricted Drivers Manager in System→Administration is
always in english (so is it's tooltip), even though we (locale cs_CZ)
have fully translated restricted-manager package. There is something
wrong with the .desktop file, it does not take translated strings from
restricted-manager.mo.

** Affects: restricted-manager (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs
 Status: Unconfirmed

** Changed in: restricted-manager (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
l10n of .desktop file broken
https://bugs.launchpad.net/bugs/104064
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 95231] Re: [gnome-keyboard-properties] l10n is broken

2007-04-02 Thread Kamil Páral
I use cs_CZ.UTF-8 locale, and I attached a picture of System → Options
→ Keyboard (picture from Ubuntu 6.10, but it's the same as 7.04). All
the strings are translated in xkeyboard-config package, but only a few
of them are actually translated on the picture (only those strings
available in forementioned xml files).

** Attachment added: keyboad config - translation problem
   http://librarian.launchpad.net/7115090/keyboard%20config.png

** Attachment removed: keyboad config - translation problem

   http://librarian.launchpad.net/7115090/keyboard%20config.png

-- 
[gnome-keyboard-properties] l10n is broken
https://bugs.launchpad.net/bugs/95231
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 95231] Re: [gnome-keyboard-properties] l10n is broken

2007-04-02 Thread Kamil Páral

** Attachment added: keyboad config - translation problem
   http://librarian.launchpad.net/7115103/keyboard%20config.png

-- 
[gnome-keyboard-properties] l10n is broken
https://bugs.launchpad.net/bugs/95231
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 95215] l10n of .desktop file is missing

2007-03-23 Thread Kamil Páral
Public bug reported:

Binary package hint: restricted-manager

The restricted-manager.desktop file is lacking X-Ubuntu-Gettext-Domain
key, and therefore cannot be localized in system menu. Please fix fast,
final release of feisty is coming...

--

Proposed patch:
add following line to the end of restricted-manager.desktop file:

X-Ubuntu-Gettext-Domain=restricted-manager

** Affects: restricted-manager (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs
 Status: Unconfirmed

-- 
l10n of .desktop file is missing
https://launchpad.net/bugs/95215

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


[Bug 95215] l10n of .desktop file is missing

2007-03-23 Thread Kamil Páral
Public bug reported:

Binary package hint: restricted-manager

The restricted-manager.desktop file is lacking X-Ubuntu-Gettext-Domain
key, and therefore cannot be localized in system menu. Please fix fast,
final release of feisty is coming...

--

Proposed patch:
add following line to the end of restricted-manager.desktop file:

X-Ubuntu-Gettext-Domain=restricted-manager

** Affects: restricted-manager (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs
 Status: Unconfirmed

** Changed in: restricted-manager (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
l10n of .desktop file is missing
https://launchpad.net/bugs/95215

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


[Bug 95231] [gnome-keyboard-properties] l10n is broken

2007-03-23 Thread Kamil Páral
Public bug reported:

Ubuntu 7.04 (23.03.07)

gnome-keyboard-properties cannot be localized. If you look for strings
that exist there, you will find them in the xkeyboard-config
localization package. The problem is, gnome-keyboard-properties don't
take localization from that package.

We (Czech) have fully localized xkeyboard-config package, but gnome-
keyboard-properties are showing mainly in english.

I have figured out, that gnome-keyboard-properties takes its localization from 
files
/usr/share/X11/xkb/rules/xorg.xml
/usr/share/X11/xkb/rules/base.xml
/usr/share/X11/xkb/rules/xfree86.xml
(not sure which one of them)

But those xml files cannot be localized (at least in Rosseta)! And I
wouldn't understand purpose of xkeyboard-config package though.

Please either fix gnome-keyboard-properties to look for localization
into xkeyboard-config package or give some possibility to translate
those xml files in Rosseta. I suppose the first option is right.

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

-- 
[gnome-keyboard-properties] l10n is broken
https://launchpad.net/bugs/95231

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


[Bug 89302] Codec auto-download not working when movie has external subtitles

2007-03-02 Thread Kamil Páral
Public bug reported:

Binary package hint: totem-gstreamer

Ubuntu 7.04 daily build (2nd Mar 2007)

When doubleclicking on some movie with proprietary codecs, a dialog with
auto-download codec feature appears. When doubleclicking on the same
movie, but with external subtitles present (named eg. movie_name.srt),
only this error dialog appears:

An error occurred
GstPlayBin: Only a subtitle stream was detected. Either you are loading a 
subtitle file or some other type of text file, or the media file was not 
recognized.

This is a bug, totem should ignore the subtitles and offer to the user
the same possibility to auto-download codecs, as it does with movies
without subtitles. Because (at least at my country) most of all movies
comes with subtitles, this renders the whole auto-download-codec feature
only half-working...

ProblemType: Bug
Date: Fri Mar  2 20:54:05 2007
DistroRelease: Ubuntu 7.04
Uname: Linux ubuntu 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux

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

-- 
Codec auto-download not working when movie has external subtitles
https://launchpad.net/bugs/89302

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


[Bug 72346] Re: System unusable when internet connection down and domain name set

2007-02-21 Thread Kamil Páral
Yes, ping localhost works fine. Also ping HOSTNAME.DOMAIN works
fine. But a lot of programs are starting with a long delay. I have
noticed, that some programs don't have this delay, eg. NX Client.

This bug is also reproducible on Feisty Fawn alpha LiveCD. Just boot the
CD, have wired connection via dhcp, change the domain name, and unplug
the connection. After few seconds, applications starts about half a
minute. There is clearly visible that ubuntu loads some data from CD,
after that there is a long pause of waiting, and after that it loads
some more data from CD and application finally pops up.

-- 
System unusable when internet connection down and domain name set
https://launchpad.net/bugs/72346

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


[Bug 72346] System unusable when internet connection down and domain name set

2007-02-20 Thread Kamil Páral
Public bug reported:

Ubuntu Edgy.

If you set your domain name in
System-Administration-Networking-General-Domain name
and reboot your pc with network cable unpluged, you discover a serious problem.

Computer boots ok, but logging into Gnome session take about one minute,
maybe longer (ussualy it is 15sec). After that, starting every single
program (Nautilus, Terminal, Gedit, etc) take about 30sec. When you
switch from X to console, you'll find out, that some commands are
working ok, and some not (midnight commander is also waiting about 30sec
before showing up). Wow.

I tried this on two my computers (both Edgy), at both experiencing the
same problem. The computer is literally unusable.

When I unset my domain name (set it to empty line), everything starts to work 
fine, even if the internet connection is still unpluged.
(When unsetting domain name,beware this bug
https://launchpad.net/distros/ubuntu/+source/gnome-system-tools/+bug/72341
You also have to change localhost aliases manually.)

At both computers, I have network set this way (of course different IPs):
configuration: static IP address
IP address: 192.168.0.2
subnet mask: 255.255.255.0
gateway address: 192.168.0.1
dns servers: 192.168.0.1

Expected behaviour: computer should work as usual even when domain name
is set and network cable is unplugged.

This is really serious and annoying problem, I guess.

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
System unusable when internet connection down and domain name set
https://launchpad.net/bugs/72346

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


[Bug 84544] Wrong X-Ubuntu-Gettext-Domain key in tsclient.desktop file

2007-02-13 Thread Kamil Páral
Public bug reported:

Binary package hint: tsclient

Ubuntu 6.10.
In tsclient.desktop file, X-Ubuntu-Gettext-Domain key is not in [Desktop Entry] 
section, but in [Desktop Action Full] section. I don't really know what this 
section is for, but it is causing a problem, when you update translations for 
menu items in package tsclient using rosseta. This changes would not apply, and 
old translations from tsclient.desktop file would be still valid. Moving 
X-Ubuntu-Gettext-Domain key into [Desktop Entry] section helped, when I tried 
it.

** Affects: tsclient (Ubuntu)
 Importance: Low
 Assignee: Ubuntu Desktop Bugs
 Status: Confirmed

-- 
Wrong X-Ubuntu-Gettext-Domain key in tsclient.desktop file
https://launchpad.net/bugs/84544

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


[Bug 84544] Re: Wrong X-Ubuntu-Gettext-Domain key in tsclient.desktop file

2007-02-13 Thread Kamil Páral
Well, i can't help you with that. But i think this bug should get a
higher importance, so someone could notice it and fix it.

My other (very similar) reported bug got high importance
https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/84556
and was fixed almost immediately.

Untranslatable menu entries are very unpleasant for non-english speaking
countries.

Thank you.

** Changed in: tsclient (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
Wrong X-Ubuntu-Gettext-Domain key in tsclient.desktop file
https://launchpad.net/bugs/84544

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


[Bug 84556] [baobab] Missing X-Ubuntu-Gettext-Domain key in baobab.desktop file

2007-02-11 Thread Kamil Páral
Public bug reported:

Binary package hint: gnome-utils

Ubuntu 6.10.
In baobab.desktop file, there is missing X-Ubuntu-Gettext-Domain key. 
Therefore, the menu item is displayed only in predefined languages in desktop 
file, but cannot be further localized. Particularly for czech (cs) translation, 
there is no localized string in desktop file, so this item is always displayed 
in english, although we localized the baobab package in rosetta.

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

-- 
[baobab] Missing X-Ubuntu-Gettext-Domain key in baobab.desktop file
https://launchpad.net/bugs/84556

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


[Bug 74579] Re: [baobab] show hidden folders checkbox always checked

2006-12-06 Thread Kamil Páral
Steps:
1. run baobab
2. select Folder button
3. on the folder selection dialog, checkbox show hidden folders is checked. 
hidden folders are probably not showing, therefore it is showing wrong state. 
uncheck checkbox.
4. select Folder button
5. on the folder selection dialog, checkbox show hidden folders is checked. 
hidden folders are now probably showing, therefore it is showing correct state. 
uncheck checkbox.
6. try again. and again.

-- 
[baobab] show hidden folders checkbox always checked
https://launchpad.net/bugs/74579

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


[Bug 53539] Re: xine crashes when seeking fast in AVI video with windows-1250 encoding subtitles

2006-12-05 Thread Kamil Páral
could somebody please test it? i am not experienced enough to be able to
download source code via cvs, compile it and verify it. also i wouldn't
be able to restore my system if i do something wrong. someone more
experienced, please? or can someone make a deb package from it?

-- 
xine crashes when seeking fast in AVI video with windows-1250 encoding 
subtitles 
https://launchpad.net/bugs/53539

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


[Bug 74579] [baobab] show hidden folders checkbox always checked

2006-12-05 Thread Kamil Páral
Public bug reported:

When running folder scan in baobab, there is a checkbox show hidden
folders when selecting destination folder. This checkbox is always
checked on dialog startup, not according to current state. Switching the
checkbox works, but sometimes the meaning is reversed (according to
current state). Ubuntu Edgy.

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

-- 
[baobab] show hidden folders checkbox always checked
https://launchpad.net/bugs/74579

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


[Bug 53539] Re: xine crashes when seeking fast in AVI video with windows-1250 encoding subtitles

2006-11-24 Thread Kamil Páral
it happens with *any* video and *any* external subtitles (srt,sub,etc).

but, I attach an example. it's a mov video with standard iso-8859-1
subtitles. it has only 3 minutes, so in totem use shift+arrow keys in
order not to seek to far. seek forward and/or backwards many times,
after few seconds gui will freeze.

** Attachment added: totem crash example files
   http://librarian.launchpad.net/5157330/Totem-crash.zip

-- 
xine crashes when seeking fast in AVI video with windows-1250 encoding 
subtitles 
https://launchpad.net/bugs/53539

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


[Bug 48974] Re: white gdm freeze on logout

2006-11-23 Thread Kamil Páral
Ok, I take back my statement, just happend. So it is not ok even in
Edgy...

-- 
white gdm freeze on logout
https://launchpad.net/bugs/48974

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


[Bug 71580] Re: Totem-xine crash when playing mov file

2006-11-23 Thread Kamil Páral
yes, also crash

$ xine nzm_ETQWat8800Launch.mov 
Toto je xine (GUI pro X11) - svobodný videopřehrávač v0.99.4.
(c) 2000-2004 Tým xine.
xiTK received SIGSEGV signal, RIP.
Aborted (core dumped)
$ 

probably xine bug therefore. sorry for not trying immediately.

-- 
Totem-xine crash when playing mov file
https://launchpad.net/bugs/71580

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