igor2x
igor2x
Just my two cents. The following bug on JIRA was pointed to this Github bug: https://mremoteng.atlassian.net/browse/MR-883
I have the same problem on development version Ubuntu 22.04 daily builds which has Gnome-shell 41.3. Work-around suggested in second post "Sensitivity" tab | uncheck "Show panel in overview".
This connection string is just a sample. I need to add some more parameters, but I found out that DBeaver doesn't know how to parse the URL when parameters are...
I am using the latest Db2 version v11.5.7.0 with the latest manually [added JDBC Driver 4.31.10](https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads) and the latest available DBeaver CE 22.2.0. It has to be some way to...
I am not a programmer, but I searched the web and all documentation I have found point to `setClientProgramName`. Are you sure `setClientInfo` pointed from your Github link is the...
I have found another tool that properly sets APPLICATION_NAME. The name of tool is "SQL Workbench/J" and this tool is written in Java and source code is also available to...
Flatpack has many benefits: 1 .It runs successfully on many Linux distributions (no need to manually create package). 2. I has ability to auto-update. Just execute: `flatpak -y update` and...
I have created flatpak of Password Safe program. If somebody is interested, please test and report back if it is working for you. ### CAUTION Before using PasswordSafe package as...
I have now simplified manifest file. This should be much easier to manually update manifest file when new Password Safe version is released in future. Updated [make.zip](https://github.com/pwsafe/pwsafe/files/12504140/make.zip) to generate manifest...
I have updated [make.zip](https://github.com/pwsafe/pwsafe/files/12565857/make.zip) file. New version of [Freedesktop SDK](https://discourse.flathub.org/t/freedesktop-sdk-23-08-0-released/5089) was released and I changed required flatpak's SDK version from 22.08 to 23.08. Freedesktop SDK is released once per year...