probonopd

Results 3543 comments of probonopd

Thanks @ADKaster, but that seems to build SerenityOS whereas I am trying to build ladybird for FreeBSD.

Getting further, but still errors out on timezone-related issues: ``` git clone https://github.com/awesomekling/ladybird git clone https://github.com/BertalanD/serenity cd serenity git checkout freebsd cd ../ladybird sed -i '' -e 's|Qt6|Qt5|g' CMakeLists.txt env...

Thanks for the hints. So this gets me _much_ further: ``` git clone https://github.com/awesomekling/ladybird git clone https://github.com/BertalanD/serenity cd serenity git checkout freebsd cd ../ladybird sed -i '' -e 's|Qt6|Qt5|g' CMakeLists.txt...

Thanks, I also need the following changes (could they be considered for the pull request?) ``` # Change from Qt6-only to Qt5/Qt6 compatible notation sed -i '' -e 's|Qt::CTRL &...

Need ``` # Change from Qt6-only to Qt5/Qt6 compatible notation sed -i '' -e 's@Qt::CTRL | Qt::Key_T@tr("Ctrl+T")@g' ./BrowserWindow.cpp sed -i '' -e 's@Qt::CTRL | Qt::Key_Q@tr("Ctrl+Q")@g' ./BrowserWindow.cpp sed -i '' -e...

Not sure how closing issues is handled in this repo, but I'd think that this is resolved once the `tr("Ctrl+T")` style is used and once https://github.com/SerenityOS/serenity/pull/14539 is merged, since only...

Qt6 is not available on FreeBSD at this time.

Thanks @Rested. Always great to see ApImages for Linux apps. Why do you think you'd need a "separate binary for 16.04", why not make it the _only_ one? Binaries compiled...

> Is there any info that would help resolve this issue? What happens if you run an AppImage created on 16.04 on a 18.04 system? Does the command line show...

Let me know if there is interest in having an AppImage. Providing an [AppImage](http://appimage.org/) would have, among others, these advantages: - Applications packaged as an AppImage can run on many...