Re: [Banshee-List] Bugs, Features & Forks



Hi Nicholas,

I tried to build your "feature/lite" branch on Ubuntu 16.10 and I encounter these errors :

[...]
Making all in Gtk.Extra
  MCS   ../../../bin/Gtk.Extra.dll
./Gtk/Popover.cs(30,48): error CS0234: The type or namespace name `MenuModel' does not exist in the namespace `GLib'. Are you missing an assembly reference?
./Gtk/Popover.cs(149,30): error CS0234: The type or namespace name `MenuModel' does not exist in the namespace `GLib'. Are you missing an assembly reference?
Compilation failed: 2 error(s), 0 warnings

The autogen.sh does not complain about any missing dependency (see it at http://www.heypasteit.com/clip/3A4E)

For the full "make" log, please see it at http://www.heypasteit.com/clip/3A4F.

Am I missing a dependency, is it a code problem or something else?

Thanks a lot in advance for any help,

Christian


Le 2016-12-30 à 06:22, Nicholas Little via banshee-list a écrit :
Hi folks,

I've been working on my copy of Banshee over the holiday season and
thought some of you might be interested in some changes I've
implemented there:

- revised auto-tools setup:
  > vanilla autoreconf now works;
  > --enable-x switches added for all extensions;
  > some components like the Clients and DAP are also covered;
  > some tweaks to mono discovery to look in extra places.
- improved DAP user experience for MTP:
  > no-longer try to auto-connect, instead;
  > display the potential source interface and connect without UI swapping;
  > it's no faster, but it feels better.
- mostly new user interface, I thought Banshee was looking a little old:
  > with luck this will be lighter, for example it doesn't have filters;
  > slightly different layout, focus on saving real estate;
  > couple of new widgets;
  > uses gtk3 HeaderBar so far, Popovers are planned.

If you check the source you'll notice a somewhat experimental feature
--enable-treeview, which switches Banshee's track list to use an Hyena
widget that inherits from the Gtk.TreeView widget and exposes the
protected interface for ListView, it mostly works as a drop in
replacement though drag and drop is a bit tricky and the album browser
isn't supported by it. On the other hand you get kinetic scrolling and
it feels pretty snappy.

A few bug fixes went into this too, if you want to take a look, the
work is on branch feature/lite:

https://github.com/arfbtwn/banshee.git

Anyway, if you've read this far and have some changes of your own that
you want to share then I'd be interested to see them.

Hope you all had a great holiday, cheers!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]