Revision 23734,
604 bytes
checked in by broder, 16 years ago
(diff) |
In xsession:
* Make sure that ~/.config/tracker/tracker.cfg exists before trying to
read it.
|
Line | |
---|
1 | # This file is sourced by Xsession(5), not executed. |
---|
2 | |
---|
3 | if [ afs = "$DEBATHENA_HOME_TYPE" ] && \ |
---|
4 | [ -f "$HOME/.config/tracker/tracker.cfg" ] && \ |
---|
5 | [ "$(awk -F= '/^EnableIndexing/ { print $2}' $HOME/.config/tracker/tracker.cfg)" != "false" ]; then |
---|
6 | |
---|
7 | message "You currently have the Tracker applet configured to index" \ |
---|
8 | "your home directory, probably because you logged into an earlier" \ |
---|
9 | "version of Debathena. This is undesirable, because it can interact" \ |
---|
10 | "poorly with the AFS cache and render AFS unusable. To fix this," \ |
---|
11 | "run the following command: athrun consult fix-tracker" |
---|
12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.