Jonathan Chun

Results 41 comments of Jonathan Chun

This is looking very promising: https://github.com/lupoDharkael/flameshot#installation

Hey, I haven't worked on this project in a little while, but every single component that is installed can be found in this directory: https://github.com/Jonchun/macify-linux/tree/master/macifylinux/components It's unlikely that I'll get...

Accidentally closed

Can probably just use ``` def lsb_release(): lsb_output = subprocess.check_output(['lsb_release', '-a'], stderr=subprocess.DEVNULL).decode() lsb_split = lsb_output.split('\n') distributor = '' release = '' codename = '' for line in lsb_split: if 'distributor'...

demo'd it out and it looks great. https://imgur.com/IdQKVV8 (it is not choppy like this normally. i think the screen recording i'm using is buggy) Will definitely have this as an...

Due to this issue https://github.com/n4n0GH/hello/issues/75, need to also install McMojave's Window decorations (Aurorae) if I plan to use this.

Windows App Menu seems to not work for firefox only. Works fine in Dolphin, VLC, etc. Firefox 74.0 (64-bit)

Thank you @Steinhagen ! I'll look into that later.

I couldn't get latte-dock to build on Kubuntu 18.04. Bug filed [here](https://bugs.kde.org/show_bug.cgi?id=419657). Hopefully it is just me being dumb. If it turns out that it is incompatible with the latest...