[Bug 867749] Re: Permission Denied error when reading a pdf format file whos name doesn't end in .pdf

2015-01-03 Thread Pavel Šefránek
** Bug watch added: GNOME Bug Tracker #661936
   https://bugzilla.gnome.org/show_bug.cgi?id=661936

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

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

Title:
  Permission Denied error when reading a pdf format file whos name
  doesn't end in .pdf

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2013-05-31 Thread Pavel Šefránek
Tomin: It's actually a kernel bug - if you manually turn DMA on in your
BIOS then printer will work seamlessly. So there's need to be automatic
kernel decision when to turn FIFO on/off (depending on your BIOS DMA
option). I've filled an upstream bug here:
https://bugzilla.kernel.org/show_bug.cgi?id=56721

Tomin please try to turn DMA on for you parallel port and tell us if
this solved your issue.

** Bug watch added: Linux Kernel Bug Tracker #56721
   http://bugzilla.kernel.org/show_bug.cgi?id=56721

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 1032251] Re: EOG hangs in Ubuntu 12.04

2013-03-19 Thread Pavel Šefránek
Still present in 12.04. Any chance to get it fixed?

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

Title:
  EOG hangs in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1032251/+subscriptions

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


[Bug 1152725] [NEW] CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2013-03-08 Thread Pavel Šefránek
Public bug reported:

I've done some deep testing today under following OSes (all are in the newest 
version):
1) CentOS 6.3
2) Fedora 17
3) openSUSE 12.2
4) Ubuntu 12.04, 12.10 and 13.04

Under all 4, there is the same ownership of /dev/lp0 and /dev/parport0
(owner root/group lp, permissions 660), BUT I have found the difference
between Red Hat based systems (where the parallel printer works well)
and the others (Ubuntu and openSUSE - where id doesn't work well). The
output of dmesg|grep parport for Red Hat based is:

[ 7.522714] parport_pc 00:06: reported by Plug and Play ACPI
[ 7.522769] parport0: PC-style at 0x278 (0x678), irq 5 [PCSPP,TRISTATE]
[ 45.177790] lp0: using parport0 (interrupt-driven).

however Ubuntu and openSUSE dmesg dmesg|grep parport says this:

[ 21.205326] parport_pc 00:06: reported by Plug and Play ACPI
[ 21.205380] parport0: PC-style at 0x278 (0x678), irq 5, using FIFO 
[PCSPP,TRISTATE,COMPAT,ECP]
[ 21.326415] lp0: using parport0 (interrupt-driven).

So the diffrence between those two seems to be between enabling and
disabling FIFO. I've also looked at kernel configure files for Fedora 17
and Ubuntu 12.04 and I am posting the important section here:

Ubuntu 12.04 kernel configuration file (section PARPORT):
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y

Fedora 17 kernel configuration file (section PARPORT):
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
CONFIG_PARPORT_1284=y
# CONFIG_PARPORT_AX88796 is not set

CONFIG_ACPI_PCI_SLOT=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m

I have recompiled and tested the Ubuntu kernel - printer and everything
works without any problem.

Patch:  Set CONFIG_PARPORT_PC_FIFO to n in config.common.ubuntu file


Note: this bug is already filled as #339752 but for some reason (that I can't 
understand) it has been marked as WONTFIX :(

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

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 1152725] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2013-03-08 Thread Pavel Šefránek
Don't need a logfile. Everything is described in comment #1

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

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 488247] Re: Inkscape is slow starting

2013-01-19 Thread Pavel Šefránek
Agree with ~suv, the font issue still exists without any change (tested
on Ubuntu 12.10).

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

Title:
  Inkscape is slow starting

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-12-20 Thread Pavel Šefránek
Hey, any change here? I've already provided a patch, tested it -
everything worked fine. So what's the problem? Thanks

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-11-24 Thread Pavel Šefránek
Joseph, I have tried what you advised and kernel says this:

[  784.474354] parport 0x378 (WARNING): CTR: wrote 0x0c, read 0xff
[  784.474360] parport 0x378 (WARNING): DATA: wrote 0xaa, read 0xff
[  784.474362] parport 0x378: You gave this address, but there is probably no 
parallel port there!
[  784.474382] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]

In addition I cannot print through parallel port (/dev/lp0) at all. If I
type something like echo abc  /dev/lp0 the printer does nothing.

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 720446] Re: memory leak in compiz when using places, dashboard, and exposing launcher icons with multiple quicklists

2012-10-26 Thread Pavel Šefránek
I can confirm this too. After 4 days of using compiz it took about 700
MB of RSS memory (that makes it the biggest memory consumer on my 12.04
desktop). It's really annoying bug that causes my system swapping a lot
(I have 2 GB RAM installed).

It can be temporarily solved by executing unity --replace command.
After this the Compiz uses only about 60 MB of RSS.

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

Title:
  memory leak in compiz when using places, dashboard, and exposing
  launcher icons with multiple quicklists

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-multiload/+bug/720446/+subscriptions

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-10-26 Thread Pavel Šefránek
Joseph: All 32bit kernels tested and works as expected. Printer works
great. You can push them as regular updates.

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-10-22 Thread Pavel Šefránek
I am sorry I've hidden my comment 8 by mistake (it contains the patch).
Is there any way how to show it again?

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-10-22 Thread Pavel Šefránek
Joseph I actually don't know what to test. I've already recompiled the
newest original Ubuntu 12.04 kernel (3.2.0-32-generic-pae) with ONLY ONE
change (CONFIG_PARPORT_PC_FIFO is not set) and everything works as
expected (like under Red Hat based systems).

