Skip to content

Conversation

@add-uos
Copy link
Contributor

@add-uos add-uos commented Oct 28, 2025

Add DBus service files and implement full interface for deepin-compressor:

  • Install DBus service and interface XML files via CMake
  • Create com.deepin.Compressor.service with proper service name and executable path
  • Define DBus interface with methods for window management (show/hide/raise/quit)
  • Add compression operations (compressFiles, extractFiles, previewArchive)
  • Update ApplicationAdaptor to handle MainWindow instead of QApplication
  • Register DBus service in CompressorApplication constructor
  • Modify main.cpp to use correct service name and object paths

The implementation provides a complete DBus API for external applications to interact with the compressor application programmatically, enabling integration with desktop environments and other system services.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @add-uos, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

Add DBus service files and implement full interface for deepin-compressor:
- Install DBus service and interface XML files via CMake
- Create com.deepin.Compressor.service with proper service name and executable path
- Define DBus interface with methods for window management (show/hide/raise/quit)
- Add compression operations (compressFiles, extractFiles, previewArchive)
- Update ApplicationAdaptor to handle MainWindow instead of QApplication
- Register DBus service in CompressorApplication constructor
- Modify main.cpp to use correct service name and object paths

The implementation provides a complete DBus API for external applications
to interact with the compressor application programmatically, enabling
integration with desktop environments and other system services.
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: add-uos, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@add-uos
Copy link
Contributor Author

add-uos commented Oct 28, 2025

/merge

@deepin-bot deepin-bot bot merged commit 37fe178 into linuxdeepin:develop/snipe Oct 28, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants