Thiago Araújo Silva

Results 17 comments of Thiago Araújo Silva

@ManuelSchneid3r I'm not sure. I'm using https://extensions.gnome.org/extension/779/clipboard-indicator/ Not perfect but it does the job.

@ManuelSchneid3r I'm not blaming Albert at all. At the time I investigated this, I recall quickly inspecting the Python code and not finding any memory leaks. I may have been...

I still haven't found a solution for this problem. What I've done, though, is not to use Electron for web apps. For Slack and WhatsApp, for instance, I'm running them...

@Lenbok You can probably create one app for each workspace and let your window manager manage the workspaces. I only use one workspace though.

Here's a quick hack that I'm using to trigger the Activities Overview while this problem doesn't have a solution. It's ugly but creative :smiley: https://github.com/thiagoa/bin/blob/master/gnome_activities_overview The comments explain how it...

@luizoti What is the change you are suggesting? I've never used the newest KDE, but Gnome Shell widgets do not have a WM_CLASS. Adopting your example, if Kodi was focused...

@luizoti Na paz 🙂 The problem is that xkeysnail detects the WM_CLASS of the background window instead of the Gnome widget's. Therefore, I can't use `None` to match the Gnome...

I like this idea. As @mike-burns noted, this could become part of some deployment generator: we'd move the Heroku logic into a separate generator and the `Dockerfile` would be part...

+1 to this!

It seems most issues reported here have been solved by the Rails team. 1. `freeze_time` has been implemented in `TimeHelpers` 2. safe mode is no longer needed (i.e. enforce the...