[Bug 1931022] [NEW] [SOLVED] Kino transitions and export not working

2021-06-07 Thread KernelPanic
Public bug reported:

I installed Kino 1.3.4 on Ubuntu 18.04 and 20.04. It runs, import, etc.
all normally. However, when a transition is created, the preview is
perfect but its stored version (the temporary .dv file) is a still video
of a single frame. The same worked on previous versions of Ubuntu.

I dug a bit and found some info, such as: it only shows the first frame
of the next sequence; the issue affects saving to file, even when a
transition is applied to color fading; the length is correct; etc. I
have rebuilt kino 1.3.4 from the sources and it just worked.

Here came the second issue: mjpeg exporting was not working, with ffmpeg
quitting with:

> Unrecognized option 'ildct'.
> Error splitting the argument list: Option not found

I tried to replicate the pipe options given to ffmpeg to understand
where was the issue. 'ildct' "recently" (tm) became a flag rather than a
standalone option, so I assumed that the obsolete option was used to
ffmpeg command line; but this was not the case, because in
ffmpeg_utils.sh the right version of the flags (-ildct or -flags +ildct)
is used depending on the version of ffmpeg.

And how is this version checked? Grepping "flags" and other keywords
from "ffmpeg_help=`ffmpeg -h 2>&1`. And *that* has changed in the years
for ffmpeg. Now ffmpeg reports the complete set of options only with
"full". I changed that to

ffmpeg_help=`ffmpeg -h full 2>&1`

and exporting started working again. Note: you might need to make &&
sudo make install again after this change.

I know kino is not maintained anymore, but it might still be useful to
some and it has a unique feature: it's very nice when you need to fade
across many small and big samples, which are shown in a list and it is
easy to remove a single one. More powerful non-linear editors rely on a
timeline with sizes proportional to the clip lengths, resulting in very
hard browsing and zooming if you need to work on simple transitions
between clips with very different sizes. Plus, removing a clip in a
timeline can be really painful (e.g. need to shift tracks, can't select
transitions because they are tiny with respect to clips, etc.)

So I do not hope that this will be fixed anytime soon, but I hope that
this information will help other kino enthusiasts like me.

** Affects: kino (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/1931022

Title:
  [SOLVED] Kino transitions and export not working

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

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

[Bug 1931022] Re: [SOLVED] Kino transitions and export not working

2021-06-07 Thread KernelPanic
Note: the issue can be solved with the fix above or with downgrading
ffmpeg; this could be indicated in the package.

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

Title:
  [SOLVED] Kino transitions and export not working

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

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

[Bug 136695] Re: KDE3: Cutting and pasting files with Dolphin does not work properly

2018-05-24 Thread KernelPanic
Hi, year 2018, Dolphi 17.04.3 and same problem: can't copy/paste (no
item in menu, shortcut does not work) but dragging & dropping files
works.

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

Title:
  KDE3: Cutting and pasting files with Dolphin does not work properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/136695/+subscriptions

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

[Bug 752542] Re: ACPI DSDT info

2015-03-22 Thread KernelPanic
$ sudo dmidecode -s system-product-name && sudo dmidecode -s system-
version

UX303LNB
1.0   

$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA

00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U
Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller])


** Attachment added: "ASUSTeK_COMPUTER_INC.-UX303LNB.tar.gz"
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/4352235/+files/ASUSTeK_COMPUTER_INC.-UX303LNB.tar.gz

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

Title:
  ACPI DSDT info

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

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


