Sergei Reznikov
Sergei Reznikov
Take a look at the icons here https://github.com/haiku/haiku/tree/master/data/artwork/icons and here https://github.com/threedeyes/HVIF-Collection
I think he follows QtCreator feature here. Did he use " character in that video to search text content? I'm not sure.
https://github.com/SerenityOS/serenity Here's a video where the developer implemented said feature: https://www.youtube.com/watch?v=ofhjmHhzqAU You might find interesting other videos of him working on Process Manager (now System Monitor) as well as many...
Yeah, I also think that separate apps are better and this app includes too many features. However, it still might be useful to borrow some ideas from. Like list of...
There is this, not sure how useful it is. ``` fdinfo --help Usage: fdinfo or -[dD] or -[fF] Shows info about the used file descriptors in the system. -d Only...
Added 64bit recipe in https://github.com/haikuports/haikuports/commit/5404d0bb510000012c138549960b57184c9a50d4. Compiles and runs seemingly fine. 32bit build is broken though https://build.haiku-os.org/buildmaster/master/x86_gcc2/logviewer.html?buildruns/2161/builds/77144.log
Adding this post-install script prevents LO from quitting. ``` #!/bin/sh mkdir -p /boot/home/config/settings/LibreOffice/4/user/extensions echo `head -5 /system/apps/LibreOffice/program/versionrc | awk -F "=" '/buildid/ {print $2}'` > \ ~/config/settings/LibreOffice/4/user/extensions/buildid ```
Are you sure about that? I added post-install script in 48ba036f15626b5435e6af1f2e03b1cc43db5de7.
There is a workaround in place which seems to work. However, a proper fix should be found.