Iurii Zolotko
Iurii Zolotko
It will load from outside as indicated by the setting.
> One more thing: when the new dialog shows, the following is printed to the console: > > ``` > /usr/local/bin/diffuse:7590: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has...
Workaround under linux is to mute "Chromium" application under PulseAudio Volume Control but this mutes media player too and it is becoming usable only with external media player.
@krlmlr @MightyCreak I've adopted changes from https://github.com/MightyCreak/diffuse/commit/87d5ef001d51fadd40efaa979bce8cb56245fd9d and removed changes to handling binaries and new "tabs_reload_automatically" option from this PR.
I think you can use os.open(O_CREAT | O_EXCL) to make sure you do not open file created by another process that will be deleted later.