[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-03-15 Thread KernelPanic
Hello,

Asus Zenbook UX303LN-R4281H here (99% sure same hardware for UX303LN-
R4318H). Upon a fresh install of Ubuntu 14.04, touchpad (FocalTech) is
detected as mouse, so no scrolling possible. With kernel 3.19 it was
detected as touchpad but in mouse emulation mode. Kernel 4.0rc2 or
patched kernels in this thread (tried esp. 3.7) made it work like a
charm. Thanks guys!

However, both kernels broke nvidia module. I found some patches to fix
compilation but still I am struggling to make them work (e.g.
http://goo.gl/O3VWi5 made possible to compile the nvidia module for
kernel 4.0, but I cannot load it in any way).

I understand it's a slightly different problem, but does anyone has a
suggestion what could I try? Does anyone have now touchpad AND nvidia
module working?

Thanks!

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

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

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


[Bug 1031857] Re: Chrome cannot load IcedTea-Web Plugin

2014-06-10 Thread KernelPanic
*** This bug is a duplicate of bug 1025553 ***
https://bugs.launchpad.net/bugs/1025553

Same here, after a quasi-fresh install (everything installed 2 weeks
ago). Installed chrome and icedetea plugin. Firefox works, Chrome does
not.

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

Title:
  Chrome cannot load IcedTea-Web Plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1031857/+subscriptions

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


[Bug 1128744] Re: usb-modswitch segfaults (due to libc version conflict?)

2013-08-01 Thread KernelPanic
I am not sure it is related, and I cannot test now since I don't have
the HDSPA modem anymore, but on my pc I had the same problem (segfault
in dmesg, no way to use it) and it started working just after I've run

sudo update-alternatives --config gcc

and choosing 4.7. I had also 4.6 installed (and set as default) because
of CUDA 5.

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

Title:
  usb-modswitch segfaults (due to libc version conflict?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1128744/+subscriptions

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


[Bug 577513] Re: Startup Disk Creator behavior

2013-03-25 Thread KernelPanic
I agree. Labels are correct but one does not assume the entire drive is
wiped off.

I consider myself an advanced (and usually careful) user, but I put my
16Gb pendrive (3 primary partitions) and had it mistakenly wiped off.
Maybe because I assumed what I thought it was "normal" behavior I saw in
other softwares (namely http://unetbootin.sourceforge.net/).

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

Title:
  Startup Disk Creator behavior

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

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


[Bug 213149] Re: pulseaudio breaks on switching from tty7 to tty [1-6] (in and out of Gnome)

2013-02-07 Thread KernelPanic
The policy might be desired, but the way it is implemented is IMHO
buggy.

Scenario on my computer:

1. X running, tty7. Everything's ok.
2. Switch to tty1: no sound.
3. Login in tty1: sound comes back.
4. Switch back to X: everything's ok

Now, this is nonsense to me. X *is* running when I switch to tty1. There
is no authentication required when I switch back to it. All my user
processes keep running within my authenticated session; they are not
stopped, they do not require another authentication when I switch back
to it. So why only Pulseaudio stops?

I could understand if sound stopped after I quit/lock the session (annoying 
but, ok, safer). But I do not.
I am sure there is some technical reason for it but IMHO the overall behavior 
is buggy.

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

Title:
  pulseaudio breaks on switching from tty7 to tty [1-6] (in and out of
  Gnome)

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

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


[Bug 921397] Re: Speaker audio channel goes mute after plugging in the headphone

2012-07-27 Thread KernelPanic
Whoops: my headphone broke somewhen during the tests. So please ignore
the " does not work anymore" part.

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

Title:
  Speaker audio channel goes mute after plugging in the headphone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/921397/+subscriptions

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


[Bug 921397] Re: Speaker audio channel goes mute after plugging in the headphone

2012-07-27 Thread KernelPanic
Happens to me after last update. ALSA 1.0.24 on Ubuntu 11.10. Before
updating it was all fine (when the earphones are plugged the speakers
get mute). After last system update, when I plug the earphones
everything is mute, both speakers and earphones.

The first workaround I read (commenting code = Headphone) worked only
the first time. After rebooting, it does not work anymore (I tried
rebooting pulseaudio, disabling respawn, toggling the comment, etc.).
Happens also when pulseaudio is off.

This is very annoying to me as I can't use VOIP (unless I use it with
speakers, which of course produces echo in mic).

My laptop is a vaio VPCS11E7E
lspci: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio 
(rev 05)
Codec: Realtek ALC275

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

Title:
  Speaker audio channel goes mute after plugging in the headphone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/921397/+subscriptions

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


[Bug 783072] Re: crash when browsing pictures, just after untagging

2011-06-20 Thread KernelPanic
Yes, it is enough for me to do be fast. Thread problem?

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

Title:
  crash when browsing pictures, just after untagging

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

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


[Bug 783072] Re: crash when browsing pictures, just after untagging

2011-05-16 Thread KernelPanic
Yes, sorry. I have it localized, I though "contrassegna" was "tag". So
"flag" instead.

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

Title:
  crash when browsing pictures, just after untagging

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


[Bug 783072] Re: crash when browsing pictures, just after untagging

2011-05-15 Thread KernelPanic
** Attachment added: "shotwell_bug.txt"
   
https://bugs.launchpad.net/bugs/783072/+attachment/2129767/+files/shotwell_bug.txt

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

Title:
  crash when browsing pictures, just after untagging

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


[Bug 783072] [NEW] crash when browsing pictures, just after untagging

2011-05-15 Thread KernelPanic
Public bug reported:

Binary package hint: shotwell

I think it's different from other reported bugs because the error
message reported when launched on terminal is :

  
ERROR:x86_64-linux-gnu/MediaViewTracker.c:464:media_accumulator_real_uninclude: 
assertion failed: (self->total > 0)
  Annullato

"Annullato" is the italian for (I suppose) Canceled.
It happened many times, about five times in twenty minutes, while i was 
browsing pictures of the same date (or "event"), tagging ang untagging pictures 
with ctrl+g, and switching between tagged and untagged in the search bar. My  
guess is that it happens when search is restricted to tagged pictures, I just 
untagged a picture with ctrl+g and hit ESC to go back to the listing.

I could reproduce it while running with gdb (however, there were no
debugging symbols). I'm attacching the backtrace.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: shotwell 0.9.2-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun May 15 17:54:46 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=it_IT:en
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  crash when browsing pictures, just after untagging

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


[Bug 751265] Re: pulseaudio distorts VLC audio

2011-05-11 Thread KernelPanic
Same problem with Skype + pulseaudio, fresh Ubuntu 11.04 (Natty) x86_64
install. Skype seems to be the only application suffering of this
problem. Details at:

http://forum.skype.com/index.php?showtopic=815999

I tried tens of configuration with no success. Had to purge pulseaudio;
now I'm using pure ALSA (and sometimes Jack, experiencing slightly
different problems).

The noise I hear (same for recording) is a bit different than the one
from Gotisch. Sound is just noisy, sometimes stops, sometimes a big
sample (~half second) is repeated some seconds later. However, I was not
able to grab any sample: even when recording from audio mix (or
recording skype calls) samples are perfectly clear. It's just in
reproducing.

Hardware: sony vaio VPCS11E7E, module snd-hda-intel, codec Realtek ALC275.
lspci:  Intel Corporation 5 Series/3400 Series Chipset High Definition Audio 
(rev 05)

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

Title:
  pulseaudio distorts VLC audio

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


[Bug 658779] Re: system password popup for installation doesn't get auto focus

2011-05-03 Thread KernelPanic
Why this is invalid? I experience the same problem on a fresh natty
install.

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

Title:
  system password popup for installation doesn't get auto focus

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


[Bug 496838] Re: password dialog box appears without focus after clicking on auth button

2011-05-03 Thread KernelPanic
Same on a fresh natty install when installing packages from software
center

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

Title:
  password dialog box appears without focus after clicking on auth
  button

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


[Bug 776027] [NEW] No desktop live session if user clicks too soon

2011-05-02 Thread KernelPanic
Public bug reported:

Binary package hint: ubiquity

If I boot the system with 11.04 64bit desktop CD and click on "Try
Ubuntu" as soon as it appears, the cursor indicates something is working
but nothing happens. Seems to load something from the CD but then stops,
leaving the "Try Ubuntu" button clickable and the "Install Ubuntu"
disabled.  It is possible, however, to reboot, open system settings,
etc.

If once the ubiquity interface has appeared user waits for some seconds
(couldn't understand how many - I wait at least one minute) and then
click on "Try Ubuntu", then the X server reboots and a normal desktop
live session is started.

I can't access the pc now, I hope I can attach a log later.

** Affects: ubiquity (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/776027

Title:
  No desktop live session if user clicks too soon

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


[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-25 Thread KernelPanic
Yorik, maybe you should also overwrite the EDID informations?

Until driver version 256 I could run the nvidia driver by using the EDID
from acpi:

Option  "ConnectedMonitor" "DFP-0,DFP-1,CRT"
Option  "CustomEDID""DFP-0:/proc/acpi/video/IGPU/LCD0/EDID"
Option  "UseEdidFreqs" "0"

(in device section)

But from driver 260 on, I couldn't get it to work (I need it for CUDA
3.2).

I'm not at home, I'll try it.

-- 
nvidia propietary driver fails to load X with geforce 310M
https://bugs.launchpad.net/bugs/643895
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 328448] Re: XDMCP login using compiz cause reverse menu and graphics on client

2010-01-28 Thread kernelpanic
Hi all,
got the same problem here, 
when i do : compiz --replace

all become just like inverted as in a mirror,
I can provide information, ask if needed.

My gpu is : 
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)

I use compiz-fusion package from the repo, 
I don't think it come from set up of compiz because I reinstall, and all 
desactivate in ccsm but it still apening.

I'm new here, feel free to link to see to help a bit,
In advance many thank's.

:)

