Albin Larsson

Results 225 comments of Albin Larsson

@sharkwouter Try to install from the [releases](https://github.com/tkashkin/GameHub/releases)-page or build GameHub from the dev branch if you haven't. There's been a lot of progress since the last semver release, though in...

> It may freeze UI more than before at the start, but should load everything and be usable faster. Can confirm all of those. The syncing notification still shows for...

> Do you think it's better this way, even if UI freezes more at startup? Definitely better. The game list was built up gradually in a very noticeable way. It...

> I'm also worried about the fact that we are forced to build with -O0. Maybe fixing the root cause of #99 can allow us to compile with optimization and...

My Arch build now is basically the [`gamehub-git`](https://aur.archlinux.org/packages/gamehub-git/) package modified to use the dev branch, adding [this very much needed change](https://github.com/tkashkin/GameHub/issues/112#issuecomment-434520954) and overriding `strip` (debug symbols). The first two changes...

Update: @btd1337 updated the [gamehub-git](https://aur.archlinux.org/packages/gamehub-git/) aur with my suggestions. It works well now imo. If you have AUR accounts you can help out by upvoting it, so it's more likely...

I'm not sure there'd be a benefit to me also having that role, but don't mind helping out here. [This](http://www.mergely.com/2RGrHEAi/) fixes the issues I know of in `PKGBUILD`. You may...

Nice! `com.github.tkashkin.gamehub --version` shows the right branch now, even without `-Dgit_branch`. Not sure why, but good. :+1: > IMO, $name-git package should track master branch, while different packages should track...

@neuromancer Thanks :) If I run `cat /etc/makepkg.conf | grep CFLAGS` I get: `CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"` Not sure if this is the default in Arch, but I...

Yeah, I agree. Optimally this *shouldn't* be needed (but the issue is too serious not to do something)