Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nepomuk gone, baloo enters
Date: Sat, 22 Aug 2015 10:03:41
Message-Id: 55D848F3.2020606@gmail.com
In Reply to: Re: [gentoo-user] nepomuk gone, baloo enters by Peter Humphrey
1 Peter Humphrey wrote:
2 > On Friday 21 August 2015 10:06:15 Francisco Ares wrote:
3 >> Hi,
4 >>
5 >> In fact, I can only suppose there's something related to changing from
6 >> nepomuk to baloo:
7 >>
8 >> Now, every time I log in, a window pops up asking for root password. The
9 >> window title is "PolicyKit - KDE" and pressing the button "Details", it
10 >> shows:
11 >>
12 >> Action: Folder Watch Limit
13 >> polkit.subject-pid: 5254
14 >> polkit.caller-pid: 6699
15 >>
16 >> Looking for those PIDs:
17 >>
18 >> ~ $ ps -A | grep 5254
19 >> 5254 ? 00:00:07 baloo_file
20 >>
21 >> and PID 6699 doesn't show up any more, probably the process has already
22 >> ended.
23 >>
24 >> Did I miss something? How do I set up Baloo? Looking on the net, I only
25 >> found how to set up a file ~/.kde4/share/config/nepomukserverrc (that was
26 >> nonexistent, which seemed strange), is there something else regarding the
27 >> database it might be willing to use?
28 > I may have missed something here, but I'm puzzled. Without running an
29 > exhaustive search, the only \*baloo\* or \*nepomuk\* files I see on this box
30 > are these:
31 >
32 > $ find . -name \*baloo\*
33 > ./.config/akonadi/agent_config_akonadi_baloo_indexer
34 > ./.config/akonadi/agent_config_akonadi_baloo_indexer_changes.dat
35 > ./.local/share/baloo
36 > ./.kde4/share/config/baloorc
37 > ./.kde4/share/config/baloofilerc
38 >
39 > ...and this:
40 >
41 > $ cat /etc/dbus-1/system.d/org.kde.baloo.filewatch.conf
42 > <!DOCTYPE busconfig PUBLIC
43 > "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
44 > "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
45 > <busconfig>
46 >
47 > <!-- Only user root can own the foo helper -->
48 > <policy user="root">
49 > <allow own="org.kde.baloo.filewatch"/>
50 > </policy>
51 >
52 > </busconfig>
53 >
54 > No sign of a filewatch-inotify anywhere, and the only file in /etc/sysctl.d is a
55 > readme. This is an openrc box, not systemd; maybe that's the difference.
56 >
57 > I've just removed -semantic-desktop from make.conf and only dolphin and
58 > gwenview were reinstalled. I'm writing this in KMail.
59 >
60 > So where have those files come from on your system? Have you run equery b on
61 > them?
62 >
63
64
65 I removed the USE flags here and got this:
66
67
68
69 root@fireball / # emerge -uvaDN world
70
71 These are the packages that would be merged, in order:
72
73 Calculating dependencies... done!
74 [ebuild N ] kde-base/baloo-widgets-4.14.3:4/4.14::gentoo
75 USE="(-aqua) -debug" 37 KiB
76 [ebuild R ] kde-apps/gwenview-4.14.3:4/4.14::gentoo USE="handbook
77 kipi semantic-desktop* (-aqua) -debug" 0 KiB
78 [ebuild R ~] media-gfx/digikam-4.12.0:4::gentoo USE="gphoto2
79 handbook mysql semantic-desktop* thumbnails -addressbook (-aqua) -debug
80 -doc -video" LINGUAS="-af -ar -az -be -bg -bn -br -bs -ca -cs -csb -cy
81 -da -de -el -en_GB -eo -es -et -eu -fa -fi -fo -fr -fy -ga -gl -ha -he
82 -hi -hr -hsb -hu -id -is -it -ja -ka -kk -km -ko -ku -lb -lo -lt -lv -mi
83 -mk -mn -ms -mt -nb -nds -ne -nl -nn -nso -oc -pa -pl -pt -pt_BR -ro -ru
84 -rw -se -sk -sl -sq -sr -sr@Latn -ss -sv -ta -te -tg -th -tr -tt -uk -uz
85 -uz@cyrillic -ven -vi -wa -xh -zh_CN -zh_HK -zh_TW -zu" 0 KiB
86 [ebuild R ] kde-apps/dolphin-4.14.3:4/4.14::gentoo USE="handbook
87 semantic-desktop* (-aqua) -debug -thumbnail" 0 KiB
88
89 Total: 4 packages (1 new, 3 reinstalls), Size of downloads: 37 KiB
90
91
92 It pulls in a extra package here. Sharing info just in case it might
93 help.
94
95 Dale
96
97 :-) :-)

Replies

Subject Author
Re: [gentoo-user] nepomuk gone, baloo enters Peter Humphrey <peter@××××××××××××.uk>
Re: [gentoo-user] nepomuk gone, baloo enters Fernando Rodriguez <frodriguez.developer@×××××××.com>