On Saturday, March 29, 2014 10:15:34 PM Lindsay Mathieson wrote: > On Sat, 29 Mar 2014 12:43:06 PM Vishesh Handa wrote: > > Here is how it currently works - > > > > * By default your HOME directory is indexed, and all other external mounts > > are are excluded. > > > > * The UI will show the list of all excluded mounts and excluded folders > > that have been manually added. > > That makes more sense. > > But it does indicate why its import to show the full path - the leaf folder > is not necessarily going to identify the mount at all, we have no idea what > people are going to be setting up. > > > So if you want some external mount to be indexed, just remove it from the > > blacklist. > > But my external mount is not under $HOME >
The external mount is not shown in the KCM? If it isn't then we need to fix that. Please run the following command - $ solid-hardware query 'Is StorageAccess' You will get a list of ids. You can get more info about each of them via - $ solid-hardware details 'id' | grep accessible We list the accessible ones in the KCM. Some fixed mounts such as /, /boot, /tmp and /home are ignored. Please see if your external mount satisfies this criteria. > I took a look at baloofilerc and modified the include to this: > > folders[$e]=/data/,$HOME/ > > this includes multiple folders? -- Vishesh Handa >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<