My box (Ubuntu 12.04): 
$ uname -a
Linux parizek 3.2.0-32-generic-pae #51-Ubuntu SMP Wed Sep 26 21:54:23 UTC 2012 
i686 i686 i386 GNU/Linux

But if you really want me to test each release I can download and test
them via Live-CD. In this case please provide 32bit kernels.

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: Slow/stuttering printing through parallel port

2012-10-21 Thread Pavel Šefránek
I've recompiled the kernel by myself thanks to this great howto
https://help.ubuntu.com/community/Kernel/Compile.

The only change I've made was commenting out the
CONFIG_PARPORT_PC_FIFO=y like Red Hat based systems do and printer works
great!

I am adding a patch to this bug that solves this problem and waiting for
some authorised person to apply the patch and make an update of the
kernel as soon as possible.

** Patch added: Fixes this bug
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/339752/+attachment/3407050/+files/kernel.diff

** Summary changed:

- Slow/stuttering printing through parallel port
+ CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through parallel port

2012-10-21 Thread Pavel Šefránek
Till, thanks for your quick cooperation. It was a joy for me to get this
fixed ASAP and now I'm waiting for a Precise update :-)

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

Title:
  CONFIG_PARPORT_PC_FIFO=y causes slow/stuttering printing through
  parallel port

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

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


[Bug 339752] Re: Slow/stuttering printing through parallel port

2012-10-20 Thread Pavel Šefránek
Seems I am very close to resolving this bug. I've done some deep testing today 
under following OSes (all are in the newest version): 
1) CentOS 6.3 
2) Fedora 17
3) openSUSE 12.2
4) Ubuntu 12.04

Under all 4, there is the same ownership of /dev/lp0 and /dev/parport0
(owner root/group lp, permissions 660), BUT I have found the difference
between Red Hat based systems (where the parallel printer works well)
and the others (Ubuntu and openSUSE  - where id doesn't work well). The
output of dmesg|grep parport for Red Hat based is:

[7.522714] parport_pc 00:06: reported by Plug and Play ACPI
[7.522769] parport0: PC-style at 0x278 (0x678), irq 5 [PCSPP,TRISTATE]
[   45.177790] lp0: using parport0 (interrupt-driven).

however Ubuntu and openSUSE dmesg dmesg|grep parport says this:

[   21.205326] parport_pc 00:06: reported by Plug and Play ACPI
[   21.205380] parport0: PC-style at 0x278 (0x678), irq 5, using FIFO 
[PCSPP,TRISTATE,COMPAT,ECP]
[   21.326415] lp0: using parport0 (interrupt-driven).


So the diffrence between those two seems to be between enabling and disabling 
FIFO. I've also looked at kernel configure files for Fedora 17 and Ubuntu 12.04 
and I am posting the important section here:

Ubuntu 12.04 kernel configuration file (section PARPORT):
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y


Fedora 17 kernel configuration file (section PARPORT):
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
CONFIG_PARPORT_1284=y
# CONFIG_PARPORT_AX88796 is not set

CONFIG_ACPI_PCI_SLOT=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m

I am not so experienced to recompile the kernel with option
CONFIG_PARPORT_PC_FIFO=n on my own so by this post I would like to
please someone to do this for us. Or please post here a guide how to
quickly recompile the kernel with changed parameter
CONFIG_PARPORT_PC_FIFO. Many thanks to kernel team!

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 339752] Re: Slow/stuttering printing through parallel port

2012-10-19 Thread Pavel Šefránek
Tested under Fedora 17 (kernel 3.3.4) and prints well without any
problems. Seems printing via parallel port under Redhat based system
works okay but openSuse and Ubuntu cannot handle this well.

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 339752] Re: Slow/stuttering printing through parallel port

2012-10-18 Thread Pavel Šefránek
Tested today under the newest Ubuntu 12.10 and still no change :-/

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 339752] Re: (Intrepid) Missing parport printer in CUPS

2012-10-16 Thread Pavel Šefránek
I am experiencing the same behaviour as wczimmerman described under
Ubuntu 12.04. My printer is dot matrix printer (POS printer) Star SP742.
If I am trying to print through /dev/parport0 printer is fast and works
without any hassles. Otherwise through /dev/lp0 it's very slow and not
smooth.

Tested also under openSUSE 12.2 (kernel 3.4.6; doesn't work too) and
CentOS 6.3 (kernel 2.6.32 -

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 339752] Re: (Intrepid) Missing parport printer in CUPS

2012-10-16 Thread Pavel Šefránek
Sorry for previous post - it was sent earlier than I want it to be sent.
So here it continues:

Under CentOS 6.3 printer works well and printing is smooth. Another
useful info can be found here in ubuntu forums:
http://ubuntuforums.org/showthread.php?p=12294802 (they describe the
same issue).

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 339752] Re: (Intrepid) Missing parport printer in CUPS

2012-10-16 Thread Pavel Šefránek
It is not a CUPS issue because printing from command line without CUPS
assistance (e.g. echo some longer text here  /dev/lp0) is slow too.

