diff --git a/apps/eDEX-UI/description b/apps/eDEX-UI/description deleted file mode 100644 index 79b4f0e4b9..0000000000 --- a/apps/eDEX-UI/description +++ /dev/null @@ -1,12 +0,0 @@ -Futuristic hacker terminal -Inspired from Hollywood, this terminal is beautiful to look at and will impress your friends. It's a fully-functional bash terminal, system monitor, file manager, and on-screen keyboard, all in one fullscreen window. -Oh, and it has sound effects. - -To run: Menu -> System Tools -> eDEX-UI. This new version loads in about 10 seconds! (instead of 2 minutes like Novaspirit's old version) -To run in a terminal: /opt/eDEX-UI/edex-ui - -To exit eDEX-UI, press Alt+F4, or run this command in the terminal: exit -Change settings with Ctrl+Shift+S. -View all keyboard shortcuts with Ctrl+Shift+K. - -Novaspirit Tech made an excellent walkthrough video a while ago: https://www.youtube.com/watch?v=DJOAmYlDQuM diff --git a/apps/eDEX-UI/icon-24.png b/apps/eDEX-UI/icon-24.png deleted file mode 100644 index df11f491a9..0000000000 Binary files a/apps/eDEX-UI/icon-24.png and /dev/null differ diff --git a/apps/eDEX-UI/icon-64.png b/apps/eDEX-UI/icon-64.png deleted file mode 100644 index 3eeef89dcc..0000000000 Binary files a/apps/eDEX-UI/icon-64.png and /dev/null differ diff --git a/apps/eDEX-UI/install-32 b/apps/eDEX-UI/install-32 deleted file mode 100755 index e698a18227..0000000000 --- a/apps/eDEX-UI/install-32 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -install_packages https://github.com/Pi-Apps-Coders/files/releases/download/large-files/eDEX-UI-linux-armv7l.deb || exit 1 diff --git a/apps/eDEX-UI/install-64 b/apps/eDEX-UI/install-64 deleted file mode 100755 index ceb5baa779..0000000000 --- a/apps/eDEX-UI/install-64 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -install_packages https://github.com/Pi-Apps-Coders/files/releases/download/large-files/eDEX-UI-linux-arm64.deb || exit 1 diff --git a/apps/eDEX-UI/uninstall b/apps/eDEX-UI/uninstall deleted file mode 100755 index 035fdf5853..0000000000 --- a/apps/eDEX-UI/uninstall +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -rm -rf $HOME/eDEX-UI.AppImage ~/.local/share/applications/appimagekit-edex-ui.desktop ~/.local/share/applications/appimagekit-edex-ui-3.desktop ~/.local/share/applications/edex-ui.desktop - -purge_packages || exit 1 diff --git a/apps/eDEX-UI/website b/apps/eDEX-UI/website deleted file mode 100644 index bfd3e62251..0000000000 --- a/apps/eDEX-UI/website +++ /dev/null @@ -1 +0,0 @@ -https://github.com/GitSquared/edex-ui \ No newline at end of file diff --git a/etc/categories b/etc/categories index 8b75ec6c73..d74d72bc2f 100644 --- a/etc/categories +++ b/etc/categories @@ -52,7 +52,6 @@ Downgrade Chromium|Internet/Browsers Drawing|Creative Arts Ducopanel|Tools Eagle CAD|Engineering -eDEX-UI|Terminals Electron Fiddle|Programming Epiphany|Internet/Browsers ExaGear|Tools/Emulation diff --git a/etc/runonce-entries b/etc/runonce-entries index b8586591a6..6f7ea4580f 100755 --- a/etc/runonce-entries +++ b/etc/runonce-entries @@ -93,6 +93,7 @@ All users are encouraged to install Prism Launcher from Pi-Apps (a MultiMC fork remove_deprecated_app "PiKISS GUI" "" "Due to upstream changes at piKiss this GUI is no longer relevant." remove_deprecated_app "piKiss" "" "This application developer is unwilling to fix and remove scripts that break users installs. It is unsafe to install piKiss scripts." remove_deprecated_app "Pale Moon" "" "The Pale Moon Debian/Ubuntu packager (Steve Pusser) has stopped building and removed all builds of Pale Moon as of May 2024. We have no choice but to remove this application from Pi-Apps." + remove_deprecated_app "eDEX-UI" "" "The upstream developer has ceased development of this application since 2021. There are many unresolved issues that prevent basic usage of the application." EOF ;; esac