Git Product home page Git Product logo

pobfrontend's People

Contributors

aspel avatar bernhardfritz avatar philroberts avatar waltermaxwell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pobfrontend's Issues

Can't build in Kubuntu 20.04.1

I get Luajit error, LOG

The Meson build system
Version: 0.54.1
Source dir: /home/ccheco/Documents/pobfrontend
Build dir: /home/ccheco/Documents/build
Build type: native build
Project name: POB Frontend
Project version: undefined
C++ compiler for the host machine: c++ (gcc 9.3.0 "c++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C++ linker for the host machine: c++ ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Run-time dependency qt5 (modules: Gui) found: YES 5.12.8 (pkg-config)
Found CMake: /usr/bin/cmake (3.16.3)
Run-time dependency luajit found: NO (tried pkgconfig and cmake)

pobfrontend/meson.build:4:0: ERROR: Dependency "luajit" not found, tried pkgconfig and cmake

A full log can be found at /home/&USER/Documents/build/meson-logs/meson-log.txt

How to properly uninstall PoB (macOS)

On macOS 11 is there a right way and a wrong way to uninstall PoB? I'm on macOS Big Sur v11.2.3.

I uninstalled the app a few weeks ago and recently tried reinstalling but it keeps crashing after I open it without providing any error messages. I looked through the commit and release history but there haven't been any updates since I last installed it. An unsuccessful uninstall is the only thing I can think of that might be causing this.

Build for iOS

There is currently no iOS app that is PoB compatible. Is it theorethically possible to build this to iOS? Are there any bigger roadblocks like touchscreen support or zoom that would make it unusable without an UI rework?

Scaling issues on smaller screen

Got an old mac mini still running, so figured I'd give your package a test on a pretty old version of osx.

Looked through all the commits on the fork and nothing fishy stood out to me (note: was not 100% thorough)

image

It works, but some wonky sizing on a small monitor

image

image

How to run this?

How do I actually run this on MacOS?
Is there any chance to upgrade this to LocalIdentities Fork?

Runtime error using Lua-cURLv3 master

Following the README and building Lua-cURLv3 master results in this error at runtime:

Error:

Error loading main script: error loading module 'lcurl.safe' from file './lcurl.so': ./lcurl.so: undefined symbol: lua_absindex

I think the README should be updated to link to a specific release of Lua-cURLv3. v0.3.12 worked for me.

Steps to reproduce error:

git clone https://github.com/Lua-cURL/Lua-cURLv3.git
# edit Makefile for luajit
make
# build pobfrontend like normal
cp /path/to/lcurl.so .
/path/to/build/pobfrontend

Steps to fix:

git clone https://github.com/Lua-cURL/Lua-cURLv3.git
git checkout tags/v0.3.12
# edit Makefile for luajit
make
# build pobfrontend like normal
cp /path/to/lcurl.so .
/path/to/build/pobfrontend

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.