** Package changed: cups (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Confirmed

** Summary changed:

- (Intrepid) Missing parport printer in CUPS
+ Slow/stuttering printing through parallel port

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

Title:
  Slow/stuttering printing through parallel port

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

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


[Bug 1038678] Re: colord crashed with SIGABRT in g_assertion_message()

2012-10-01 Thread Pavel Šefránek
*** This bug is a duplicate of bug 827934 ***
https://bugs.launchpad.net/bugs/827934

** This bug has been marked a duplicate of bug 827934
   colord crashed with SIGABRT in raise()

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

Title:
  colord crashed with SIGABRT in g_assertion_message()

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

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


[Bug 945798] Re: colord crashed with SIGABRT in g_assertion_message()

2012-10-01 Thread Pavel Šefránek
*** This bug is a duplicate of bug 827934 ***
https://bugs.launchpad.net/bugs/827934

** This bug is no longer a duplicate of bug 1038678
   colord crashed with SIGABRT in g_assertion_message()
** This bug has been marked a duplicate of bug 827934
   colord crashed with SIGABRT in raise()

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

Title:
  colord crashed with SIGABRT in g_assertion_message()

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

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


[Bug 937274] Re: colord crashed with SIGABRT in g_assertion_message()

2012-10-01 Thread Pavel Šefránek
*** This bug is a duplicate of bug 827934 ***
https://bugs.launchpad.net/bugs/827934

** This bug is no longer a duplicate of bug 1038678
   colord crashed with SIGABRT in g_assertion_message()
** This bug has been marked a duplicate of bug 827934
   colord crashed with SIGABRT in raise()

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

Title:
  colord crashed with SIGABRT in g_assertion_message()

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

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


[Bug 922080] Re: colord crashed with SIGABRT in raise()

2012-10-01 Thread Pavel Šefránek
*** This bug is a duplicate of bug 827934 ***
https://bugs.launchpad.net/bugs/827934

** This bug has been marked a duplicate of bug 827934
   colord crashed with SIGABRT in raise()

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

Title:
  colord crashed with SIGABRT in raise()

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

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


[Bug 928066] Re: colord crashed with SIGABRT in g_assertion_message()

2012-10-01 Thread Pavel Šefránek
*** This bug is a duplicate of bug 827934 ***
https://bugs.launchpad.net/bugs/827934

** This bug is no longer a duplicate of bug 1038678
   colord crashed with SIGABRT in g_assertion_message()
** This bug has been marked a duplicate of bug 827934
   colord crashed with SIGABRT in raise()

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

Title:
  colord crashed with SIGABRT in g_assertion_message()

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

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


[Bug 827934] Re: colord crashed with SIGABRT in raise()

2012-07-09 Thread Pavel Šefránek
Affects me too. Occurs everytime I log on my desktop. All updates
installed. HP printer connected and turned on all the time.

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

Title:
  colord crashed with SIGABRT in raise()

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

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


[Bug 583567] Re: Totem/gstreamer plays h264/mp4a stream choppy and out of sync. VLC/ffmpeg plays stream perfectly.

2012-06-12 Thread Pavel Šefránek
I experience this issue also with Ubuntu 12.04 and DVD playback. When I
try to play a DVD video (.VOB/MPEG 2 Video (as Totem said)) with Totem
it's choppy and seeking is very slow. Otherwise VLC works perfect and
smoothly.

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

Title:
  Totem/gstreamer plays h264/mp4a stream choppy and out of sync.
  VLC/ffmpeg plays stream perfectly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/583567/+subscriptions

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


[Bug 994864] Re: Choppy video with Totem in 12.04 Precise Pangolin

2012-06-12 Thread Pavel Šefránek
*** This bug is a duplicate of bug 583567 ***
https://bugs.launchpad.net/bugs/583567

** This bug has been marked a duplicate of bug 583567
   Totem/gstreamer plays h264/mp4a stream choppy and out of sync. VLC/ffmpeg 
plays stream perfectly.

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

Title:
  Choppy video with Totem in 12.04 Precise Pangolin

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

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


[Bug 943696] Re: Enter key does not work either on JDK 6 or 7

2012-04-02 Thread Pavel Šefránek
Tested today with 12.04 Beta 2 and found that this ugly issue still
exists :(

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

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

Title:
  Enter key does not work either on JDK 6 or 7

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

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


[Bug 250696] Re: Many processes are zombies

2008-07-23 Thread Pavel Šefránek
Can you try to turn off some of the start-up apps in gnome-session-
properties and try to reboot? Especially xdg-user-dirs-gnome and gnome-
at-visual. Thanks

-- 
Many processes are zombies
https://bugs.launchpad.net/bugs/250696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 250696] Re: Many processes are zombies

2008-07-23 Thread Pavel Šefránek
Steffen, please try to reproduce as mentioned in comment 4. Thanks

-- 
Many processes are zombies
https://bugs.launchpad.net/bugs/250696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 250696] Re: Many processes are zombies

2008-07-23 Thread Pavel Šefránek
Ok, then it's a real issue.

-- 
Many processes are zombies
https://bugs.launchpad.net/bugs/250696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 250696] Re: Many processes are zombies

2008-07-22 Thread Pavel Šefránek
Does it happen every time? Or only at this session? Sometimes it's
enough to have only one zombie and apps that depend on that zombie
become zombies too. Try to investigate if it's common issue with the
same app. Thanks

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Many processes are zombies
https://bugs.launchpad.net/bugs/250696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 183917] Re: Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have played sound

2008-07-22 Thread Pavel Šefránek
Yes, that's a serious isssue. Wonder why we can't solve it since
Mandriva and Fedora do not suffer from this. Why don't just follow their
solutions?

-- 
Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have 
played sound
https://bugs.launchpad.net/bugs/183917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 184531] Re: Wanted some Ubuntu-specific icons

2008-06-12 Thread Pavel Šefránek
I'm not the original reporter. Let's inform [EMAIL PROTECTED]
about it.

-- 
Wanted some Ubuntu-specific icons
https://bugs.launchpad.net/bugs/184531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 183917] Re: Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have played sound

2008-05-24 Thread Pavel Šefránek
** Tags added: pulseaudio sound

-- 
Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have 
played sound
https://bugs.launchpad.net/bugs/183917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 226141] Re: pulseaudio allows a single program to hog the sound card exclusively

2008-05-21 Thread Pavel Šefránek
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 195463
   Flash (Gnash) silent if another audio program is open

** This bug is no longer a duplicate of bug 195463
   Flash (Gnash) silent if another audio program is open

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
pulseaudio allows a single program to hog the sound card exclusively
https://bugs.launchpad.net/bugs/226141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222564] Re: Flash does not work anymore

2008-05-21 Thread Pavel Šefránek
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
Flash does not work anymore
https://bugs.launchpad.net/bugs/222564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 215493] Re: Gnash plugin does not play sound on select Flash animations

2008-05-21 Thread Pavel Šefránek
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
Gnash plugin does not play sound on select Flash animations
https://bugs.launchpad.net/bugs/215493
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 213520] Re: No sound with pulseaudio

2008-05-21 Thread Pavel Šefránek
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
No sound with pulseaudio
https://bugs.launchpad.net/bugs/213520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195463] Re: Flash (Gnash) silent if another audio program is open

2008-05-21 Thread Pavel Šefránek
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
Flash (Gnash) silent if another audio program is open
https://bugs.launchpad.net/bugs/195463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223205] Re: Fan doesn't stop (Ubuntu 8.04 LTS)

2008-04-28 Thread Pavel Šefránek
** Changed in: linux (Ubuntu)
Sourcepackagename: linux-source-2.6.20 = linux
 Assignee: (unassigned) = Ubuntu Kernel ACPI Team (ubuntu-kernel-acpi)
   Status: New = Confirmed

-- 
Fan doesn't stop (Ubuntu 8.04 LTS) 
https://bugs.launchpad.net/bugs/223205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222935] Re: sudo stops working after filling a domain name in manual network configuration

2008-04-27 Thread Pavel Šefránek
*** This bug is a duplicate of bug 19775 ***
https://bugs.launchpad.net/bugs/19775

** This bug has been marked a duplicate of bug 19775
   Missing hostname in /etc/hosts causes sudo to fail

-- 
sudo stops working after filling a domain name in manual network configuration
https://bugs.launchpad.net/bugs/222935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222937] Re: gnome terminal scrollback buffer changed unexpectedly

2008-04-27 Thread Pavel Šefránek
Hi, everytime you type a command within the terminal it's been written
into your ~/.bash_history file. At every startup terminal reads that
file and fill its history buffer with that file.

In fact, the buffer is common for every terminal - history command
simply show ~/.bash_history file

Please let me know if this solve your issue. Thanks!

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

-- 
gnome terminal scrollback buffer changed unexpectedly
https://bugs.launchpad.net/bugs/222937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217967] Re: Can't install NFS for folder sharing

2008-04-27 Thread Pavel Šefránek
flowbot says fixed

** Changed in: nfs-utils (Ubuntu)
   Status: New = Fix Released

-- 
Can't install NFS for folder sharing
https://bugs.launchpad.net/bugs/217967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222770] Re: HARDY: Show stopper bug: Blank screen only with cursor

2008-04-27 Thread Pavel Šefránek
*** This bug is a duplicate of bug 218434 ***
https://bugs.launchpad.net/bugs/218434

Okay, thanks in advance for your information. Issue goes to bug 218434

** This bug has been marked a duplicate of bug 218434
   gnome-keyring-daemon crashed with SIGSEGV

-- 
HARDY: Show stopper bug: Blank screen only with cursor
https://bugs.launchpad.net/bugs/222770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223196] Re: [CVE-2008-1679, CVE-2008-1721] Python 2.5 vulnerabilities

2008-04-27 Thread Pavel Šefránek
** Changed in: python2.5 (Ubuntu)
   Status: New = Confirmed

-- 
[CVE-2008-1679, CVE-2008-1721] Python 2.5 vulnerabilities
https://bugs.launchpad.net/bugs/223196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223202] Re: Random system lockups

2008-04-27 Thread Pavel Šefránek
*** This bug is a duplicate of bug 223198 ***
https://bugs.launchpad.net/bugs/223198

** This bug has been marked a duplicate of bug 223198
   system freeze

-- 
Random system lockups
https://bugs.launchpad.net/bugs/223202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223205] Re: Fan doesn't stop (Ubuntu 8.04 LTS)

2008-04-27 Thread Pavel Šefránek
Have you experienced it with any previous version of Ubuntu? Have you
got desktop effects enabled? (If so, then try to disable them first) Is
your system under heavy load?

-- 
Fan doesn't stop (Ubuntu 8.04 LTS) 
https://bugs.launchpad.net/bugs/223205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223205] Re: Fan doesn't stop (Ubuntu 8.04 LTS)

2008-04-27 Thread Pavel Šefránek
Please attach here an output of ps aux command. Thanks

-- 
Fan doesn't stop (Ubuntu 8.04 LTS) 
https://bugs.launchpad.net/bugs/223205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222758] Re: Failed To Fetch

2008-04-26 Thread Pavel Šefránek
This is caused due to temporary overload of local Ubuntu mirrors. Wait
few days and everything will be fine ;-)

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

