https://bugs.kde.org/show_bug.cgi?id=462334

--- Comment #1 from alx.ku...@gmail.com ---
To actually see the real values you can use this script:
#!/bin/bash
kioclient5 ls activities:/current | \
xargs -I %% bash -c '
b=$(echo -n %%);
let l=${#b}%4;
if [ $l -ne 0 ] ; then let l=4-$l; fi;
for((i=0;i<l;i++)); do b=${b}=; done;
echo -n $b | base64 -d; echo ""'

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to