Announcement

Collapse
No announcement yet.

Plasma 6.3.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plasma 6.3.1

    I just got updated with Plasma 6.3.1 and Frameworks 6.11.0

    I'll test it properly when I wake up!

    But it no longer says KDE Neon 6.2! What!?
    Attached Files
    Constant change is here to stay!

    #2
    It should say KDE neon 6.3

    It is a small bug, either Ubuntu updated the base-files package (which provides the info identifying the OS), overwriting or editing neon's modified version, or a bug added the neon information to the /etc/os-release file instead of replacing the ubuntu line. Not the first time something like this has happened on an ubuntu-based OS.

    Code:
    $ cat /etc/os-release
    PRETTY_NAME="KDE neon 6.3"  <----added
    NAME="KDE neon"
    VERSION_ID="24.04"
    VERSION="6.3"
    PRETTY_NAME="Ubuntu 24.04.2 LTS" <------original
    NAME="Ubuntu"
    VERSION_ID="24.04"
    VERSION="24.04.2 LTS (Noble Numbat)"
    VERSION_CODENAME=noble
    ID=neon
    ID_LIKE="ubuntu debian"
    HOME_URL="https://neon.kde.org/"
    SUPPORT_URL="https://neon.kde.org/"
    BUG_REPORT_URL="https://bugs.kde.org/"
    PRIVACY_POLICY_URL="https://kde.org/privacypolicy/"
    UBUNTU_CODENAME=noble
    
    ​
    For those who can't stand seeing this, it is easy enough to remove the Ubuntu PRETTY_NAME line.

    I have already reported this as a bug.

    Comment


      #3
      Fixed it meself! Thanks!
      Attached Files
      Constant change is here to stay!

      Comment

      Working...
      X