-- 
Failed To Fetch
https://bugs.launchpad.net/bugs/222758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222763] Re: weather appler

2008-04-26 Thread Pavel Šefránek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it, because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively [WWW]
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at [WWW]
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: f-spot (Ubuntu)
   Status: New = Incomplete

-- 
weather appler
https://bugs.launchpad.net/bugs/222763
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222760] Re: OpenOffice.org Danish dictionary suggests wrong corrections (word splitting)

2008-04-26 Thread Pavel Šefránek
It has to be Invalid instead of Incomplete (my fault, sorry)

** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = Invalid

-- 
OpenOffice.org Danish dictionary suggests wrong corrections (word splitting)
https://bugs.launchpad.net/bugs/222760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222760] Re: OpenOffice.org Danish dictionary suggests wrong corrections (word splitting)

2008-04-26 Thread Pavel Šefránek
Hi! The OpenOffice.org office suite is developed openoffice.org
community (http://www.openoffice.org/) and they have their own bug
system. You should file a new bug directly against the Danish component
into their system:
http://www.openoffice.org/issues/enter_bug.cgi?component=da

Thanks!

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
OpenOffice.org Danish dictionary suggests wrong corrections (word splitting)
https://bugs.launchpad.net/bugs/222760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222759] Re: Nautilus doesn't allow no bookmarks

2008-04-26 Thread Pavel Šefránek
This is not a bug - it's a common behavior: The default set of bookmarks are 
XDG user directories - they're recreated and automatically added to favorites 
on every startup via xdg-user-dirs-gtk-update command. 
Also see http://www.freedesktop.org/wiki/Software/xdg-user-dirs for more 
information.

** Changed in: ubuntu
   Status: New = Invalid

-- 
Nautilus doesn't allow no bookmarks
https://bugs.launchpad.net/bugs/222759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222766] Re: Jigit conf file not provided for Hardy

2008-04-26 Thread Pavel Šefránek
*** This bug is a duplicate of bug 67444 ***
https://bugs.launchpad.net/bugs/67444

Please add a comment to the original bug #67444 instead of creating a
new one. Thanks!

** Changed in: ubuntu-cdimage
   Status: New = Invalid

** This bug has been marked a duplicate of bug 67444
   [Edgy] Jigit .conf files not being provided? Jigit doesn't Just Work, 
certainly

-- 
Jigit conf file not provided for Hardy
https://bugs.launchpad.net/bugs/222766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 67444).

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


[Bug 67444] Re: [Edgy] Jigit .conf files not being provided? Jigit doesn't Just Work, certainly

2008-04-26 Thread Pavel Šefránek
Also do not forget to provide it for Hardy as it has been requested here
#222766

-- 
[Edgy] Jigit .conf files not being provided? Jigit doesn't Just Work, certainly
https://bugs.launchpad.net/bugs/67444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201209] Re: Firefox fails to see flashplugin-nonfree (Hardy)

2008-04-26 Thread Pavel Šefránek
I cannot see this as of 8.04. Ben, are you sure?

-- 
Firefox fails to see flashplugin-nonfree (Hardy)
https://bugs.launchpad.net/bugs/201209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 67444] Re: [Hardy] Jigit .conf files not being provided? Jigit doesn't Just Work, certainly

2008-04-26 Thread Pavel Šefránek
** Summary changed:

- [Edgy] Jigit .conf files not being provided? Jigit doesn't Just Work, 
certainly
+ [Hardy] Jigit .conf files not being provided? Jigit doesn't Just Work, 
certainly

-- 
[Hardy] Jigit .conf files not being provided? Jigit doesn't Just Work, certainly
https://bugs.launchpad.net/bugs/67444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222773] Re: Default font to embed subtitles does not exist in Ubuntu

2008-04-26 Thread Pavel Šefránek
** Also affects: avidemux
   Importance: Undecided
   Status: New

-- 
Default font to embed subtitles does not exist in Ubuntu
https://bugs.launchpad.net/bugs/222773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222771] Re: serendipity expects directory /usr/share/php/smarty/libs

2008-04-26 Thread Pavel Šefránek
** Changed in: serendipity (Ubuntu)
   Status: New = Confirmed

-- 
serendipity expects directory /usr/share/php/smarty/libs
https://bugs.launchpad.net/bugs/222771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222770] Re: HARDY: Show stopper bug: Blank screen only with cursor

2008-04-26 Thread Pavel Šefránek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please attach your X server configuration file
(/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.0.log) to the
bug report as individual uncompressed file attachments using the
Attachment: box below. Could you please also try to run without any
/etc/X11/xorg.conf and let Xorg autodetect your display and video card?
Please also attach the /var/log/Xorg.0.log from this attempt. Thanks in
advance.

** Changed in: ubuntu-meta (Ubuntu)
   Status: New = Incomplete

-- 
HARDY: Show stopper bug: Blank screen only with cursor
https://bugs.launchpad.net/bugs/222770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222769] Re: High memory usage

2008-04-26 Thread Pavel Šefránek
*** This bug is a duplicate of bug 204413 ***
https://bugs.launchpad.net/bugs/204413

That's bad. Also affecting upstream.

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

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

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

** This bug has been marked a duplicate of bug 204413
   nautilus memory leak

-- 
High memory usage
https://bugs.launchpad.net/bugs/222769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222767] Re: High memory usage

2008-04-26 Thread Pavel Šefránek
*** This bug is a duplicate of bug 204413 ***
https://bugs.launchpad.net/bugs/204413

** This bug is no longer a duplicate of bug 222769
   High memory usage

** This bug has been marked a duplicate of bug 204413
   nautilus memory leak

-- 
High memory usage
https://bugs.launchpad.net/bugs/222767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222089] Re: [Hardy] Distribution upgrade : Failed to fetch http://fr.archive.ubuntu.com/ubuntu/dists/hardy/main/i18n/Translation-fr.bz2

2008-04-25 Thread Pavel Šefránek
This is caused due to temporary overload of local Ubuntu mirrors. Wait
few days and everything will be fine ;-)

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

