KitsunedFox / termux-monet

Termux Monet - a terminal emulator application for Android 8+ OS extendible by variety of packages, with Monet support and experimental features.
https://github.com/KitsunedFox/termux-monet/releases/latest
GNU General Public License v3.0
1.02k stars 73 forks source link

[Feature]: Change package name #138

Closed jaredcat closed 1 month ago

jaredcat commented 1 month ago

Feature description

Because this uses the same package name as the official Termux app, Google Play thinks this app is the same as the official one and will try to update it. This is really annoying as it fails and will always sit there, blocking the ability to check for other app updates. Please change the package name so it does not conflict with the official termux app.

Additional information

Currently, there is a new update on the Google Play causing this issue and it will not go away until this package is updated to the same version OR the package name is changed (which will prevent this issue in the future) https://github.com/termux/termux-app/discussions/4000

anedroid commented 1 month ago

Well, changing the package name will be difficult, as all the Termux packages expect prefix at /data/data/com.termux/files/usr. That's why you can't use Termux on work profile. By the way, it's a good moment to make it location-agnostic.

Dnia 13 czerwca 2024 07:42:26 CEST, Jared Kotoff @.***> napisał/a:

Feature description

Because this uses the same package name as the official Termux app, Google Play thinks this app is the same as the official one and will try to update it. This is really annoying as it fails and will always sit there, blocking the ability to check for other app updates. Please change the package name so it does not conflict with the official termux app.

Additional information

Currently, there is a new update on the Google Play causing this issue and it will not go away until this package is updated to the same version OR the package name is changed (which will prevent this issue in the future) https://github.com/termux/termux-app/discussions/4000

-- Reply to this email directly or view it on GitHub: https://github.com/KitsunedFox/termux-monet/issues/138 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

jaredcat commented 1 month ago

Ah, what an unfortunate set of circumstances