Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
43b88933
You need to sign in or sign up before continuing.
Commit
43b88933
authored
Jan 30, 2020
by
Mikhail Efremov
Committed by
Anton Midyukov
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Drop tracker
There is no GUI for tracker any more and Xfce doesn't support it.
parent
3ea7f54c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
60-disable-tracker.sh
...ures.in/slinux/live/image-scripts.d/60-disable-tracker.sh
+0
-17
misc-base
pkg.in/lists/slinux/misc-base
+0
-1
No files found.
features.in/slinux/live/image-scripts.d/60-disable-tracker.sh
deleted
100755 → 0
View file @
3ea7f54c
#!/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
pkg.in/lists/slinux/misc-base
View file @
43b88933
...
@@ -123,7 +123,6 @@ alterator-x11
...
@@ -123,7 +123,6 @@ alterator-x11
alterator-xkb
alterator-xkb
#additional
#additional
tracker
yelp
yelp
rosa-imagewriter
rosa-imagewriter
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment