Trolli Schmittlauch
Trolli Schmittlauch
I don't know whether the same tab hiding mechanisms are used, but for restoring your tabs in 57 [these instructions](https://github.com/denschub/firefox-tabgroups/issues/60#issuecomment-322005792 ) look like they're worth a try.
```console $ contracd [D] unknown:0 - QML debugging is enabled. Only use this in a safe environment. [D] main:31 - contrac VERSION string: 0.7.2 [D] main:32 - VERSION_MAJOR: 0 [D]...
In addition, after a reboot contracd seems to be running already – before having opened harbour-contrac – but after opening the app it still displays the *deactivated* status. ```console $...
> Thank you! I see "Error initialising dbus interface" in there, which suggests you have two copies running. Did you definitely run `systemctl --user stop contracd` first? Yes: ```console [nemo@Pro1...
> I don't want to introduce the update to the existing daemon, because this breaks the careful separation between the GApple API functionality and the functionality specific to the Corona...
@JeffHoogland Interestingly it doesn't work with setting WebCat as standard browser, same behaviour as with standard browser. Doesn't webcat use the same QtWebkit engine as Web Pirate does? (Tested on...
On my system the single IPv6 address returned per interface is always the link-local address. Unfortunately that makes it unusable for applications that need the publicly routable IP. Getting support...
I noticed another case when mass rebuilds happen: As soon as I update my nix channels, the lorri daemon immediately triggers the simultaneous rebuild of **all** my environments that use...
@nyarly Judging by a global search on github for `callCabal2nix` it seems to be the normal case that the function gets passed a whole directory – the top-level directory. Example:...
@nyarly I just changed the line `drv = hp.callCabal2nix "Hash2Pub" ./. {};` to `drv = hp.callCabal2nix "Hash2Pub" ./Hash2Pub.cabal {};`, so only the cabal file is referenced. But still just opening...