[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-04-13 Thread Diff Handy
Hi,

Absolutely, it's a packaging bug and therefore related to Ubuntu
packaging rather than Openshot code. It's unfortunate that people will
view it as an Openshot issue, when they install it via the software
center but that's the way these things work.

-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
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 532633] Re: [light-theme] please revert the order of the window controls back to menu:minimize, maximize, close

2010-03-16 Thread Diff Handy
2c

I decided to stick with the buttons on the left after the change, to see
how it worked out for me. I'm still getting used to it but having the
maximise to far left, I find useful, it's the easiest to locate and the
button I use most. I've noticed that I don't (or haven't so far) closed
any windows by mistake - conversely it's harder to close windows when I
want to. Again, I'm still in the mode of learning the new position and
though I no longer go over to the right with my pointer, the button
order is still something I have to look at.

From an aesthetic point of view, I find the menu and control clumping to
the left to be slightly too busy and have found the space on the right
being blank to emphasise this. There appears to be a plan for this
though so maybe it'll even out the look. Overall the Ambience and
Radiance themes are really very nice. Radiance seems particularly well
done in comparison to a number of other dark themes I've used. The
palette in Ambience seems to work well.

People don't like change, I guess. It'll be interesting to see the
reaction to Gnome Shell.

-- 
[light-theme] please revert the order of the window controls back to 
menu:minimize,maximize,close
https://bugs.launchpad.net/bugs/532633
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 537431] [NEW] Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Public bug reported:

Binary package hint: openshot

Openshot fails to start (amd64 arch) with the following error

$ openshot

   OpenShot (version 1.1.0)

*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.6/threading.py, line 527, in __bootstrap_inner
self.run()
  File /usr/lib/pymodules/python2.6/openshot/classes/thumbnail.py, line 170, 
in run
mlt.Factory().init()
NameError: global name 'mlt' is not defined

---
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install

---

Packages installed
$ dpkg -l python-mlt2 openshot
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  openshot   1.1.0-0ubuntu1 Create and edit videos and movies
ii  python-mlt20.4.10-5ubuntu multimedia framework (python bindings)


Debs used
python-mlt2_0.4.10-5ubuntu1_amd64.deb
openshot_1.1.0-0ubuntu1_all.deb

Potentially a problem only on amd64 is i386 users aren't seeing the same
thing?

More info needed?

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

-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
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 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Looks like it might be a problem with mlt

$ ldd /usr/lib/python2.6/dist-packages/_mlt.so
linux-vdso.so.1 =  (0x739ff000)
libmlt++.so.2 = not found
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f063976c000)
libc.so.6 = /lib/libc.so.6 (0x7f06393ea000)
/lib64/ld-linux-x86-64.so.2 (0x7f0639c1)

$ locate libmlt++.so.3
/usr/lib/libmlt++.so.3
$ locate libmlt++.so.2
$ 

Depends shows that it depends on  libmlt++3

apt-cache show python-mlt2
Package: python-mlt2
Priority: optional
Section: universe/python
Installed-Size: 604
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Fathi Boudra f...@debian.org
Architecture: amd64
Source: mlt
Version: 0.4.10-5ubuntu1
Provides: python2.6-mlt2
Depends: libc6 (= 2.4), libgcc1 (= 1:4.1.1), libmlt++3, python ( 2.7), 
python (= 2.6), python-support (= 0.90.0)


Can this bug be moved or does it need reopening?

-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
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 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Hi cenwen,

Damn and I did search for dupes too.

