Codebase list policykit-1-gnome / c5b3ed3
Update ${libexecdir} in d/polkit-gnome-authentication-agent-1.desktop This fixes a regression in 0.105-4 that caused the agent to not get launched in XFCE or Unity as intended. (Closes: #842184) Simon McVittie 7 years ago
3 changed file(s) with 17 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 * Remove GNOME from OnlyShowIn list. This authentication agent is not
44 needed in GNOME Classic or GNOME Flashback sessions too.
55 Closes: #823948.
6
7 [ Simon McVittie ]
8 * Set ${libexecdir} to /usr/lib to avoid architecture-dependent
9 installation paths which would require us to generate
10 a different debian/polkit-gnome-authentication-agent-1.desktop per
11 architecture.
12 - Using a new ${libexecdir}, instead of reverting to the subdirectory
13 used by debhelper 8, ensures that users who have worked around
14 #842184 by editing the autostart desktop file will get a conffile
15 prompt reminding them to return to the package maintainer's version.
16 * Update debian/polkit-gnome-authentication-agent-1.desktop for the new
17 ${libexecdir}, fixing a regression in 0.105-4 that caused the agent to
18 not get launched in XFCE or Unity as intended. (Closes: #842184)
619
720 -- Simon McVittie <smcv@debian.org> Thu, 27 Oct 2016 10:55:45 +0100
821
7878 Comment[zh_CN]=PolicyKit 认证代理
7979 Comment[zh_HK]=PolicyKit 驗證代理程式
8080 Comment[zh_TW]=PolicyKit 驗證代理程式
81 Exec=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
81 Exec=/usr/lib/polkit-gnome-authentication-agent-1
8282 Terminal=false
8383 Type=Application
8484 Categories=
88 dh_auto_configure -- \
99 --disable-examples \
1010 --enable-gtk-doc \
11 --disable-introspection
11 --disable-introspection \
12 --libexecdir=/usr/lib \
13 ${NULL}
1214
1315 override_dh_auto_test: