PDrive 0.9.0: tray toggle and Proton Drive v2 routes - #73
Merged
ClaudiuSchuster merged 5 commits intoSep 17, 2026
Merged
Conversation
A left click on the X11 tray icon now hides a visible window instead of only focusing it; the next click reveals it again, matching the desktop update-manager convention. The tray menu Open item keeps show-only semantics and the Ayatana fallback uses the same toggle.
Add docs/PROTON_API_V2_MIGRATION.md as the engineering reference for the deprecated share-scoped to volume-scoped v2 migration of the pinned rclone stack: full route mapping, wire-format differences, SDK batching and events-polling semantics, per-repository implementation notes, verification status and the operator live-test checklist. Encode the deprecation deadline and the v2 semantics as repository invariants and warn against automating the guarded metadata refresh.
Point the prerequisite installer at pdrive-v1.76.0-beta.10204.3, which carries the volume-scoped v2 Proton Drive routes, and update the pinned SHA-256 accordingly.
ClaudiuSchuster
deleted the
oss-oo/tray-toggle-proton-api-16trayproton
branch
September 17, 2026 21:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pdrive-v1.76.0-beta.10204.3, which moves every Proton Drive navigation, metadata, upload, move and trash call onto Proton's volume-scoped v2 routes ahead of the announced removal of the deprecated share-scoped routes. Children listings use the ID-based generation listing with batched metadata (100 IDs per batch), matching the official Proton Drive SDK guidance.docs/PROTON_API_V2_MIGRATION.mdas the complete engineering reference for the migration (route map, wire-format differences, SDK semantics, verification status), encode the deprecation deadline and v2 semantics as repository invariants, and warn against automating the guarded metadata refresh (Proton has announced harder throttling for aggressive rescan traffic).Verification
make checkfully green (shell, ShellCheck, Python, help, fixtures, setup, version consistency, desktop validation, GTK widget checks including new tray-toggle regression assertions for the X11 and Broadway paths).