Vandal

Results 52 comments of Vandal

Added passphrase change only for encryption type = repokey, as mentioned in the [comment](https://github.com/borgbase/vorta/issues/303#issuecomment-1472556103).

The UI part I made some adjustments for the bottom label property and overall widget layout was changed from `grid` to `vertical`. The input fields are inside a `form layout`...

I might have missed the part to update the keyring since it worked properly in linux during testing (for some reason). I have updated the PR, can you verify? Thanks

> Does it work on Linux? How did it work on Linux without this code? Yeah sorry, my mistake, I had the keyring code written in the `borg/change_passphrase.py`, I was...

I've added the appropriate info and warning icon properties to the message boxes. The icons should now display correctly.

Recent changes include: - Made the `NOTE` label expanding horizontally and added word wrap. - Added form property to make the LineEdits expand (`FieldGrowthPolicy` as `ExpandingFieldsGrow`). - Minor changes like...

All the requested changes have been included. This should be good to go.

One approach that comes to mind is to check if `returncode != 0`, and if the return message is `Current Wifi is not allowed`, then suppress the notification in the...

I tested this issue using the flatpak version of **vorta 0.10.3** on MX Linux (XFCE). To investigate the behavior, I created a small script: ```python from PyQt6.QtWidgets import QApplication, QSystemTrayIcon...

> Did you see this part? > > qt.core.qobject.connect: QObject::connect: No such signal QPlatformNativeInterface::systemTrayWindowChanged(QScreen*) Yes, I did and I'm not sure about what error PyQt throws when there's no tray...