We have moved to a new Sailfish OS Forum. Please start new discussions there.
3

[solved] Ability to remove Jolla's Tutorial app icon from the app page [duplicate]

asked 2018-03-31 17:23:21 +0300

jimjamz gravatar image

updated 2018-04-01 15:20:25 +0300

Given I am the only user of my SailfishOS/X device

And I know how to use the device

I want to remove the tutorial app icon from the apps page

In order to use that space for a more regularly used app

When I long press the "tutorial" app icon

Then I should see an 'x' icon to remove the app (or at the very least, remove the app icon from the apps page)

But there is no 'x' icon

And I cannot remove the tutorial app ir app icon.

edit retag flag offensive reopen delete

The question has been closed for the following reason "duplicate question" by Spam Hunter
close date 2018-07-03 02:54:24.115870

3 Answers

Sort by » oldest newest most voted
3

answered 2018-03-31 18:13:53 +0300

Spam Hunter gravatar image

updated 2018-03-31 18:17:30 +0300

As well as the suggestion from @Spark, you can achieve this also by editing the shortcut itself and simply adding "NoDisplay=true" into the file; /usr/share/applications/sailfish-tutorial.desktop, so it looks like this;

[Desktop Entry]
Type=Application
NoDisplay=true <-------- add it here
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.23

NOTE: the patch suggested by Spark, is actually my patch and what you see above, is exactly what the patch does, so, either edit yourself or simply apply the patch, job done.

Hide tutorial patch: https://openrepos.net/content/markkyboy/patch-hide-sailfish-tutorial-icon

It is not possible (not for the last 5 years) to remove the app, trying with pkcon remove sailfish-tutorial results in an error and warning;

[nemo@Sailfish ~]$ pkcon remove sailfish-tutorial
Resolving
Querying
Testing changes
Finished
Fatal error: This request will break your system!
edit flag offensive delete publish link more

Comments

2

...which in a silly way suggests the system was built upon a tutorial. :)

lakutalo ( 2018-03-31 18:31:19 +0300 )edit

Will editing that desktop entry prevent an upgrade? ISTR patches have to be reverted - but I have none so I haven't paid attention to it.

DaveRo ( 2018-04-01 19:48:03 +0300 )edit

@DaveRo - no, as the entry to the desktop file is manually added and will simply be overwritten by the OS update. However, when in patch form, then yes, it is always best to revert any and all patches before performing an OS upgrade - this is common knowledge for most patch users ;)

Spam Hunter ( 2018-04-02 03:41:49 +0300 )edit

@Edz Thanks.

DaveRo ( 2018-04-02 08:52:02 +0300 )edit
1

answered 2018-03-31 17:53:57 +0300

Spark gravatar image

If you have the Patchmanager 2.0 (https://openrepos.net/content/coderus/patchmanager-20) and Storeman (https://openrepos.net/content/osetr/storeman) installed, you can use the patch "Hide Sailfish tutorial icon", which you find in Storeman.

edit flag offensive delete publish link more
0

answered 2018-03-31 18:30:55 +0300

nthn gravatar image

In addition to the other replies, this is a duplicate of many other questions: https://together.jolla.com/question/33267/how-to-uninstall-tutorial-app/

edit flag offensive delete publish link more

Comments

Exactement !

lakutalo ( 2018-03-31 21:18:08 +0300 )edit

oops....oh well.

Spam Hunter ( 2018-03-31 23:42:43 +0300 )edit

Not a duplicate. Corrected the typo in the title as the word 'icon' was missing.

jimjamz ( 2018-04-01 15:17:10 +0300 )edit

Question tools

Follow
2 followers

Stats

Asked: 2018-03-31 17:23:21 +0300

Seen: 1,148 times

Last updated: Apr 01 '18