Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-04-04 Thread Nicholas D Steeves
Hi Sandro!

Sandro Tosi  writes:

>> It introduces an additional factor (appletlib); however, if
>> weather-applet with appletlib functions correctly on gnome-flashback
>
> it does "work": it cant find any weather data, but when i left click
> one it "tries" to show "No data available", see attachment, but at
> least it does something.
>

Thank you for testing.  Yes, exactly, we both don't care about the
weather data for the purposes of this bug :-)

>> then I think it will be reasonable to suppose that appletlib has a more
>> correct system-tray implementation than Vorta; Then we can forward both
>> this bug and a link to the GPL3+ appletlib library to Manu, as a PyQt5
>> tray reference implementation--given that appletlib and this bug exist,
>> I suspect system-tray support might not be as straight-forward to
>> implement as the PyQt5 docs indicate.
>
> i think this is a bug in vorta
>

Agreed!  Also, thank you for forwarding this bug.

Cheers,
Nicholas


signature.asc
Description: PGP signature


Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-03-15 Thread Sandro Tosi
> It introduces an additional factor (appletlib); however, if
> weather-applet with appletlib functions correctly on gnome-flashback

it does "work": it cant find any weather data, but when i left click
one it "tries" to show "No data available", see attachment, but at
least it does something.

> then I think it will be reasonable to suppose that appletlib has a more
> correct system-tray implementation than Vorta; Then we can forward both
> this bug and a link to the GPL3+ appletlib library to Manu, as a PyQt5
> tray reference implementation--given that appletlib and this bug exist,
> I suspect system-tray support might not be as straight-forward to
> implement as the PyQt5 docs indicate.

i think this is a bug in vorta

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi


Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-03-15 Thread Nicholas D Steeves
Sandro Tosi  writes:

>> I was unable to reproduce this on either my sid system or my buster
>> system (with local bpo of 0.7.5); both systems use KDE, and left
>> clicking on the tray icon opens the application window in both cases.
>
> i'm using gnome-flashback here
>
>> Would you please share what desktop environment,
>
> gnome with the flashback session
>
>> and possibly system
>> tray application you're using?
>
> not even sure how to get that information, i guess gnome default one
>

Thanks for this info :-)  I've also just confirmed that left click on
Vorta's tray applet doesn't function correctly using tint2 on openbox.

>>  I vaguely remember this might be the
>> case under GNOME Shell (I forget which system tray extension).  Would
>> you please also check if system-tray-using applications like
>> transmission-qt are affected,
>
> i tried transmission-qt, and a single left click on a
> minimized-to-tray app opens the app again, as expected
>

Cool, so Qt tray applets on gnome-flashback (and presumably GNOME shell)
are good.  That's a relief! (qjackctl would have also been affected).

>> and ideally also another PyQt
>> system-tray-using application?
>
> anyone you can suggest here?
>

It was more difficult than expected to track one down, and I wasn't able
to find one in Debian, but this one looks decent for the purposes of
testing (PyQt5, with a left-click action)

  https://pypi.org/project/weather-applet/

It introduces an additional factor (appletlib); however, if
weather-applet with appletlib functions correctly on gnome-flashback,
then I think it will be reasonable to suppose that appletlib has a more
correct system-tray implementation than Vorta; Then we can forward both
this bug and a link to the GPL3+ appletlib library to Manu, as a PyQt5
tray reference implementation--given that appletlib and this bug exist,
I suspect system-tray support might not be as straight-forward to
implement as the PyQt5 docs indicate.

>>  I think you'll agree that we ought to
>> verify that this isn't a more widespread Qt, PyQt, GNOME Shell, or
>> system-tray-extension issue :-)
>
> no problem in further debugging this issue as instructed
>

Thanks again for taking the time to debug this; now we've narrowed it
down to either a Vorta issue, or a PyQt5 issue which appears to only
affect Vorta--since it doesn't seem like anything else in the archive
uses this functionality.

Cheers,
Nicholas


signature.asc
Description: PGP signature


Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-03-15 Thread Sandro Tosi
> I was unable to reproduce this on either my sid system or my buster
> system (with local bpo of 0.7.5); both systems use KDE, and left
> clicking on the tray icon opens the application window in both cases.

i'm using gnome-flashback here

> Would you please share what desktop environment,

gnome with the flashback session

> and possibly system
> tray application you're using?

not even sure how to get that information, i guess gnome default one

>  I vaguely remember this might be the
> case under GNOME Shell (I forget which system tray extension).  Would
> you please also check if system-tray-using applications like
> transmission-qt are affected,

i tried transmission-qt, and a single left click on a
minimized-to-tray app opens the app again, as expected

> and ideally also another PyQt
> system-tray-using application?

anyone you can suggest here?

>  I think you'll agree that we ought to
> verify that this isn't a more widespread Qt, PyQt, GNOME Shell, or
> system-tray-extension issue :-)

no problem in further debugging this issue as instructed

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-03-15 Thread Nicholas D Steeves
Control: tag -1 moreinfo

Hi Sandro!

Thanks again for these bug reports :-)

Sandro Tosi  writes:

> Package: vorta
> Version: 0.7.5-1
> Severity: normal
>
> Hello,
> i think it's pretty natural to expect that, clicking on the vorta icon on the
> notification bar, vorta will open.
>
> but that's not the case: i need to right click, and then select "Vorta for 
> Borg
> Backup" menu entry for that to happen.
>
> Please change this behavior.
>

I was unable to reproduce this on either my sid system or my buster
system (with local bpo of 0.7.5); both systems use KDE, and left
clicking on the tray icon opens the application window in both cases.

Would you please share what desktop environment, and possibly system
tray application you're using?  I vaguely remember this might be the
case under GNOME Shell (I forget which system tray extension).  Would
you please also check if system-tray-using applications like
transmission-qt are affected, and ideally also another PyQt
system-tray-using application?  I think you'll agree that we ought to
verify that this isn't a more widespread Qt, PyQt, GNOME Shell, or
system-tray-extension issue :-)

Thanks!
Nicholas


signature.asc
Description: PGP signature


Bug#985252: vorta: clicking on the notification bar icon doesnt open the application

2021-03-14 Thread Sandro Tosi
Package: vorta
Version: 0.7.5-1
Severity: normal

Hello,
i think it's pretty natural to expect that, clicking on the vorta icon on the
notification bar, vorta will open.

but that's not the case: i need to right click, and then select "Vorta for Borg
Backup" menu entry for that to happen.

Please change this behavior.

Regards,
Sandro


-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-4-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vorta depends on:
ii  python33.9.1-1
ii  python3-appdirs1.4.3-1
ii  python3-apscheduler3.6.3-1
ii  python3-dateutil   2.7.3-3
ii  python3-paramiko   2.7.1-2
ii  python3-peewee 3.13.1+dfsg-1+b3
ii  python3-pkg-resources  46.1.3-1
ii  python3-psutil 5.7.3-1
ii  python3-pyqt5  5.15.2+dfsg-1+b1
ii  python3-pyqt5.qsci 2.11.6+dfsg-1
ii  python3-secretstorage  2.3.1-2

Versions of packages vorta recommends:
ii  borgbackup  1.1.14-3

vorta suggests no packages.

-- no debconf information