[Touch-packages] [Bug 1713017] Re: Enable MIDI support

2021-01-12 Thread wvengen
As far as I can see, it is still disabled by default [in kernel
bluez](https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/configure.ac#n243)
nor [in
launchpad](https://git.launchpad.net/bluez/tree/configure.ac#n239),
neither do I find in being enabled explicitely in a package (but could
not so easily find the package code online).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1713017

Title:
  Enable MIDI support

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Now that bluez has landed with 5.46-0ubuntu2, it would be nice to
  enable Bluetooth MIDI support. This did not seem to be enabled by
  default in the build from
  https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2 (it found BLE
  MIDI devices, gatttool could talk to them, but no MIDI device was
  made; also ldd showed no linkage to libasound.so.2).

  After recompiling it with libasound2-dev installed and --enable-midi
  in debian/rules, it worked.

  Suggestion: add libasound2-dev to bluez dependencies, add --enable-
  midi to rules.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1713017] Re: Enable MIDI support

2021-01-10 Thread wvengen
@henning that sounds great! In which version did you see this? I expect
the build would also need the libasound2-dev dependency, which should be
in the control file.

I remember that indeed an alsa sequencer device was created on
connection; I only tested (when submitting this bug) midi controllers
that provided midi notes, which could drive a drum synth (not the other
direction), but I'd expect both directions to work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1713017

Title:
  Enable MIDI support

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Now that bluez has landed with 5.46-0ubuntu2, it would be nice to
  enable Bluetooth MIDI support. This did not seem to be enabled by
  default in the build from
  https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2 (it found BLE
  MIDI devices, gatttool could talk to them, but no MIDI device was
  made; also ldd showed no linkage to libasound.so.2).

  After recompiling it with libasound2-dev installed and --enable-midi
  in debian/rules, it worked.

  Suggestion: add libasound2-dev to bluez dependencies, add --enable-
  midi to rules.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1713017] Re: Enable MIDI support

2017-08-28 Thread wvengen
For those seeking a workaround, see instructions here:
https://gist.github.com/wvengen/7ebd29da38c08540832fb228c4628171#bluez-546

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1713017

Title:
  Enable MIDI support

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Now that bluez has landed with 5.46-0ubuntu2, it would be nice to
  enable Bluetooth MIDI support. This did not seem to be enabled by
  default in the build from
  https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2 (it found BLE
  MIDI devices, gatttool could talk to them, but no MIDI device was
  made; also ldd showed no linkage to libasound.so.2).

  After recompiling it with libasound2-dev installed and --enable-midi
  in debian/rules, it worked.

  Suggestion: add libasound2-dev to bluez dependencies, add --enable-
  midi to rules.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1713017] Re: Enable MIDI support

2017-08-28 Thread wvengen
Thanks, I agree that 18.04 would be good.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1713017

Title:
  Enable MIDI support

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Now that bluez has landed with 5.46-0ubuntu2, it would be nice to
  enable Bluetooth MIDI support. This did not seem to be enabled by
  default in the build from
  https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2 (it found BLE
  MIDI devices, gatttool could talk to them, but no MIDI device was
  made; also ldd showed no linkage to libasound.so.2).

  After recompiling it with libasound2-dev installed and --enable-midi
  in debian/rules, it worked.

  Suggestion: add libasound2-dev to bluez dependencies, add --enable-
  midi to rules.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1713017] [NEW] Enable MIDI support

2017-08-25 Thread wvengen
Public bug reported:

Now that bluez has landed with 5.46-0ubuntu2, it would be nice to enable
Bluetooth MIDI support. This did not seem to be enabled by default in
the build from https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2
(it found BLE MIDI devices, gatttool could talk to them, but no MIDI
device was made; also ldd showed no linkage to libasound.so.2).

After recompiling it with libasound2-dev installed and --enable-midi in
debian/rules, it worked.

Suggestion: add libasound2-dev to bluez dependencies, add --enable-midi
to rules.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1713017

Title:
  Enable MIDI support

Status in bluez package in Ubuntu:
  New

Bug description:
  Now that bluez has landed with 5.46-0ubuntu2, it would be nice to
  enable Bluetooth MIDI support. This did not seem to be enabled by
  default in the build from
  https://launchpad.net/ubuntu/+source/bluez/5.46-0ubuntu2 (it found BLE
  MIDI devices, gatttool could talk to them, but no MIDI device was
  made; also ldd showed no linkage to libasound.so.2).

  After recompiling it with libasound2-dev installed and --enable-midi
  in debian/rules, it worked.

  Suggestion: add libasound2-dev to bluez dependencies, add --enable-
  midi to rules.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1532944] Re: flashplugin-installer shows a warning after downloading the file with apt 1.1.x

2017-01-12 Thread wvengen
I'm seeing "E: Download Failed" after the warning, so it might be real
problem for some users.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1532944

Title:
  flashplugin-installer shows a warning after downloading the file with
  apt 1.1.x

Status in apt package in Ubuntu:
  Invalid
Status in flashplugin-nonfree package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04 dev with apt 1.1.10 and on trying to install
  flashplugin-installer I'm always getting an error message after the
  file got downloaded. Here is an example output:

  root@ubuntu:~# apt-get install flashplugin-installer --reinstall
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
    libapt-inst1.7 libapt-pkg4.16
  Use 'apt autoremove' to remove them.
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
  Need to get 0 B/6838 B of archives.
  After this operation, 0 B of additional disk space will be used.
  debconf: delaying package configuration, since apt-utils is not installed
  (Reading database ... 99770 files and directories currently installed.)
  Preparing to unpack .../flashplugin-installer_11.2.202.559ubuntu1_amd64.deb 
...
  Unpacking flashplugin-installer (11.2.202.559ubuntu1) over 
(11.2.202.559ubuntu1) ...
  Processing triggers for update-notifier-common (3.164) ...
  flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20151228.1.orig.tar.gz
  Get:1 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20151228.1.orig.tar.gz
 [26.8 MB]
  Fetched 26.8 MB in 3min 8s (143 kB/s)
  W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20151228.1.orig.tar.gz'
 couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
  Installing from local file 
/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20151228.1.orig.tar.gz
  Flash Plugin installed.
  Setting up flashplugin-installer (11.2.202.559ubuntu1) ...

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1188823] Re: owncloud gnome-shell add online account error 401

2014-10-29 Thread wvengen
You may need to enter https://my.own.cloud.server/owncloud/remote.php as
the server (instead of just https://my.own.cloud.server/). Does that
help?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1188823

Title:
  owncloud gnome-shell add online account error 401

Status in “gnome-online-accounts” package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Description:  Ubuntu 13.04 
  Release:  13.04
  The gnome distribution variant.

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  gnome-online-accounts:
Installed: 3.8.2-1ubuntu1
Candidate: 3.8.2-1ubuntu1
Version table:
   *** 3.8.2-1ubuntu1 0
  500 http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu/ raring/main 
amd64 Packages
  100 /var/lib/dpkg/status
   3.6.2-1ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ raring/universe amd64 
Packages

  3) What you expected to happen
  When I give the details for my http owncloud installation, I would love for 
goa to succesfully connect and integrate owncloud into my gnome experience.

  4) What happened instead:
  I get the following red error message above the account form:
  "Error connecting to ownCloud server:
  Code: 401 - Unexpected response from server"

  The owncloud installation (5.0.7) runs on an internet server, address,
  username and password are correct, I checked several times. A you can
  see above in 2), I use the gnome3-team ppa.

  If there is more information or some tests I might be able to run,
  give me a hint, please :)

  Thanks for all the work in any case!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1188823/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp