forked from altcloud/mkimage-profiles
slinux: Drop tracker
There is no GUI for tracker any more and Xfce doesn't support it.
This commit is contained in:
parent
3ea7f54c7d
commit
43b88933df
@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Disable tracker on live
|
||||
|
||||
XDG_AS_DIR=/etc/xdg/autostart
|
||||
LIVE_USER=altlinux
|
||||
LIVE_USER_HOME="/home/$LIVE_USER"
|
||||
|
||||
if [ -d "$LIVE_USER_HOME/.config/autostart" ]; then
|
||||
for d in extract miner-apps miner-fs miner-rss miner-user-guides store; do
|
||||
[ -f "$XDG_AS_DIR"/tracker-$d.desktop ] || continue
|
||||
cat <<EOF >$LIVE_USER_HOME/.config/autostart/tracker-$d.desktop
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
EOF
|
||||
chown "$LIVE_USER":"$LIVE_USER" $LIVE_USER_HOME/.config/autostart/tracker-$d.desktop
|
||||
done
|
||||
fi
|
@ -123,7 +123,6 @@ alterator-x11
|
||||
alterator-xkb
|
||||
|
||||
#additional
|
||||
tracker
|
||||
yelp
|
||||
rosa-imagewriter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user