Skip to content

Commit 0c4684a

Browse files
committed
Stabilize VFS, implement real ZIP and ODT support, refine Quota UI, and fix binary fallbacks
1 parent 87e5a6b commit 0c4684a

1,148 files changed

Lines changed: 19539 additions & 267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ The following community plugins are included and attributed to their original au
249249
### AI Assistance
250250
- **Google Gemini** — Extensive assistance in code generation, architectural planning, debugging, and documentation throughout the development of this project.
251251

252+
### Open Source Libraries
253+
- **[JSZip](https://stuk.github.io/jszip/)** — Used by the Zip Manager and Office App to process and extract `.zip` and `.odt` archives.
254+
252255
### Iconography
253256
- System icons are based on the **Bloom** icon theme from the **deepin** desktop project and various open-source SVG sets.
254257

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"SevenSegmentClock@lxs242": {
3-
"x": 951,
4-
"y": 40
3+
"rx": 0.6102292768959435,
4+
"ry": 0.046875
55
}
66
}

fs/home/user/.config/desktop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"background": "url(\"/fs/home/user/images/backgrounds/bg_abstract_waves_1777608227911.png\")",
2+
"background": "url(\"/system/backgrounds/bg_abstract_waves_1777608227911.png\")",
33
"backgroundSize": "cover",
44
"backgroundPosition": "center",
55
"gridSize": 98,

fs/home/user/.config/extensions.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,33 @@
22
"enabled": [
33
{
44
"type": "applets",
5-
"uuid": "calendar@playground",
6-
"vfsPath": "~/Plugins/applets/statusbar/calendar@playground"
5+
"uuid": "battery@playground",
6+
"vfsPath": "/system/plugins/applets/statusbar/battery@playground"
77
},
88
{
99
"type": "applets",
10-
"uuid": "battery@playground",
11-
"vfsPath": "~/Plugins/applets/statusbar/battery@playground"
10+
"uuid": "calendar@playground",
11+
"vfsPath": "/system/plugins/applets/statusbar/calendar@playground"
1212
},
1313
{
1414
"type": "applets",
1515
"uuid": "network@playground",
16-
"vfsPath": "~/Plugins/applets/statusbar/network@playground"
16+
"vfsPath": "/system/plugins/applets/statusbar/network@playground"
1717
},
1818
{
1919
"type": "applets",
2020
"uuid": "volume@playground",
21-
"vfsPath": "~/Plugins/applets/statusbar/volume@playground"
21+
"vfsPath": "/system/plugins/applets/statusbar/volume@playground"
2222
},
2323
{
2424
"type": "applets",
2525
"uuid": "menu@playground",
26-
"vfsPath": "~/Plugins/applets/menu@playground"
26+
"vfsPath": "/system/plugins/applets/menu@playground"
2727
},
2828
{
2929
"type": "desklets",
3030
"uuid": "SevenSegmentClock@lxs242",
31-
"vfsPath": "~/Plugins/desklets/SevenSegmentClock@lxs242"
32-
},
33-
{
34-
"type": "applets",
35-
"uuid": "nepali-date@bishalacharya",
36-
"vfsPath": "~/Plugins/applets/nepali-date@bishalacharya"
31+
"vfsPath": "/system/plugins/desklets/SevenSegmentClock@lxs242"
3732
}
3833
],
3934
"removed": [

fs/home/user/.config/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"current": "mint-dark",
33
"icons": "bloom-dark",
44
"preferredMode": "dark",
5-
"lastUpdated": 1778340536075
5+
"lastUpdated": 1778381998304
66
}

fs/home/user/Documents/system-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ <h2 id="debug">10. Debugging (Looking Glass)</h2>
350350
<hr>
351351

352352
<div class="nav-bar">
353-
<a href="/fs/home/user/Documents/app-center-details.html">📦 App Catalog</a>
354-
<a href="/fs/home/user/Documents/developer-guides.html">🛠️ Developer Guide — APIs & Extension Development</a>
353+
<a href="app-center-details.html">📦 App Catalog</a>
354+
<a href="developer-guides.html">🛠️ Developer Guide — APIs &amp; Extension Development</a>
355355
</div>
356356

357357
<footer>

fs/home/user/Downloads/.gitkeep

Whitespace-only changes.

fs/home/user/Pictures/.gitkeep

Whitespace-only changes.

fs/home/user/images/Everest-Logo.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

fs/home/user/images/Landscape.png

-812 KB
Binary file not shown.

0 commit comments

Comments
 (0)