Code Monkey home page Code Monkey logo

Comments (5)

ZaWertun avatar ZaWertun commented on September 23, 2024 1

You right, I'll update instructions.
Thanks for the feedback!

from fedora-copr-kde5.

ZaWertun avatar ZaWertun commented on September 23, 2024

Hello!

I've got this bug too :)
Steps to get around the bug:

  1. dnf install --allowerasing kwin-lowlatency
  2. dnf update --refresh

After 2 step dnf will update all plasma packages to the latest in my repo (that was downgraded at step 1).
Further updates of kwin-lowlatency will occur without problems (already checked it).

Don't know why dnf doing that, maybe some sort of bug in dnf 🤔

from fedora-copr-kde5.

ZaWertun avatar ZaWertun commented on September 23, 2024

I'll update docs in the copr.

from fedora-copr-kde5.

luminoso avatar luminoso commented on September 23, 2024

Yes that solved the issue to me also. What DNF did was to downgrade packages to install kwin-lowlatency and then with command 2 it re-updated them 🤷‍♂

Thank you for maintaining this. I wasn't expected such a difference with kwin-lowlatency. Truly awesome. Hope it get to the upstream soon 🤞

from fedora-copr-kde5.

luminoso avatar luminoso commented on September 23, 2024

The docs in copr are not totally correct. Where you updated:

1. sudo dnf install --allowerasing kwin-lowlatency
2. dnf update --refresh - on this step dnf will upgrade all packages that was downgraded on step 1 (dnf bug?)
3. kwin_x11 --replace &

Should be read:

1. dnf update --refresh
1. sudo dnf install --allowerasing kwin-lowlatency  - on this step dnf will upgrade all packages that was downgraded on step 1 (dnf bug?)
2. dnf update --refresh 
3. kwin_x11 --replace &

If you do sudo dnf install --allowerasing kwin-lowlatency before the update it will install kwin-lowlatency-5.16.x instead of kwin-lowlatency-5.15.x. Because fedora 30 is currently on 5.15 it will break plasma and the user cannot re-login into the session!

The user should update all plasmadesktop to 5.16.x first, then replace kwin and then re-update downgraded plasma packages. Preferably in one shot, like this:

1. dnf update --refresh
1. sudo dnf install --allowerasing kwin-lowlatency  && dnf update --refresh -y
3. kwin_x11 --replace &

from fedora-copr-kde5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.