HOU ChG

Results 21 comments of HOU ChG

@endolith > +1 to this. I have no idea what the little icons mean. Why does one btrfs FS show up as a folder with a red X through it...

> Hmm, but the device is mounted. Does it have trouble with multi-device pooled btrfs filesystems for some reason? @endolith That is due to btrfs pooling devices sharing the same...

@endolith I added a checking loop [commit v0.1.2.5](https://github.com/chg-hou/DawnlightSearch/commit/854b333e47e80b25cf7148cc4561d6e82f17d84e) to fix the error.

Thanks for reporting. Currently I only find a temporary way to fix: change the url in "Version control > Repository browser" from > https://github.com/chg-hou/DawnlightSearch/blob/{{branch}}/{{filename}}#L{{line}} into > https://github.com/chg-hou/DawnlightSearch/blob/{{branch}}/src/src/{{filename}}#L{{line}} Noted that **"src"**...

Forget to mention. It has been fixed already.

@revast It is normal. /sys /proc are the interfaces into the kernel using "file system"-style device drivers. Pls see: [https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/3/html/Reference_Guide/ch-proc.html](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/3/html/Reference_Guide/ch-proc.html) I did not exclude those folder by default. You may...

@revast I guess you edited the source file manually. It seems that the gpg key has not been imported successfully. You can confirm this by running `apt-key list` and checking...

@revast The reason is that the MFT parser module [mft_c_parser_module.cpp](https://github.com/chg-hou/DawnlightSearch/blob/master/src/DawnlightSearch/MFT_parser/mft_c_parser_module.cpp) requires a header file (sqlite3.h) from libsqlited3-dev to compile. This compilation only occur once when the whole software is being...

@revast Thanks for your constructive comments. Honestly speaking, the c++ version is very far from working. Currently I don't have enough time to maintain this project. I am wondering whether...

@revast Good news. The C++ version has finally been completed after the long wait. Multi-thread, fast UI response, smaller file size... - Right now building from source might be the...