pentix / qjournalctl

A multi-platform, Qt-based frontend for systemd's journalctl command. Accepting local as well as remote (SSH) data sources.
GNU General Public License v3.0
166 stars 17 forks source link

Bug: Remote log is not accessible #55

Open alacasta opened 4 years ago

alacasta commented 4 years ago

What?

Using Windows, it is not currently possible to access to the logging. All the buttons are disabled

image

Steps to reproduce

  1. Click on one existing connection and establish the connection. Then, the panel is displayed as follows image

  2. Click on List all available boots. They are displayed

image

➡️ Check that no entry is selectable and if you click on show boot log, nothing happens

pentix commented 4 years ago

Whoops... I thought connection to a host would re-enable those elements, apparently it doesn't. Will fix this soon!

alacasta commented 4 years ago

I think you can add the only-windows label ;)

pentix commented 4 years ago

Hi @alacasta

I just pushed a possible fix for this to bugfix/windows-disabled Could you test it? I currently don't have the possibility to do so.

alacasta commented 4 years ago

Hi @pentix!

It works 👍 Nonetheless, consider in the future opening a pull request for a more comfortable changes review.