$ ls /usr/lib/*libmlt*
/usr/lib/libmlt.so.0.4.10/usr/lib/libmlt.so.2
/usr/lib/libmlt++.so.0.4.10  /usr/lib/libmlt++.so.3

$ ls -l /usr/lib/*libmlt*
-rw-r--r-- 1 root root 129528 2010-02-13 00:34 /usr/lib/libmlt.so.0.4.10
-rw-r--r-- 1 root root 122752 2010-02-13 00:34 /usr/lib/libmlt++.so.0.4.10
lrwxrwxrwx 1 root root 16 2010-03-08 18:06 /usr/lib/libmlt.so.2 - 
libmlt.so.0.4.10
lrwxrwxrwx 1 root root 18 2010-03-08 18:06 /usr/lib/libmlt++.so.3 - 
libmlt++.so.0.4.10

So though there is a ling for  /usr/lib/libmlt++.so.3 there is no link
for  /usr/lib/libmlt++.so.2 to /usr/lib/libmlt.so.0.4.10. Maybe there's
an API change between .2 and .3 ?

$ python
Python 2.6.4+ (r264:75706, Feb 16 2010, 02:54:39) 
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import mlt
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.6/dist-packages/mlt.py, line 7, in module
import _mlt
ImportError: libmlt++.so.2: cannot open shared object file: No such file or 
directory


-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
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 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Yeah, I tried that already (ok simplified i just did 'sudo ln -s
/usr/lib/libmlt.so.0.4.10 /usr/lib/libmlt++.so.2' but it's much of a
muchness.

This makes ldd happy

ldd /usr/lib/python2.6/dist-packages/_mlt.so
linux-vdso.so.1 =  (0x787ff000)
libmlt++.so.2 = /usr/lib/libmlt++.so.2 (0x7fd31bd3)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7fd31bb19000)
libc.so.6 = /lib/libc.so.6 (0x7fd31b797000)
libdl.so.2 = /lib/libdl.so.2 (0x7fd31b593000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7fd31b376000)
/lib64/ld-linux-x86-64.so.2 (0x7fd31c1dd000)

but not python

$ python
Python 2.6.5rc2 (r265rc2:78822, Mar 11 2010, 20:47:08) 
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import mlt
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.6/dist-packages/mlt.py, line 7, in module
import _mlt
ImportError: /usr/lib/python2.6/dist-packages/_mlt.so: undefined symbol: 
__gxx_personality_v0


So I guess it needs an earlier version of mlt installed or for python-
mlt to actually be compiled against the version stated in the depends
?!? Unless there isn't a version of python-mlt that compiles against
this version of mlt++

-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
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 235768] Re: Enhanced zoom not working with twinview enabled

2008-12-07 Thread Diff Handy
Thanks wild_oscar

I can confirm that this fix works (intel 945GM/GMS/GME)

-- 
Enhanced zoom not working with twinview enabled
https://bugs.launchpad.net/bugs/235768
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 230772] Re: wammu - sony ericsson w810i - cannot retrieve phone calls

2008-06-03 Thread Diff Handy
I can confirm this bug. Tried on two different Hardy installs.

Using blueat.

I makes wammu unusable and is new to hardy (gutsy worked fine).

-- 
wammu - sony ericsson w810i - cannot retrieve phone calls
https://bugs.launchpad.net/bugs/230772
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 206590] Re: [hardy] Can't compile due to changes in kernel source

2008-05-01 Thread Diff Handy
This really is an unloved package. I find it strange that a package
which may be the only route to the net on Ubuntu is so often ignored.
I've had problems with every Ubuntu version from Edgy on. Unusually
using debian unstable source is not the solution as the same problems
exist upstream.

A fix for 2.6.24 kernels has been released upstream

Until this is fixed, in Ubuntu, the solution is to get the source and
compile it. Here are instructions for people unfamiliar with building
from source. Open a terminal (Applications - Accessories - Terminal).
Then paste this into the terminal:

wget 
http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20080417.tar.gz
tar xzf slmodem-2.9.11-20080417.tar.gz
cd slmodem-2.9.11-20080417/drivers/
sed 's/misc/extra/' -i Makefile
make
make install
/etc/init.d/sl-modem-daemon restart

It should all work then.

The new source contains an updated binary blob (drivers/amrlibs.o).

The next step for me is to go out and buy a usb modem that doesn't
require a driver to upload firmware and shows as a serial modem. I keep
meaning to do this because one day there won't be a work around for
this. Suggestions for good modems, compatible with Linux, would be
appreciated.

-- 
[hardy] Can't compile due to changes in kernel source
https://bugs.launchpad.net/bugs/206590
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