Christian Stadelmann

Results 73 issues of Christian Stadelmann

According to [the official DBusBindings page](https://www.freedesktop.org/wiki/Software/DBusBindings/), applications should use pydbus or GDBus (GLib's Gio.DBus) instead. Affects: Exaile 4.0.0 Beta 2 (and current git master as of 2017-06-25) Since GDBus is...

Type: enhancement

Gtk+ changes and keeps deprecating code, which requires changes in Exaile. When using newer APIs, make sure to meet the requirement on Gtk+ for Exaile, which is currently 3.14. This...

Type: enhancement
GTK3/GST1.x
Good first issue

When changing a library while it is being scanned, Exaile throws a Runtime Error ### Steps to Reproduce (for bugs) 1. Have a huge library (so rescanning takes a while)...

Type: bug

This issue has been reported by @sbrubes in [a comment to #247](https://github.com/exaile/exaile/issues/247#issuecomment-328848053) first.

Type: enhancement

### Steps to Reproduce (for bugs) 1. start exaile by running `G_SLICE=debug-blocks python ./exaile.py`, without specifying the `--startgui` parameter. You might want to add the `--debug` flag. Note: See the...

Type: bug

As I commented in #3 I am seeing exaile (the gi branch) crash with SIGSEGV for some time now. It happens only when moving the mouse over an activated application...

GTK3/GST1.x

By design of wayland, global shortcuts cannot be set by a client application, only by the wayland compositor. As a result, keybinder is completely broken on Wayland. ### Note If...

Type: bug
Type: enhancement
Platform: Linux

I tried running Exaile from console on Windows, but it detaches immediately. This seems wrong. ### Steps to Reproduce (for bugs) 1. open `cmd.exe` 2. `cd` to Exaile installation dir...

Platform: Windows

Currently, there are quite many warnings and errors when Exaile's python code is analyzed by `pep8` or `pylint`. I would like to improve the code quality. ### Steps to Reproduce...

Type: enhancement
Component: code quality

Steps to reproduce: 1. Set the date format to `dd.mm.yyyy` 2. Have a look at the call history What happens: the call history shows date and time of old calls,...

feature request