!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

219 Members
59 Servers

Load older messages


SenderMessageTime
24 Oct 2024
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπš
In reply to @ilya-fedin:matrix.org
Don't you have QT_QPA_PLATFORMTHEME set to something?
I also heard about some breeze regression but I thought widgets only. Could be wrong, though.
21:39:16
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπš
In reply to @ilya-fedin:matrix.org
Don't you have QT_QPA_PLATFORMTHEME set to something?
* I also heard about some breeze regression but I thought it's widgets only. Could be wrong, though.
21:39:35
@khalil:ksantana.netKhalil Santana
In reply to @ilya-fedin:matrix.org
Don't you have QT_QPA_PLATFORMTHEME set to something?
Just checked, no I do not =/
21:53:17
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπš
In reply to @ilya-fedin:matrix.org
I also heard about some breeze regression but I thought it's widgets only. Could be wrong, though.
then perhaps this after all
21:54:28
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšyou can try to switch to fusion to check maybe πŸ€”21:54:44
@khalil:ksantana.netKhalil SantanaI think I'll need to rollback to a previous flake.lock really, too much stuff is broken21:55:47
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšseems like this is the fix https://invent.kde.org/plasma/breeze/-/commit/a98e7f641ed7fbef2033632333a0b95be548813621:57:49
@khalil:ksantana.netKhalil Santana

If anybody else has the same issue, this flake.lock is the latest one I have without the issue: (also I don't understand why I have several nixpkgs there if anybody would like to ELI5 me why that happens)

{
  "nodes": {
    "agenix": {
      "inputs": {
        "darwin": "darwin",
        "home-manager": "home-manager",
        "nixpkgs": "nixpkgs",
        "systems": "systems"
      },
      "locked": {
        "lastModified": 1723293904,
        "narHash": "sha256-b+uqzj+Wa6xgMS9aNbX4I+sXeb5biPDi39VgvSFqFvU=",
        "owner": "ryantm",
        "repo": "agenix",
        "rev": "f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41",
        "type": "github"
      },
      "original": {
        "owner": "ryantm",
        "repo": "agenix",
        "type": "github"
      }
    },
    "colmena": {
      "inputs": {
        "flake-compat": "flake-compat",
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs_2",
        "stable": "stable"
      },
      "locked": {
        "lastModified": 1728264521,
        "narHash": "sha256-Wdrt/Po6+W2CXA/FaqFkiyATwX3N0uJd/MBULBdE21A=",
        "owner": "zhaofengli",
        "repo": "colmena",
        "rev": "c7cfdd554997dd847e8fedde24a0bdf59e9c8520",
        "type": "github"
      },
      "original": {
        "owner": "zhaofengli",
        "ref": "direct-flake-eval",
        "repo": "colmena",
        "type": "github"
      }
    },
    "darwin": {
      "inputs": {
        "nixpkgs": [
          "agenix",
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1700795494,
        "narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
        "owner": "lnl7",
        "repo": "nix-darwin",
        "rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
        "type": "github"
      },
      "original": {
        "owner": "lnl7",
        "ref": "master",
        "repo": "nix-darwin",
        "type": "github"
      }
    },
    "flake-compat": {
      "flake": false,
      "locked": {
        "lastModified": 1650374568,
        "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
        "owner": "edolstra",
        "repo": "flake-compat",
        "rev": "b4a34015c698c7793d592d66adbab377907a2be8",
        "type": "github"
      },
      "original": {
        "owner": "edolstra",
        "repo": "flake-compat",
        "type": "github"
      }
    },
    "flake-utils": {
      "locked": {
        "lastModified": 1659877975,
        "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "agenix",
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1703113217,
        "narHash": "sha256-7ulcXOk63TIT2lVDSExj7XzFx09LpdSAPtvgtM7yQPE=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "3bfaacf46133c037bb356193bd2f1765d9dc82c1",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1703013332,
        "narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1728018373,
        "narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_3": {
      "locked": {
        "lastModified": 1728018373,
        "narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "agenix": "agenix",
        "colmena": "colmena",
        "nixpkgs": "nixpkgs_3"
      }
    },
    "stable": {
      "locked": {
        "lastModified": 1724316499,
        "narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-24.05",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "systems": {
      "locked": {
        "lastModified": 1681028828,
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
        "owner": "nix-systems",
        "repo": "default",
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
        "type": "github"
      },
      "original": {
        "owner": "nix-systems",
        "repo": "default",
        "type": "github"
      }
    }
  },
  "root": "root",
  "version": 7
}

22:09:25
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšrecursive deps22:12:34
25 Oct 2024
@k900:0upti.meK900 (Old)
In reply to@ilya-fedin:matrix.org
i wonder when staging-next will be merged... i'm so tired to live without kvantum
FWIW it's mostly built for Linuxes now
04:58:09
@k900:0upti.meK900 (Old)So you could run off next directly04:58:16
@k900:0upti.meK900 (Old)If you're feeling brave04:58:26
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπši don't πŸ˜„04:59:25
@k900:0upti.meK900 (Old){0BCC98C8-FE49-4B00-B787-8471FBBEA6DB}.png
Download {0BCC98C8-FE49-4B00-B787-8471FBBEA6DB}.png
05:00:23
@k900:0upti.meK900 (Old)The current queue situation, for reference05:00:29
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšwhen staging-next gets merged? I haven't seen any mention of the policy in CONTRIBUTING.md and it seemed to me that previous PR was merged before it finished building05:11:19
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπš * When staging-next gets merged? I haven't seen any mention of the policy in CONTRIBUTING.md and it seemed to me that previous PR was merged before it finished building05:11:25
@k900:0upti.meK900 (Old)It's a manual operation05:12:09
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπš
In reply to @k900:0upti.me
sent an image.
i686-linux
05:12:15
@k900:0upti.meK900 (Old)So usually it's just "whenever we feel it's good enough"05:12:18
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšoh05:12:26
@k900:0upti.meK900 (Old)
In reply to@ilya-fedin:matrix.org
i686-linux
Videogames are, unfortunately, a thing
05:12:30
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšah05:12:38
@ilya-fedin:matrix.orgπ™Όπš›. π™±πš˜πš πš•πšŽπš› πš π™·πšŠπšmultilib05:12:40
@pimeys:beeper.compimeysyay, 6.2.209:12:03
@pimeys:beeper.compimeysbugs fixed09:12:07
@k900:0upti.meK900 (Old)Just 40k Darwin builds left for staging-next09:14:50
@ulrik:m.strid.ninjaulrik ⚑️Does anyone else have issues waking your computer from sleep? I'm not sure if it's a KDE/Plasma issue or deeper. But when I put my computer to sleep and start it the screen doesn't come on. I have a AMD CPU and GPU if there are any configurations I should add that I don't know about 12:09:43
@k900:0upti.meK900 (Old)Okf09:14:51
@k900:0upti.meK900 (Old)* Oof09:14:56

Show newer messages


Back to Room ListRoom Version: 9