-- 
[Hardy] Distribution upgrade : Failed to fetch 
http://fr.archive.ubuntu.com/ubuntu/dists/hardy/main/i18n/Translation-fr.bz2
https://bugs.launchpad.net/bugs/222089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222086] Re: Failed to fetch libstreamanalyzer0_0.5.7-2_i386.deb and ca-certificates_20070303-0ubuntu3_all.deb

2008-04-25 Thread Pavel Šefránek
This is caused due to temporary overload of local Ubuntu mirrors. Wait
few days and everything will be fine ;-)

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

-- 
Failed to fetch libstreamanalyzer0_0.5.7-2_i386.deb and 
ca-certificates_20070303-0ubuntu3_all.deb
https://bugs.launchpad.net/bugs/222086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222103] Re: package openoffice.org-help-en-gb 1:2.4.0-3ubuntu1 failed to install/upgrade: dependency problems - leaving unconfigured

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 222102 ***
https://bugs.launchpad.net/bugs/222102

** This bug has been marked a duplicate of bug 222102
   package openoffice.org-help-en-gb 1:2.4.0-3ubuntu1 failed to 
install/upgrade: dependency problems - leaving unconfigured

-- 
package openoffice.org-help-en-gb 1:2.4.0-3ubuntu1 failed to install/upgrade: 
dependency problems - leaving unconfigured
https://bugs.launchpad.net/bugs/222103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222072] Re: No option to untrash files in nautilus trash

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 222082 ***
https://bugs.launchpad.net/bugs/222082

