Hi everyone, I ran apt full-upgrade last month and accidentally deleted a couple packages that weren’t supposed to be removed, due to me not paying enough attention. I could recover most of the system just fine, since most of the missing features and related packages were obvious to me. However, I still couldn’t figure out why transparency is not working on KDE, both in Wayland and X. I suspected it could be a missing compositor, but libwayland and libqt6waylandcompositor6 (and related packages) are all installed (and that wouldn’t explain why it isn’t also working on X).

I have attached a screenshot to illustrate what I mean.

I would appreciate if anyone could help me figure out what package might be missing that is causing this issue. Thanks in advance!

EDIT: Thank you so much everyone! I finally solved my problem. I just had to replace libqt5quick5-gles by libqt5quick5 (non gles version).

Commandline: apt install libqt5quick5
Install: libqt5quick5:amd64 (5.15.10+dfsg-2+b2)
Remove: libqt5quick5-gles:amd64 (5.15.10+dfsg-2+b2)
  • lurch@sh.itjust.works
    link
    fedilink
    arrow-up
    34
    arrow-down
    3
    ·
    3 months ago

    if you don’t have any backups (like normal people do), check the logs of the package manager. for example /var/log/apt/history.log should have a neat list of operations with timestamps and packages.

    • Raspin@lemmy.ml
      link
      fedilink
      arrow-up
      17
      ·
      3 months ago

      Most people don’t really get out their way to set up backup manually. Either system should try really hard to avoid corruption or implement a recovery system. Ideally both.

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        3 months ago

        Well, the Linux world is moving towards btrfs and zero-setup automatic snapshots. Those would have made it trivial to rollback a broken update like that. Unfortunaly, it’s still going to take a few years before Debian makes the move…

        • jack@monero.town
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          3 months ago

          Unfortunaly, it’s still going to take a few years before Debian makes the move…

          Debian is as traditional as it gets, change comes slooowly. I don’t see why it’s still so popular

      • lurch@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        You don’t need to get out of your way. You can, for example, just tar --one-file-system, clonezilla or rsync or maybe even drag and drop copy all your important file systems on a USB HD, USB stick or cloud storage that you then check and unplug/unmount.

        This is very easy and can run in the background while you do some other stuff. Even if the backup isn’t good and for example doesn’t have proper permissions, because you drag and drop copied, it will have the info required to reinstall and restore the exact system you had at the time of the backup.

    • buffy@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 months ago

      I do store regular backups of this machine, but not of /var. I can always reinstall Debian (or whatever other distro), while keeping other relevant configs intact (stored in the backups) and not lose any critical data.

      I commented below that I did check /var/log/dpkg.log, but it didn’t help much due to the high number of packages removed that day.

      At this point I am more curious to learn more about KDE and what is causing the problem, since other desktop environments (I installed mate) seem to work fine.