kde-workspace/kcontrol/kmetainfo/Messages.sh
Ivailo Monev 73b37d03de kcontrol: new module to control meta information
the only other way to control which meta information to show in tooltips
and such is to enable Dolphin information panel, find file that has the
desired metadata to disable and right click on the metadata widget after
hovering over the file which is very much not obvious and tedious

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-10 13:10:27 +02:00

4 lines
112 B
Bash

#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp || exit 11
$XGETTEXT *.cpp -o $podir/kcm_kmetainfoconfig.pot
rm -f rc.cpp