The Following 14 Users Say Thank You to dredlok706 For This Useful Post: | ||
![]() |
2023-05-03
, 12:47
|
Posts: 259 |
Thanked: 1,020 times |
Joined on May 2010
@ Near Munich
|
#2
|
The Following 3 Users Say Thank You to Macros For This Useful Post: | ||
![]() |
2023-05-03
, 16:03
|
Posts: 266 |
Thanked: 315 times |
Joined on Oct 2021
@ Poland
|
#3
|
![]() |
2023-05-03
, 18:41
|
Posts: 259 |
Thanked: 1,020 times |
Joined on May 2010
@ Near Munich
|
#4
|
![]() |
2023-12-13
, 20:58
|
Posts: 266 |
Thanked: 315 times |
Joined on Oct 2021
@ Poland
|
#5
|
The Following 3 Users Say Thank You to dredlok706 For This Useful Post: | ||
![]() |
2023-12-16
, 18:18
|
Posts: 266 |
Thanked: 315 times |
Joined on Oct 2021
@ Poland
|
#6
|
try: subprocess.check_call(f"LANG=C aegis-apt-get install -y --force-yes {package}", shell=True) except PermissionError: print(f"{red} A problem with file permissions.{reset}") press_enter() return except FileNotFoundError: print(f"{red} File not found.{reset}") press_enter() return except subprocess.CalledProcessError: print(" Some error occured...") press_enter() return
try: apt.install(package) except Exception as e: print(f" Error {red}{e}{reset}! Report to developer.") input(f"{blink}{cyan} Press Enter to exit... {reset}")
![]() |
2023-12-16
, 18:29
|
Posts: 266 |
Thanked: 315 times |
Joined on Oct 2021
@ Poland
|
#7
|
![]() |
2025-02-17
, 18:20
|
Posts: 31 |
Thanked: 44 times |
Joined on Mar 2021
|
#8
|
![]() |
2025-02-19
, 18:03
|
|
Posts: 1,738 |
Thanked: 4,775 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#9
|
The Following 2 Users Say Thank You to Maemish For This Useful Post: | ||
![]() |
2025-02-20
, 09:34
|
Posts: 31 |
Thanked: 44 times |
Joined on Mar 2021
|
#10
|
If you use telegram go here: https://t.me/linuxmobile_world
The owner of the channel knows everything you need to know, wunderwungie. Possibly his TLS 1.2 patch needed or something.
As you know, we lost Warehouse, which was the only available and fully-featured app store for N9 and OpenRepos client. It doesn't work anymore.
So, one guy and I got an idea - why not develop a new one?
I started coding, and the results you can see now.
Presenting MeeShop, a simple app store for MeeGo Harmattan devices. It's a Python-powered CLI script, but tried to simulate GUI as much as possible! You just type correct numbers on keyboard and that's all!
What can MeeShop already do?
• Uses entire OpenRepos database (not in direct sense, its DEBs for now), but it's still a great achievement)
• Can search for apps, download and install them itself
• Supports Ovi/Nokia Store (!!!), based on Wayback Machine!
• Has plenty of working RSS feeds, tested on N9
• Contains APT fixer, which fixes dependencies
• And maybe more...
Download:
https://github.com/WunderWungiel/MeeShop
Refer to above while installing. Direct clicking on file won't work, use Aegis-dpkg. Everything is described.
Some screenshots:
They may change in newer versions.