Skip to content
Snippets Groups Projects
Commit a23c36ff authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Remove tray icon and related methods (Issue #495)

"gtk_status_icon_*" is deprecated. It would be possible to replace it
with "StatusNotifier".

Though a tray icon is not really needed. There is still the extra-window
for the copy operation, which should be sufficient.

And the deprecated "gtk_status_icon_new_from_icon_name" seems to cause
scaling issues.

Fixes #495
parent 61e47b59
1 merge request!63Remove tray icon and related methods
Pipeline #6802 passed
Loading
  • Makes sense. A statusnotifier in its place would be welcome though. Generally it's nice to be able to keep copy/move operations (especially when paused or long-running) around somewhere.

  • Author Maintainer

    There still will be a dedicated window to show the process, I suppose that should be sufficient.

    Afaik the only gain of the tray icon was, that pressing it, will show/hide the process window. (See as well AndreLDM's note)

  • Theo Linkspfeifer :speech_balloon: @lastonestanding

    mentioned in issue #816 (closed)

    ·

    mentioned in issue #816 (closed)

    Toggle commit list
  • Alexander Schwinn @alexxcons

    mentioned in issue #990

    ·

    mentioned in issue #990

    Toggle commit list
  • Theo Linkspfeifer :speech_balloon: @lastonestanding

    mentioned in issue #1088 (closed)

    ·

    mentioned in issue #1088 (closed)

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment