----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119791/ -----------------------------------------------------------
(Updated Sept. 7, 2014, 3:04 p.m.) Status ------ This change has been marked as submitted. Review request for Kubuntu and Plasma. Repository: powerdevil Description ------- So upstart likes to give people headaches and changed how it prints the version over dbus: $ qdbus com.ubuntu.Upstart /com/ubuntu/Upstart com.ubuntu.Upstart0_6.version init (upstart 1.12.1) vs. $ qdbus com.ubuntu.Upstart /com/ubuntu/Upstart com.ubuntu.Upstart0_6.version upstart 1.13.1 so now the regexp in the powerdevil version check doesn't match anymore. Fixed by making init and brackets optional Diffs ----- daemon/backends/upower/powerdevilupowerbackend.cpp 6b7c650 Diff: https://git.reviewboard.kde.org/r/119791/diff/ Testing ------- "(?:init \()?upstart ([0-9.]+)(?:\))?" matches both "upstart 1.13.1" and "init (upstart 1.12.1)" Thanks, Philip Muskovac
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel