realroot2185

Results 50 comments of realroot2185

I think that as dinit looks in `/etc/dinit.d/service-name` and `$XDG_CONFIG_HOME/dinit.d/service-name` it should look in `/etc/dinit.d/user` out of the box. And not relying on something else. For example in sxmo I...

In my opinion this is something that should be in dinit. It thinks that it is not hard to add especially for dinit devs. Is that maybe a good circumstance?...

Not sure to how implement priority. For example if you have a service with the same name in `/etc/dinit.d` and `/lib/dinit.d ` is there a priority ? > man dinit...

https://github.com/davmac314/dinit/blob/8f5268746a7138bf31de9e4d2d059cd02a33fe11/src/options-processing.cc#L77 ``` done_user_home: service_dir_paths.emplace_back("/etc/dinit.d/user", /*dyn_allocd=*/false); //HERE ``` After `done_user_home:`?

That NixOS's wiki command breaks partition table and you don't need to make any hole. I tried it with the hole. I used `dd` to write zeros and reinstalled tow-boot...

IDK but I found out that it is no longer developed: https://github.com/FedoraQt/adwaita-qt. I am checking kvantum with KvGnomeDark. It looks better but the difference is too little: ![nhek](https://github.com/Nheko-Reborn/nheko/assets/149013535/dec0a543-776b-4e73-b590-9241852d0563)

I am on Armtix and just adding lima and panfrost to mkinitcpio.conf works (and rebuild it). The hooks of the PR don't look good, if you use osd-sdl (or unl0kr)...

I have a question about the status of the project. I do not see a release, is it in alpha or is it ready?

``` Compiling xdg v2.5.2 Compiling strata v0.0.1 (/path/to/strata) error: rustc interrupted by SIGSEGV, printing backtrace /usr/lib/librustc_driver-d2f16079c00fc25e.so(+0x7d98e6)[0x779ca7bd98e6] /usr/lib/libc.so.6(+0x3c770)[0x779ca725a770] /usr/lib/libLLVM-17.so(_ZN4llvm9MCContext12createSymbolENS_9StringRefEbb+0x44)[0x779ca175ab24] /usr/lib/libLLVM-17.so(_ZN4llvm9MCContext16createTempSymbolERKNS_5TwineEb+0x110)[0x779ca175b470] /usr/lib/libLLVM-17.so(_ZN4llvm9DwarfFile8addRangeERKNS_16DwarfCompileUnitENS_11SmallVectorINS_9RangeSpanELj2EEE+0x4b)[0x779ca0570ddb] /usr/lib/libLLVM-17.so(_ZN4llvm16DwarfCompileUnit17addScopeRangeListERNS_3DIEENS_11SmallVectorINS_9RangeSpanELj2EEE+0xd9)[0x779ca0533729] /usr/lib/libLLVM-17.so(_ZN4llvm16DwarfCompileUnit23attachRangesOrLowHighPCERNS_3DIEENS_11SmallVectorINS_9RangeSpanELj2EEE+0x6f)[0x779ca053668f] /usr/lib/libLLVM-17.so(_ZN4llvm16DwarfCompileUnit23attachRangesOrLowHighPCERNS_3DIEERKNS_15SmallVectorImplISt4pairIPKNS_12MachineInstrES7_EEE+0x427)[0x779ca05371c7] /usr/lib/libLLVM-17.so(_ZN4llvm16DwarfCompileUnit24constructLexicalScopeDIEEPNS_12LexicalScopeE+0xa3)[0x779ca053a103] /usr/lib/libLLVM-17.so(_ZN4llvm16DwarfCompileUnit17constructScopeDIEEPNS_12LexicalScopeERNS_3DIEE+0x5b)[0x779ca053d93b] ### cycle encountered after 10...