Christian Stadelmann
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...
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...
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)...
This issue has been reported by @sbrubes in [a comment to #247](https://github.com/exaile/exaile/issues/247#issuecomment-328848053) first.
### 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...
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...
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...
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...
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...
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,...