-- 
XDMCP login using compiz cause reverse menu and graphics on client
https://bugs.launchpad.net/bugs/328448
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 16454] Re: Sound still comes out of speakers when PCM volume is set to 0.

2009-06-20 Thread KernelPanic
Same bug for me on Jaunty. I have an integrated audio card (it's a
laptop).

-- 
Sound still comes out of speakers when PCM volume is set to 0.
https://bugs.launchpad.net/bugs/16454
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 366922] Re: filesharing - systemsettings module fails to start

2009-06-09 Thread KernelPanic
It seems that by making the symbolic link makes the icon appear twice.
Probably using "mv" instead of "ln -s" would be more appropriate.

@Marlon:
I don't remember exactly, but I noticed that the library 
(/usr/lib/kde4/kcm_kcmsambaconf.so) and the .desktop file had a slightly 
different name, while the other modules all had a perfect correspondence. And 
that a module usually starts with kcm_something, not with kcm_kcmsomething.

-- 
filesharing - systemsettings module fails to start
https://bugs.launchpad.net/bugs/366922
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

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


[Bug 366922] Re: filesharing - systemsettings module fails to start

2009-05-23 Thread KernelPanic
Same KDE version and same problem for me. I hacked a bit with the
service file (.desktop), and it seems to be ok. However, as a temporary
workaround:

