mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
KInfoCenter: * obey user's unit preferences (IEC vs JEDEC) when displaying PCI info * correct the units, someone forgot about terabytes KSysGuard: * make plotter obey user's unit preferences (status bar was correct) * change tooltip to use same or adjacent unit scale as the plot * support a description different from the sensor name for use as the label * add an additional step to label widths so horizontal resize is smoother * change status bar elements from fixed layout to proportional layout * space permitting, show more detailed memory stats in the status bar * replace simplistic (app) memory & swap graph with a detailed graph Plasma Desktop: * hide the Desktop Toolbox (aka "the cashew") when widgets are locked NB: KSysGuard caches the layouts, delete ~/.kde4/share/apps/ksysguard/* when upgrading so the new layout (detailed memory graph) is used Reviewed by: tcberner Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9760
12 lines
440 B
CMake
12 lines
440 B
CMake
--- startkde.cmake.orig 2015-06-26 03:17:21 UTC
|
|
+++ startkde.cmake
|
|
@@ -271,7 +271,8 @@ export XDG_DATA_DIRS
|
|
# Make sure that D-Bus is running
|
|
# D-Bus autolaunch is broken
|
|
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
|
|
- eval `dbus-launch --sh-syntax --exit-with-session`
|
|
+ uuid="`dbus-uuidgen --get`"
|
|
+ eval `dbus-launch --sh-syntax --exit-with-session --autolaunch $uuid`
|
|
fi
|
|
if $qdbus >/dev/null 2>/dev/null; then
|
|
: # ok
|