[Bug 1447968] Re: ImageMagick is missing JPEG2000 support (needs to be built with openjpeg)

2019-04-25 Thread Stefan Horning
Looks like bug #711061 is still blocking it

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

Title:
  ImageMagick is missing JPEG2000 support (needs to be built with
  openjpeg)

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

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

[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
I of course meant `apt-get autoremove`

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

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

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


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
Ok the trick seems to be that  you have to activate the proposed repo
before installing awscli and any package it brings onto the system. So
if you already have awscli installed you should to a apt-get remove
awscli AND a apt-get autoclean and then to  a fresh install of awscli,
afther that the bug is fixed.

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

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

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


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
I don't know what I am doing wrong but I am still seing the same error
when executing the aws command even after I installed the python-
botocore (0.29.0+repack-2ubuntu0.1) package from the proposed repo.

Steps
1. Added deb http://archive.ubuntu.com/ubuntu/ trusty-proposed restricted main 
multiverse universe to sources.list
2. apt-get update
3. apt-get install python-botocore, which correctly installed the patched 
versios as far I can see:
Selecting previously unselected package python-ply.
(Reading database ... 94892 files and directories currently installed.)
Preparing to unpack .../python-ply_3.4-3ubuntu2_all.deb ...
Unpacking python-ply (3.4-3ubuntu2) ...
Selecting previously unselected package python-jmespath.
Preparing to unpack .../python-jmespath_0.2.1-1_all.deb ...
Unpacking python-jmespath (0.2.1-1) ...
Selecting previously unselected package python-dateutil.
Preparing to unpack .../python-dateutil_1.5+dfsg-1ubuntu1_all.deb ...
Unpacking python-dateutil (1.5+dfsg-1ubuntu1) ...
Selecting previously unselected package python-botocore.
Preparing to unpack .../python-botocore_0.29.0+repack-2ubuntu0.1_all.deb ...
Unpacking python-botocore (0.29.0+repack-2ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up python-ply (3.4-3ubuntu2) ...
Setting up python-jmespath (0.2.1-1) ...
Setting up python-dateutil (1.5+dfsg-1ubuntu1) ...
Setting up python-botocore (0.29.0+repack-2ubuntu0.1) ...

4. execute aws and still get
Traceback (most recent call last):
  File "/usr/bin/aws", line 23, in 
sys.exit(main())
  File "/usr/bin/aws", line 19, in main
return awscli.clidriver.main()
  File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
driver = create_clidriver()
  File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
event_hooks=emitter)
  File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
plugin.awscli_initialize(event_hooks)
  File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
register_removals(event_handlers)
  File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
'verify-email-address'])
  File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in remove
self._create_remover(remove_commands))
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in register
self._verify_accept_kwargs(handler)
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
argspec = inspect.getargspec(func)
  File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
raise ValueError("Function has keyword-only arguments or annotations"
ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them


Or do I have to reinstall awscli for some reason too?

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

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

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


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
Here some system information of where I tried it:

Linux ip-172-16-1-173 3.13.0-65-generic #105-Ubuntu SMP Mon Sep 21
18:50:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty

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

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

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


[Bug 1309675] Re: Chromium 34 no longer uses system title bars and borders by default

2014-04-21 Thread Stefan Horning
How did you change it back?

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

Title:
  Chromium 34 no longer uses system title bars and borders by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1309675/+subscriptions

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


[Bug 903503] Re: The Ubuntu installer crashed when it was almost done. (Language was German, updates/third party packages on)

2011-12-12 Thread Stefan Horning
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903503

Title:
  The Ubuntu installer crashed when it was almost done. (Language was
  German, updates/third party packages on)

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

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


[Bug 903503] [NEW] The Ubuntu installer crashed when it was almost done. (Language was German, updates/third party packages on)

2011-12-12 Thread Stefan Horning
Public bug reported:

Language setting was German. Updates/third party package installation
were selected.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.9.5
ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
Uname: Linux 3.2.0-2-generic x86_64
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
CasperVersion: 1.292
Date: Tue Dec 13 02:27:17 2011
LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (2029.1)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise ubiquity-2.9.5

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

Title:
  The Ubuntu installer crashed when it was almost done. (Language was
  German, updates/third party packages on)

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

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


[Bug 561177] Re: Move to another workspace doesn't keep the window original position.

2010-09-10 Thread Stefan Horning
Same problem here. Same compiz versions. Especially annoying if the
window has maximum height, as the bottom of the window keeps
disappearing behind the bottom panel.

-- 
Move to another workspace doesn't keep the window original position.
https://bugs.launchpad.net/bugs/561177
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 450270] Re: gstreamer-based media apps cannot determine file length

2009-12-30 Thread Stefan Horning
Can confirm the bug here.

Architecture: amd64
DistroRelease: Ubuntu 9.10

-- 
gstreamer-based media apps cannot determine file length
https://bugs.launchpad.net/bugs/450270
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 358341] Re: Gwibber not displaying twitter timeline due to API change upstream requiring GET instead of POST

2009-04-16 Thread Stefan Horning
When can a fix in Ubuntu be expected?

-- 
Gwibber not displaying twitter timeline due to API change upstream requiring 
GET instead of POST
https://bugs.launchpad.net/bugs/358341
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 357949] Re: Pidgin crashes when trying to connect to jabber

2009-04-09 Thread Stefan Horning
Eventhough I removed the icons folder, Pidgin still crashes (core dump)
when I try to change some settings in my Jabber Account. After that
Pidgin is still able to start normaly and runs well, as long you don't
touch the (Icon) settings of that Jabber(XMMP) account. The only
solution to that was really the deinstallation of gstreamer0.10-plugins-
bad.

Note: It was also possible to edit my Jabber Account while it was still
offline (not active), as soon you would log in Pidgin would crash again.
Maybe s.th. colides here with the Profile-Icon you can store in a Jabber
(client independend) profile.

-- 
Pidgin crashes when trying to connect to jabber
https://bugs.launchpad.net/bugs/357949
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 98958] Re: [apport] jokosher crashed with LinkError in AddAndLinkPlaybackbin()

2007-03-31 Thread Stefan Horning
I got the same problem here. I didn't look through all the details, but
the bug report from Bug-Buddy I got, looks pretty similiar.

-- 
[apport] jokosher crashed with LinkError in AddAndLinkPlaybackbin()
https://launchpad.net/bugs/98958

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


[Bug 57121] Re: apt-get dist-upgrade fails from Dapper to Edgy

2006-08-24 Thread Stefan Horning
*** This bug is a duplicate of bug 56779 ***

To comment this lines seems to fix that bug. I had the same problem
before. Thanks for the help, you saved my day. ;-)

-- 
apt-get dist-upgrade fails from Dapper to Edgy
https://launchpad.net/bugs/57121

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