Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dde-application-manager (1.2.48+debtest2) unstable; urgency=medium

* fix: set XDG_CURRENT_DESKTOP in user unit so AM does not filter all
desktop entries out on Debian testing sessions

-- hao <[email protected]> Tue, 10 Mar 2026 15:15:00 +0800

dde-application-manager (1.2.48) unstable; urgency=medium

* feat: add DesktopSourcePath property to Application DBus interface
Expand Down Expand Up @@ -201,19 +208,19 @@ dde-application-manager (1.2.22) unstable; urgency=medium

* release 1.2.22

-- ChengqiE <[email protected]> Fri, 10 Jan 2025 14:50:33 +080
-- ChengqiE <[email protected]> Fri, 10 Jan 2025 14:50:33 +0800

dde-application-manager (1.2.21) unstable; urgency=medium

* release 1.2.21

-- ChengqiE <[email protected]> Tue, 24 Dec 2024 15:28:38 +080
-- ChengqiE <[email protected]> Tue, 24 Dec 2024 15:28:38 +0800

dde-application-manager (1.2.20) unstable; urgency=medium

* release 1.2.20

-- ChengqiE <[email protected]> Fri, 13 Dec 2024 15:28:38 +080
-- ChengqiE <[email protected]> Fri, 13 Dec 2024 15:28:38 +0800

dde-application-manager (1.2.19) unstable; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Type=dbus
BusName=org.desktopspec.ApplicationManager1
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/dde-application-manager
Environment=QT_LOGGING_RULES="*.debug=false"
Environment=XDG_CURRENT_DESKTOP=DDE
# turn off PrivateUser to prevent AM can't access some directory. eg. "/persistent/linglong"
PrivateUsers=false
Slice=session.slice
Expand Down
Loading