cd /usr/share/kde4/services
sudo ln -s kcmsambaconf.desktop kcm_kcmsambaconf.desktop

solved for me. Someone was looking for the wrong file name.

-- 
filesharing - systemsettings module fails to start
https://bugs.launchpad.net/bugs/366922
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 377439] Re: Cuts last filename letter, so crashes importing videos

2009-05-17 Thread KernelPanic
** Description changed:

- Binary package hint: kino
+ EDIT: it only happens when visually dragging a file into the playlist,
+ importing with the menu voice is ok!
  
  Version 1.3.0 on Kubuntu 9.04, always reproducible.
  
  When I try to add to the playlist any file, it crashes. I checked the
  terminal output, and it seems the last letter of the filename is cutted
  off. E.g. If I try to import ~/video.avi, in the terminal I see
  
  ---
   Adding to end 
  KinoCommon::bulkLoad: Unable to resolve /home/eu/video.av
  Kino experienced a segmentation fault.
  Dumping stack from the offending thread
  Obtained 10 stack frames.
  kino [0x8078961]  
  ---
 
  (see the attachment; notice ".av" instead of ".avi")
  and suddenly it crashes with a segfault.
  
  A workaround is to duplicate the file with an additional letter in the
  end: if I have both ~/video.avi and ~/video.aviX and I try to import the
  latter, the first is instead imported; this time, the program crashes
  *after* importing it. However, the next time I lanch kino it recovers
  the session and I can work normally.

** Tags added: drag drop filename import playlist

-- 
Cuts last filename letter, so crashes importing videos
https://bugs.launchpad.net/bugs/377439
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 377439] Re: Cuts last filename letter, so crashes importing videos

2009-05-17 Thread KernelPanic
** Description changed:

  Binary package hint: kino
  
  Version 1.3.0 on Kubuntu 9.04, always reproducible.
  
  When I try to add to the playlist any file, it crashes. I checked the
  terminal output, and it seems the last letter of the filename is cutted
  off. E.g. If I try to import ~/video.avi, in the terminal I see
  
+ ---
   Adding to end 
  KinoCommon::bulkLoad: Unable to resolve /home/eu/video.av
  Kino experienced a segmentation fault.
  Dumping stack from the offending thread
  Obtained 10 stack frames.
  kino [0x8078961]  
+ ---
 
  (see the attachment; notice ".av" instead of ".avi")
  and suddenly it crashes with a segfault.
  
  A workaround is to duplicate the file with an additional letter in the
- and: if I have both ~/video.avi and ~/video.aviX and I try to import the
+ end: if I have both ~/video.avi and ~/video.aviX and I try to import the
  latter, the first is instead imported; this time, the program crashes
  *after* importing it. However, the next time I lanch kino it recovers
  the session and I can work normally.

-- 
Cuts last filename letter, so crashes importing videos
https://bugs.launchpad.net/bugs/377439
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 377439] [NEW] Cuts last filename letter, so crashes importing videos

2009-05-16 Thread KernelPanic
Public bug reported:

Binary package hint: kino

Version 1.3.0 on Kubuntu 9.04, always reproducible.

When I try to add to the playlist any file, it crashes. I checked the
terminal output, and it seems the last letter of the filename is cutted
off. E.g. If I try to import ~/video.avi, in the terminal I see

 Adding to end 
KinoCommon::bulkLoad: Unable to resolve /home/eu/video.av
Kino experienced a segmentation fault.
Dumping stack from the offending thread
Obtained 10 stack frames.
kino [0x8078961]  
   
(see the attachment; notice ".av" instead of ".avi")
and suddenly it crashes with a segfault.

A workaround is to duplicate the file with an additional letter in the
and: if I have both ~/video.avi and ~/video.aviX and I try to import the
latter, the first is instead imported; this time, the program crashes
*after* importing it. However, the next time I lanch kino it recovers
the session and I can work normally.

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

-- 
Cuts last filename letter, so crashes importing videos
https://bugs.launchpad.net/bugs/377439
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 377439] Re: Cuts last filename letter, so crashes importing videos

2009-05-16 Thread KernelPanic

** Attachment added: "kino_segfault.txt"
   http://launchpadlibrarian.net/26834564/kino_segfault.txt

-- 
Cuts last filename letter, so crashes importing videos
https://bugs.launchpad.net/bugs/377439
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