Untrashing files is a GNOME/Nautilus issue - if you want to file a
feature request for nautilus do it here: http://bugzilla.gnome.org/,
thanks

** This bug has been marked a duplicate of bug 222082
   Nautilus cannot open files from trash

-- 
No option to untrash files in nautilus trash
https://bugs.launchpad.net/bugs/222072
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 174809] Re: Nautilus using more and more memory (depending on the system up-time)

2008-04-25 Thread Pavel Šefránek
** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

-- 
Nautilus using more and more memory (depending on the system up-time)
https://bugs.launchpad.net/bugs/174809
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222104] Re: package openoffice.org-l10n-en-gb 1:2.4.0-3ubuntu1 failed to install/upgrade: dependency problems - leaving unconfigured

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 222102 ***
https://bugs.launchpad.net/bugs/222102

** This bug has been marked a duplicate of bug 222102
   package openoffice.org-help-en-gb 1:2.4.0-3ubuntu1 failed to 
install/upgrade: dependency problems - leaving unconfigured

-- 
package openoffice.org-l10n-en-gb 1:2.4.0-3ubuntu1 failed to install/upgrade: 
dependency problems - leaving unconfigured
https://bugs.launchpad.net/bugs/222104
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 204324] Re: Nautilus should allow execution of arbitrary files with execute bit set

2008-04-25 Thread Pavel Šefránek
** Bug watch added: GNOME Bug Tracker #529960
   http://bugzilla.gnome.org/show_bug.cgi?id=529960

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

-- 
Nautilus should allow execution of arbitrary files with execute bit set
https://bugs.launchpad.net/bugs/204324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 208277] Re: trash can does not empty

2008-04-25 Thread Pavel Šefránek
Fixed as of GNOME 2.22.1

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

-- 
trash can does not empty
https://bugs.launchpad.net/bugs/208277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221347] Re: Undelete copies and deletes the file rather than moving

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 222150 ***
https://bugs.launchpad.net/bugs/222150

** This bug has been marked a duplicate of bug 222150
   Restore from trash appears to do a file copy

-- 
Undelete copies and deletes the file rather than moving
https://bugs.launchpad.net/bugs/221347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212414] Re: 'Open file' Dialog doesn't synchronize fine with directory

2008-04-25 Thread Pavel Šefránek
** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

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

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

