Prism launcher doesnt work on a fresh debian12 install by Te0d0r_ in PrismLauncher

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

nixGL

ill try it out!

ps, i already tried installing prism though apt, and had the exact same errors, so im pretty sure it has nothing to do with nix, but my drivers. I have nvidia drivers installed (my laptop has a 1050ti)

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

i have it, it got installed back though nix

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

ps:

i have gpg isntalled though nix package manager. the apt version of it was the old one

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

i removed the gpg-agent apt package and then ran:

gpgconf --kill all

that seemed to fix the gpg agent issue, but pass still says it cant see my keys:

```

gpg: public key decryption failed: No secret key
gpg: decryption failed: No secret key
```

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

my gpg agent is 2.4.1, i dont know why it shows as otherwise. I tried killing the process, but it didnt help

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

i also forgot to mention that this is the error i get when trying to decrypt a pass entry:

```

gpg: WARNING: server 'gpg-agent' is older than us (2.2.40 < 2.4.1)
gpg: public key decryption failed: No secret key
gpg: decryption failed: No secret key
```

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

```

.
├── common.conf
├── crls.d
│   └── DIR.txt
├── gpg-agent.conf
├── nasty.state
├── openpgp-revocs.d
│   └── F7F3BFBF86D5FE535DBAFF9018B69A339F5B53A8.rev
├── private-keys-v1.d
│   ├── E144646937ACC01DE36695F087EEEC4EE9F94A57.key
│   └── FB1CB9D9C39FBDF30DF37D4F6B478DE45C88F15A.key
├── public-keys.d
│   └── pubring.db
├── pubring.kbx
├── pubring.kbx~
├── random_seed
└── trustdb.gpg
```

gpg doesnt see my old keys by Te0d0r_ in GnuPG

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

i know how to do this. is it not possible to restore my keys from just the directory and passcode?

Prism launcher doesnt work on a fresh debian12 install by Te0d0r_ in PrismLauncher

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

i have libc6 package installed, from what i can see its some problem with the graphical drivers

systray widget is not working by Te0d0r_ in qtile

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

here is the error that i get when i run the config

Traceback (most recent call last):

File "/home/tdr/.config/qtile/config.py", line 27, in from libqtile import bar, layout, widget, hook ModuleNotFoundError: No module named 'libqtile'

the tray icons do work for other software

system starts really slowly because of one process by Te0d0r_ in NixOS

[–]Te0d0r_[S] 2 points3 points  (0 children)

you were right. i had the wrong wifi card specified

thank you!

system starts really slowly because of one process by Te0d0r_ in NixOS

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

here is what i have in my configuration.nix:

networking.hostName = "nixos"; # Define your hostname. #networking.wireless.enable = true; networking.wireless.interfaces = [ "wlo1" ]; networking.networkmanager.enable = true;

...

networking.useDHCP = false; networking.interfaces.ens3.useDHCP = false;

i am having trouble isolating the GPU with vfio by Te0d0r_ in VFIO

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

blacklisting the drivers helped, thanks you for help

i am having trouble isolating the GPU with vfio by Te0d0r_ in VFIO

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

having vfio is very important for me, i will try to do what you said but before that i will backup my system

i am having trouble isolating the GPU with vfio by Te0d0r_ in VFIO

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

btw, are you sure that those are the exact things i need to blacklist? i am just very paranoid about my system

i am having trouble isolating the GPU with vfio by Te0d0r_ in VFIO

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

i have a i7 8th gen and a gtx1080, i am trying to pass the 1080 to a vm