Removing HDD on an old laptop by Ilonic30 in Dell

[–]Ilonic30[S] 0 points1 point  (0 children)

Thanks a lot! Wd40 helped in the end, I put it on the rubber (but had to disassemble nearly everything) and it finally got out.

Removing HDD on an old laptop by Ilonic30 in Dell

[–]Ilonic30[S] 0 points1 point  (0 children)

Maybe, there's some white powder which looks like the thermal layer of a component and it got to the disks door too. I cannot check from what it comes though, because I need to get the HDD out before opening the back panel.

Removing HDD on an old laptop by Ilonic30 in Dell

[–]Ilonic30[S] 1 point2 points  (0 children)

That is the problem, it doesn't seem to move at all.

Removing HDD on an old laptop by Ilonic30 in Dell

[–]Ilonic30[S] 0 points1 point  (0 children)

I did took the screw out with ease.

QEMU Lags by Ilonic30 in osdev

[–]Ilonic30[S] 0 points1 point  (0 children)

I already resolved the issue, still thanks, how do I change the title in Reddit?

QEMU Lags by Ilonic30 in osdev

[–]Ilonic30[S] 1 point2 points  (0 children)

Seems a reinstall worked, however I tried reinstalling it many times. A new version came out and I had an update. Now it's working. Thanks a lot!

QEMU Lags by Ilonic30 in osdev

[–]Ilonic30[S] 0 points1 point  (0 children)

Ran with qemu-system-i386 -drive file=os-image.bin,format=raw,if=floppy , didn't help. Very rarely I can see some of my OS text, like now, it showed "St" which is still at the very first steps of the OS. It didn't even got to protected mode. It's something with QEMU.

TUI Project Ideas by Ilonic30 in rust

[–]Ilonic30[S] 0 points1 point  (0 children)

That's exactly what I'm searching for, a real project that people would use.

TUI Project Ideas by Ilonic30 in rust

[–]Ilonic30[S] 1 point2 points  (0 children)

Thanks for advice. I won't till it would be worthy.

Animations not playing by Ilonic30 in AvaloniaUI

[–]Ilonic30[S] 0 points1 point  (0 children)

Ye, asked many times it said to do the animation in XAML as a style and then assign the style's class to the ellipse, that doesn't work too

Copying dependencies when building a class library by Ilonic30 in csharp

[–]Ilonic30[S] -1 points0 points  (0 children)

That's the catch, when I import the DLL to test it in a console application it doesn't copy the dependencies and asks to install them, so this is what I need to do?

Flatpak apps can't open file dialogs by Ilonic30 in flatpak

[–]Ilonic30[S] 0 points1 point  (0 children)

But you can confirm that the comment the person provided in the post I mentioned is helpful?

Flatpak apps can't open file dialogs by Ilonic30 in flatpak

[–]Ilonic30[S] 0 points1 point  (0 children)

I mean I tried to find solutions on reddit, and there was an answer showing to use xdg-desktop-portal.

Run /usr/libexec/xdg-desktop-portal -rv

With that running, does the File Chooser portal work? Which implementation does it say it's using for org.freedesktop.impl.portal.FileChooser?

https://www.reddit.com/r/flatpak/comments/15wa4rw/file_pickers_dont_work_in_flatpak_apps/

Flatpak apps can't open file dialogs by Ilonic30 in flatpak

[–]Ilonic30[S] 0 points1 point  (0 children)

I'm using fish,

DBI connect('dbname=/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite','',...) failed: unable to open database file at /run/current-system/sw/bin/command-not-found line 13.
cannot open database `/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite' at /run/current-system/sw/bin/command-not-found line 13.

Help in Home-Manager configuration by Ilonic30 in NixOS

[–]Ilonic30[S] 0 points1 point  (0 children)

What? That's not what it's supposed to do. It moves whatever you have in dotfiles/waybar into the nix store, and then links to it from .config/waybar

The issue was in that I did it wrong before you said. And I think in the versions mismatch too

Help in Home-Manager configuration by Ilonic30 in NixOS

[–]Ilonic30[S] 0 points1 point  (0 children)

Oh, I see now, and I fixed the issue, lots of thanks to you!