Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-desktop-portal-lxqt for openSUSE:Factory checked in at 2022-11-06 12:42:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-lxqt (Old) and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-lxqt.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-lxqt" Sun Nov 6 12:42:46 2022 rev:2 rq:1033814 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt.changes 2022-05-01 20:51:22.692598539 +0200 +++ /work/SRC/openSUSE:Factory/.xdg-desktop-portal-lxqt.new.2275/xdg-desktop-portal-lxqt.changes 2022-11-06 12:43:16.913768599 +0100 @@ -1,0 +2,6 @@ +Sat Nov 5 18:13:03 UTC 2022 - Shawn Dunn <sfal...@cloverleaf-linux.org> + +- Update to 0.3.0: + * Updated and improved `README.md` + +------------------------------------------------------------------- Old: ---- xdg-desktop-portal-lxqt-0.2.0.tar.xz xdg-desktop-portal-lxqt-0.2.0.tar.xz.asc New: ---- xdg-desktop-portal-lxqt-0.3.0.tar.xz xdg-desktop-portal-lxqt-0.3.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-desktop-portal-lxqt.spec ++++++ --- /var/tmp/diff_new_pack.zkFSLs/_old 2022-11-06 12:43:17.349771203 +0100 +++ /var/tmp/diff_new_pack.zkFSLs/_new 2022-11-06 12:43:17.353771227 +0100 @@ -17,7 +17,7 @@ Name: xdg-desktop-portal-lxqt -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: A backend implementation for xdg-desktop-portal License: LGPL-2.1-or-later @@ -48,7 +48,6 @@ %build %cmake -%make_build %install %cmake_install ++++++ xdg-desktop-portal-lxqt-0.2.0.tar.xz -> xdg-desktop-portal-lxqt-0.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-0.2.0/CHANGELOG new/xdg-desktop-portal-lxqt-0.3.0/CHANGELOG --- old/xdg-desktop-portal-lxqt-0.2.0/CHANGELOG 2022-04-16 16:07:14.000000000 +0200 +++ new/xdg-desktop-portal-lxqt-0.3.0/CHANGELOG 2022-11-05 09:42:53.000000000 +0100 @@ -1,3 +1,7 @@ +xdg-desktop-portal-lxqt-0.3.0 / 2022-11-05 +========================================== + * Updated and improved `README.md`. + xdg-desktop-portal-lxqt-0.2.0 / 2022-04-15 ========================================== * Use Fm:FileDialogHelper (apps using `xdg-portal` will behave like the native Qt apps under LXQt). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-0.2.0/CMakeLists.txt new/xdg-desktop-portal-lxqt-0.3.0/CMakeLists.txt --- old/xdg-desktop-portal-lxqt-0.2.0/CMakeLists.txt 2022-04-16 16:07:14.000000000 +0200 +++ new/xdg-desktop-portal-lxqt-0.3.0/CMakeLists.txt 2022-11-05 09:42:53.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "0.2.0") +set(PROJECT_VERSION "0.3.0") project(xdg-desktop-portal-lxqt VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(LIBFMQT_MINIMUM_VERSION "1.1.0") +set(LIBFMQT_MINIMUM_VERSION "1.2.0") set(KF5_MIN_VERSION "5.78") set(CMAKE_AUTOMOC on) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-0.2.0/README.md new/xdg-desktop-portal-lxqt-0.3.0/README.md --- old/xdg-desktop-portal-lxqt-0.2.0/README.md 2022-04-16 16:07:14.000000000 +0200 +++ new/xdg-desktop-portal-lxqt-0.3.0/README.md 2022-11-05 09:42:53.000000000 +0100 @@ -20,14 +20,14 @@ ``` $ mkdir build && cd build $ cmake .. [your_options] -$ make -j5 +$ make # make install ``` ### Use LXQt filedialog in applications -* Firefox: In the address bar `about:config`,`widget.use-xdg-desktop-portal` has to be set to `true`. -* Thunderbird: Preferences > Configuration Editor - as above -* Other GTK applications can be started with `GTK_USE_PORTAL=1 application` +* Firefox version 98 and higher: Open in the address bar `about:config`, search for "portal" and set both `widget.use-xdg-desktop-portal.file-picker` and `widget.use-xdg-desktop-portal.mime-handler` from `2` to `1`. Older versions of Firefox use the same setting as Thunderbird. +* Thunderbird: Preferences > Configuration Editor `widget.use-xdg-desktop-portal` has to be set to `true`. +* Some other GTK applications can be started with `GTK_USE_PORTAL=1 application` A general use of `GTK_USE_PORTAL=1` in `~/.profile` or `/etc/profile` can lead to issues and is not recommended.