On my one phone I once (few months ago) installed a patch ‘hide tutorial icon’. Now I wanted to install this patch on my other phone, but I can’t find it any more! Does anyone know where this patch is and/or if it’s still available?
That was one of my creations. No need for a patch, the icon can be hidden by adding a one line statement in /usr/share/applications/sailfish-tutorial.desktop
Add the following text;
NoDisplay=true
Add the new line as shown below;
[Desktop Entry]
Type=Application
NoDisplay=true <--- here is a good place
Name=Tutorial
X-MeeGo-Logical-Id=tutorial-ap-name
X-MeeGo-Translation-Catalog=tutorial
Icon=icon-launcher-tutorial
Exec=invoker -s --type=silica-qt5 /usr/bin/sailfish-tutorial
Comment=Sailfish tutorial
Name[en_US]=sailfish-tutorial
X-Desktop-File-Install-Version=0.26
[X-Sailjail]
Sandboxing=Disabled
Save and watch the icon remove itself from the launcher.
2 Likes
Now I added this line but the tutorial icon did not disappear, even not after a full reboot! I added the line at the end of the file, saved, reopened and checked. What have I done wrong ?
edit: checked the file in the other phone. There, this NoDisplay line was in the line2 and not at the end. So i moved the line from the end to 2nd line and it worked immediately !
Thank you much @Edz !
1 Like
Sorry, I should have given a clue of placement for the text, but you found out
1 Like