Compare commits
2 Commits
08293ed15c
...
bab4903cbb
Author | SHA1 | Date | |
---|---|---|---|
|
bab4903cbb | ||
9f6f42e6a7 |
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
||||
lxqt-session (1.3.0-0ubuntu4) mantic; urgency=medium
|
||||
|
||||
* d/control: Fix the comments added in -0ubuntu3 so that dpkg can
|
||||
process them properly. (Hotfix for a FTBFS bug)
|
||||
|
||||
-- Thomas Ward <teward@ubuntu.com> Sat, 23 Sep 2023 19:37:40 -0400
|
||||
|
||||
lxqt-session (1.3.0-0ubuntu3) mantic; urgency=medium
|
||||
|
||||
* Since the LXQt handler is limited in the portals it supports, add KDE and
|
||||
GTK as fallbacks. The GTK fallback needs to be removed once KDE's is
|
||||
better.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 22 Sep 2023 14:22:41 -0500
|
||||
|
||||
lxqt-session (1.3.0-0ubuntu2) mantic; urgency=high
|
||||
|
||||
* Add /usr/share/xdg-desktop-portal/lxqt-portals.conf, which makes XDG
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -40,6 +40,10 @@ Recommends: lxqt-config,
|
||||
pcmanfm-qt,
|
||||
qlipper,
|
||||
qps [linux-any],
|
||||
# xdg-desktop-portal-gtk should be removed soon in the future.
|
||||
xdg-desktop-portal-gtk,
|
||||
xdg-desktop-portal-kde,
|
||||
xdg-desktop-portal-lxqt,
|
||||
xscreensaver | gnome-screensaver | light-locker | i3lock | suckless-tools
|
||||
Provides: x-session-manager
|
||||
Description: session manager component for LXQt
|
||||
|
2
debian/lxqt-portals.conf
vendored
2
debian/lxqt-portals.conf
vendored
@ -1,2 +1,2 @@
|
||||
[preferred]
|
||||
default=lxqt
|
||||
default=lxqt;kde;gtk;
|
||||
|
Loading…
x
Reference in New Issue
Block a user