gnome-shell-extension-gsconnect icon indicating copy to clipboard operation
gnome-shell-extension-gsconnect copied to clipboard

Click on "Transfer successful" notification should open file or it's location with file selected

Open MichalLebeda opened this issue 5 years ago • 3 comments

MichalLebeda avatar Nov 02 '20 21:11 MichalLebeda

FYI it currently has the buttons on mouse over but it disappears quickly and is easy to miss. I cannot see the buttons in the notification in the drop down menu where it stays after it disappears from the desktop.

Screenshot from 2020-12-11 23-28-33

Screenshot from 2020-12-11 23-29-01

premek avatar Dec 11 '20 22:12 premek

Yeah good to know but still cannot use that notification from the list

MichalLebeda avatar Dec 24 '20 17:12 MichalLebeda

Hi guys, I got my hands dirty and tried implementing this. See #1039

Disclaimer: I'm neither a JS developer, nor used to GIO or experienced with dbus. In summary: I have no clue what I'm doing :monkey:

I thought it's probably a small change, tried reading the relevant documentation and fiddled it together. I'm happy to improve the PR but need guidance. Otherwise it might still serve as starting point for a proper implementation. In particular, we can/should discuss

  • if dbus is really the only way to achieve this (that's what I found, should work for nautilus and dolphin)
  • how tests can be added
  • how I can check the transfer-failed notification works
  • if we want to use this behavior when "Open Folder is clicked

HaMF avatar Jan 03 '21 21:01 HaMF