[Bug 76449] Re: Cannot sort static playlists

2009-08-10 Thread Sergey Rudchenko
hmm, looks like I just need to merge that package into Jaunty and re-
upload it

-- 
Cannot sort static playlists
https://bugs.launchpad.net/bugs/76449
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 399005] Re: Karmic: Ubiquity has developed some underscores on buttons

2009-07-16 Thread Sergey Rudchenko
affects me too.

daily-live 20090715 amd64.

-- 
Karmic: Ubiquity has developed some underscores on buttons
https://bugs.launchpad.net/bugs/399005
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 292536] Re: Sticky notes prefereces dialog closes on toggling check boxes

2009-04-24 Thread Sergey Rudchenko
I wonder this didn't reached jaunty yet. That's disappointing :(

-- 
Sticky notes prefereces dialog closes on toggling check boxes
https://bugs.launchpad.net/bugs/292536
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 337423] [NEW] Broken package: unmet dependency python-webkitgtk

2009-03-03 Thread Sergey Rudchenko
Public bug reported:

Hi, I have encountered the following problem on my Jaunty amd64:

$ sudo apt-get install gwibber
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gwibber: Depends: python-webkitgtk but it is not going to be installed
E: Broken packages

The system is up to date at the moment.

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

-- 
Broken package: unmet dependency python-webkitgtk
https://bugs.launchpad.net/bugs/337423
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 281593] Re: broken package

2009-01-18 Thread Sergey Rudchenko
Affects me too, more details:

$ sudo apt-get install libldap2-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libldap2-dev: Depends: libldap-2.4-2 (= 2.4.9-0ubuntu0.8.04.1) but 
2.4.9-0ubuntu0.8.04.2 is to be installed
E: Broken packages

-- 
broken package
https://bugs.launchpad.net/bugs/281593
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 76449] Re: Cannot sort static playlists

2009-01-03 Thread Sergey Rudchenko
Thanks, Michael. I'll try to push this upsteam myself (I wonder this bug
caused so much discussions).

I'd like to perform a quick poll there: Should the play queue be
sortable in the such way?

My thoughts:
First off it is a queue so it is doesn't intend it's elements can be 
reordered. My patch obeys this logic for now.

But, if I'd make the clickable headers for it, this feature doesn't
obstruct users who do not use it. If you want to use it - you can.

So, the current solution looks like a dumb restriction for me. Please,
help me to decide which way is the best.

-- 
Cannot sort static playlists
https://bugs.launchpad.net/bugs/76449
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 76449] Re: Cannot sort static playlists

2009-01-02 Thread Sergey Rudchenko
Hi all.
I have fixed the problem (see fix in the attachment). Everyone who wants to get 
it now could get the package from my ppa: 
https://edge.launchpad.net/~sergey.rudchenko/+archive

** Attachment added: Fix.debdiff
   http://launchpadlibrarian.net/20866080/lp76449.debdiff

-- 
Cannot sort static playlists
https://bugs.launchpad.net/bugs/76449
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 292536] Re: Sticky notes prefereces dialog closes on toggling check boxes

2008-12-26 Thread Sergey Rudchenko
I'm not very experienced with ubuntu contribution process, but if you want to 
get it now, you could use my PPA:
https://edge.launchpad.net/~sergey.rudchenko/+archive

The fixed package is there. Enjoy :)

-- 
Sticky notes prefereces dialog closes on toggling check boxes
https://bugs.launchpad.net/bugs/292536
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 292536] Re: Sticky notes prefereces dialog closes on toggling check boxes

2008-12-25 Thread Sergey Rudchenko
I've fixed the problem. The Properties and the Preferences dialog
callbacks only checked specifically for GTK_RESPONSE_HELP repose and
were hiding the dialogs if else. I guess this issue appeared due to some
changes in GTK+, so now some responses are also generated when you
change control states on a dialog.

** Attachment added: Fix
   http://launchpadlibrarian.net/20728934/lp292536.debdiff

-- 
Sticky notes prefereces dialog closes on toggling check boxes
https://bugs.launchpad.net/bugs/292536
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 292536] Re: Sticky notes prefereces dialog closes on toggling check boxes

2008-12-25 Thread Sergey Rudchenko
** Changed in: gnome-applets (Ubuntu)
Sourcepackagename: None = gnome-applets
   Status: New = Confirmed

-- 
Sticky notes prefereces dialog closes on toggling check boxes
https://bugs.launchpad.net/bugs/292536
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


Re: [Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-08-31 Thread Sergey Rudchenko
 Serega, where is this debdiff?  Was it attached to some bug?

Yuriy, unfortunately I haven't attached the diff to any bug. I was
placed it to kubuntu.pastebin.ca and have given the link to Riddell. He
was reviewed it and said it's ok. This was going to come to
hardy-proposed and then to hardy-updates. After this I was asking about
the debdiff's fate several times with no luck :( (See #kubuntu-devel
logs for 4-5 May 2008).

Worse, looks like I missed my local copy of that changes (but I need to
look twice though). Pastebin, of course, is already expired.

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 17722] Re: valgrind-calltree replaced by valgrind-callgrind but still mentioned in deps and recommended

2008-08-29 Thread Sergey Rudchenko
why don't we release the fix for the hardy?
However it is LTS

-- 
valgrind-calltree replaced by valgrind-callgrind but still mentioned in deps 
and recommended
https://bugs.launchpad.net/bugs/17722
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


Re: [Bug 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-08-28 Thread Sergey Rudchenko
actually this was fixed long time ago (right after hardy release), but
for some reasons my debdiff still haven't reached the hardy updates :(

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 260849] [NEW] photoprint is missing libgutenprint.so.2

2008-08-24 Thread Sergey Rudchenko
Public bug reported:

When I try to run the photoprint program I get this:
$ photoprint
photoprint: error while loading shared libraries: libgutenprint.so.2: cannot 
open shared object file: No such file or directory

Though libgutenprint2 package is installed:
$ dpkg --get-selections | grep gutenprint
cupsys-driver-gutenprintinstall
foomatic-db-gutenprint  install
ijsgutenprint   install
libgutenprint2  install

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

-- 
photoprint is missing libgutenprint.so.2
https://bugs.launchpad.net/bugs/260849
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 260849] Re: photoprint is missing libgutenprint.so.2

2008-08-24 Thread Sergey Rudchenko
Doh... sorry
Kubuntu Intrepid amd64

-- 
photoprint is missing libgutenprint.so.2
https://bugs.launchpad.net/bugs/260849
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 255861] Re: arrow keys don't work intrepid

2008-08-19 Thread Sergey Rudchenko
The problem persists.

** Changed in: ubuntu
   Status: Fix Released = Incomplete

-- 
arrow keys don't work intrepid
https://bugs.launchpad.net/bugs/255861
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


Re: [Bug 255861] Re: arrow keys don't work intrepid

2008-08-10 Thread Sergey Rudchenko
On Friday 08 August 2008 16:21:44 bascule wrote:
 are you using kde4 or kde3?
It is KDE4.1

-- 
Best regards,
Sergey Rudchenko

-- 
arrow keys don't work intrepid
https://bugs.launchpad.net/bugs/255861
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 255861] [NEW] arrow keys don't work intrepid

2008-08-07 Thread Sergey Rudchenko
Public bug reported:

Kubuntu Intrepid amd64

Arrow keys (ins,del,home,end,pgup,pgdn too though) do not work in KDE. I
have tried twm and these keys work well there for xterm and konsole (any
KDE app). When I run KDE neither xterm nor konsole accept that keys. xev
detects keypress/keyrelease events.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
arrow keys don't work intrepid
https://bugs.launchpad.net/bugs/255861
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 255861] Re: arrow keys don't work intrepid

2008-08-07 Thread Sergey Rudchenko
ah, forgot, johanbr said, this also affects GNOME

-- 
arrow keys don't work intrepid
https://bugs.launchpad.net/bugs/255861
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 255861] Re: arrow keys don't work intrepid

2008-08-07 Thread Sergey Rudchenko
I have opened a Configure Shorcuts dialog and has found that
disabled keys are mapped to the following:

Left Arrow -  Alt
Down Arrow - Meta
Up Arrow - PrintScreen
RightArrow - nothing

-- 
arrow keys don't work intrepid
https://bugs.launchpad.net/bugs/255861
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 253753] [NEW] Dolphin crashes on AVI video preview

2008-07-31 Thread Sergey Rudchenko
Public bug reported:

Kubuntu Intrepid amd64

When I move my mouse over an AVI file and the Information panel is
open dolphin gets SIGABRT:

[KCrash handler]
#5  0x7fc791c7d095 in raise () from /lib/libc.so.6
#6  0x7fc791c7ec03 in abort () from /lib/libc.so.6
#7  0x7fc791c75e19 in __assert_fail () from /lib/libc.so.6
#8  0x7fc78cf0f126 in Strigi::DataEventInputStream::DataEventInputStream
() from /usr/lib/libstreams.so.0
#9  0x7fc79108f504 in ?? () from /usr/lib/libstreamanalyzer.so.0
#10 0x7fc7910b123b in ?? () from /usr/lib/libstreamanalyzer.so.0
#11 0x7fc794a76597 in ?? () from /usr/lib/libkio.so.5
#12 0x7fc794a7844f in KFileMetaInfo::KFileMetaInfo ()
   from /usr/lib/libkio.so.5
