vappman 2.1.3__py3-none-any.whl → 2.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vappman/Prerequisites.py +2 -1
- vappman/VappmanListCache.py +2 -0
- vappman/main.py +6 -0
- {vappman-2.1.3.dist-info → vappman-2.1.5.dist-info}/METADATA +2 -2
- {vappman-2.1.3.dist-info → vappman-2.1.5.dist-info}/RECORD +8 -8
- {vappman-2.1.3.dist-info → vappman-2.1.5.dist-info}/WHEEL +0 -0
- {vappman-2.1.3.dist-info → vappman-2.1.5.dist-info}/entry_points.txt +0 -0
- {vappman-2.1.3.dist-info → vappman-2.1.5.dist-info}/licenses/LICENSE +0 -0
vappman/Prerequisites.py
CHANGED
|
@@ -250,7 +250,8 @@ class Prerequisites:
|
|
|
250
250
|
|
|
251
251
|
# After successful installation, exit so user can restart vappman
|
|
252
252
|
print('\n✅ Installation complete!')
|
|
253
|
-
print('\
|
|
253
|
+
print('\n⚠️ Run "appman -h" or "am -h" and answer setup questions.')
|
|
254
|
+
print('\n⚠️ ONLY after init, restart vappman to begin using it.')
|
|
254
255
|
sys.exit(0)
|
|
255
256
|
|
|
256
257
|
if optional_install_failed:
|
vappman/VappmanListCache.py
CHANGED
|
@@ -198,7 +198,9 @@ class AppCacheManager:
|
|
|
198
198
|
if not os.path.exists(self.list_file):
|
|
199
199
|
# print("[Cache] No file found. Fetching initial list...")
|
|
200
200
|
self.refresh_background()
|
|
201
|
+
print('Fetching initial app list [IF STUCK, press ENTER several times]...')
|
|
201
202
|
while self.runner.is_running(): time.sleep(0.1)
|
|
203
|
+
print('... got initial app list ... continuing up ...')
|
|
202
204
|
self._parse_now()
|
|
203
205
|
else:
|
|
204
206
|
self._parse_now()
|
vappman/main.py
CHANGED
|
@@ -650,6 +650,12 @@ class Vappman(Prerequisites):
|
|
|
650
650
|
# Key was handled by search bar, skip normal processing
|
|
651
651
|
pass
|
|
652
652
|
else:
|
|
653
|
+
# If search bar is active but didn't handle the key (e.g., up/down arrows),
|
|
654
|
+
# close the search first (accept current text) before normal processing
|
|
655
|
+
if self.search_bar._active:
|
|
656
|
+
self.search_bar._active = False
|
|
657
|
+
self._on_search_accept(self.search_bar._text)
|
|
658
|
+
|
|
653
659
|
# Normal mode - let OptionSpinner process the key
|
|
654
660
|
self.spin.do_key(key, win)
|
|
655
661
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vappman
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.5
|
|
4
4
|
Summary: A visual wrapper for appman
|
|
5
5
|
Keywords: app,installer,manager,appimages
|
|
6
6
|
Author-email: Joe Defen <joedef@google.com>
|
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Operating System :: POSIX :: Linux
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: console-window == 1.3
|
|
13
|
+
Requires-Dist: console-window == 1.4.3
|
|
14
14
|
Project-URL: Bug Tracker, https://github.com/joedefen/vappman/issues
|
|
15
15
|
Project-URL: Homepage, https://github.com/joedefen/vappman
|
|
16
16
|
|
|
@@ -3,12 +3,12 @@ vappman/AppmanLauncher.py,sha256=T3RXi3CpsdoSmVMMlkkuLHnQpUT2IcjRU0V3Lw6hA6Y,877
|
|
|
3
3
|
vappman/AppmanVars.py,sha256=5Gsdm9dNHeJpaF4mgkpbIZtWQP_sOuuRCs3cSGYpX20,3731
|
|
4
4
|
vappman/CommandRunner.py,sha256=-fF2dH58SODBRXannU8EhKDa8LLP-9_25Tyo8IDSXAQ,1264
|
|
5
5
|
vappman/PersistentState.py,sha256=65aOCaW5pbHdFFQtBYZB0TwQAvHgMFzwDLkPXRQxoGw,3275
|
|
6
|
-
vappman/Prerequisites.py,sha256=
|
|
7
|
-
vappman/VappmanListCache.py,sha256=
|
|
6
|
+
vappman/Prerequisites.py,sha256=3jm1KDVI2dsIf7NDch7ZiI6LPvQ7_qPbOGYROqbrQ9s,10281
|
|
7
|
+
vappman/VappmanListCache.py,sha256=QEWzIJsDT2_0kP53_s1hE3GoAIqpug65oCRJjbsV6I4,10008
|
|
8
8
|
vappman/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
vappman/main.py,sha256=
|
|
10
|
-
vappman-2.1.
|
|
11
|
-
vappman-2.1.
|
|
12
|
-
vappman-2.1.
|
|
13
|
-
vappman-2.1.
|
|
14
|
-
vappman-2.1.
|
|
9
|
+
vappman/main.py,sha256=M9Y04dx-cuhe7CvoYGexm_NUzrHS2B2OvRJ8Hd5iOvg,32595
|
|
10
|
+
vappman-2.1.5.dist-info/entry_points.txt,sha256=c9NHAQ8xJLkwtSWlw_nGNlAPCMODp_qGj4wlaHvbVUM,45
|
|
11
|
+
vappman-2.1.5.dist-info/licenses/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
|
|
12
|
+
vappman-2.1.5.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
13
|
+
vappman-2.1.5.dist-info/METADATA,sha256=E87BcSg3Ma5u1X0lEoGetrRMT_8kbe-YZz9gd37RHOQ,12378
|
|
14
|
+
vappman-2.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|