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 <hao@debian-testing-dde.local> Tue, 10 Mar 2026 15:15:00 +0800

Comment on lines +1 to +7

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

啊?

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 <echengqi@uniontech.com> Fri, 10 Jan 2025 14:50:33 +080
-- ChengqiE <echengqi@uniontech.com> Fri, 10 Jan 2025 14:50:33 +0800

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

* release 1.2.21

-- ChengqiE <echengqi@deepin.org> Tue, 24 Dec 2024 15:28:38 +080
-- ChengqiE <echengqi@deepin.org> Tue, 24 Dec 2024 15:28:38 +0800

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

* release 1.2.20

-- ChengqiE <echengqi@deepin.org> Fri, 13 Dec 2024 15:28:38 +080
-- ChengqiE <echengqi@deepin.org> 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

@BLumia BLumia Jul 16, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个变更与本PR所描述的事项无关吧?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对的, 应该去掉一下, 当时改的时候没发现(

# turn off PrivateUser to prevent AM can't access some directory. eg. "/persistent/linglong"
PrivateUsers=false
Slice=session.slice
Expand Down
Loading