#13 0x0043effb in _start ()
#0  0x7fc791cf25c0 in nanosleep () from /lib/libc.so.6

Notes:
* This happen ONLY when the Information panel is shown
* This doesn't happen for OGG theora
* This doesn't happen for MP3
* My Dragon Player is unable to play those (crash invoking) video (possibly my 
system lacks some gstreamer codecs, however phonon uses GStreamer backend)

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

-- 
Dolphin crashes on AVI video preview
https://bugs.launchpad.net/bugs/253753
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 253754] [NEW] Several simultaneous dialogs allowed

2008-07-31 Thread Sergey Rudchenko
Public bug reported:

Binary package hint: kdebase

Steps to reproduce:
1. Open konsole, kopete, else application with the Configure Notifications 
dialog
2. Open the dialog Settings/Configure Notifications
3. Repeat the previous step several times

More than one Configure Notifications dialogs should appear. The same
with the Configure Toolbars dialogs.

These dialogs should be modal (like Configure Shortcuts) or singleton
(like About KDE). And (possibly) all these dialogs should behave
equally: be modal or be singleton.

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

-- 
Several simultaneous dialogs allowed
https://bugs.launchpad.net/bugs/253754
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 253753] Re: Dolphin crashes on AVI video preview

2008-07-31 Thread Sergey Rudchenko
looks like this issue was fixed in one of the latest updates for the
moment, thanks :)

-- 
Dolphin crashes on AVI video preview
https://bugs.launchpad.net/bugs/253753
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


Re: [Bug 245106] Re: ubiquity does not free a swap partition

2008-07-22 Thread Sergey Rudchenko
Thanks for the hint, Colin.
/var/log/installer/syslog and /var/log/installer/partman are attached.


** Attachment added: partman
   http://launchpadlibrarian.net/16229738/partman

** Attachment added: syslog
   http://launchpadlibrarian.net/16229739/syslog

-- 
ubiquity does not free a swap partition
https://bugs.launchpad.net/bugs/245106
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


Re: [Bug 245106] Re: ubiquity does not free a swap partition

2008-07-05 Thread Sergey Rudchenko
В Чтв, 03/07/2008 в 18:40 +, Evan Dandrea пишет:
 To verify that you're using the final version, please post the output
 from `cat /cdrom/.disk/info`.
 

It is [Kubuntu 8.04.1 Hardy Heron - Release i386 (20080701.2)]

--
Best regards,
Sergey Rudchenko

-- 
ubiquity does not free a swap partition
https://bugs.launchpad.net/bugs/245106
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 245106] [NEW] ubiquity does not free a swap partition

2008-07-03 Thread Sergey Rudchenko
Public bug reported:

I have chosen a manual partitioning and wanted to format my old swap as
an ext3 partition. When last step of configuration was finished, the
installer said about error creating ext3 on that partition. I have found
that LiveCD boot has detected a swap partition on my hdd, and is using
it. Swapoff for this partition has let me to perform the installation.

So the bug actually:
ubiquity must perform swapoff for all swaps used (however for all which are 
touched during partitioning).

Ubuntu 8.04 i386 Desktop

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

-- 
ubiquity does not free a swap partition
https://bugs.launchpad.net/bugs/245106
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 244591] Re: Cannot connect to ICQ (The client version you are using is too old.)

2008-07-02 Thread Sergey Rudchenko
I propose to include pidgin 2.4.1 to hardy updates and release ubuntu
8.04.1 with working ICQ. Although it is LTS.

-- 
Cannot connect to ICQ (The client version you are using is too old.)
https://bugs.launchpad.net/bugs/244591
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 244646] Re: kopete cannot connect to ICQ: client too old

2008-07-02 Thread Sergey Rudchenko
Confirmed this.

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

-- 
kopete cannot connect to ICQ: client too old
https://bugs.launchpad.net/bugs/244646
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 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-06-09 Thread Sergey Rudchenko
2Jacarta: you are absolutely right. Actually the best solution is to
check some stream parameters (like codec ID, dunno), less good is to
check extensions or just remember the installation fact. Your way have a
serious flaw: the package can be removed from the system and kaffeine
will not install it again. I can do something with this when the work on
intrepid packaging will be finished. Appreciate your deep investigation.

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 238156] [NEW] qsynth needs repackaging

2008-06-07 Thread Sergey Rudchenko
Public bug reported:

Binary package hint: qsynth

qsynth package looks very outdated and has serious packaging flaws, so
it needs to be updated from the upstream and repackaged from scratch.

** Affects: qsynth (Ubuntu)
 Importance: Undecided
 Assignee: Sergey Rudchenko (sergey.rudchenko)
 Status: In Progress

** Changed in: qsynth (Ubuntu)
 Assignee: (unassigned) = Sergey Rudchenko (sergey.rudchenko)
   Status: New = In Progress

-- 
qsynth needs repackaging
https://bugs.launchpad.net/bugs/238156
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 227912] Re: merge kdmtheme 1.2.2-1 from Debian unstable

2008-06-05 Thread Sergey Rudchenko
** Changed in: kdmtheme (Ubuntu)
 Assignee: Richard Birnie (rbirnie) = Sergey Rudchenko (sergey.rudchenko)

-- 
merge kdmtheme 1.2.2-1 from Debian unstable
https://bugs.launchpad.net/bugs/227912
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 227912] Re: merge kdmtheme 1.2.2-1 from Debian unstable

2008-06-05 Thread Sergey Rudchenko
** Changed in: kdmtheme (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
merge kdmtheme 1.2.2-1 from Debian unstable
https://bugs.launchpad.net/bugs/227912
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 210303] Re: [hardy] kaffeine loops on Codec package is already installed

2008-05-06 Thread Sergey Rudchenko
** Changed in: kaffeine (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[hardy] kaffeine loops on Codec package is already installed
https://bugs.launchpad.net/bugs/210303
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 96302] Re: kppp crashes on Initializing modem

2008-05-02 Thread Sergey Rudchenko
** Changed in: kdenetwork (Ubuntu)
 Assignee: Sergey Rudchenko (sergey.rudchenko) = (unassigned)
   Status: In Progress = Invalid

-- 
kppp crashes on Initializing modem
https://bugs.launchpad.net/bugs/96302
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 104685] Re: [ooo-build] [hardy] openoffice.org impress insert movie sound doesnt work in kubuntu

2008-04-22 Thread Sergey Rudchenko
I have found the needed package: gstreamer0.10-plugin-base, please add
the dependency.

-- 
[ooo-build] [hardy] openoffice.org impress insert movie  sound doesnt work in 
kubuntu
https://bugs.launchpad.net/bugs/104685
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 201379] [NEW] kioexec hangs on exit

2008-03-12 Thread Sergey Rudchenko
Public bug reported:

Kubuntu Hardy i386 desktop
kioexec doesn't finish when child process does.

Steps to reproduce:
kioexec kate http://www.kubuntu.org

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

-- 
kioexec hangs on exit
https://bugs.launchpad.net/bugs/201379
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 198183] Re: Apport dies when it tries to catch displayconfig bug

2008-03-03 Thread Sergey Rudchenko
** Changed in: apport (Ubuntu)
   Status: New = Confirmed

-- 
Apport dies when it tries to catch displayconfig bug
https://bugs.launchpad.net/bugs/198183
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 175113] Unable to plug a blutooth mouse

2007-12-09 Thread Sergey Rudchenko
Public bug reported:

Binary package hint: kdebluetooth

Kubuntu Hardy Alpha1
LiveCD boot.

Cannot add my bluetooth mouse. Steps to reproduce:

1)  right click on the bluetooth tray icon, Configuration/Input Devices...
2)  click on the Add New Devices  button
3)  mouse is found quickly as ASUS Rechargeable BT Mouse XX:XX:XX:XX:XX:XX
4)  select it, click on  the Setup button

The problem itself:
The dialog titled Creating Input Device failed says Unable to add ASUS 
Rechargeable BT Mouse! or Failed to create the input device for ASUS 
Rechargeable BT Mouse!.

The same mouse works perfectly in Kubuntu Gutsy and I add it in the
similar way with no problems there.

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


** Tags: hardy kubuntu

-- 
Unable to plug a blutooth mouse
https://bugs.launchpad.net/bugs/175113
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 149602] Re: [7.10 beta] creating a new panel in kubuntu requires a logout/login before customization is possible

2007-11-04 Thread Sergey Rudchenko
Seen In Gutsy :(

-- 
[7.10 beta] creating a new panel in kubuntu requires a logout/login before 
customization is possible
https://bugs.launchpad.net/bugs/149602
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 147632] Re: Uable to put my mouse on the floating windows in Stardic

2007-10-24 Thread Sergey Rudchenko
The same on kubuntu i386

-- 
Uable to put my mouse on the floating windows in Stardic
https://bugs.launchpad.net/bugs/147632
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