-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deprecation and future disabling of playstore builds warning to banner #7479
Add deprecation and future disabling of playstore builds warning to banner #7479
Conversation
I think it could be a bit shorter and rather link to places with more info (to increase the chances of people reading it). Suggestion (with slightly higher column width but not wider than your current resolution):
|
packages/termux-tools/login
Outdated
|
||
# TERMUX_VERSION env variable has been exported since v0.107 and PATH was being set to following value in <0.104. Last playstore version was v0.101. | ||
if [ -f @TERMUX_PREFIX@/etc/motd-playstore ] && [ -z "$TERMUX_VERSION" ] && [ "$PATH" = "@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets" ]; then | ||
printf '\033[0;31m'; cat @TERMUX_PREFIX@/etc/motd-playstore; printf '\033[0m' | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be outside if [ ! -f ~/.hushlogin ] && [ -z "$TERMUX_HUSHLOGIN" ]
, we want to force people to see the message and really encourage them to move to a more up to date version (even if they have previously silenced the motd)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that makes sense. I will do it.
I was thinking it was a bit lengthy too, but had to provide more info on why moving should be a must now and that they won't lose data during move. Maybe we can make a short wiki page for it too and possibly provide instructions to separately backup home and usr so that they can be done one at a time for people with low storage, possibly with
I was using the standard |
Stupid question: Why should someone get this message when he used an installed Play Store version or does it today? |
Because |
Thanks for your detailed answer - I'm confirm with it! Actually, only with the knowledge of tomorrow the messages can be displayed with a version of today. Example: Maybe you think again about my boot loop solution? Thus, a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some better wording below.
packages/termux-tools/motd-playstore
Outdated
@@ -0,0 +1,23 @@ | |||
|
|||
It seems you are still running Termux app from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
running the
Termux
packages/termux-tools/motd-playstore
Outdated
|
||
It seems you are still running Termux app from | ||
Google Play Store or are running a very old | ||
version of Termux. Google Play Store builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installs from the Google Play Store
packages/termux-tools/motd-playstore
Outdated
plans for unpublishing the app on Play Store | ||
so that new users cannot install it and for | ||
disabling the Termux app and all its plugins | ||
with an update soon for existing users as well, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Termux app will be removed from the Play Store, so new users cannot install it, and eventually disabled with all its plugins, so current users won't use this outdated version,
packages/termux-tools/motd-playstore
Outdated
with an update soon for existing users as well, | ||
so you must move to F-Droid or Github Debug | ||
builds. You can follow instructions at | ||
https://wiki.termux.com/wiki/Backing_up_Termux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow the instructions at
packages/termux-tools/motd-playstore
Outdated
https://wiki.termux.com/wiki/Backing_up_Termux | ||
to backup all your Termux app data under $HOME/ | ||
and $PREFIX/ and then restore it once you | ||
re-install the alternate builds. If done right, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-install from F-Droid or github.
packages/termux-tools/motd-playstore
Outdated
you will not lose any existing data when moving. | ||
Check https://github.com/termux/termux-app#installation | ||
for more info on how to intall other builds and | ||
on deprecation details. Check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install from F-Droid or github and more deprecation details.
b743935
to
1c272f5
Compare
Moved to #7493 |
No description provided.