-- 
'Open file' Dialog doesn't synchronize fine with directory
https://bugs.launchpad.net/bugs/212414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222060] Re: Mouse's Back/Forward buttons don't work in nautilus

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 42678 ***
https://bugs.launchpad.net/bugs/42678

** This bug has been marked a duplicate of bug 42678
   Need input-hotplug - solves Logitech MX500 mouse forward/back buttons not 
detected

-- 
Mouse's Back/Forward buttons don't work in nautilus
https://bugs.launchpad.net/bugs/222060
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 204324] Re: Nautilus should allow execution of arbitrary files with execute bit set

2008-04-25 Thread Pavel Šefránek
** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
Nautilus should allow execution of arbitrary files with execute bit set
https://bugs.launchpad.net/bugs/204324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222150] Re: Restore from trash appears to do a file copy

2008-04-25 Thread Pavel Šefránek
** Bug watch added: GNOME Bug Tracker #529971
   http://bugzilla.gnome.org/show_bug.cgi?id=529971

** Also affects: gvfs via
   http://bugzilla.gnome.org/show_bug.cgi?id=529971
   Importance: Unknown
   Status: Unknown

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

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

** Changed in: ubuntu
Sourcepackagename: nautilus = None

** Changed in: nautilus (Ubuntu)
Sourcepackagename: gvfs = nautilus

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

-- 
Restore from trash appears to do a file copy
https://bugs.launchpad.net/bugs/222150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222072] Re: No option to untrash files in nautilus trash

2008-04-25 Thread Pavel Šefránek
*** This bug is a duplicate of bug 222082 ***
https://bugs.launchpad.net/bugs/222082

Sorry, my bad. You don't have to file new GNOME bug. It's been already
filled.

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

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

-- 
No option to untrash files in nautilus trash
https://bugs.launchpad.net/bugs/222072
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178895] Re: Audacity does not mesh with PulseAudio

2008-04-03 Thread Pavel Šefránek
+1 Hardy

-- 
Audacity does not mesh with PulseAudio
https://bugs.launchpad.net/bugs/178895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178895] Re: Audacity does not mesh with PulseAudio

2008-03-11 Thread Pavel Šefránek
Then we have to solve this until Hardy will be released. As of current
state Audacity won't work.

-- 
Audacity does not mesh with PulseAudio
https://bugs.launchpad.net/bugs/178895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 90006] Re: [apport] jokosher crashed with RemoveError in Export()

2008-03-11 Thread Pavel Šefránek
I can reproduce this on Hardy. Seems to have something with bug 72267.

Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/Jokosher/MixdownProfileDialog.py, 
line 253, in OnMixdown
action.run(data)
  File /usr/lib/python2.5/site-packages/Jokosher/MixdownProfiles.py, line 
272, in run
self.project.Export(self.config[filename], self.filetypedict[pipeline])
  File /usr/lib/python2.5/site-packages/Jokosher/Project.py, line 342, in 
Export
self.playbackbin.remove(self.masterSink, self.levelElement)
RemoveError: Could not remove element 'autoaudiosink0'

-- 
[apport] jokosher crashed with RemoveError in Export()
https://bugs.launchpad.net/bugs/90006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 184531] Wanted some Ubuntu-specific icons

2008-01-20 Thread Pavel Šefránek
Public bug reported:

It was originally filed against GNOME bugzilla. Looks to me like an
ubuntu-specific issue. Forwarding.

** Affects: gtk-engines
 Importance: Unknown
 Status: Unknown

** Affects: gtk2-engines (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: gtk-engines via
   http://bugzilla.gnome.org/show_bug.cgi?id=502088
   Importance: Unknown
   Status: Unknown

-- 
Wanted some Ubuntu-specific icons
https://bugs.launchpad.net/bugs/184531
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 184531] Re: Wanted some Ubuntu-specific icons

2008-01-20 Thread Pavel Šefránek
Hmm, cannot add more than one affected bug. So post them here manually.
Every bugreport is about some missing icon.

Bug 502088 – Update Manager (ubuntu - synaptics)
the
Update Manager (ubuntu - synaptics)
icon is not included within the icon theme.
the icon-entry looks like(
Icon=update-manager
)
you'll find the entry under
system-admin-Aktualisierungsverwaltung
--
Bug 502096 – Software Sources (ubuntu)
the
Software Sources (ubuntu)
icon is not compliant with the icon theme.
the icon-entry looks like(
Icon=software-properties
)
you'll find the entry under
system-admin-Software-Quellen
--
Bug 502098 – Synaptic Package Manager (ubuntu)
the
Synaptic Package Manager (ubuntu)
icon is not compliant with the icon theme.
the icon-entry looks like(
Icon=synaptic.png
)
you'll find the entry under
system-admin-Synaptic-Paketverwaltung
--
Bug 502099 – Thin Client Manager (ubuntu)
the
Thin Client Manager (ubuntu)
icon is not compliant with the icon theme.
the icon-entry looks like(
Icon=/usr/share/student-control-panel/computer.png
)
you'll find the entry under
system-admin-Thin Client Manager
--
Bug 502100 – Restricted Drivers Manager (ubuntu)
the
Restricted Drivers Manager (ubuntu)
icon is not compliant with the icon theme.
the icon-entry looks like(
Icon=restricted-manager
)
you'll find the entry under
system-admin-Verwaltung eingeschränkter Treiber
--
Bug 502132 – change user icon (ubuntu))
the
change user icon (ubuntu)
icon is not compliant with the icon theme.
you'll find the entry 
at the shutdown popup
--
Bug 502133 – power down (ubuntu)
the
power down (ubuntu)
icon is not compliant with the icon theme.
you'll find the entry 
at the shutdown popup
--
Bug 502135 – reboot (ubuntu)
the
reboot (ubuntu)
icon is not compliant with the icon theme.
you'll find the entry 
at the shutdown popup
--
Bug 502136 – energy saving (ubuntu)
the
energy saving (ubuntu)
icon is not compliant with the icon theme.
you'll find the entry 
at the shutdown popup

-- 
Wanted some Ubuntu-specific icons
https://bugs.launchpad.net/bugs/184531
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-28 Thread Pavel Šefránek
Pedro Martínez Juliá: there is a fedora-related discussion
(https://www.redhat.com/archives/fedora-devel-
list/2007-October/msg02258.html) about this -- as of this
(https://www.redhat.com/archives/fedora-devel-
list/2007-October/msg02260.html) it seems fedora doesn't change this
setting no matter if you're plugged or not.

I'll try to find some opensuse settings of this, but now i have no idea
where to search. But opensuse seems to do no Load/Unload cycles except
for at system boot.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-28 Thread Pavel Šefránek
So in opensuse this behavior is possibly controlled by the pm-utils
framework (http://en.opensuse.org/Pm-utils). I found only one file with
hard disk related settings (/usr/lib/pm-utils/power.d/laptop-tools/.
I'll attach it, but there is nothing to do with hdparm settings. Maybe
opensuse the same way as fedora doesn't change BIOS defaults. Kernel
version: 2.6.22.9-0.4-default, in Fedora it was something around 2.6.23,
possibly 2.6.23.1-31.fc8 (I haven't use fedora anymore)

** Attachment added: laptop-tools
   http://launchpadlibrarian.net/10194072/laptop-tools

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-28 Thread Pavel Šefránek
karlbowden: Have you tried one of these two commands?
hdparm -B255 /dev/sda
or hdparm -B254 /dev/sda

You must try 255 or 254 because every disk wants another option to
decrease amount of Load_Cycles.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-27 Thread Pavel Šefránek
I tried two distros: Fedora and openSUSE. I have a TOSHIBA MK8037GSX
hard disk. In Fedora by default, there is something around 6 Load/Unload
cycles per hour. In openSUSE, after a hour of an uptime there was only 1
Load/Unload!!! So, this looks like very ubuntu specific and should be
worked out as soon as possible.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 71906] Edgy Eft - Gaim 2.0.0 beta 3.1

2006-11-15 Thread Pavel Šefránek
Situaci jsem již nahlásil, chyba je nejspíše opravená v nejnovějším
lokalizačním balíčku.

-- 
Edgy Eft - Gaim 2.0.0 beta 3.1
https://launchpad.net/bugs/71906

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

[Bug 71906] Re: Edgy Eft - Gaim 2.0.0 beta 3.1

2006-11-15 Thread Pavel Šefránek
** Changed in: language-pack-cs (Ubuntu)
   Status: Unconfirmed = Fix Committed

-- 
Edgy Eft - Gaim 2.0.0 beta 3.1
https://launchpad.net/bugs/71906

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


[Bug 70897] Re: Název Synapticu

2006-11-08 Thread Pavel Šefránek
IMHO je přesný překlad 'Synaptic - grafické uživatelské rozhraní pro
APT, správce instalačních balíků' zbytečně moc dlouhý a menu poté také
nevypadá nic moc vábně.

Souhlasím s Ripperem a hlasuji pro co nekratší a nejvýstižnější název.
Takže hlasuji pro možnost 'správce instalačních balíků', tedy ještě
vypustit název Synaptic (začátečníkovi to stejně nic neřekně).

Připomeňme si zároveň, že nehledáme překlad do nějaké ucelenější formy,
ale do nabídky, která má být pokud možno a) co nejméně matoucí b) co
nejvíce srozumitelná c) co možná nejstručnější. Už dnes je Synaptic
nejdelší položkou v nabídce vůbec, čili přidávat další znaky není zrovna
nejšťastnější řešení.

-- 
Název Synapticu
https://launchpad.net/bugs/70897

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

[Bug 59781] Re: When placing 1 item in the trash it shows up as 2

2006-09-17 Thread Pavel Šefránek
I can confirm that on 32 bit system too.

-- 
When placing 1 item in the trash it shows up as 2
https://launchpad.net/bugs/59781

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


[Bug 59781] Re: When placing 1 item in the trash it shows up as 2

2006-09-17 Thread Pavel Šefránek
This bug seems to be upstream too. Fedora deals with it too
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178622)

-- 
When placing 1 item in the trash it shows up as 2
https://launchpad.net/bugs/59781

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


[Bug 58626] pitivi failed to start

2006-09-02 Thread Pavel Šefránek
Public bug reported:

Binary package hint: pitivi

$ pitivi 
The program 'pitivi' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 24 error_code 3 request_code 3 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Anyway, with --sync option pitivi starts well.

PiTiVi version 0.10.1

** Affects: pitivi (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
pitivi failed to start
https://launchpad.net/bugs/58626

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