Search found 184 matches

by sp0ck
Mon Mar 27, 2023 5:57 pm
Forum: General
Topic: this season top-100 stats
Replies: 11
Views: 174

Re: this season top-100 stats

untoppable! can we give a perma shiny, blinking star for burjat? It really feels like we all needed that data/logs somehow.
by sp0ck
Sun Mar 26, 2023 11:27 am
Forum: General
Topic: tfko Table style
Replies: 1
Views: 27

tfko Table style

Thank you @tfko for this table style:

Image

https://pokerth.net/download/styles/tab ... _table.zip
by sp0ck
Sat Mar 25, 2023 9:05 pm
Forum: General
Topic: this season top-100 stats
Replies: 11
Views: 174

Re: this season top-100 stats

I really do insist in a more eye-candy xterm color-layout (I mean: black & white?) if there really is an extraordinary need of expressing a super smart nerd tendency. 😅

EDIT: I do like the simplicity of the font though ...
by sp0ck
Sat Mar 25, 2023 8:49 pm
Forum: Bugs
Topic: Flag on user page should not have both width and height set to preserve aspect ratio
Replies: 3
Views: 66

Re: Flag on user page should not have both width and height set to preserve aspect ratio

Using a fixed height only in this case really is a game changer - thank you for reporting! 🤓
by sp0ck
Wed Mar 01, 2023 12:45 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

For the use of docker with gui apps there are some extra steps to do:

https://www.howtogeek.com/devops/how-to ... container/ - section "Forwarding An X Socket to A Docker Container"
by sp0ck
Tue Feb 28, 2023 5:48 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

Us this qmake command:

Code: Select all

qmake CONFIG+="client c++11" -spec linux-g++ pokerth.pro
Change it in the Dockerfile and re-build the image/container.
by sp0ck
Sun Feb 26, 2023 12:04 pm
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

Debian pokerth maintainer can't find patches for our problem. It seem they transfer the pokerth executable from one Debian version to another without compiling it new an each version. Really sounds a bit like. I experienced issues with buster and mysql++ bindings - and for bullseye the jump from li...
by sp0ck
Sun Feb 26, 2023 8:03 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

Here is a working solution for Debian 11 - downgrading libboost after "apt build-dep" command. If you are not familiar with Dockerfile Syntax: just check the RUN commands in order - should be pretty straight forward - I left some comments, too. There is no real option to adapt pokerth serv...
by sp0ck
Sun Feb 26, 2023 4:10 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

If you really try to downgrade with apt - the following should work, as libboost1.6x is not present in bullseye repos anymore. apt purge libboost-all-dev replace /etc/apt/sources.list entries bullseye => buster (you can revert after downgrade) - do an apt update and install libboost-all-dev again .....
by sp0ck
Sat Feb 25, 2023 2:49 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 1215

Re: Compile pokerTH on Debian 11 doesnt work

Ok - I'm able to reproduce. It really is an asio boost issue: https://stackoverflow.com/questions/65840258/boost-1-74-0-asio-executor-migration-issues https://stackoverflow.com/questions/65115207/boostasiospawn-is-broken-with-boost-asio-use-ts-executor-as-default I was not yet able to solve it ... m...