Merge lp:~khurshid-alam/gnome-session/fix-1738338 into lp:gnome-session

Proposed by Khurshid Alam
Status: Superseded
Proposed branch: lp:~khurshid-alam/gnome-session/fix-1738338
Merge into: lp:gnome-session
Diff against target: 12228 lines (+11984/-0)
48 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/55gnome-session_gnomerc (+23/-0)
debian/README.Debian (+54/-0)
debian/changelog (+3478/-0)
debian/compat (+1/-0)
debian/control (+152/-0)
debian/control.in (+148/-0)
debian/copyright (+51/-0)
debian/data/50-ubuntu.conf (+2/-0)
debian/data/50-unity.conf (+2/-0)
debian/data/gnome-session.override (+7/-0)
debian/data/gnome-session.service (+11/-0)
debian/data/run-systemd-session (+42/-0)
debian/data/unity-session.target (+7/-0)
debian/gnome-mimeapps.list (+347/-0)
debian/gnome-session-bin.install (+12/-0)
debian/gnome-session-bin.postinst (+12/-0)
debian/gnome-session-bin.prerm (+9/-0)
debian/gnome-session-bin.user-session.upstart (+31/-0)
debian/gnome-session-common.dirs (+1/-0)
debian/gnome-session-common.install (+7/-0)
debian/gnome-session.docs (+3/-0)
debian/gnome-session.install (+4/-0)
debian/gnome-session.links (+1/-0)
debian/gnome-session.postinst (+10/-0)
debian/gnome-session.prerm (+9/-0)
debian/gnome-wayland.desktop (+158/-0)
debian/patches/103_kill_the_fail_whale.patch (+41/-0)
debian/patches/13_display_session_properties.patch (+18/-0)
debian/patches/22_support_autostart_delay.patch (+232/-0)
debian/patches/50_ubuntu_sessions.patch (+133/-0)
debian/patches/51_remove_session_saving_from_gui.patch (+66/-0)
debian/patches/53_add_sessionmigration.patch (+26/-0)
debian/patches/95_dbus_request_shutdown.patch (+99/-0)
debian/patches/export_env_to_upstart.patch (+79/-0)
debian/patches/ignore_gsettings_region.patch (+21/-0)
debian/patches/revert_remove_gnome_session_properties.patch (+4005/-0)
debian/patches/revert_remove_gnome_session_properties2.patch (+2494/-0)
debian/patches/series (+11/-0)
debian/rules (+25/-0)
debian/source/format (+1/-0)
debian/ubuntu-session.install (+4/-0)
debian/ubuntu-session.links (+1/-0)
debian/ubuntu-session.migrations (+1/-0)
debian/unity-gnome-shell-migration.17.10.py (+115/-0)
debian/unity-session.install (+4/-0)
debian/watch (+3/-0)
debian/xdg_dirs_desktop_session.sh (+21/-0)
To merge this branch: bzr merge lp:~khurshid-alam/gnome-session/fix-1738338
Reviewer Review Type Date Requested Status
Jeremy Bícha Pending
Review via email: mp+335246@code.launchpad.net

This proposal has been superseded by a proposal from 2017-12-15.

Description of the change

To post a comment you must log in.

Unmerged revisions

462. By Khurshid Alam

Have unity-session recommend gtk3-nocsd. (LP: #1738338)

461. By Jeremy Bícha

releasing package gnome-session version 3.26.1-0ubuntu7

460. By Jeremy Bícha

Allow building on s390x

459. By Sebastien Bacher

releasing package gnome-session version 3.26.1-0ubuntu6

458. By Olivier Tilloy

* Add symlinks in /usr/share/xsessions/:
  - gnome.desktop -> gnome-xorg.desktop
  - ubuntu.desktop -> ubuntu-xorg.desktop
  In combination with a gdm3 patch, this ensures a proper fallback session
  is selected by gdm when wayland is not enabled (LP: #1718446).

457. By Didier Roche-Tolomelli

releasing package gnome-session version 3.26.1-0ubuntu5

456. By Didier Roche-Tolomelli

* debian/unity-gnome-shell-migration.17.10.py:
  - Only reset rhythmbox keys if installed (LP: #1723365)

455. By Didier Roche-Tolomelli

releasing package gnome-session version 3.26.1-0ubuntu4

454. By Didier Roche-Tolomelli

Make sure ubuntu-xorg.desktop can be translated (as it's "Ubuntu on Xorg")
(LP: #1715822)

453. By Sebastien Bacher

releasing package gnome-session version 3.26.1-0ubuntu3

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2017-12-15 06:47:37 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== added file 'debian/55gnome-session_gnomerc'
--- debian/55gnome-session_gnomerc 1970-01-01 00:00:00 +0000
+++ debian/55gnome-session_gnomerc 2017-12-15 06:47:37 +0000
@@ -0,0 +1,23 @@
1# If we are running the GNOME session, source ~/.gnomerc
2
3BASESTARTUP=${STARTUP%% *}
4BASESTARTUP=${BASESTARTUP##*/}
5if [ "$BASESTARTUP" = x-session-manager ]; then
6 BASESTARTUP=$(basename $(readlink /etc/alternatives/x-session-manager))
7fi
8case "$BASESTARTUP" in
9 gnome-session*)
10 GNOMERC=$HOME/.gnomerc
11 if [ -r "$GNOMERC" ]; then
12 . "$GNOMERC"
13 fi
14 # We prepend /usr/share/gnome since its defaults.list actually points
15 # to /etc so it is configurable.
16 if [ -z "$XDG_DATA_DIRS" ]; then
17 XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
18 else
19 XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS"
20 fi
21 export XDG_DATA_DIRS
22 ;;
23esac
024
=== added file 'debian/README.Debian'
--- debian/README.Debian 1970-01-01 00:00:00 +0000
+++ debian/README.Debian 2017-12-15 06:47:37 +0000
@@ -0,0 +1,54 @@
1gnome-session for Debian
2========================
3
4GNOME 3 / GNOME Fallback
5------------------------
6
7The gnome-session package provides the standard GNOME 3 session, which
8is based on the GNOME Shell. The gnome-session-flashback package provides
9a “fallback” session which is based on the GNOME panel and Metacity. You
10can choose them in the display manager (typically GDM).
11
12If no suitable 3D acceleration is detected, the fallback session will be
13launched in both cases.
14
15
16Changing the window manager
17---------------------------
18
19The GNOME Shell requires mutter and cannot run with another window
20manager.
21
22If you want to use an alternative window manager (such as compiz or
23openbox), you need to select the fallback session. Then, put in your
24.gnomerc file the following:
25 WINDOW_MANAGER=my_wonderful_wm
26 export WINDOW_MANAGER
27
28
29Applications at startup
30-----------------------
31
32Upon startup, gnome-session starts the following applications:
33 - Saved session: if you have saved a session, it is located in
34 ~/.config/gnome-session/saved-session/. You can enable automatic
35 session saving or manually save it in the "Startup Applications"
36 configuration applet.
37 - Autostart applications: applications shipping a .desktop file in
38 /usr/share/gnome/autostart or /etc/xdg/autostart. This includes the
39 keyring manager, the settings daemon, nautilus and the power
40 manager. They can be selectively disabled in the configuration
41 applet.
42 - Required components: they are listed in the
43 /usr/share/gnome-session/sessions/*.desktop file corresponding to the
44 current session (gnome or gnome-fallback).
45
46MIME types associations
47-----------------------
48
49This package ships a list of default MIME types associations used when running
50the GNOME desktop.
51This file is installed in /usr/share/applications/gnome-mimeapps.list.
52The system administrator can override some associations by adding a file at
53/etc/xdg/gnome-mimeapps.list or /etc/xdg/mimeapps.list if he wants to apply to
54all the desktop environment.
055
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2017-12-15 06:47:37 +0000
@@ -0,0 +1,3478 @@
1gnome-session (3.26.1-0ubuntu8) UNRELEASED; urgency=medium
2
3 * Have unity-session recommend gtk3-nocsd. (LP: #1738338)
4
5 -- Khurshid Alam (Technologist) <khurshid.alam@linuxmail.org> Fri, 15 Dec 2017 11:46:26 +0530
6
7gnome-session (3.26.1-0ubuntu7) bionic; urgency=medium
8
9 * Allow building on s390x
10
11 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 02 Nov 2017 19:36:36 -0400
12
13gnome-session (3.26.1-0ubuntu6) artful; urgency=medium
14
15 * Add symlinks in /usr/share/xsessions/:
16 - gnome.desktop -> gnome-xorg.desktop
17 - ubuntu.desktop -> ubuntu-xorg.desktop
18 In combination with a gdm3 patch, this ensures a proper fallback session
19 is selected by gdm when wayland is not enabled (LP: #1718446).
20
21 -- Olivier Tilloy <olivier.tilloy@canonical.com> Fri, 13 Oct 2017 13:33:27 +0200
22
23gnome-session (3.26.1-0ubuntu5) artful; urgency=medium
24
25 * debian/unity-gnome-shell-migration.17.10.py:
26 - Only reset rhythmbox keys if installed (LP: #1723365)
27
28 -- Didier Roche <didrocks@ubuntu.com> Fri, 13 Oct 2017 11:56:41 +0200
29
30gnome-session (3.26.1-0ubuntu4) artful; urgency=medium
31
32 * Make sure ubuntu-xorg.desktop can be translated (as it's "Ubuntu on Xorg")
33 (LP: #1715822)
34
35 -- Didier Roche <didrocks@ubuntu.com> Wed, 11 Oct 2017 17:30:38 +0200
36
37gnome-session (3.26.1-0ubuntu3) artful; urgency=medium
38
39 [ Gunnar Hjalmarsson ]
40 * debian/patches/ignore_gsettings_region.patch:
41 - Ignore the "region" gsettings value - users' setting of LC_*
42 variables saved in ~/.pam_environment (LP: #1722002).
43 * debian/control, debian/control.in:
44 - Suggest gnome-user-docs instead of gnome-user-guide
45 (LP: #1691867).
46
47 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com> Mon, 09 Oct 2017 20:01:00 +0200
48
49gnome-session (3.26.1-0ubuntu2) artful; urgency=medium
50
51 * debian/patches/revert_remove_gnome_session_properties.patch: Fix to work
52 with multiple components in XDG_CURRENT_DESKTOP. (LP: #1718553)
53
54 -- Iain Lane <iain@orangesquash.org.uk> Mon, 09 Oct 2017 22:52:22 +0100
55
56gnome-session (3.26.1-0ubuntu1) artful; urgency=medium
57
58 [ Marco Trevisan ]
59 * Remove scale factor reset in migration script as now handled in the unity
60 settings package and only impact people migrating with unity installed
61 (LP: #1721082)
62
63 [ Didier Roche ]
64 * New upstream release
65 * debian/unity-gnome-shell-migration.17.10.py:
66 - reset the rhythmbox plugins key and rename the migration script for
67 people who installed pre-alpha getting the glib fix where some
68 applications weren't supporting the per session override.
69 (LP: #1720754)
70 - rename it so that can applies to upgraders (the script is idempotent)
71
72 -- Didier Roche <didrocks@ubuntu.com> Mon, 09 Oct 2017 12:23:49 +0200
73
74gnome-session (3.26.0-0ubuntu2) artful; urgency=medium
75
76 [ Jeremy Bicha ]
77 * Have gnome-session recommend gnome-themes-standard (Adwaita for GTK+ 2)
78
79 [ ventrical ]
80 * unity-session: Recommend zeitgeist-datahub
81
82 -- ventrical <dale_f_beaudoin@hotmail.com> Mon, 02 Oct 2017 19:56:50 -0400
83
84gnome-session (3.26.0-0ubuntu1) artful; urgency=medium
85
86 [ Didier Roche ]
87 * Add a versioned dependency on GNOME Shell for alternative selection
88 so that we ensure the upstream css is on disk. This allow to remove
89 the || true in postinst.
90
91 [ Iain Lane ]
92 * debian/xdg_dirs_desktop_session.sh: Install a new script into
93 /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
94 $XDG_{CONFIG,DATA}_DIRS. This fixes GNOME Software back to "Ubuntu
95 Software", with the corresponding icon, in the Ubuntu session.
96 * New upstream release.
97
98 -- Iain Lane <iain.lane@canonical.com> Thu, 14 Sep 2017 17:32:12 +0100
99
100gnome-session (3.25.90-0ubuntu4) artful; urgency=medium
101
102 * Add a || true until GNOME Shell migrates to release pocket. We will
103 then use a versioned dep.
104
105 -- Didier Roche <didrocks@ubuntu.com> Mon, 11 Sep 2017 12:46:42 +0200
106
107gnome-session (3.25.90-0ubuntu3) artful; urgency=medium
108
109 * Add an alternative to choose gdm upstream GNOME Shell theme. (LP: #1715722)
110
111 -- Didier Roche <didrocks@ubuntu.com> Mon, 11 Sep 2017 11:54:47 +0200
112
113gnome-session (3.25.90-0ubuntu2) artful; urgency=medium
114
115 * Stop building gnome-session & ubuntu-session for s390x because
116 they depend on uninstallable gnome-shell/gjs (LP: #1712083)
117
118 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 26 Aug 2017 16:08:10 -0400
119
120gnome-session (3.25.90-0ubuntu1) artful; urgency=medium
121
122 * New upstream release
123 * Drop these patches, fixed a different way in new release:
124 - 0001-manager-add-bus-daemon-dbus-api-xml-file.patch
125 - 0002-system-add-api-for-detecting-if-this-is-the-last-ses.patch
126 - 0003-manager-kill-off-bus-clients-at-log-out.patch
127 * Update 50_ubuntu_sessions.patch to follow dropping orientation
128 and xrandr plugins from gnome-settings-daemon 3.25.4
129
130 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 21 Aug 2017 18:23:52 -0400
131
132gnome-session (3.24.1-0ubuntu22) artful; urgency=medium
133
134 * Switch to wayland by default for both ubuntu and GNOME session:
135 - debian/rules: revert removal and renaming of GNOME sessions.
136 - debian/gnome-session.install: ship the GNOME sessions.
137 - debian/patches/50_ubuntu_sessions.patch, debian/ubuntu-session.install:
138 Swap the ubuntu session to wayland. Should fallback ex ubuntu-wayland
139 session users to "ubuntu" as well.
140
141 -- Didier Roche <didrocks@ubuntu.com> Mon, 21 Aug 2017 14:06:21 +0200
142
143gnome-session (3.24.1-0ubuntu21) artful; urgency=medium
144
145 * Get GNOME Shell session migration handling ubuntu dock keys transition
146 from Unity.
147 * Rename migration script to include months for existing artful users.
148
149 -- Didier Roche <didrocks@ubuntu.com> Thu, 17 Aug 2017 09:41:05 +0200
150
151gnome-session (3.24.1-0ubuntu20) artful; urgency=medium
152
153 * Add adwaita-icon-theme-full to the gnome session, as more icons like
154 nautilus ones are only located within it.
155
156 -- Didier Roche <didrocks@ubuntu.com> Tue, 15 Aug 2017 08:58:50 +0200
157
158gnome-session (3.24.1-0ubuntu19) artful; urgency=medium
159
160 * debian/patches/50_ubuntu_sessions.patch:
161 - prepend "ubuntu" to DesktopNames. This will enable us to have per
162 session default experiences and session override.
163 - append "ubuntu" for unity session. Indeed, Unity overrides will be
164 higher in the hierarchy (like button positions) than ubuntu override
165 defaults.
166
167 -- Didier Roche <didrocks@ubuntu.com> Tue, 15 Aug 2017 08:13:10 +0200
168
169gnome-session (3.24.1-0ubuntu18) artful; urgency=medium
170
171 * Change main ubuntu session to use the ubuntu gnome-shell mode:
172 - enable the mode on logging via env variable so that shell restart
173 reload the mode. This avoid an additional script though contrary
174 to classic.
175 - depends on latest GNOME Shell which provides the mode itself.
176 * Bump Standard-Version to latest
177 * debian/control*:
178 - Fix some lintian warnings
179 - gnome-session recommends fonts-cantarell as default font under
180 the vanilla GNOME Shell experience.
181
182 -- Didier Roche <didrocks@ubuntu.com> Mon, 14 Aug 2017 09:00:30 +0200
183
184gnome-session (3.24.1-0ubuntu17) artful; urgency=medium
185
186 * debian/unity-gnome-shell-migration.py:
187 Don't migrate to new amazon desktop file, we are using the old
188 one for now for consistency with other desktop renames.
189
190 -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Jul 2017 09:51:37 +0200
191
192gnome-session (3.24.1-0ubuntu16) artful; urgency=medium
193
194 * Add rhythmbox-plugin-zeitgeist as recommends on *unity-session*
195 it won't be pulled (contrary to zg-core or indicator-application
196 by any other component on unity desktop.
197
198 -- Didier Roche <didrocks@ubuntu.com> Wed, 19 Jul 2017 14:02:58 +0200
199
200gnome-session (3.24.1-0ubuntu15) artful; urgency=medium
201
202 * Add really the recommends to unity-session and not ubuntu-session,
203 then refill coffee.
204
205 -- Didier Roche <didrocks@ubuntu.com> Wed, 12 Jul 2017 12:18:30 +0200
206
207gnome-session (3.24.1-0ubuntu14) artful; urgency=medium
208
209 * Actually adding it to recommends. Thanks ricotz for spotting.
210
211 -- Didier Roche <didrocks@ubuntu.com> Wed, 12 Jul 2017 11:23:39 +0200
212
213gnome-session (3.24.1-0ubuntu13) artful; urgency=medium
214
215 * Add thunderbird-gnome-support recommends to unity-session as now
216 not part of the ubuntu desktop image (mostly unity specific)
217
218 -- Didier Roche <didrocks@ubuntu.com> Wed, 12 Jul 2017 09:18:17 +0200
219
220gnome-session (3.24.1-0ubuntu12) artful; urgency=medium
221
222 * -debian/ubuntu-session.postinst
223 - Dropped transition script for lightdm->gdm3, it's now handled in gdm3
224
225 -- Ken VanDine <ken.vandine@canonical.com> Mon, 10 Jul 2017 11:54:50 -0400
226
227gnome-session (3.24.1-0ubuntu11) artful; urgency=medium
228
229 * debian/ubuntu-session.postinst
230 - Check for user's sessions that are set to "ubuntu" and set gdm3
231 as the default display manager as recommended. This just changes
232 the default in /etc/X11/default-display-manager, it still requires
233 configure from gdm3 to run after configure from ubuntu-session to
234 complete setting the proper default without prompting the user.
235
236 -- Ken VanDine <ken.vandine@canonical.com> Mon, 03 Jul 2017 14:20:28 -0400
237
238gnome-session (3.24.1-0ubuntu10) artful; urgency=medium
239
240 * debian/unity-gnome-shell-migration.py:
241 u-c-c was actually unity-control-center, not ubuntu-control-center.
242 Changing the key for migration.
243
244 -- Didier Roche <didrocks@ubuntu.com> Thu, 06 Jul 2017 15:15:14 +0200
245
246gnome-session (3.24.1-0ubuntu9) artful; urgency=medium
247
248 * debian/unity-gnome-shell-migration.py:
249 - migrate launcher icon from ubuntu-control-center to gnome-control-center
250 under GNOME Shell (LP: #1702091)
251
252 -- Didier Roche <didrocks@ubuntu.com> Mon, 03 Jul 2017 15:23:03 +0200
253
254gnome-session (3.24.1-0ubuntu8) artful; urgency=medium
255
256 * Change ubuntu-session to Arch: any for new xwayland dependency
257
258 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 01 Jul 2017 14:35:17 -0400
259
260gnome-session (3.24.1-0ubuntu7) artful; urgency=medium
261
262 * debian/control.in:
263 - Have ubuntu-session depend on xwayland like gnome-session does
264 Thanks corrado for the report! (LP: #1701822)
265 - Have ubuntu-session and gnome-session depend on gnome-shell.
266 Now that gnome-shell recommends instead of depends on gnome-session |
267 ubuntu-session, there is no circular dependency so let's not diverge
268 from Debian.
269
270 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 01 Jul 2017 13:29:41 -0400
271
272gnome-session (3.24.1-0ubuntu6) artful; urgency=medium
273
274 * Add unity to gnome-shell migration script to ubuntu-session:
275 - Add unity-gnome-shell-migration.py migrating (if g-s has the default):
276 + launcher icons to the dash
277 + amazon to new amazon launcher name migration
278 + reset scale factor for new incoming scale factor algorithm
279 - Use dh-migration to install it.
280
281 -- Didier Roche <didrocks@ubuntu.com> Wed, 28 Jun 2017 09:19:27 +0200
282
283gnome-session (3.24.1-0ubuntu5) artful; urgency=medium
284
285 * Backport patches from 3.25.3 to kill D-Bus clients on log out.
286 This works around GNOME Online Accounts not working correctly
287 after logging out (LP: #1610944)
288 - 0001-manager-add-bus-daemon-dbus-api-xml-file.patch
289 - 0002-system-add-api-for-detecting-if-this-is-the-last-ses.patch
290 - 0003-manager-kill-off-bus-clients-at-log-out.patch
291
292 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 21 Jun 2017 18:57:12 -0400
293
294gnome-session (3.24.1-0ubuntu4) artful; urgency=medium
295
296 * Add back ubuntu-session, being the default ubuntu experience on
297 GNOME shell:
298 - debian/patches/50_ubuntu_sessions.patch adapt the patch with new session
299 content (right now, similar than vanilla GNOME shell).
300 - debian/ubuntu-session.install, debian/control*: ensure smooth transition
301 for people with ubuntu-session == unity and add the new binary.
302 - debian/data/50-ubuntu.conf: add lightdm conf as long lightdm is the
303 default.
304 * Add a wayland ubuntu session as well alongside the Xorg one:
305 - Ensure we only ship the gnome-wayland session in gnome-session
306 (debian/gnome-session.install)
307 - Add to the patch and install the new session.
308
309 -- Didier Roche <didrocks@ubuntu.com> Tue, 20 Jun 2017 09:04:29 +0200
310
311gnome-session (3.24.1-0ubuntu3) artful; urgency=medium
312
313 * Rename ubuntu-session into unity-session:
314 - debian/control.in, debian/*install: rename to new binary package name.
315 - modify debian/patches/50_ubuntu_sessions.patch to reference the new
316 session.
317 - debian/data/50-unity.conf: lightdm unity session seat
318 - debian/data/ubuntu-session.target -> debian/data/unity-session.target
319 change systemd user target to start required and wanted components.
320 - add breaks for systemd user session change against other packages,
321 changing targets as well.
322 * Add a new dep from unity-session to unity, otherwise, it wouldn't
323 be installed. It was previously removed for a circular dependency
324 reason.
325
326 -- Didier Roche <didrocks@ubuntu.com> Mon, 19 Jun 2017 09:45:29 +0200
327
328gnome-session (3.24.1-0ubuntu2) artful; urgency=medium
329
330 * Fix revert_remove_gnome_session_properties.patch
331
332 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 22 Apr 2017 11:38:35 -0400
333
334gnome-session (3.24.1-0ubuntu1) artful; urgency=medium
335
336 * New upstream release (LP: #1685515)
337
338 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 22 Apr 2017 10:16:47 -0400
339
340gnome-session (3.24.0-0ubuntu1) zesty; urgency=medium
341
342 * New upstream release
343
344 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 20 Mar 2017 19:43:33 -0400
345
346gnome-session (3.23.92-0ubuntu1) zesty; urgency=medium
347
348 * New upstream translation release
349
350 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 13 Mar 2017 20:09:34 -0400
351
352gnome-session (3.23.91-0ubuntu1) zesty; urgency=medium
353
354 * New upstream release
355
356 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 28 Feb 2017 20:16:08 -0500
357
358gnome-session (3.23.4.1-0ubuntu2) zesty; urgency=medium
359
360 * debian/patches/50_ubuntu_sessions.patch: Let's have another go at setting
361 XDG_CURRENT_DESKTOP to Unity:Unity7.
362
363 -- Iain Lane <iain.lane@canonical.com> Thu, 16 Feb 2017 17:48:14 +0000
364
365gnome-session (3.23.4.1-0ubuntu1) zesty; urgency=medium
366
367 * New upstream release
368 * debian/control.in:
369 - Bump minimum gnome-settings-daemon to 3.23.3
370 * Refreshed export_env_to_upstart.patch
371 * Dropped git_wayland_login_shell.patch, applied in new release
372
373 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 07 Feb 2017 18:24:14 -0500
374
375gnome-session (3.22.2-2ubuntu1) zesty; urgency=medium
376
377 * Merge with Debian unstable. Remaining changes:
378 - debian/control.in:
379 + Recommend session-migration
380 + Remove gnome-shell circular dependency to ease upgrades
381 + Don't suggest desktop-base
382 + Move xwayland dependency to gnome-session and
383 make gnome-session Arch: any
384 - Split ubuntu-session out of gnome-session.
385 - Add upstart user session and systemd user session:
386 debian/data, debian/gnome-session-bin.user-session.upstart
387 - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
388 Moved registering gnome-session binary as a session manager to
389 gnome-session-bin package
390 - Add gnome-session-wayland transitional package
391 - don't install gnome-mimeapps.list (installed by desktop-file-utils in
392 Ubuntu):
393 debian/gnome-session-common.dirs, gnome-session-common.install,
394 gnome-session-common.maintscript, gnome-session-common.postinst
395 - debian/patches/revert_remove_gnome_session_properties.patch,
396 debian/patches/revert_remove_gnome_session_properties2.patch:
397 + Keep the session-properties applet for ubuntu sessions
398 - debian/patches/13_display_session_properties.patch: Display
399 session-properties as the Startup Applications capplet was removed from
400 gnome-control-center, which makes it hard to discover the
401 gnome-session-properties tool. (Closes: #683814)
402 - debian/patches/22_support_autostart_delay.patch:
403 Bugzilla patch to support adding a delay to autostart apps, using
404 a "X-GNOME-Autostart-Delay" key in the desktop file
405 - debian/patches/50_ubuntu_sessions.patch, debian/gnome-wayland.desktop:
406 + Add Ubuntu session
407 + Add --session=gnome to GNOME sessions now that the "ubuntu" session
408 is the default. Use TryExec to test if gnome-shell is installed.
409 - debian/patches/51_remove_session_saving_from_gui.patch:
410 add GNOME_SESSION_SAVE environment variable for people wanting to
411 use the save session still, knowing that it can break your system
412 if used unwisely
413 - debian/patches/53_add_sessionmigration.patch:
414 launch session-migration if present at the start of the session. This
415 sync tool runns different session migration scripts that can be
416 provided in various desktop packages.
417 - debian/patches/95_dbus_request_shutdown.patch: Add "RequestShutdown" and
418 "RequestReboot" DBus methods to allow other applications to shutdown or
419 reboot the machine via the session manager.
420 - debian/patches/103_kill_the_fail_whale.patch: Kill the Fail Whale as it
421 tends to be more annoying than helpful
422 - debian/patches/export_env_to_upstart.patch: Update the Upstart environment
423 before the plain D-Bus one. This is to work around a bug where Upstart
424 brokenly forwards variables which contain an "=" to the D-Bus environment,
425 resulting in invalid environment variables in the session (see bug
426 #1630090).
427 * Dropped patch applied in new version:
428 - git_fix_gpu_cache_info.patch
429
430 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 01 Feb 2017 05:02:59 -0500
431
432gnome-session (3.22.2-2) unstable; urgency=medium
433
434 * Team upload
435
436 [ Jeremy Bicha ]
437 * Add git_wayland_login_shell.patch:
438 - Backport 3.23 commit that made Wayland sessions run login scripts
439 like ~/.profile since that's what people expect (LP: #1631713)
440
441 -- Simon McVittie <smcv@debian.org> Fri, 20 Jan 2017 10:14:17 +0000
442
443gnome-session (3.22.2-1) unstable; urgency=medium
444
445 * New upstream release.
446
447 -- Michael Biebl <biebl@debian.org> Tue, 08 Nov 2016 15:49:26 +0100
448
449gnome-session (3.22.1-1) unstable; urgency=medium
450
451 * New upstream release.
452
453 -- Michael Biebl <biebl@debian.org> Wed, 12 Oct 2016 18:10:49 +0200
454
455gnome-session (3.22.0-1) unstable; urgency=medium
456
457 * New upstream release.
458 * Drop debian/patches/git_fix-bashism.patch, merged upstream.
459 * Bump debhelper compat level to 10.
460 * Don't fail to restore the old desktop session files if we only build
461 architecture specific binary packages (gnome-session is arch:all).
462
463 -- Michael Biebl <biebl@debian.org> Tue, 20 Sep 2016 01:25:00 +0200
464
465gnome-session (3.21.90-4) unstable; urgency=medium
466
467 * Instead of patching the build system to get the old deskop session files
468 back, remove the new ones and ship a local copy of gnome-wayland.desktop
469 which was generated from the gnome-3-20 branch. This is much simpler and
470 we don't lose all the translations this way.
471 * Show uninstalled files via dh_install --list-missing.
472
473 -- Michael Biebl <biebl@debian.org> Thu, 08 Sep 2016 18:40:30 +0200
474
475gnome-session (3.21.90-3) unstable; urgency=medium
476
477 * Switch back to Xorg by default.
478 We divert from upstream here and switch the default GNOME session back to
479 Xorg for Stretch. This way, users who explicitly chose the GNOME session
480 in the display manager won't be automatically switched over to Wayland.
481 It's still possible to run Wayland via the "GNOME on Wayland" session.
482
483 -- Michael Biebl <biebl@debian.org> Wed, 07 Sep 2016 23:07:21 +0200
484
485gnome-session (3.21.90-2) experimental; urgency=medium
486
487 * Add debian/patches/git_fix-bashism.patch (Closes: #835289)
488
489 -- Andreas Henriksson <andreas@fatal.se> Sat, 03 Sep 2016 22:11:37 +0200
490
491gnome-session (3.21.90-1) experimental; urgency=medium
492
493 * New upstream beta release.
494 * Update build-dependencies according to configure.ac changes:
495 - Add libgles2-mesa-dev
496 * debian/gnome-session-{bin,common}.install:
497 - stop installing *.ui and icons since gnome-session-properties tool
498 has now been removed.
499
500 -- Andreas Henriksson <andreas@fatal.se> Tue, 23 Aug 2016 12:19:33 +0200
501
502gnome-session (3.20.2-1ubuntu7) yakkety; urgency=medium
503
504 [ Iain Lane ]
505 * debian/patches/export_env_to_upstart.patch: Update the Upstart environment
506 before the plain D-Bus one. This is to work around a bug where Upstart
507 brokenly forwards variables which contain an "=" to the D-Bus environment,
508 resulting in invalid environment variables in the session (see bug
509 #1630090).
510
511 [ Martin Pitt ]
512 * debian/data/ubuntu-session.target: Pull in graphical-session-pre.target,
513 as we do not implicitly do it in run-systemd-session any more.
514
515 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 04 Oct 2016 13:16:09 +0200
516
517gnome-session (3.20.2-1ubuntu6) yakkety; urgency=medium
518
519 * Set DesktopNames back to Unity. There are many buggy components that don't
520 know how to deal with XDG_CURRENT_DESKTOP having multiple values, and it's
521 too close to the release to fix them all.
522
523 -- Iain Lane <iain.lane@canonical.com> Mon, 03 Oct 2016 17:37:57 +0100
524
525gnome-session (3.20.2-1ubuntu5) yakkety; urgency=medium
526
527 * debian/data/run-systemd-session: Drop the polling loops at the start and
528 end of the session and replace them with dynamically generated
529 "After=graphical-session-pre.target". Stopping that target then provides
530 the same waiting using systemd's transactions instead of polling. This is
531 still a workaround until this can be done declaratively, but a much better
532 one.
533 * debian/data/run-systemd-session: Use the new "systemctl start --wait"
534 instead of a polling loop. Bump systemd dependency accordingly.
535
536 -- Martin Pitt <martin.pitt@ubuntu.com> Sun, 02 Oct 2016 11:38:37 +0200
537
538gnome-session (3.20.2-1ubuntu4) yakkety; urgency=medium
539
540 * debian/data/run-systemd-session: Stop any lingering active units when
541 logging in. (LP: #1618886)
542 * debian/data/gnome-session.service: Save the XDG SESSION we were started
543 with, and only use that one to end the session. Otherwise, if we are
544 stopped by the above codepath, we risk stopping the session that we are
545 logging into and not the previous (crashed) one.
546 * debian/patches/50_ubuntu_sessions.patch: Set the desktop names to
547 Unity:Unity7. "Unity" is shared between Unity 7 and Unity 8, but
548 applications should be able to Only/NotShowIn either one of these if they
549 want.
550
551 -- Iain Lane <iain.lane@canonical.com> Wed, 28 Sep 2016 12:09:16 +0100
552
553gnome-session (3.20.2-1ubuntu3) yakkety; urgency=medium
554
555 [ Dmitry Shachnev ]
556 * Backport upstream patch to allow users to override $QT_QPA_PLATFORMTHEME
557 (allow_overriding_qt_platformtheme.patch).
558
559 [ Martin Pitt ]
560 * debian/data/run-systemd-session: Add missing $unit to systemctl show call,
561 so that the cleanup of failed units actually works. (LP: #1618886)
562
563 -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 16 Sep 2016 15:27:56 +0200
564
565gnome-session (3.20.2-1ubuntu2) yakkety; urgency=medium
566
567 * debian/patches/dont_override_IM_variables.patch:
568 - Honor values set by e.g. im-config, and with that give users
569 the option to use fcitx or other framework (LP: #1594681).
570
571 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com> Sun, 14 Aug 2016 02:04:00 +0200
572
573gnome-session (3.20.2-1ubuntu1) yakkety; urgency=medium
574
575 [ Tim Lunn ]
576 * Merge from Debian unstable. Remaining changes (LP: #1512914):
577 - debian/control.in:
578 + Recommend session-migration
579 + Remove gnome-shell circular dep to ease uprades
580 - Split ubuntu-session out of gnome-session.
581 - Split wayland session into gnome-session-wayland
582 + control.in: add gnome-session-wayland package and depend on xwayland
583 + gnome-session-wayland.install: install wayland session
584 - Add upstart user session
585 - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
586 Moved registering gnome-session binary as a session manager to
587 gnome-session-bin package
588 - don't install defaults.list (installed by desktop-file-utils in ubuntu):
589 debian/gnome-session-common.dirs and gnome-session-common.install
590 - debian/patches/13_display_session_properties.patch: Display
591 session-properties as the Startup Applications capplet was removed from
592 gnome-control-center, which makes it hard to discover the
593 gnome-session-properties tool. (Closes: #683814)
594 - debian/patches/22_support_autostart_delay.patch:
595 Bugzilla patch to support adding a delay to autostart apps, using
596 a "X-GNOME-Autostart-Delay" key in the desktop file
597 - debian/patches/50_ubuntu_sessions.patch:
598 + Add Ubuntu session
599 + gnome-shell.desktop adds --session=gnome now that the "ubuntu" session
600 is the default. Use TryExec to test if gnome-shell is installed.
601 - debian/patches/51_remove_session_saving_from_gui.patch:
602 add GNOME_SESSION_SAVE environment variable for people wanting to
603 use the save session still, knowing that it can break your system
604 if used unwisely
605 - debian/patches/53_add_sessionmigration.patch, debian/control:
606 recommends and launch the session-migration if present at the start of
607 the session. This sync tool is running different session migration
608 scripts that can be provided in various desktop packages.
609 - debian/patches/95_dbus_request_shutdown.patch: Add "RequestShutdown" and
610 "RequestReboot" DBus methods to allow other applications to shutdown or
611 reboot the machine via the session manager.
612 - debian/patches/103_kill_the_fail_whale.patch: Kill the Fail Whale as it
613 tends to be more annoying than helpful
614 - debian/patches/revert_remove_gnome_session_properties.patch: Keep the
615 session-properties applet for ubuntu sessions
616 - debian/patches/Revert-switch-to-Xorg-by-default.patch: Disabled for now,
617 we will keep Xorg as default for the time being
618 * Refresh Patches as Required
619
620 [ Iain Lane ]
621 * Update the merge on top of 3.20.2-1 and 3.18.1.2-1ubuntu5
622 - Add systemd user session support
623 * Adapt our packaging for debhelper instead of cdbs
624 * Move debian/55gnome-session_gnomerc back, to reduce delta with Debian (a
625 previous upload had put it in debian/data).
626 * The previous merge forgot some maintainer script changes (gnome-sesion ->
627 gnome-session-bin) - restore those.
628 * Update patches to add .desktop.in files to POTFILES.skip, which is
629 required now that we run make check by default, which errors on this being
630 missing.
631
632 -- Iain Lane <iain.lane@canonical.com> Wed, 03 Aug 2016 14:54:08 +0100
633
634gnome-session (3.20.2-1) unstable; urgency=medium
635
636 * New upstream release.
637 * Drop all translations, not used anymore.
638 * Drop debian/patches/update-activation-environment-at-startup.patch, merged
639 upstream.
640 * Bump debhelper compatibility level to 9.
641 * Convert from cdbs to dh.
642 * Bump Standards-Version to 3.9.8.
643
644 -- Michael Biebl <biebl@debian.org> Wed, 13 Jul 2016 15:12:48 +0200
645
646gnome-session (3.20.1-4) unstable; urgency=medium
647
648 * debian/gnome-mimeapps.list: Replace iceweasel.desktop by
649 firefox-esr.desktop and firefox.desktop
650 * debian/gnome-mimeapps.list: Add default application for
651 application/x-cd-image, application/x-raw-disk-image and
652 application/x-raw-disk-image-xz-compressed
653
654 -- Laurent Bigonville <bigon@debian.org> Sat, 04 Jun 2016 23:06:54 +0200
655
656gnome-session (3.20.1-3) unstable; urgency=medium
657
658 * Add debian/patches/update-activation-environment-at-startup.patch: update
659 activation environment at startup, this way we are sure that all the
660 environment variables are also available for the user activated services
661
662 -- Laurent Bigonville <bigon@debian.org> Tue, 24 May 2016 13:21:04 +0200
663
664gnome-session (3.20.1-2) unstable; urgency=medium
665
666 * Drop /usr/share/gnome/applications/defaults.list symlink and install
667 /etc/gnome/defaults.list to /usr/share/applications/gnome-mimeapps.list
668 instead, as the xdg spec is allowing desktop specific default applications.
669 If /etc/gnome/defaults.list was modified by the system administrator, the
670 file is moved to /etc/xdg/gnome-mimeapps.list during the upgrade.
671 This seems to fix default apps when running gnome-shell as a wayland
672 compositor, as the 55gnome-session_gnomerc is not sourced in that case.
673
674 -- Laurent Bigonville <bigon@debian.org> Tue, 17 May 2016 02:02:11 +0200
675
676gnome-session (3.20.1-1) unstable; urgency=medium
677
678 * New upstream release.
679 * Postpone the switch to Wayland by default. We don't want to entangle the
680 GNOME 3.20 transition with the Wayland switch.
681 * Upload to unstable.
682
683 -- Michael Biebl <biebl@debian.org> Tue, 19 Apr 2016 23:50:01 +0200
684
685gnome-session (3.20.0-2) experimental; urgency=medium
686
687 * Add debian/patches/Revert-switch-to-Xorg-by-default.patch
688 - revert upstreams switch (back) to Xorg by default, as we need
689 wayland testing during our development cycle up to Stretch.
690 Upstream plans to ship GNOME 3.22 with wayland as default,
691 which is the GNOME release we're targeting for Stretch.
692 * debian/gnome-session.install:
693 - accept any *.desktop name for wayland-sessions.
694 - install all *.desktop files for xsessions.
695 * Add debian/patches/0001-main-fix-starting-gnome-session-via-startx.patch
696 - fixes starting "System Default" session
697
698 -- Andreas Henriksson <andreas@fatal.se> Wed, 30 Mar 2016 19:16:31 +0200
699
700gnome-session (3.20.0-1) experimental; urgency=medium
701
702 * Bump gnome-shell dependency to >= 3.19
703 - gnome.session now uses new org.gnome.Shell desktop file name.
704 * New upstream release.
705
706 -- Andreas Henriksson <andreas@fatal.se> Fri, 25 Mar 2016 10:05:25 +0100
707
708gnome-session (3.19.92-1) experimental; urgency=medium
709
710 * New upstream release.
711 * Stop installing gnome-wayland.session
712 - no longer shipped, now merged with gnome.session
713 * Bump Standards-Version to 3.9.7.
714
715 -- Andreas Henriksson <andreas@fatal.se> Tue, 15 Mar 2016 21:05:23 +0100
716
717gnome-session (3.18.1.2-1ubuntu5) yakkety; urgency=medium
718
719 * 50_ubuntu_sessions.patch: Go back to a systemd-ified Exec= line and add a
720 Breaks: for the upstart versions that don't yet have the necessary
721 Xsession.d fixes yet.
722 * debian/data/run-systemd-session: Robustify session startup and shutdown.
723 * debian/data/ubuntu-session.target: Fix description.
724 * ubuntu-session: Depend on dbus-user-session and the systemd version that
725 provides graphical-session.target.
726 * debian/data/gnome-session.override: Don't completely disable this yet,
727 only disable "exec" script. The upstart job still needs to run as a stub
728 to start dependencies until the conversion of unity units lands.
729
730 -- Martin Pitt <martin.pitt@ubuntu.com> Sun, 31 Jul 2016 11:22:57 +0200
731
732gnome-session (3.18.1.2-1ubuntu4) yakkety; urgency=medium
733
734 * 50_ubuntu_sessions.patch: Revert to directly running gnome-session again.
735 Something seems to actually look at the value of Exec= even with upstart
736 which breaks starting the session.
737
738 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 19 Jul 2016 08:46:10 +0200
739
740gnome-session (3.18.1.2-1ubuntu3) yakkety; urgency=medium
741
742 * Move 50-ubuntu.conf and 55gnome-session_gnomerc into debian/data/.
743 * Add systemd units for gnome-session-bin and a systemd user
744 ubuntu-session.target.
745
746 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 18 Jul 2016 17:41:31 +0200
747
748gnome-session (3.18.1.2-1ubuntu2) yakkety; urgency=medium
749
750 * debian/patches/export_env_to_upstart.patch:
751 - Export environment variables to upstart as well, if available (LP: #1433013)
752
753 -- Marco Trevisan (Treviño) <marco@ubuntu.com> Thu, 12 May 2016 14:44:19 +0100
754
755gnome-session (3.18.1.2-1ubuntu1) xenial; urgency=medium
756
757 * Merge from Debian unstable. Remaining changes (LP: #1512914):
758 - debian/control.in:
759 + Recommend session-migration
760 + Remove gnome-shell circular dep to ease uprades
761 - Split ubuntu-session out of gnome-session.
762 - Split wayland session into gnome-session-wayland
763 + control.in: add gnome-session-wayland package and depend on xwayland
764 + gnome-session-wayland.install: install wayland session
765 - Add upstart user session
766 - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
767 Moved registering gnome-session binary as a session manager to
768 gnome-session-bin package
769 - don't install defaults.list (installed by desktop-file-utils in ubuntu):
770 debian/gnome-session-common.dirs and gnome-session-common.install
771 - debian/patches/13_display_session_properties.patch: Display
772 session-properties as the Startup Applications capplet was removed from
773 gnome-control-center, which makes it hard to discover the
774 gnome-session-properties tool. (Closes: #683814)
775 - debian/patches/22_support_autostart_delay.patch:
776 Bugzilla patch to support adding a delay to autostart apps, using
777 a "X-GNOME-Autostart-Delay" key in the desktop file
778 - debian/patches/50_ubuntu_sessions.patch:
779 + Add Ubuntu session
780 + gnome-shell.desktop adds --session=gnome now that the "ubuntu" session
781 is the default. Use TryExec to test if gnome-shell is installed.
782 - debian/patches/51_remove_session_saving_from_gui.patch:
783 add GNOME_SESSION_SAVE environment variable for people wanting to
784 use the save session still, knowing that it can break your system
785 if used unwisely
786 - debian/patches/53_add_sessionmigration.patch, debian/control:
787 recommends and launch the session-migration if present at the start of
788 the session. This sync tool is running different session migration
789 scripts that can be provided in various desktop packages.
790 - debian/patches/95_dbus_request_shutdown.patch: Add "RequestShutdown" and
791 "RequestReboot" DBus methods to allow other applications to shutdown or
792 reboot the machine via the session manager.
793 - debian/patches/103_kill_the_fail_whale.patch: Kill the Fail Whale as it
794 tends to be more annoying than helpful
795 - debian/patches/revert_remove_gnome_session_properties.patch: Keep the
796 session-properties applet for ubuntu sessions
797
798 -- Tim Lunn <tim@feathertop.org> Thu, 12 Nov 2015 10:32:51 +1100
799
800gnome-session (3.18.1.2-1) unstable; urgency=medium
801
802 * New upstream release.
803 * Update Build-Depends as per configure.ac:
804 - Bump libglib2.0-dev to (>= 2.46.0). (Closes: #801736)
805 - Bump libgtk-3-dev to (>= 3.18.0).
806 - Bump libgnome-desktop-3-dev to (>= 3.18.0).
807
808 -- Michael Biebl <biebl@debian.org> Wed, 21 Oct 2015 16:23:10 +0200
809
810gnome-session (3.18.0-1) unstable; urgency=medium
811
812 * New upstream release (identical to 3.17.92).
813 * Upload to unstable.
814 * Drop obsolete Breaks, Conflicts and Replaces from pre-wheezy.
815 * Drop obsolete Provides: gnome3-session since there are no more reverse
816 dependencies.
817 * Update README.Debian, the package for the metacity/gnome-panel based
818 fallback session is called "gnome-session-flashback".
819
820 -- Michael Biebl <biebl@debian.org> Sun, 11 Oct 2015 19:04:24 +0200
821
822gnome-session (3.17.92-1) experimental; urgency=medium
823
824 * New upstream release candidate.
825
826 -- Andreas Henriksson <andreas@fatal.se> Thu, 17 Sep 2015 16:30:30 +0200
827
828gnome-session (3.16.0-1) unstable; urgency=medium
829
830 * New upstream release.
831 - Adds new --disable-acceleration-check option (closes: #771513).
832 * Drop 0001-configure.ac-Add-support-for-new-versions-of-systemd.patch,
833 applied upstream.
834 * Upstream has disabled support for consolekit even on non-systemd
835 systems with this release. We follow upstream and do not enable it
836 forcefully. Please file a bug if you think this change is wrong.
837 - Drop libdbus-glib-1-dev build-dependency, it is now only used by
838 consolekit support code.
839 - Drop consolekit recommends from gnome-session-bin.
840 * Bump Standards-Version to 3.9.6, no changes needed.
841
842 -- Dmitry Shachnev <mitya57@debian.org> Tue, 26 May 2015 17:34:09 +0300
843
844gnome-session (3.14.0-3) unstable; urgency=medium
845
846 * Cherry-pick upstream patch which allows to build against libsystemd and
847 update Build-Depends accordingly. (Closes: #779752)
848
849 -- Michael Biebl <biebl@debian.org> Tue, 28 Apr 2015 19:58:00 +0200
850
851gnome-session (3.14.0-2) unstable; urgency=medium
852
853 * Update debian/defaults.list to catch up with times:
854 - Drop swfdec-player which is long gone.
855 - Update File-Roller to new .desktop file name.
856 - Update GEdit to new .desktop file name.
857 - Update Font Viewer to new .desktop file name.
858 - Update Nautilus to new .desktop file name.
859 - Update Totem to new .desktop file name.
860 (Closes: #763595)
861 Note: This breaks the defaults for those who install the new
862 gnome-session-common and keep their << 3.14 application
863 packages (partial upgrades).
864
865 -- Andreas Henriksson <andreas@fatal.se> Wed, 01 Oct 2014 16:11:51 +0200
866
867gnome-session (3.14.0-1) unstable; urgency=medium
868
869 * New upstream release.
870 * Upload to unstable.
871
872 -- Andreas Henriksson <andreas@fatal.se> Mon, 22 Sep 2014 20:42:37 +0200
873
874gnome-session (3.13.3-1) experimental; urgency=medium
875
876 [ Andreas Henriksson ]
877 * New upstream development release.
878
879 [ Josselin Mouette ]
880 * Fix typos in defaults.list. Closes: #759429.
881
882 -- Andreas Henriksson <andreas@fatal.se> Fri, 05 Sep 2014 15:09:51 -0700
883
884gnome-session (3.12.1-4) experimental; urgency=medium
885
886 * gnome-session: Install wayland session files.
887 * gnome-session-bin: add xwayland dependency on linux-any.
888
889 -- Andreas Henriksson <andreas@fatal.se> Sat, 02 Aug 2014 17:22:46 +0200
890
891gnome-session (3.12.1-3) unstable; urgency=medium
892
893 [ Laurent Bigonville ]
894 * debian/control.in: Recommends libpam-systemd instead of systemd on linux
895 architectures and add recommends against consolekit on non linux arch.
896 Also move the Recommends to the arch any package.
897
898 [ Andreas Henriksson ]
899 * Drop build-dependency on libupower-glib-dev (<< 0.99.0) [!linux-any]
900 - This can no longer be fulfilled anyway.
901 * Upload to unstable.
902
903 -- Andreas Henriksson <andreas@fatal.se> Mon, 14 Jul 2014 23:57:59 +0200
904
905gnome-session (3.12.1-2) experimental; urgency=medium
906
907 * Enable systemd support on linux architectures only
908
909 -- Laurent Bigonville <bigon@debian.org> Sun, 04 May 2014 15:02:14 +0200
910
911gnome-session (3.12.1-1) experimental; urgency=medium
912
913 * New upstream release
914
915 -- Sjoerd Simons <sjoerd@debian.org> Sun, 27 Apr 2014 18:03:58 +0200
916
917gnome-session (3.12.0-1) experimental; urgency=medium
918
919 * New upstream release.
920 * Require upower build-dependency to be lower then 0.99.x and
921 only on non-linux.
922 - The new upower 0.99.x does not implement the used interfaces.
923 - Functionality is available via logind.
924 * Drop installing /usr/share/applications
925 - new upstream no longer ships gnome-session-properties
926 * Bump build-dependency on libglib2.0-dev to >= 2.39.90
927 - using g_subprocess requires a recent glib.
928 * Bump Standards-Version to 3.9.5
929
930 -- Andreas Henriksson <andreas@fatal.se> Wed, 26 Mar 2014 22:51:00 +0100
931
932gnome-session (3.10.1-1) experimental; urgency=low
933
934 * New upstream release
935 * debian/patches/13_display_session_properties.patch
936 + Dropped. gnome-session-properties has been dropped upstream
937 * debian/rules, debian/control.in: Explicitely enabled systemd support and
938 recommend systemd for logind. Recommends is enough as gnome-session should
939 fall back to consolekit
940 * debian/control.in: Update build-depends
941
942 -- Sjoerd Simons <sjoerd@debian.org> Fri, 01 Nov 2013 23:04:59 +0100
943
944gnome-session (3.8.4-3) unstable; urgency=medium
945
946 * debian/control.in:
947 +Break gdm3 < 3.8. Closes: #726498.
948
949 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Oct 2013 16:12:19 +0200
950
951gnome-session (3.8.4-2) unstable; urgency=low
952
953 * Upload to unstable.
954
955 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 13 Oct 2013 17:27:19 +0200
956
957gnome-session (3.8.4-1) experimental; urgency=low
958
959 [ Jeremy Bicha ]
960 * New upstream release
961 * debian/control.in:
962 - Don't recommend gnome-power-manager
963 * Completely drop gnome-session-fallback (moved to gnome-panel source)
964
965 [ Michael Biebl ]
966 * Drop Build-Depends on libnotify-dev. No longer necessary after
967 debian/patches/04_fallback_warning_notify.patch has been removed.
968 * Bump Standards-Version to 3.9.4. No further changes.
969
970 -- Michael Biebl <biebl@debian.org> Fri, 11 Oct 2013 17:07:46 +0200
971
972gnome-session (3.8.2.1-1) experimental; urgency=low
973
974 * New upstream release.
975
976 -- Andreas Henriksson <andreas@fatal.se> Sat, 25 May 2013 17:03:53 +0200
977
978gnome-session (3.7.92-1) experimental; urgency=low
979
980 * New upstream release (3.7.92)
981 * debian/patches/14_hide_session_properties_help.patch:
982 + Removed, fixed upstream
983 * debian/patches/01_gnome-wm.patch
984 debian/patches/02_fallback_desktop.patch
985 debian/patches/03_fallback_desktop_makefile.patch
986 debian/patches/04_fallback_warning_notify.patch
987 debian/patches/12_no_gdm_fallback.patch:
988 + Temporarily disabled, waiting for the return of fallback mode
989 * debian/control: Temporarily disable gnome-session-fallback
990
991 -- Sjoerd Simons <sjoerd@debian.org> Sun, 24 Mar 2013 18:55:46 +0100
992
993gnome-session (3.6.0-1) experimental; urgency=low
994
995 * New upstream release (3.6.0)
996 * Sync with Ubuntu:
997 + debian/55gnome-session_gnomerc: Use shell builtins instead of external
998 commands for extra speed
999 + debian/patches/12_no_gdm_fallback.patch: Refresh
1000
1001 -- Sjoerd Simons <sjoerd@debian.org> Sun, 14 Oct 2012 21:05:30 +0200
1002
1003gnome-session (3.4.2.1-3) unstable; urgency=low
1004
1005 * defaults.list:
1006 + epiphany.desktop → epiphany-browser.desktop.
1007 + Anyway replace epiphany with iceweasel.
1008 + Update default handlers for LibreOffice.
1009 * 04_fallback_warning_notify.patch: use libnotify to show the fallback
1010 warning instead of a dialog.
1011 * Build-depend on libnotify.
1012
1013 -- Josselin Mouette <joss@debian.org> Sat, 29 Sep 2012 10:19:13 +0200
1014
1015gnome-session (3.4.2.1-2) unstable; urgency=low
1016
1017 * debian/patches/13_display_session_properties.patch: Display
1018 session-properties as the Startup Applications capplet was removed from
1019 gnome-control-center, which makes it hard to discover the
1020 gnome-session-properties tool. (Closes: #683814)
1021 * debian/patches/14_hide_session_properties_help.patch: The help button in
1022 gnome-session-properties points to the old GNOME 2 user guide and
1023 therefore doesn't work in GNOME 3, so hide it.
1024
1025 -- Michael Biebl <biebl@debian.org> Wed, 05 Sep 2012 00:53:57 +0200
1026
1027gnome-session (3.4.2.1-1) unstable; urgency=low
1028
1029 * New upstream release.
1030 * Remove obsolete section from README.Debian. The splash screen has been
1031 dropped upstream for a while now.
1032
1033 -- Michael Biebl <biebl@debian.org> Thu, 31 May 2012 01:30:42 +0200
1034
1035gnome-session (3.4.2-1) unstable; urgency=low
1036
1037 * New upstream release.
1038
1039 -- Michael Biebl <biebl@debian.org> Mon, 14 May 2012 23:31:42 +0200
1040
1041gnome-session (3.4.1-1) unstable; urgency=low
1042
1043 * New upstream release.
1044 * Refresh patches.
1045 * Install blacklist/whitelist for gnome-session-check-accelerated-helper.
1046 * Disable systemd support, continue to use ConsoleKit for session tracking.
1047 * Bump Standards-Version to 3.9.3.
1048 * Update defaults.list, use libreoffice instead of openoffice.org.
1049
1050 -- Michael Biebl <biebl@debian.org> Wed, 25 Apr 2012 03:03:59 +0200
1051
1052gnome-session (3.2.1-1) unstable; urgency=low
1053
1054 * New upstream release.
1055 * Refresh debian/patches/12_no_gdm_fallback.patch.
1056 * Remove debian/patches/13_format_security.patch, applied upstream.
1057 * debian/control.in:
1058 - Bump Build-Depends on intltool to (>= 0.40.6).
1059 - Drop Build-Depends on librsvg2-dev.
1060 - Add Build-Depends on libjson-glib-dev (>= 0.10).
1061
1062 -- Michael Biebl <biebl@debian.org> Sun, 27 Nov 2011 02:20:11 +0100
1063
1064gnome-session (3.0.2-4) unstable; urgency=low
1065
1066 [ Michael Biebl ]
1067 * debian/control.in:
1068 - We really need notification-daemon for gnome-session-fallback, not a
1069 virtual provides. So make the depencency versioned.
1070 Closes: #649737.
1071
1072 [ Josselin Mouette ]
1073 * defaults.list:
1074 - Add scheme handlers for yelp.
1075 * 02_fallback_desktop.patch:
1076 - Rename the fallback session to “GNOME Classic”.
1077 - Split makefile parts into 03_fallback_desktop_makefile.patch.
1078 * po-up/POTFILES.in: add 02_fallback_desktop.patch to translations.
1079 * Update fr.po.
1080
1081 [ Jordi Mallach ]
1082 * Update ca.po.
1083
1084 [ Josselin Mouette ]
1085 * th.po: Thai translation from Theppitak Karoonboonyanan.
1086 * zh_CN.po: Chinese translation from Aron Xu.
1087
1088 [ Christian Perrier ]
1089 * ru.po: Russian translation from Alexei Lobanov.
1090
1091 [ Josselin Mouette ]
1092 * sk.po: Slovak translation from Slavko.
1093 * de.po: German translation from Chris Leick.
1094 * nl.po: Dutch translation from Jeroen Schot.
1095 * da.po: Danish translation from Joe Dalton. Closes: #649269.
1096 * Add an alternative, at lower priority, for gnome-session-fallback.
1097 Closes: #649596.
1098
1099 -- Michael Biebl <biebl@debian.org> Sat, 26 Nov 2011 23:06:59 +0100
1100
1101gnome-session (3.0.2-3) unstable; urgency=low
1102
1103 * Upload to unstable.
1104 * debian/watch:
1105 - Switch to .xz tarballs.
1106 * Bump debhelper compatibility level to 8.
1107 - Update Build-Depends on debhelper.
1108 - Strip debian/tmp/ from .install files.
1109 * debian/control.in:
1110 - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
1111 - Add Vcs-* fields.
1112 * debian/patches/13_format_security.patch:
1113 - Fix format string vulnerability. Patch cherry-picked from upstream Git.
1114
1115 -- Michael Biebl <biebl@debian.org> Fri, 14 Oct 2011 12:36:01 +0200
1116
1117gnome-session (3.0.2-2) experimental; urgency=low
1118
1119 [ Josselin Mouette ]
1120 * defaults.list:
1121 + Make epiphany-newtab the default http handler.
1122 + Add a few more text MIME types to gedit, otherwise they can be
1123 handled by emacs.
1124 + Point directories to nautilus.desktop. Closes: #618376. Thanks
1125 Jérémy Bicha.
1126
1127 [ Michael Biebl ]
1128 * Remove Depends on policykit-1-gnome from gnome-session as gnome-shell
1129 provides its own integrated PolicyKit authentication agent.
1130 * Remove notification-daemon from gnome-session Recommends as gnome-shell
1131 has an integrated notification system.
1132 * Make notification-daemon a Depends of the gnome-session-fallback and
1133 remove debian/patches/13_no_fallback_notification.patch so the session
1134 manager starts notification-daemon in the fallback case.
1135 * Bump Standards-Version to 3.9.2. No further changes.
1136 * debian/watch: Track .bz2 tarballs.
1137
1138 -- Michael Biebl <biebl@debian.org> Fri, 19 Aug 2011 23:02:02 +0200
1139
1140gnome-session (3.0.2-1) experimental; urgency=low
1141
1142 * defaults.list:
1143 + Add evolution.
1144 + Add x-scheme-handler types.
1145 * New upstream translation release.
1146
1147 -- Josselin Mouette <joss@debian.org> Wed, 01 Jun 2011 00:13:03 +0200
1148
1149gnome-session (3.0.0-2) experimental; urgency=low
1150
1151 * Update build-dependencies to correspond to what’s in configure.ac.
1152
1153 -- Josselin Mouette <joss@debian.org> Thu, 21 Apr 2011 23:15:29 +0200
1154
1155gnome-session (3.0.0-1) experimental; urgency=low
1156
1157 * debian/rules: remove the libexecdir setting, let the cdbs default be
1158 used instead.
1159 * New usptream release.
1160 * Remove disabled patches.
1161 * 10_session_save.patch:
1162 + Updated for the new version.
1163 + Disabled for now, the saved session is either discarded or
1164 overwritten at logout time depending on the save-session setting.
1165 * 11_saved_session_name.patch: dropped, we won’t be needing it with
1166 the way session saving is handled in 3.0.
1167 * Pull back gnome-wm and gnome-wm.desktop, it’s the easiest way to
1168 configure the window manager for the fallback session.
1169 * 01_gnome-wm.patch: new patch. Make gnome-wm the default instead of
1170 metacity.
1171 * 02_fallback_desktop.patch: new patch. Build a gnome-fallback.desktop
1172 for /usr/share/xsessions.
1173 * 13_no_fallback_notification.patch: refreshed accordingly.
1174 * Move gsettings-desktop-schemas dependency to gnome-session-bin.
1175 * gnome-session.postinst: drop removal of obsolete alternative, it’s
1176 in stable now.
1177 * Split gnome-session again. Put common files in gnome-session-common,
1178 the standard session in gnome-session and the fallback session in
1179 gnome-session-fallback.
1180 * Sort out the resulting Conflicts/Replaces/Provides nightmare.
1181 * Move back the defaults.list to gnome-session-common.
1182 * Massive updates for short/long descriptions.
1183 * Document how sessions are launched in README.Debian.
1184 * debian/55gnome-session_gnomerc: handle gnome-session-fallback.
1185
1186 -- Josselin Mouette <joss@debian.org> Wed, 20 Apr 2011 23:08:49 +0200
1187
1188gnome-session (2.91.93-1) experimental; urgency=low
1189
1190 [ Frederic Peters ]
1191 * New upstream release.
1192 * debian/patches/01_gnome-wm.patch: removed, gnome-wm has been killed
1193 upstream.
1194 * debian/patches/03_upower.patch: removed, was stolen from git.
1195 * debian/patches/10_session_save.patch: updated.
1196 * debian/patches/11_saved_session_name.patch: updated.
1197 * debian/patches/13_no_fallback_notification.patch: start fallback session
1198 even if there is no notification-daemon.
1199 * debian/patches/90_relibtoolize.patch: remove, using dh-autoreconf.
1200 * debian/control.in:
1201 + updated build-deps for new version.
1202 + removed gnome3-session package, gnome-session will start gnome3, and
1203 switch to fallback mode if necessary.
1204 + removed gnome-session-common package, as it was there to satisfy the
1205 presence of both gnome-session and gnome3-session
1206 * debian/rules:
1207 + use autoreconf
1208 + remove rules for creating gnome3-session.desktop
1209
1210 [ Josselin Mouette ]
1211 * defaults.list: add audio/flac.
1212
1213 -- Frederic Peters <fpeters@debian.org> Thu, 24 Mar 2011 20:47:28 +0100
1214
1215gnome-session (2.30.2-4) experimental; urgency=low
1216
1217 [ Josselin Mouette ]
1218 * Conflict with gnome-splashscreen-manager. Closes: #605111.
1219
1220 [ Emilio Pozuelo Monfort ]
1221 * Re-enable gnome3-session.
1222
1223 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 06 Dec 2010 01:17:48 +0100
1224
1225gnome-session (2.30.2-3+sid2) unstable; urgency=low
1226
1227 * Start notification-daemon in Initialization phase. Closes: #640355
1228 * Add autostart file for PolicyKit Authentication Agent.
1229
1230 -- Michael Biebl <biebl@debian.org> Mon, 26 Sep 2011 15:36:29 +0200
1231
1232gnome-session (2.30.2-3+sid1) unstable; urgency=low
1233
1234 [ Josselin Mouette ]
1235 * Conflict with gnome-splashscreen-manager. Closes: #605111.
1236
1237 [ Michael Biebl ]
1238 * Remove gnome3-session bits, superseded by gnome-session and
1239 gnome-session-fallback.
1240 * Add dependency on notification daemon.
1241 * Install autostart file for notification-daemon to activate the
1242 notification system on session startup. Closes: #636435
1243 * Bump Standards-Version to 3.9.2. No further changes.
1244
1245 -- Michael Biebl <biebl@debian.org> Fri, 19 Aug 2011 22:41:15 +0200
1246
1247gnome-session (2.30.2-3) unstable; urgency=low
1248
1249 * defaults.list: open WebM and MPEG2/TS with totem.
1250
1251 -- Josselin Mouette <joss@debian.org> Sat, 06 Nov 2010 13:32:48 +0100
1252
1253gnome-session (2.30.2-2) unstable; urgency=low
1254
1255 * Temporarily disable gnome3-session in preparation of the squeeze
1256 release. This way gnome-shell can be removed from squeeze too.
1257 * 03_devicekit_optional.patch: dropped, upower builds everywhere.
1258 * 03_upower.patch: stolen upstream. Closes: #595088.
1259 * Update build-dependencies accordingly.
1260 * 90_relibtoolize.patch: regenerated accordingly.
1261
1262 -- Josselin Mouette <joss@debian.org> Sat, 18 Sep 2010 00:18:01 +0200
1263
1264gnome-session (2.30.2-1) unstable; urgency=low
1265
1266 [ Michael Biebl ]
1267 * New upstream stable release.
1268 - Link against libXext and libXau to not fail with stricter linkers like
1269 binutils-gold. Closes: #554661
1270 * Refresh patches for new upstream release.
1271 * Switch to source format 3.0 (quilt).
1272 - Add debian/source/format.
1273 - Drop Build-Depends on quilt.
1274 - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
1275 * Bump Standards-Version to 3.9.0. Use Breaks instead of Conflicts as
1276 recommended by the new policy.
1277 * Drop Build-Depends on sharutils. We no longer need uuencode.
1278
1279 [ Josselin Mouette ]
1280 * Drop build-dependency on type-handling.
1281
1282 -- Michael Biebl <biebl@debian.org> Thu, 22 Jul 2010 17:48:48 +0200
1283
1284gnome-session (2.30.0-1) unstable; urgency=low
1285
1286 * New upstream release.
1287 * Refresh patches.
1288 * 13_capplet_always_save.patch, 14_crash_on_exit.patch: dropped,
1289 merged upstream.
1290 * Pass --libexecdir=/usr/lib, since it will add /gnome-session
1291 already.
1292
1293 -- Josselin Mouette <joss@debian.org> Tue, 13 Apr 2010 22:53:59 +0200
1294
1295gnome-session (2.28.0-7) unstable; urgency=low
1296
1297 * 12_no_gdm_fallback.patch: new patch. Don’t fall back on GDM if
1298 ConsoleKit failed to reboot. CK will not even be attempted if it is
1299 not available, anyway. Closes: #572085.
1300 * Require upower/libdevkit-power unconditionnally, now that it works
1301 on kfreebsd.
1302 * 13_capplet_always_save.patch: stolen upstream. Ensure that the
1303 capplet saves all changes when it exits. Closes: #574862.
1304 * 14_crash_on_exit.patch: stolen upstream. Fix crash upon exit.
1305 Closes: #548120.
1306
1307 -- Josselin Mouette <joss@debian.org> Thu, 25 Mar 2010 20:00:57 +0100
1308
1309gnome-session (2.28.0-6) unstable; urgency=low
1310
1311 * debian/control.in
1312 - Depend on upower instead of devicekit-power.
1313 - Bump Standards-Version to 3.8.4. No further changes.
1314
1315 -- Michael Biebl <biebl@debian.org> Tue, 23 Feb 2010 22:56:04 +0100
1316
1317gnome-session (2.28.0-5) unstable; urgency=low
1318
1319 * defaults.list: add text/x-patch. Some packages set brain-dead MIME
1320 handlers for this.
1321 * Remove obsolete gnome-session.dirs.
1322 * 55gnome-session_gnomerc: add gnome3-session.
1323 * README.Debian: fix documentation of window manager startup according
1324 to the previous upload.
1325 * Add a gnome3-session binary and a corresponding package, that starts
1326 gnome-shell instead of gnome-panel + metacity.
1327 * 11_saved_session_name.patch: new patch. Allow to change the
1328 directory where the session is saved with the command line. The
1329 corresponding option is used by gnome3-session.
1330 * Split translations, icons and startup scripts in a new
1331 gnome-session-common package.
1332 * Straighten dependencies accordingly.
1333
1334 -- Josselin Mouette <joss@debian.org> Sat, 30 Jan 2010 12:52:45 +0100
1335
1336gnome-session (2.28.0-4) unstable; urgency=low
1337
1338 * 01_gnome-wm.patch: OK, you win. Kill all the 3D crap, always use
1339 metacity by default. Closes: #553417.
1340 * Drop mesa-utils dependency accordingly.
1341
1342 -- Josselin Mouette <joss@debian.org> Mon, 16 Nov 2009 15:21:05 +0100
1343
1344gnome-session (2.28.0-3) unstable; urgency=low
1345
1346 * 03_devicekit_optional.patch: new patch. Make DeviceKit-Power support
1347 optional, so that gnome-session builds on non-Linux architectures.
1348 * 90_relibtoolize.patch: regenerated accordingly, add an autoheader
1349 invocation.
1350
1351 -- Josselin Mouette <joss@debian.org> Fri, 06 Nov 2009 13:51:37 +0100
1352
1353gnome-session (2.28.0-2) unstable; urgency=low
1354
1355 * Don’t require devicekit-power on non-linux architectures.
1356 * Only recommend gnome-power-manager, so that gnome-session remains
1357 installable on kfreebsd. Instead, break versions < 2.28.
1358 * Fix README.Debian to stop mentioning compiz. Closes: #552400.
1359 * Remove policykit-gnome dependency.
1360 * gnome-session-bin depends on devicekit-power on Linux architectures.
1361
1362 -- Josselin Mouette <joss@debian.org> Mon, 26 Oct 2009 13:33:47 +0100
1363
1364gnome-session (2.28.0-1) unstable; urgency=low
1365
1366 * Depend on gnome-power-manager. Closes: #547887.
1367 + Make it 2.28 since the interface changed.
1368 * Include back the file manager in the required components.
1369 * Add nautilus to the dependencies, accordingly.
1370 * New upstream release.
1371 * Update build-dependencies.
1372 * Require policykit-1-gnome.
1373 * at-spi-registryd-wrapper has gone away.
1374 * Set gnome-wm as the default WM using the configure flag.
1375 * The splash is disabled by default now.
1376 + Remove it from the package.
1377 + Clean up the alternative.
1378 * With all of that, all our GConf overrides disappear.
1379 + Run update-gconf-defaults once after the upgrade.
1380 * Update README.Debian accordingly.
1381 * 01_gnome-wm.patch:
1382 + Stop making compiz the default. Closes: #547899.
1383 + Better check for compositing available.
1384 + Use mutter when it is available.
1385 + No need to patch the makefiles anymore.
1386 * Depend on mesa-utils for glxinfo.
1387 * 10_session_save.patch: port to GtkBuilder.
1388 * 11_dbus_exit.patch: dropped, merged upstream.
1389 * 90_relibtoolize.patch: updated for the new version.
1390 * defaults.list: update for 2.28 versions.
1391
1392 -- Josselin Mouette <joss@debian.org> Sat, 24 Oct 2009 10:48:08 +0200
1393
1394gnome-session (2.26.2-1) unstable; urgency=low
1395
1396 * defaults.list: use brasero-nautilus instead of nautilus-cd-burner.
1397 * 55gnome-session_gnomerc: make it clear that /usr/share/gnome is not
1398 a symlink to /etc, since users are stupid enough to think this
1399 should be the case.
1400 * New upstream release.
1401 * 01_gnome-wm.patch, 10_session_save.patch: updated accordingly.
1402 * 11_dbus_exit.patch: replaced by the much improved version provided
1403 by upstream.
1404 * 12_desktop_crash.patch: dropped, merged upstream.
1405
1406 -- Josselin Mouette <joss@debian.org> Tue, 07 Jul 2009 22:43:05 +0200
1407
1408gnome-session (2.26.1-7) unstable; urgency=low
1409
1410 * 12_desktop_crash.patch: new patch from Petr Gajdůšek. Use
1411 g_ptr_array_free to free a GPtrArray, not g_strfreev.
1412 Closes: #532702.
1413
1414 -- Josselin Mouette <joss@debian.org> Mon, 15 Jun 2009 12:00:24 +0200
1415
1416gnome-session (2.26.1-6) unstable; urgency=low
1417
1418 * 01_gnome-wm.patch:
1419 + Don’t set LIBGL_ALWAYS_INDIRECT, compiz does it by itself if
1420 needed and it slows things down if it’s not needed.
1421 + Don’t enable the glib compiz plugin, only the gconf one; the glib
1422 plugin makes it lock up on startup. Closes: #531388.
1423
1424 -- Josselin Mouette <joss@debian.org> Tue, 02 Jun 2009 14:41:45 +0200
1425
1426gnome-session (2.26.1-5) unstable; urgency=low
1427
1428 * 01_gnome-wm.patch:
1429 + Actually install gnome-wm.desktop, it’s pretty useless otherwise.
1430 + Don’t read the GConf key, it’s obviously set to gnome-wm if we’re
1431 starting gnome-wm.
1432 + Make compiz the default if compiz-gtk is installed.
1433 + Remove a few unneeded things from the script to make it start
1434 faster.
1435 * gconf-defaults: make gnome-wm the default window manager.
1436 * README.Debian: document how programs are started and how to
1437 configure the different kinds of startups.
1438 * 90_relibtoolize.patch: updated.
1439 * Split the package between gnome-session-bin, which contains the
1440 minimal runtime needed to actually run the gnome-session binary, and
1441 gnome-session, which contains all the startup scripts and has much
1442 larger dependencies, including the components which are required by
1443 default. This prepares us for GDM 2.26.
1444 * Update the list of copyright holders.
1445
1446 -- Josselin Mouette <joss@debian.org> Sun, 31 May 2009 18:18:06 +0200
1447
1448gnome-session (2.26.1-4) unstable; urgency=low
1449
1450 * gconf-defaults: remove the file manager from the required components
1451 list. Now that nautilus has an autostart file, this is no longer
1452 necessary. It avoids restarting it endlessly when this is not
1453 required. Closes: #525718.
1454 * Break nautilus << 2.26.2-4 to ensure the autostart file is here.
1455
1456 -- Josselin Mouette <joss@debian.org> Sun, 31 May 2009 14:04:06 +0200
1457
1458gnome-session (2.26.1-3) unstable; urgency=low
1459
1460 * Stop mentioning GNOME 2.
1461 * defaults.list: add nautilus folder handlers and x-content handlers.
1462 Closes: #530567, #530691.
1463
1464 -- Josselin Mouette <joss@debian.org> Fri, 29 May 2009 10:34:21 +0200
1465
1466gnome-session (2.26.1-2) experimental; urgency=low
1467
1468 * prerm: only unregister the alternative when deinstalling the
1469 package. Closes: #524900.
1470 * Break xserver-xorg << 1:7.4. See GNOME#568989 for why.
1471 * Drop build-dependencies on gnome-keyring and libgnomeui.
1472 Closes: #526960.
1473 * copyright:
1474 + Update list of main authors. Closes: #526963.
1475 + Point to versioned GPL.
1476 * 11_dbus_exit.patch: new patch. Don’t exit when the system bus is
1477 disconnected. Thanks Sjoerd Simmons for the hint.
1478
1479 -- Josselin Mouette <joss@debian.org> Thu, 21 May 2009 10:55:25 +0200
1480
1481gnome-session (2.26.1-1) experimental; urgency=low
1482
1483 * 10_session_save.patch: fix bug that leads to saving the session
1484 every time a SaveYourselfComplete request is received.
1485 * New upstream release.
1486 + Refresh or regenerate patches.
1487
1488 -- Josselin Mouette <joss@debian.org> Tue, 14 Apr 2009 19:24:09 +0200
1489
1490gnome-session (2.26.0.90-1) experimental; urgency=low
1491
1492 * New upstream release.
1493 * Require gnome-settings-daemon 2.26 for the startup mechanism change.
1494 * Don’t require gnome-control-center, everything needed should be in
1495 g-s-d now.
1496 * 01_ignore-gdm-lang.patch: dropped, merged upstream.
1497 * 02_gsd-spawn.patch: removed; fixed upstream in a different way.
1498 * 03_powermanagement.patch: dropped, upstream finally standardized the
1499 logout dialog.
1500 * 04_at-spi_startup.patch, 09_splash_hide.patch,
1501 10_update_notifier.patch: dropped, obsolete.
1502 * Rename 90_autoconf-autoheader.patch to 90_relibtoolize.patch and
1503 regenerate it for the new version.
1504 * Remove files corresponding to obsolete components.
1505 * Remove gnome-wm from the default session, it has a startup file now.
1506 * Remove debian/gnome-wm and patch the upstream version with
1507 01_gnome-wm.patch instead.
1508 * Document how to change the Window Manager in README.Debian.
1509 * Massive update to build-dependencies.
1510 * Make dbus-x11 and policykit-gnome dependencies.
1511 * Remove manpage hack, not necessary anymore.
1512 * Install all autostart stuff in /usr/share, not in /etc.
1513 * 10_session_save.patch: new patch, based on the patch by Ghee Teo.
1514 Enable session saving from the capplet again, and make it work on
1515 the manager side.
1516 * Use patch-translations.mk, require gnome-pkg-tools 0.13.
1517 * Add translations based on the strings in gnome-session 2.22.
1518 * Break gnome-panel < 2.26, since previous versions (2.22 and our
1519 patched 2.24) are not able to talk to this version.
1520
1521 -- Josselin Mouette <joss@debian.org> Sat, 11 Apr 2009 15:30:31 +0200
1522
1523gnome-session (2.22.3-3) unstable; urgency=low
1524
1525 * 55gnome-session_gnomerc: change XDG_DATA_DIRS to include
1526 /usr/share/gnome when gnome-session is being launched.
1527 * defaults.list: move the defaults from gnome-vfs.
1528 + Add some subtypes of text/plain to gedit defaults.
1529 * gnome-session.install: install it in /etc/gnome.
1530 * gnome-session.links: link it from /usr/share/gnome/applications.
1531 * Standards version is 3.8.1.
1532 * Conflict and replace with the older libgnomevfs2-common versions.
1533
1534 -- Josselin Mouette <joss@debian.org> Thu, 19 Mar 2009 22:25:42 +0100
1535
1536gnome-session (2.22.3-2) unstable; urgency=low
1537
1538 * Recommend dbus-x11 instead of dbus for the availability of
1539 dbus-launch.
1540 * 04_at-spi_startup.patch: new patch. Do not try to start at-spi if it
1541 is not installed. Closes: #501407.
1542 * Remove build-dependency on esound.
1543
1544 -- Josselin Mouette <joss@debian.org> Fri, 24 Oct 2008 21:07:03 +0200
1545
1546gnome-session (2.22.3-1) unstable; urgency=low
1547
1548 * New upstream bugfix release:
1549 + debian/patches/90_autoconf-autoheader.patch:
1550 - Updated for the new version.
1551 * debian/control.in:
1552 + Update Standards-Version to 3.8.0, no additional changes needed.
1553
1554 -- Sebastian Dröge <slomo@debian.org> Mon, 30 Jun 2008 12:28:28 +0200
1555
1556gnome-session (2.22.2-1) unstable; urgency=low
1557
1558 [ Josselin Mouette ]
1559 * Drop dependency on gnome-power-manager. Closes: #472202.
1560
1561 [ Sam Morris ]
1562 * Refresh 01_ignore-gdm-lang.patch, 02_gsd-spawn.patch, 09_splash_hide.patch
1563 and 90_autoconf-autoheader.patch.
1564
1565 [ Josselin Mouette ]
1566 * New upstream release, includes migration of the trash to the new
1567 location.
1568
1569 -- Josselin Mouette <joss@debian.org> Wed, 28 May 2008 02:10:26 +0200
1570
1571gnome-session (2.22.0-2) unstable; urgency=low
1572
1573 * Upload to unstable.
1574
1575 -- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 02:34:13 +0100
1576
1577gnome-session (2.22.0-1) experimental; urgency=low
1578
1579 [ Josselin Mouette ]
1580 * default.session: remove gnome-cups-icon from the default session.
1581
1582 [ Loic Minier ]
1583 * Update 02_gsd-spawn's header to give a bottom line explanation on the
1584 rationale for the change as I keep forgetting why we need tihs.
1585
1586 [ Josselin Mouette ]
1587 * 02_gsd-spawn.patch: fix cosmetic issues asked by upstream.
1588
1589 [ Sebastian Dröge ]
1590 * New upstream stable release:
1591 + Upload to experimental first because of intrusive changes.
1592 + debian/control.in:
1593 - Update build dependencies and dependencies.
1594 + debian/patches/02_gsd-spawn.patch:
1595 - Updated to apply cleanly again.
1596 + debian/patches/90_from_bugzilla_fix_session_sounds.patch:
1597 - Dropped, merged upstream.
1598 + debian/patches/90_autoconf-autoheader.patch:
1599 - Regenerated for the new version.
1600
1601 -- Sebastian Dröge <slomo@debian.org> Sun, 16 Mar 2008 19:58:07 +0100
1602
1603gnome-session (2.20.3-2) unstable; urgency=low
1604
1605 [ Loic Minier ]
1606 * Include CDBS' utils.
1607
1608 [ Josselin Mouette ]
1609 * 02_gsd-spawn.patch: updated to spawn gsd through g_spawn while
1610 still waiting for it to answer to dbus before proceeding. This
1611 avoids a race condition leading to applications being started
1612 before g-s-d is ready. Closes: #454149, #465483.
1613
1614 -- Josselin Mouette <joss@debian.org> Sat, 16 Feb 2008 14:44:50 +0100
1615
1616gnome-session (2.20.3-1) unstable; urgency=low
1617
1618 [ Josselin Mouette ]
1619 * 90_from_bugzilla_fix_session_sounds.patch: fork the shell that
1620 encapsulates esd in the root directory, so that the home directory
1621 can be safely umounted upon logout.
1622
1623 [ Sebastian Dröge ]
1624 * New upstream release with translation updates.
1625 * Update Standards-Version to 3.7.3, no additional changes needed.
1626 * 90_autoconf-autoheader.patch: regenerated.
1627 * Build depend on gnome-keyring as configure checks for the
1628 gnome-keyring-daemon binary.
1629
1630 -- Sebastian Dröge <slomo@debian.org> Sat, 12 Jan 2008 07:16:22 +0100
1631
1632gnome-session (2.20.2-1) unstable; urgency=low
1633
1634 [ Josselin Mouette ]
1635 * gnome-wm:
1636 + Fix indentation.
1637 + Support for compiz. Closes: #448560, thanks Andreas Klöckner.
1638 + Also use compiz if metacity is unavailable.
1639 * 02_gsd-spawn.patch: spawn gnome-settings-daemon using g_spawn
1640 instead of DBus. Closes: #339785.
1641 * Require libgnome-settings-daemon-dev 1:2.20.1-2 to obtain the g-s-d
1642 path from pkgconfig.
1643 * Switch to quilt for patch handling.
1644 + Refresh 01_ignore-gdm-lang.patch.
1645 * 90_autoconf.patch: re-run autoconf and autoheader in the sources.
1646 * Add some references in the patch headers.
1647
1648 [ Loic Minier ]
1649 * Only suggest desktop-base; the desktop meta packages should pull branding,
1650 not gnome-session and gnome-session has a default branding anyway.
1651 * New patch, 02_no_warning_crash, doesn't make critical warnings fatal when
1652 the version number has 3 dots as in dev releases as this makes the desktop
1653 too unstable.
1654 * New upstream stable release; translation updates.
1655 - Update patch 90_autoconf.
1656 * Don't force an upper bound in gnome-control-center versions as this makes
1657 updates too hard; some configuration might be missing in the interim, but
1658 the session should still start properly.
1659 * Rename README.debian to README.Debian.
1660 * Disable the splash screen by default to speed up login and document how to
1661 enable it in README.Debian.
1662 * New patch, 10_update_notifier, adds update-notifier to the list of known
1663 applications.
1664 * New patch, 09_splash_hide, hides splash screen unconditionally when all
1665 apps have been launched as to avoid it staying visible with broken apps.
1666 * New patch, 03_powermanagement, shows hibernate option in logout dialog if
1667 gdm supports it; will probably disappear with either the gnome-session or
1668 the gdm rewrite.
1669 * New patch, 90_from_bugzilla_fix_session_sounds, fixes playback of session
1670 sounds; GNOME #466458.
1671 * Refresh patches 03_powermanagement, 09_splash_hide, and 10_update_notifier
1672 to apply cleanly.
1673 * Rename patch 90_autoconf to 90_autoconf-autoheader to clarify that both
1674 autoconf and autoheader need to be run.
1675
1676 -- Josselin Mouette <joss@debian.org> Wed, 28 Nov 2007 16:01:56 +0100
1677
1678gnome-session (2.20.1-1) unstable; urgency=low
1679
1680 * New upstream bugfix release.
1681
1682 -- Sebastian Dröge <slomo@debian.org> Fri, 26 Oct 2007 12:21:23 +0200
1683
1684gnome-session (2.20.0-2) unstable; urgency=low
1685
1686 * Conflict with bug-buddy << 2.20 for breakpad support.
1687 Closes: #443638.
1688 * 01_ignore-gdm-lang.patch: ignore GDM_LANG. This only serves the
1689 purpose to break anything that modifies locale settings.
1690 Closes: #445646.
1691
1692 -- Josselin Mouette <joss@debian.org> Thu, 11 Oct 2007 22:35:32 +0200
1693
1694gnome-session (2.20.0-1) unstable; urgency=low
1695
1696 [ Josselin Mouette ]
1697 * default.session: don't run vino-session as gnome-session has
1698 included this feature for 3 years, d'uh.
1699
1700 [ Sebastian Dröge ]
1701 * New upstream release, no API changes:
1702 + Clarifies session saving text (Closes: #259718).
1703 * Upload to unstable, drop check-dist include.
1704 * debian/control.in:
1705 + Build depend on libgtk2.0-dev (>= 2.11.1) because gdk_window_set_opacity
1706 was added in that version but configure checks for >= 2.3.1.
1707
1708 -- Sebastian Dröge <slomo@debian.org> Thu, 20 Sep 2007 12:38:07 +0200
1709
1710gnome-session (2.19.5-1) experimental; urgency=low
1711
1712 * New upstream development releases.
1713 - Target at experimental; include check-dist.
1714 - Add a libglib2.0-dev (>= 2.13.0) build-dep.
1715 - Drop patch 01_splash-memory-corruption, merged upstream.
1716 - New patch, 60_dates-no-padding, fixes build on the 8th and 9th of the
1717 month and in August and September; GNOME #454797.
1718 * Drop obsolete patch to display a warning when switching from GNOME 1 to
1719 GNOME 2, 02_conversion.
1720 * Uuencode debian/gnome-debian-splash.png instead of shipping it as a SNG;
1721 this makes the file smaller; build-depend on sharutils (priority standard)
1722 instead of sng (priority optional).
1723 * New upstream development release; bug fixes and translations.
1724 - Drop patch 60_dates-no-padding; fixed differently upstream.
1725
1726 -- Loic Minier <lool@dooz.org> Tue, 10 Jul 2007 18:44:14 +0200
1727
1728gnome-session (2.18.3-1) unstable; urgency=low
1729
1730 * New upstream stable release; translation.
1731
1732 -- Loic Minier <lool@dooz.org> Fri, 06 Jul 2007 23:08:26 +0200
1733
1734gnome-session (2.18.2-2) unstable; urgency=low
1735
1736 * default.session: remove gnome-volume-manager, it is now run through
1737 the autostart facility.
1738 * gnome-wm: add support for openbox (closes: #429729).
1739 * 01_splash-memory-corruption.diff: patch from upstream r4382,
1740 backported by Michel Dänzer. Fixes memory corruption with some
1741 icons (closes: #430630, #425742).
1742
1743 -- Josselin Mouette <joss@debian.org> Wed, 27 Jun 2007 21:28:43 +0200
1744
1745gnome-session (2.18.2-1) unstable; urgency=low
1746
1747 * New upstream stable release.
1748 - Drop patch 01_clever_save; merged upstream.
1749
1750 -- Loic Minier <lool@dooz.org> Mon, 28 May 2007 16:18:59 +0200
1751
1752gnome-session (2.18.0-2) unstable; urgency=low
1753
1754 [ Sven Arvidsson ]
1755 * Add the only missing manpage (Closes: #252006)
1756
1757 [ Josselin Mouette ]
1758 * 01_clever_save.diff: stolen from upstream's SVN. Be more clever when
1759 saving the session, so that e.g. multiple xterms are not forgotten.
1760 Closes: #364463.
1761
1762 -- Josselin Mouette <joss@debian.org> Tue, 15 May 2007 20:45:31 +0200
1763
1764gnome-session (2.18.0-1) unstable; urgency=low
1765
1766 * New upstream major stable release; fixes and translations.
1767 - Pass --with-at-spi-registryd-directory=/usr/lib/at-spi to configure.
1768 - Drop patches 05_session_save, 07_kill_esd, merged upstream.
1769 * Upload to unstable; drop check-dist include.
1770 * Wrap build-deps and deps.
1771 * Bump up Debhelper compatibility level to 5.
1772 * Fix URL in copyright.
1773 * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
1774 cdbs >= 0.4.41.
1775 * Prepend -z defs to LDFLAGS for additional safety.
1776 * Rewrite rules generating the PNG splash; misc cleanups.
1777 * Fix copyright to really document licensing and copyright holders.
1778
1779 -- Loic Minier <lool@dooz.org> Sun, 22 Apr 2007 15:23:12 +0200
1780
1781gnome-session (2.16.3-2) experimental; urgency=low
1782
1783 * Merge SVN 2.14.3-1 up-to 2.14.3-6; r7581:8951.
1784 - Drop patch 06_ro_po, merged upstream.
1785
1786 -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 12:24:06 +0100
1787
1788gnome-session (2.16.3-1) experimental; urgency=medium
1789
1790 [ Josselin Mouette ]
1791 * Quote the readlink call to handle the case where the
1792 x-session-manager alternative is broken (closes: #403931).
1793 * Medium urgency because it has the potential to cause all X sessions
1794 to fail starting.
1795
1796 [ Loic Minier ]
1797 * Add a get-orig-source target to retrieve the upstream tarball.
1798 * Include the new check-dist Makefile to prevent accidental uploads to
1799 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
1800 * New upstream stable release; bug fixes and translations.
1801
1802 -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 12:04:03 +0100
1803
1804gnome-session (2.16.2-1) experimental; urgency=low
1805
1806 [ Josselin Mouette ]
1807 * New upstream release.
1808 * gnome-debian-splash.sng: updated.
1809 * Update build-dependencies.
1810 * Build-depend on libdbus-glib-1-dev and libgnome-keyring-dev.
1811 * 03_implicit_conversion.diff: removed, integrated upstream.
1812 * 05_session_save.diff: patch the session properties capplet.
1813 + Add a "save current session" button.
1814 + Remove the "ask on exit" checkbox, as it isn't used anymore.
1815 + Add 36 translations based on the existing ones (minus the "- ").
1816 + Remove the annoying "session saved" dialog from the session
1817 manager.
1818
1819 [ Loic Minier ]
1820 * Fix watch file to track stable releases and use HTTP.
1821
1822 [ Josselin Mouette ]
1823 * Build-depend on libgnome-settings-daemon-dev.
1824 * Tighten dependencies on gnome-control-center with ${gnome:Version}.
1825 * Require gnome-pkg-tools 0.6.
1826 * Call gnome-version.mk.
1827 * 04_manpages.diff: removed, integrated upstream.
1828 * 05_session_save.diff: update patch for new version.
1829
1830 -- Josselin Mouette <joss@debian.org> Mon, 27 Nov 2006 20:43:07 +0100
1831
1832gnome-session (2.14.3-6) unstable; urgency=low
1833
1834 * Add a get-orig-source target to retrieve the upstream tarball.
1835
1836 -- Loic Minier <lool@dooz.org> Sat, 13 Jan 2007 23:30:57 +0100
1837
1838gnome-session (2.14.3-5) unstable; urgency=medium
1839
1840 * Quote the readlink call to handle the case where the
1841 x-session-manager alternative is broken (closes: #403931).
1842 * Medium urgency because it has the potential to cause all X sessions
1843 to fail starting.
1844
1845 -- Josselin Mouette <joss@debian.org> Wed, 20 Dec 2006 21:37:44 +0100
1846
1847gnome-session (2.14.3-4) unstable; urgency=low
1848
1849 * 06_ro_po.diff: new Romanian translation from Eddy Petrișor
1850 (closes: #403595).
1851
1852 -- Josselin Mouette <joss@debian.org> Tue, 19 Dec 2006 21:25:14 +0100
1853
1854gnome-session (2.14.3-3) unstable; urgency=low
1855
1856 * gnome-debian-splash.sng: grab new version, without the "2.14"
1857 string.
1858 * 05_session_save.diff: pack the "save session" button correctly.
1859
1860 -- Josselin Mouette <joss@debian.org> Tue, 10 Oct 2006 19:14:02 +0200
1861
1862gnome-session (2.14.3-2) unstable; urgency=low
1863
1864 * 05_session_save.diff: patch the session properties capplet.
1865 + Allow editing of sessions (bugzilla #336820).
1866 + Add a "save current session" button.
1867 + Remove the "ask on exit" checkbox, as it isn't used anymore.
1868 + Add 36 translations based on the existing ones (minus the "- ").
1869 + Remove the annoying "session saved" dialog from the session
1870 manager.
1871
1872 -- Josselin Mouette <joss@debian.org> Wed, 4 Oct 2006 22:26:30 +0200
1873
1874gnome-session (2.14.3-1) unstable; urgency=low
1875
1876 * New upstream release.
1877 - Drop 01_create_autostart patch, merged upstream.
1878 * Suggest gnome-user-guide | gnome2-user-guide. (Closes: #371106, #371107,
1879 #371108, #371109, #371110, #371111, #371112, #371113, #371114, #371115,
1880 #371116, #371117, #371118, #371119, #371120, #371121, #371122, #371123,
1881 #371124, #371125, #371126, #371127, #371128, #371129, #371130, #371131,
1882 #371132, #371133)
1883
1884 -- Loic Minier <lool@dooz.org> Tue, 8 Aug 2006 11:15:38 +0200
1885
1886gnome-session (2.14.2-1) unstable; urgency=low
1887
1888 * New upstream release.
1889
1890 -- Loic Minier <lool@dooz.org> Wed, 31 May 2006 18:36:45 +0200
1891
1892gnome-session (2.14.1-2) unstable; urgency=low
1893
1894 * 03_implicit_conversion.diff: Fix for implicit conversion
1895 (closes: #368062).
1896
1897 -- Josselin Mouette <joss@debian.org> Thu, 25 May 2006 00:49:18 +0200
1898
1899gnome-session (2.14.1-1) unstable; urgency=low
1900
1901 * New upstream release.
1902 * Standards-version is 3.7.2.
1903 * 07_kill_esd.diff: updated.
1904 * Build-depend on libwrap0-dev.
1905
1906 -- Josselin Mouette <joss@debian.org> Thu, 18 May 2006 07:51:21 +0200
1907
1908gnome-session (2.14.0-2) unstable; urgency=low
1909
1910 * Update watch file.
1911 * 01_create_autostart.diff: create the autostart directory when it
1912 doesn't exist (closes: #360590, #360431).
1913
1914 -- Josselin Mouette <joss@debian.org> Fri, 7 Apr 2006 09:59:27 +0200
1915
1916gnome-session (2.14.0-1) unstable; urgency=low
1917
1918 [ Loic Minier ]
1919 * Launch esd with a cwd of "/" to avoid blocking pam_mount / pam_umount,
1920 thanks Daniel Kahn Gillmor. (Closes: #335944)
1921 [debian/patches/07_kill_esd.diff]
1922
1923 [ Josselin Mouette ]
1924 * New upstream release.
1925 * Build-depend on libnotify-dev.
1926 * Enable IPv6.
1927 * gnome-debian-splash.sng: update for GNOME 2.14.
1928 * 02_conversion.diff: updated for the new version.
1929 * Build-depend on libgnome-desktop-dev.
1930
1931 -- Josselin Mouette <joss@debian.org> Sat, 1 Apr 2006 16:58:40 +0200
1932
1933gnome-session (2.12.0-4) unstable; urgency=low
1934
1935 * Only depend on dbus, dbus-1-utils isn't necessary.
1936 * rules: don't remove empty directories (really closes: #340765).
1937
1938 -- Josselin Mouette <joss@debian.org> Sun, 22 Jan 2006 15:35:55 +0100
1939
1940gnome-session (2.12.0-3) unstable; urgency=low
1941
1942 * 03_splash.diff: removed.
1943 * gconf-defaults: ship the defaults here.
1944 * control.in: require debhelper 5.0.13.
1945
1946 -- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 12:02:30 +0100
1947
1948gnome-session (2.12.0-2) unstable; urgency=low
1949
1950 * dirs: create /usr/share/images/desktop-base (closes: #340765).
1951 * Upload to unstable.
1952
1953 -- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 01:27:42 +0100
1954
1955gnome-session (2.12.0-1) experimental; urgency=low
1956
1957 * New upstream release.
1958 * Edit upstream logo to add the debian swirl:
1959 + Add it, using the sng format.
1960 + Build-depend on sng.
1961 + Call sng in the build target.
1962 + Install it in /usr/share/pixmaps/splash/.
1963 + 03_splash.diff: use it by default.
1964 + Add it to the desktop-base alternative.
1965 + Only recommend desktop-base.
1966 * 02_conversion.diff: update to apply cleanly.
1967 * Update watch file.
1968
1969 -- Josselin Mouette <joss@debian.org> Sun, 9 Oct 2005 03:19:58 +0200
1970
1971gnome-session (2.10.0-8) unstable; urgency=low
1972
1973 * rules: set --as-needed again.
1974 * Rebuild against the latest gconf2 (closes: #330476, #330913).
1975 * Build-depend on gconf2 2.10.1-6.
1976
1977 -- Josselin Mouette <joss@debian.org> Mon, 3 Oct 2005 20:57:52 +0200
1978
1979gnome-session (2.10.0-7) unstable; urgency=medium
1980
1981 * The "now all dependencies in GNOME are back to the old times
1982 madness, why not do the same here?" release.
1983 * rules: remove --as-needed (closes: #325639).
1984 * default.session:
1985 + Remove gnome-smproxy. It slows down the startup process and
1986 sometimes hangs.
1987 + Remove magicdev, which is deprecated.
1988
1989 -- Josselin Mouette <joss@debian.org> Sun, 4 Sep 2005 11:13:41 +0200
1990
1991gnome-session (2.10.0-6) unstable; urgency=high
1992
1993 Matt Kraai <kraai@ftbfs.org>:
1994 * Added a build-dependency on libxau-dev to fix FTBFS. (Closes: #323327)
1995
1996 Loic Minier <lool@dooz.org>:
1997 * Recommend the dbus-1-utils package as it is xorg starts a dbus session by
1998 default now (use-session-dbus in /etc/X11/Xsession.options).
1999 (Closes: #320015)
2000
2001 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sun, 28 Aug 2005 14:52:19 +0200
2002
2003gnome-session (2.10.0-5) unstable; urgency=medium
2004
2005 * Depend on gnome-control-center instead of capplets.
2006 * Remove unuseful conflicts field.
2007 * Fix a typo in the description (closes: #299992).
2008 * Standards-version is 3.6.2.
2009
2010 -- Josselin Mouette <joss@debian.org> Sat, 25 Jun 2005 19:11:59 +0200
2011
2012gnome-session (2.10.0-4) unstable; urgency=low
2013
2014 * Undo previous changes, we are renaming the menus.
2015
2016 -- Sebastien Bacher <seb128@debian.org> Thu, 9 Jun 2005 11:53:39 +0200
2017
2018gnome-session (2.10.0-3) unstable; urgency=low
2019
2020 * 70gnome-session_menus: set the XDG_CONFIG_DIRS environment variable, so
2021 that the menus use GNOME's implementation.
2022 * gnome-session.install: install the file in /etc/X11/Xsession.d.
2023
2024 -- Josselin Mouette <joss@debian.org> Wed, 8 Jun 2005 23:09:56 +0200
2025
2026gnome-session (2.10.0-2) unstable; urgency=low
2027
2028 * Upload to unstable.
2029 * Update debian/watch.
2030 * rules: avoid the LDFLAGS hack overwriting all environment.
2031
2032 -- Josselin Mouette <joss@debian.org> Tue, 7 Jun 2005 21:47:24 +0200
2033
2034gnome-session (2.10.0-1) experimental; urgency=low
2035
2036 * New upstream release.
2037 * Update build-dependencies.
2038 * 06_shutdown.diff: removed, similar functionality is integrated upstream.
2039 * 20_ca_po.diff: removed, integrated upstream.
2040
2041 -- Josselin Mouette <joss@debian.org> Wed, 13 Apr 2005 20:15:32 +0200
2042
2043gnome-session (2.8.1-6) unstable; urgency=medium
2044
2045 * Use --as-needed option in LDFLAGS to reduce the dependencies.
2046 + Incidentally removes the dependency upon libhowl0 (closes: #298849).
2047 * gnome-wm: add support for fvwm (closes: #289969).
2048
2049 -- Josselin Mouette <joss@debian.org> Thu, 10 Mar 2005 21:44:15 +0100
2050
2051gnome-session (2.8.1-5) unstable; urgency=medium
2052
2053 * 20_ca_po.diff: fixes to the Catalan translation.
2054
2055 -- Jordi Mallach <jordi@debian.org> Fri, 7 Jan 2005 17:54:47 +0100
2056
2057gnome-session (2.8.1-4) unstable; urgency=medium
2058
2059 * 09_splash_hide.diff: disabled, this patch only manages to make things
2060 worse (closes: #284090).
2061 * postinst,prerm: install alternative for the splash image
2062 (closes: #282653).
2063
2064 -- Josselin Mouette <joss@debian.org> Sun, 5 Dec 2004 19:54:49 +0100
2065
2066gnome-session (2.8.1-3) unstable; urgency=low
2067
2068 * 09_splash_hide.diff: stop displaying splash when all applications are
2069 launched, it avoids waiting when some of them are broken. Thanks seb128.
2070 * 07_kill_esd.diff: kill esd upon logout (closes: #187730).
2071
2072 -- Josselin Mouette <joss@debian.org> Tue, 23 Nov 2004 15:08:47 +0100
2073
2074gnome-session (2.8.1-2) unstable; urgency=low
2075
2076 * Forward-port changes from 2.6 branch:
2077 + 55gnome-session_gnomerc: support arguments to gnome-session.
2078 + control.in:
2079 - Depend on capplets.
2080 - Recommend nautilus, gnome-panel and a window manager.
2081 + patches/05_debian_gnome_upgrade_check.diff, patches/00_Makefile.am.diff,
2082 patches/01_autoreconf.diff, gnome-1-to-2, gnome-launchers-1-to-2,
2083 gnome-panel-1-to-2, gnome-stuff-1-to-2, nautilus-666666.desktop:
2084 removed.
2085 + gnome-session.install: don't install those.
2086 + rules: don't have to fix the permissions.
2087 + 02_conversion.diff: only print a warning, don't launch the broken
2088 upgrade script
2089 + gnome-volume-daemon: removed, obsolete.
2090 * Upload to unstable.
2091 * control.in:
2092 + Bump build-dependencies to 2.8 versions.
2093 + Build-depend on libgconf2-dev, not gconf2.
2094
2095 -- Josselin Mouette <joss@debian.org> Fri, 19 Nov 2004 14:40:42 +0100
2096
2097gnome-session (2.8.1-1) experimental; urgency=low
2098
2099 * New upstream release.
2100 * debian/patches/03_splash.diff: (change from trunk)
2101 - use the desktop-splash alternative as the default splash
2102 * debian/control{,.in}: (change from trunk)
2103 - the change above required desktop-base 0.3.15, so updated
2104 Depends
2105 * debian/patches/00_acinclude.m4.diff:
2106 - removed, not needed anymore
2107 * debian/patches/01_autoreconf.patch:
2108 - updated, result of "libtoolize --force --copy;
2109 aclocal-1.7; autoheader; automake-1.7 -acf; autoconf; rm -rf
2110 autom4te.cache" with the 00_ patch applied.
2111
2112 -- Gustavo Noronha Silva <kov@debian.org> Sun, 24 Oct 2004 12:47:32 -0300
2113
2114gnome-session (2.8.0-1) experimental; urgency=low
2115
2116 * New upstream release.
2117 * debian/patches/01_autoreconf.patch:
2118 - updated.
2119
2120 -- Sebastien Bacher <seb128@debian.org> Wed, 29 Sep 2004 21:43:42 +0200
2121
2122gnome-session (2.6.2-5) unstable; urgency=low
2123
2124 * 06_shutdown.diff: test for /var/run/gdm.pid (closes: #261969).
2125
2126 -- Josselin Mouette <joss@debian.org> Sat, 31 Jul 2004 12:23:23 +0200
2127
2128gnome-session (2.6.2-4) unstable; urgency=low
2129
2130 * 06_shutdown.diff: new, provide reboot or halt using gdmflexiserver if
2131 available.
2132 * rules: remove halt/reboot configure switches.
2133
2134 -- Josselin Mouette <joss@debian.org> Mon, 26 Jul 2004 23:22:29 +0200
2135
2136gnome-session (2.6.2-3) unstable; urgency=low
2137
2138 * Rebuild with working dh_gconf (closes: #258139, #258144).
2139
2140 -- Josselin Mouette <joss@debian.org> Thu, 8 Jul 2004 16:44:01 +0200
2141
2142gnome-session (2.6.2-2) unstable; urgency=low
2143
2144 * gnome-volume-daemon:
2145 + removed, it didn't register correctly with the SM (closes: #253729).
2146 + gnome-session.install: don't install it.
2147 * default.session:
2148 + start both magicdev and g-v-m, they now conflict with each other.
2149
2150 -- Josselin Mouette <joss@debian.org> Tue, 6 Jul 2004 22:30:07 +0200
2151
2152gnome-session (2.6.2-1) unstable; urgency=low
2153
2154 * New upstream release.
2155 * 01_autoreconf.patch: updated, result of "libtoolize --force --copy;
2156 aclocal-1.7; autoheader; automake-1.7 -acf; autoconf; rm -rf
2157 autom4te.cache" with 00_ patches applied.
2158 * gnome-volume-daemon:
2159 + new script, runs gnome-volume-manager if available, or falls back
2160 to magicdev.
2161 + gnome-session.install: install it.
2162 + rules: chmod it.
2163 + default.session: use it instead of gnome-volume-manager.
2164 * gnome-wm: store the window manager in the "current" gconf key, not the
2165 "default" one.
2166
2167 -- Josselin Mouette <joss@debian.org> Tue, 29 Jun 2004 23:25:01 +0200
2168
2169gnome-session (2.6.1-6) unstable; urgency=low
2170
2171 * Gustavo Noronha Silva <kov@debian.org>
2172 - debian/README.Debian:
2173 + did some small cleanups
2174 + wrote a small explanation of why the splash screen is
2175 different from GNOME's upstream and how to get it back
2176 and set it up
2177 * Josselin Mouette <joss@debian.org>
2178 - debian/default.session:
2179 + add gnome-volume-manager, gnome-cups-icon and vino-session to the
2180 default session.
2181 - debian/postinst:
2182 + make gnome-session's priority 50, to be greater than KDE. Thus the
2183 default DM is gdm and the default session is gnome-session.
2184
2185 -- Josselin Mouette <joss@debian.org> Thu, 24 Jun 2004 14:02:52 +0200
2186
2187gnome-session (2.6.1-5) unstable; urgency=low
2188
2189 * Grrrr, configure doesn't check for libXmu while it is needed. Add
2190 libxmu-dev to build-depends.
2191
2192 -- Josselin Mouette <joss@debian.org> Fri, 28 May 2004 15:05:42 +0200
2193
2194gnome-session (2.6.1-4) unstable; urgency=low
2195
2196 * Add explicit build dependencies on X libraries (closes: #251367).
2197
2198 -- Josselin Mouette <joss@debian.org> Fri, 28 May 2004 12:13:39 +0200
2199
2200gnome-session (2.6.1-3) unstable; urgency=low
2201
2202 * Upload to unstable.
2203 * Tighten dependencies on liborbit2-dev.
2204
2205 -- Josselin Mouette <joss@debian.org> Wed, 26 May 2004 16:11:18 +0200
2206
2207gnome-session (2.6.1-2) experimental; urgency=low
2208
2209 * 55gnome-session_gnomerc: handle the case where we are running
2210 x-session-manager, symlinked to gnome-session.
2211
2212 -- Josselin Mouette <joss@debian.org> Thu, 22 Apr 2004 11:37:15 +0200
2213
2214gnome-session (2.6.1-1) experimental; urgency=low
2215
2216 * New upstream release.
2217 * Source .gnomerc at startup (closes: #242065):
2218 - gnome-session.install: install 55gnome-session_gnomerc in Xsession
2219 directory.
2220 - 55gnome-session_gnomerc: source .gnomerc if we are running
2221 gnome-session.
2222 * gnome-wm: get the default window manager from gconf. It now uses the
2223 /desktop/gnome/applications/window_manager/default key
2224 (closes: #241361, #244694). The x-window-manager alternative is now only
2225 used when nothing else is found.
2226 * patches/01_autoreconf.diff: updated, result of
2227 libtoolize --force --copy; aclocal-1.7; autoheader; automake-1.7 -acf;
2228 autoconf; rm -rf autom4te.cache.
2229
2230 -- Josselin Mouette <joss@debian.org> Wed, 21 Apr 2004 17:12:10 +0200
2231
2232gnome-session (2.6.0-3) experimental; urgency=low
2233
2234 * rules: force poweroff and reboot paths (closes: #242091)
2235 * gnome-wm: don't set the gconf key, it is unused.
2236
2237 -- Josselin Mouette <joss@debian.org> Wed, 7 Apr 2004 12:31:16 +0200
2238
2239gnome-session (2.6.0-2) experimental; urgency=low
2240
2241 * Move gnome-sesssion.install to gnome-session.install.
2242 * Forward-port changes from 2.4.2-4:
2243 + Use metacity by default:
2244 - gnome-wm: use metacity or sawfish when it is available
2245 - default.session: let gnome-wm discover the window manager
2246 + docs: removed, cdbs takes care of these.
2247 + postinst,prerm: remove gconf stuff, dh_gconf does it for us.
2248 + control.in: require debhelper 4.1.84
2249 + Provide a session for the display managers:
2250 - add gnome-session.desktop
2251 - gnome-session.install: install it
2252 + patches/:
2253 - 01_configure.diff, 03_Makefile.in.diff: removed
2254 - 00_Makefile.am.diff patches gnome-session/Makefile.am
2255 + Use the splash screen from desktop-base by default.
2256 - patches/03_splash.diff: for the code and gconf stuff
2257 - control.in: depend on desktop-base.
2258 + control.in: don't depend on debianutils, woody provides a sufficient
2259 version.
2260 + fix permissions:
2261 - compat: use debhelper v4
2262 - rules: chmod 755 the debian scripts
2263 * control.in: require 2.6 versions of packages.
2264 * patches/:
2265 + updated 00_acinclude.m4.diff includes a copy of
2266 gnome2-macros/compiler-flags.m4 as aclocal 1.7 seems unable to
2267 find it.
2268 + updated 01_autoreconf.diff is the result of running
2269 libtoolize --force --copy; aclocal; autoheader; automake -acf;
2270 autoconf.
2271 + update patches/03_splash.diff for the new version.
2272
2273 -- Josselin Mouette <joss@debian.org> Thu, 1 Apr 2004 15:33:35 +0200
2274
2275gnome-session (2.6.0-1) experimental; urgency=low
2276
2277 * New upstream release
2278 * GNOME Team Upload
2279 * Gustavo Noronha Silva <kov@debian.org>:
2280 + debian/control.in:
2281 - set maintainer to Josselin Mouette <joss@debian.org>
2282 - Build-Depends on cdbs and gnome-pkg-tools
2283 + debian/patches/*:
2284 - converted all from dpatch to cdbs' simple-patch, some
2285 of them were regenerated for various reasons, including
2286 failure on apply and not including diff for Makefile.am
2287 + debian/rules:
2288 - use cdbs
2289 + gnome-session.install:
2290 - install some debian specific files that were installed
2291 manually through debian/rules before
2292
2293 -- Gustavo Noronha Silva <kov@debian.org> Sun, 28 Mar 2004 13:23:41 -0300
2294
2295gnome-session (2.4.2-2) unstable; urgency=low
2296
2297 * Orphaned package.
2298
2299 -- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 15:50:59 +0100
2300
2301gnome-session (2.4.2-1) unstable; urgency=low
2302
2303 * New upstream release.
2304
2305 -- Christian Marillat <marillat@debian.org> Wed, 14 Jan 2004 20:47:13 +0100
2306
2307gnome-session (2.4.1-3) unstable; urgency=low
2308
2309 * debian/prerm Unregister schemas file from the database.
2310
2311 -- Christian Marillat <marillat@debian.org> Fri, 9 Jan 2004 15:42:34 +0100
2312
2313gnome-session (2.4.1-2) unstable; urgency=low
2314
2315 * Build with --with-window-manager=metacity (CLoses: #216769)
2316 * Update desktop migration from .gnome-desktop to Desktop
2317 * Update Build-dependencies to GNOME 2.4 packages
2318
2319 -- Christian Marillat <marillat@debian.org> Sat, 1 Nov 2003 16:45:42 +0100
2320
2321gnome-session (2.4.1-1) unstable; urgency=low
2322
2323 * New upstream release.
2324
2325 -- Christian Marillat <marillat@debian.org> Sat, 18 Oct 2003 17:27:21 +0200
2326
2327gnome-session (2.2.2-4) unstable; urgency=low
2328
2329 * Fix broken manpage (thanks to Marcin Owsiany) (Closes: #204604)
2330
2331 -- Christian Marillat <marillat@debian.org> Sun, 10 Aug 2003 20:10:08 +0200
2332
2333gnome-session (2.2.2-3) unstable; urgency=low
2334
2335 * Fix typo in gnome-session.1 (Closes: #192575)
2336
2337 -- Christian Marillat <marillat@debian.org> Mon, 14 Jul 2003 15:25:48 +0200
2338
2339gnome-session (2.2.2-2) unstable; urgency=low
2340
2341 * Add changes from Greg Hudson for conversion scripts. Thanks.
2342
2343 -- Christian Marillat <marillat@debian.org> Wed, 28 May 2003 21:55:00 +0200
2344
2345gnome-session (2.2.2-1) unstable; urgency=low
2346
2347 * New upstream release.
2348
2349 -- Christian Marillat <marillat@debian.org> Fri, 16 May 2003 17:22:21 +0200
2350
2351gnome-session (2.2.1-1) unstable; urgency=low
2352
2353 * New upstream release.
2354 * Cleanup debian/prerm (Closes: #180928)
2355
2356 -- Christian Marillat <marillat@debian.org> Tue, 11 Mar 2003 14:16:20 +0100
2357
2358gnome-session (2.2.0.2-1) unstable; urgency=low
2359
2360 * New upstream release.
2361 * Add a note about GNOME 2 compliant window manager (Closes: #174021)
2362
2363 -- Christian Marillat <marillat@debian.org> Tue, 4 Feb 2003 15:26:22 +0100
2364
2365gnome-session (2.2.0.1-1) unstable; urgency=low
2366
2367 * New upstream release.
2368
2369 -- Christian Marillat <marillat@debian.org> Wed, 22 Jan 2003 13:20:07 +0100
2370
2371gnome-session (2.1.90-1) unstable; urgency=low
2372
2373 * New upstream releae.
2374
2375 -- Christian Marillat <marillat@debian.org> Sun, 19 Jan 2003 15:27:47 +0100
2376
2377gnome-session (2.0.9-3) unstable; urgency=low
2378
2379 * FIx manpage for gnome-session-save (Closes: #171661)
2380
2381 -- Christian Marillat <marillat@debian.org> Wed, 4 Dec 2002 12:47:04 +0100
2382
2383gnome-session (2.0.9-2) unstable; urgency=low
2384
2385 * New pacthe against gnome-session/Makefile.in to really add the binaries
2386 conversion.
2387
2388 -- Christian Marillat <marillat@debian.org> Wed, 27 Nov 2002 13:11:27 +0100
2389
2390gnome-session (2.0.9-1) unstable; urgency=low
2391
2392 * New upstream release.
2393 * Fix lintian warnings with manpages.
2394
2395 -- Christian Marillat <marillat@debian.org> Fri, 15 Nov 2002 14:26:18 +0100
2396
2397gnome-session (2.0.8-8) unstable; urgency=low
2398
2399 * Handle fully-qualified panel path in conversion script.
2400
2401 -- Christian Marillat <marillat@debian.org> Wed, 6 Nov 2002 17:14:54 +0100
2402
2403gnome-session (2.0.8-7) unstable; urgency=low
2404
2405 * Fix wrong indentation (Closes: #167454)
2406
2407 -- Christian Marillat <marillat@debian.org> Sat, 2 Nov 2002 19:27:57 +0100
2408
2409gnome-session (2.0.8-6) unstable; urgency=low
2410
2411 * Colin's fix :
2412 * Correctly transitions the background
2413 * Handles the multiload applet
2414 * Handles aligned panels
2415 * Tries to convert menu items
2416 * Doesn't crash on invalid UTF-8
2417 * Doesn't crash on an empty launchers dir
2418 * Me :
2419 * Don't try to overwrite gconf gnome-terminal configuration
2420
2421 -- Christian Marillat <marillat@debian.org> Fri, 1 Nov 2002 18:05:20 +0100
2422
2423gnome-session (2.0.8-5) unstable; urgency=low
2424
2425 * Add a note in the confirmation dialog box for how to report bugs.
2426
2427 -- Christian Marillat <marillat@debian.org> Mon, 28 Oct 2002 21:01:02 +0100
2428
2429gnome-session (2.0.8-4) unstable; urgency=low
2430
2431 * Oops, forget to apply yesterday changes in conversion code.
2432
2433 -- Christian Marillat <marillat@debian.org> Mon, 28 Oct 2002 17:32:53 +0100
2434
2435gnome-session (2.0.8-3) unstable; urgency=low
2436
2437 * Fix gnome-wm. Gnome don't like symlink.
2438 * This package contains conversion scripts for GNOME 1 to GNOME 2 (Closes: #153682)
2439 * Upload to unstable
2440
2441 -- Christian Marillat <marillat@debian.org> Mon, 28 Oct 2002 11:34:22 +0100
2442
2443gnome-session (2.0.8-2) experimental; urgency=low
2444
2445 * Uploaded officially to experimental
2446
2447 -- Christian Marillat <marillat@debian.org> Tue, 22 Oct 2002 18:00:11 +0200
2448
2449gnome-session (2.0.8-1.1upgradetest) experimental; urgency=low
2450
2451 * EXPERIMENTAL TESTING RELEASE
2452 * Add upgrade scripts.
2453
2454 -- Colin Walters <walters@debian.org> Sat, 19 Oct 2002 22:54:05 -0400
2455
2456gnome-session (2.0.8-1) experimental; urgency=low
2457
2458 * New upstream release.
2459 * Add metacity in gnome-wm
2460
2461 -- Christian Marillat <marillat@debian.org> Mon, 14 Oct 2002 16:09:35 +0200
2462
2463gnome-session (2.0.7-4) experimental; urgency=low
2464
2465 * Change the default window manager in the default sesion file by
2466 x-window-manager (was gnome-wm)
2467
2468 -- Christian Marillat <marillat@debian.org> Wed, 9 Oct 2002 23:43:32 +0200
2469
2470gnome-session (2.0.7-3) experimental; urgency=low
2471
2472 * Upload with original tarball.
2473
2474 -- Christian Marillat <marillat@debian.org> Sun, 29 Sep 2002 17:40:55 +0200
2475
2476gnome-session2 (2.0.7-2) experimental; urgency=low
2477
2478 * Update to standards version 3.5.7
2479 * Upload without the 2 suffix
2480 * Update libgnomeui-dev build-dependency to 2.0.5-3
2481
2482 -- Christian Marillat <marillat@debian.org> Sat, 28 Sep 2002 17:59:43 +0200
2483
2484gnome-session2 (2.0.7-1) experimental; urgency=low
2485
2486 * New upstream release.
2487
2488 -- Christian Marillat <marillat@debian.org> Thu, 5 Sep 2002 18:56:12 +0200
2489
2490gnome-session2 (2.0.6-1) experimental; urgency=low
2491
2492 * New upstream release.
2493
2494 -- Christian Marillat <marillat@debian.org> Tue, 27 Aug 2002 10:38:48 +0200
2495
2496gnome-session2 (2.0.5-3) experimental; urgency=low
2497
2498 * Build against the latest gconf2 1.2.1-2.1 (Closes: #157727)
2499
2500 -- Christian Marillat <marillat@debian.org> Thu, 22 Aug 2002 19:04:39 +0200
2501
2502gnome-session2 (2.0.5-2) experimental; urgency=low
2503
2504 * Add esound in build-depends
2505 * Build against the latest libgnomevfs2-dev 2.0.2-4
2506
2507 -- Christian Marillat <marillat@debian.org> Fri, 16 Aug 2002 17:31:02 +0200
2508
2509gnome-session2 (2.0.5-1) experimental; urgency=low
2510
2511 * New upstream release.
2512
2513 -- Christian Marillat <marillat@debian.org> Thu, 8 Aug 2002 16:28:59 +0200
2514
2515gnome-session2 (2.0.4-1) experimental; urgency=low
2516
2517 * New upstream release.
2518
2519 -- Christian Marillat <marillat@debian.org> Mon, 5 Aug 2002 19:40:25 +0200
2520
2521gnome-session2 (2.0.3-1) experimental; urgency=low
2522
2523 * New upstream release.
2524 * Use gconftool-2 to store window-manager preference
2525
2526 -- Christian Marillat <marillat@debian.org> Tue, 30 Jul 2002 18:16:53 +0200
2527
2528gnome-session2 (2.0.2-1) experimental; urgency=low
2529
2530 * New upstream release.
2531
2532 -- Christian Marillat <marillat@debian.org> Mon, 15 Jul 2002 15:20:51 +0200
2533
2534gnome-session2 (2.0.1-1) experimental; urgency=low
2535
2536 * New upstream release.
2537
2538 -- Christian Marillat <marillat@debian.org> Mon, 17 Jun 2002 15:46:23 +0200
2539
2540gnome-session2 (2.0.0-1) experimental; urgency=low
2541
2542 * New upstream release.
2543
2544 -- Christian Marillat <marillat@debian.org> Mon, 10 Jun 2002 16:03:08 +0200
2545
2546gnome-session2 (1.5.21-1) experimental; urgency=low
2547
2548 * new upstream release.
2549
2550 -- Christian Marillat <marillat@debian.org> Tue, 4 Jun 2002 16:34:27 +0200
2551
2552gnome-session2 (1.5.20-1) experimental; urgency=low
2553
2554 * New upstream release.
2555
2556 -- Christian Marillat <marillat@debian.org> Tue, 28 May 2002 15:22:12 +0200
2557
2558gnome-session2 (1.5.19-3) experimental; urgency=low
2559
2560 * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target.
2561 * debian/postinst check if schemas files are present before calling
2562 gconftool-2
2563
2564 -- Christian Marillat <marillat@debian.org> Mon, 27 May 2002 16:03:24 +0200
2565
2566gnome-session2 (1.5.19-2) experimental; urgency=low
2567
2568 * Fix a typo in postinst (Closes: #147600)
2569
2570 -- Christian Marillat <marillat@debian.org> Tue, 21 May 2002 11:15:32 +0200
2571
2572gnome-session2 (1.5.19-1) experimental; urgency=low
2573
2574 * New upstream release
2575 * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
2576 DEB_BUILD_OPTIONS
2577
2578 -- Christian Marillat <marillat@debian.org> Wed, 15 May 2002 20:04:03 +0200
2579
2580gnome-session2 (1.5.18-1) experimental; urgency=low
2581
2582 * new upstream release.
2583
2584 -- Christian Marillat <marillat@debian.org> Mon, 29 Apr 2002 20:45:49 +0200
2585
2586gnome-session2 (1.5.17-1) experimental; urgency=low
2587
2588 * New upstream release.
2589
2590 -- Christian Marillat <marillat@debian.org> Mon, 22 Apr 2002 16:34:38 +0200
2591
2592gnome-session2 (1.5.16-1) experimental; urgency=low
2593
2594 * New upstream release.
2595
2596 -- Christian Marillat <marillat@debian.org> Wed, 17 Apr 2002 15:41:33 +0200
2597
2598gnome-session2 (1.5.15-1) experimental; urgency=low
2599
2600 * New upstream release.
2601
2602 -- Christian Marillat <marillat@debian.org> Mon, 1 Apr 2002 22:33:26 +0200
2603
2604gnome-session2 (1.5.13-1) experimental; urgency=low
2605
2606 * New upstream release.
2607
2608 -- Christian Marillat <marillat@debian.org> Fri, 29 Mar 2002 16:38:29 +0100
2609
2610gnome-session2 (1.5.11-1) experimental; urgency=low
2611
2612 * new upstream release.
2613
2614 -- Christian Marillat <marillat@debian.org> Tue, 26 Feb 2002 15:10:17 +0100
2615
2616gnome-session2 (1.5.10-3) experimental; urgency=low
2617
2618 * Fix broken postinst. Thanks to Mark Nelson.
2619
2620 -- Christian Marillat <marillat@debian.org> Mon, 25 Feb 2002 17:44:33 +0100
2621
2622gnome-session2 (1.5.10-2) experimental; urgency=low
2623
2624 * Should build-depends on intltool
2625
2626 -- Christian Marillat <marillat@debian.org> Mon, 25 Feb 2002 15:37:19 +0100
2627
2628gnome-session2 (1.5.10-1) experimental; urgency=low
2629
2630 * New upstream release.
2631
2632 -- Christian Marillat <marillat@debian.org> Mon, 18 Feb 2002 22:31:35 +0100
2633
2634gnome-session2 (1.5.9-1) unstable; urgency=low
2635
2636 * New upstream release.
2637
2638 -- Christian Marillat <marillat@debian.org> Fri, 15 Feb 2002 00:40:12 +0100
2639
2640gnome-core2 (1.5.7-1) experimental; urgency=low
2641
2642 * New upstrema release.
2643
2644 -- Christian Marillat <marillat@debian.org> Tue, 5 Feb 2002 14:41:01 +0100
2645
2646gnome-core2 (1.5.4-1) experimental; urgency=low
2647
2648 * New upstream release.
2649
2650 -- Christian Marillat <marillat@debian.org> Sun, 20 Jan 2002 16:21:40 +0100
2651
2652gnome-core (1.4.0.4-16) unstable; urgency=low
2653
2654 * Fix typo in gnome-terminal.wrapper (Closes: #127768)
2655 * Remove gnome-hint patche (Closes: #121390, #129184)
2656 * debian/control Replace libpng-dev by libpng2-dev in Build-Depends
2657 (Closes: #128377)
2658
2659 -- Christian Marillat <marillat@debian.org> Mon, 14 Jan 2002 15:04:52 +0100
2660
2661gnome-core (1.4.0.4-15) unstable; urgency=low
2662
2663 * Build against the latest gnome-libs to update the libzvt2 dependency
2664 (Closes: #127309, #127271)
2665 * debian/control Replace libpng2-dev by libpng-dev in Build-Depends.
2666 * debian/control Build-depends on libzvt-dev (>= 1.4.1.2-9)
2667
2668 -- Christian Marillat <marillat@debian.org> Tue, 1 Jan 2002 15:27:43 +0100
2669
2670gnome-core (1.4.0.4-14) unstable; urgency=low
2671
2672 * Fix typo in gnome-terminal.1 (Closes: #123073)
2673 * Fix base page for doc-base in libpanel-applet-dev package.
2674 * Fix typo in gnome-help documentation (Closes: #126566)
2675 * Apply patch to allows meta functionnality in gnome-terminal (Closes: #50427)
2676
2677 -- Christian Marillat <marillat@debian.org> Thu, 27 Dec 2001 14:47:36 +0100
2678
2679gnome-core (1.4.0.4-13) unstable; urgency=low
2680
2681 * Default font for gnome-terminal is "fixed" only (Closes: #117126)
2682 * Patch against gnome-hint.c Don't use gettext for font descriptor
2683 (Closes: #116606)
2684 * Patch against gnome-about/Makefile.am to use new gdk_pixbuf include path
2685 (Closes: #120312)
2686 * Revert my change on logout.c Only root can shutdown/reboot from the
2687 panel (Closes: #119316, #120127)
2688
2689 -- Christian Marillat <marillat@debian.org> Tue, 20 Nov 2001 11:36:05 +0100
2690
2691gnome-core (1.4.0.4-12) unstable; urgency=low
2692
2693 * gnome-wm honour --default-wm (Closes: #115668)
2694 * Build against the latest gnome-libs
2695
2696 -- Christian Marillat <marillat@debian.org> Sun, 21 Oct 2001 14:11:19 +0200
2697
2698gnome-core (1.4.0.4-11) unstable; urgency=low
2699
2700 * debian/control lynx comeback in Recommends (Closes: #114142)
2701 * debian/control replaces xml-i18n-tools by intltool (Closes: #115024)
2702 * Fix automake 1.5 errors. Thanks to Denis Barbier (Closes: #114369)
2703 * Build against the latest orbit (Closes: #115309)
2704
2705 -- Christian Marillat <marillat@debian.org> Fri, 12 Oct 2001 10:46:49 +0200
2706
2707gnome-core (1.4.0.4-10) unstable; urgency=low
2708
2709 * Fix typo in panel/panel.hints (Closes: #113590)
2710 * Replace lynx by w3m (Closes: #113613)
2711 * Move gnome-terminal.desktop in gnome-terminal package (Closes: #113736)
2712 * Move gnome-help.desktop in gnome-help package
2713 * debian:control Add Replaces: gnome-panel-data (<= 1.4.0.4-9) for above
2714 * Patch against gsm/logout.c Now you can reboot/halt your machine from the
2715 panel. This only work for root, because shutdown doesn't understand the
2716 -a option. Read README.debian in gnome-panel package.
2717 * debian/rules Remove less files in clean target (Closes: #114020)
2718
2719 -- Christian Marillat <marillat@debian.org> Mon, 1 Oct 2001 11:34:06 +0200
2720
2721gnome-core (1.4.0.4-9) unstable; urgency=low
2722
2723 * Add Debian menu for panel and gmenu (Closes: #112176)
2724 * Remove /var/lib/gnome on purge (Closes: #113005)
2725 * Remove /etc/gnome/config on purge (Closes: #112994)
2726 * Remove /etc/gnome on purge (Closes: #112995)
2727 * debian/control replace cygnus-stylesheets by docbook-utils
2728
2729 -- Christian Marillat <marillat@debian.org> Mon, 24 Sep 2001 18:39:19 +0200
2730
2731gnome-core (1.4.0.4-8) unstable; urgency=high
2732
2733 * High urgency, because the current release in testing has a missing
2734 dependency on libpanel-applet0 and the panel package doesn't work if
2735 libpanel-applet0 isn't installed (Closes: #111517)
2736 * debian/control for gnome-help, move lynx from depends to recommends
2737 (Closes: #109652)
2738 * debian/control gnome-panel suggests fortune-mod (Closes: #110865)
2739 * debian/control gnome-help suggests gnome-users-guide not
2740 gnome-users-guide-en (Closes: #111200)
2741 * Don't change cursor color (Closes: #97697)
2742 * Change default font for gnome-terminal (Closes: #111319)
2743
2744 -- Christian Marillat <marillat@debian.org> Fri, 7 Sep 2001 15:06:07 +0200
2745
2746gnome-core (1.4.0.4-7) unstable; urgency=low
2747
2748 * Fix path in gnome-session.1 (Closes: #107724)
2749 * debian/*.sgml Use docbook 4.1
2750 * debian/control gnome-help-data Replaces gnome-terminal (<= 1.0.55-2)
2751 (CLoses: #107948)
2752
2753 -- Christian Marillat <marillat@debian.org> Wed, 8 Aug 2001 08:07:56 +0200
2754
2755gnome-core (1.4.0.4-6) unstable; urgency=low
2756
2757 * debian/rules for dh_makeshlibs replace libcapplet0 by libpanel-applet0
2758 (Closes: #105772)
2759
2760 -- Christian Marillat <marillat@debian.org> Wed, 18 Jul 2001 19:02:59 +0200
2761
2762gnome-core (1.4.0.4-5) unstable; urgency=low
2763
2764 * Patch against gnome-edit to use EDITOR if the default gnome editor is
2765 unavailable.
2766 * Remove gnome-wm patch, and move the patched file in debian/
2767 * debian/gnome-wm Try to exec $WINDOW_MANAGER before x-window-manager
2768 (Closes: #103430
2769 * New patch from Michael Urman to hide task names in tasklist_applet
2770 (Closes: #104587)
2771
2772 -- Christian Marillat <marillat@debian.org> Sat, 14 Jul 2001 16:58:12 +0200
2773
2774gnome-core (1.4.0.4-4) unstable; urgency=low
2775
2776 * Gnome-help Provides: man-browser, www-browser, info-browser
2777 * Switch to debhelper V3
2778 * Change libraries versionning to (>= 1.4.0.2-3) instead of the latest
2779 package number.
2780 * Build-depends on groff-base instead of groff
2781
2782 -- Christian Marillat <marillat@debian.org> Fri, 22 Jun 2001 17:02:37 +0200
2783
2784gnome-core (1.4.0.4-3) unstable; urgency=low
2785
2786 * New patch: Allows to save/load the keyboard secure state (Closes: #83028)
2787 * New patch: Remove a warning in configure
2788 * gnome-help replace gnome-panel-data (Closes: #99499)
2789 * Build-depends on xml-i18n-tools (>= 0.8.4.cvs.20010530-1) (Close: #98784)
2790
2791 -- Christian Marillat <marillat@debian.org> Sat, 2 Jun 2001 14:41:45 +0200
2792
2793gnome-core (1.4.0.4-2) unstable; urgency=low
2794
2795 * New patch: Replace Distribution by Debian in configuration dialog box.
2796 * New patch: Upstream patch to allow Debian menu in default configuration.
2797 * New patch: Fix some wrong path.
2798 * Move gnome-feedback doc from gnome-help-data to gnome-core.
2799
2800 -- Christian Marillat <marillat@debian.org> Tue, 15 May 2001 15:36:51 +0200
2801
2802gnome-core (1.4.0.4-1) unstable; urgency=low
2803
2804 * New upstream release.
2805
2806 -- Christian Marillat <marillat@debian.org> Wed, 9 May 2001 23:56:27 +0200
2807
2808gnome-core (1.4.0.3-2) unstable; urgency=low
2809
2810 * Remove debugging code (/tmp/languages file)
2811
2812 -- Christian Marillat <marillat@debian.org> Mon, 7 May 2001 16:48:18 +0200
2813
2814gnome-core (1.4.0.3-1) unstable; urgency=low
2815
2816 * New upstream release.
2817 * New: tooltips for long task names in tasklist_applet (Closes: #63898)
2818
2819 -- Christian Marillat <marillat@debian.org> Thu, 3 May 2001 15:51:58 +0200
2820
2821gnome-core (1.4.0.2-3) unstable; urgency=low
2822
2823 * Fix wrong dif.gz file (Closes: #94499)
2824 * Build against the latest lignome-dev (Closes: #95301, #95691)
2825 * gnome-terminal should depends on gnome-bin (Closes: #95498)
2826 * Doesn't build against gtkhtml this break fonts displaying (Closes: #92187)
2827
2828 -- Christian Marillat <marillat@debian.org> Tue, 1 May 2001 11:03:14 +0200
2829
2830gnome-core (1.4.0.2-2) unstable; urgency=low
2831
2832 * New/old patch against manpages, never applied by upstream.
2833 * gnome-help depends on lynx.
2834 * Use x-terminal-emulator in gnome-download instead of xterm.
2835 * Move gnome-convert and gnome-download from gnome-core to gnome-help.
2836 * Move gnome-login-check from gnome-core to gnome-session.
2837 * Move gnome-panel-add-launcher from gnome-core to gnome-panel.
2838 * Move sesion-properties* from gnome-core to gnome-session.
2839 * debian/control Add Replaces for the changes above.
2840 * Write manpages (Closes: #87085)
2841
2842 -- Christian Marillat <marillat@debian.org> Tue, 17 Apr 2001 18:54:15 +0200
2843
2844gnome-core (1.4.0.2-1) unstable; urgency=low
2845
2846 * New upstream release.
2847 * Build-depends on latest gettext (Closes: #93198)
2848 * Icon box in menu editor is back (Closes: #91938)
2849 * Build-depends on latest xml-i18n-tools and libgnome-dev
2850
2851 -- Christian Marillat <marillat@debian.org> Wed, 11 Apr 2001 15:16:20 +0200
2852
2853gnome-core (1.4.0.1-2) unstable; urgency=low
2854
2855 * Build depends on versionned gettext 0.10.35-17 (Closes: #93198)
2856 * Write manpage for gnome-session and add docbook-to-man in build-depnds
2857 * Write manpages for gnome-help (Closes: #87089)
2858
2859 -- Christian Marillat <marillat@debian.org> Sat, 7 Apr 2001 15:52:40 +0200
2860
2861gnome-core (1.4.0.1-1) unstable; urgency=low
2862
2863 * New upstream release.
2864 * debian/gnome-terminal.wrapper change -T by -t (Closes: #90847)
2865 * debian/gnome-session.README.debian remove references to .xsession. This
2866 is now obsolete by the new x-session-manager scheme.
2867
2868 -- Christian Marillat <marillat@debian.org> Sun, 1 Apr 2001 15:01:51 +0200
2869
2870gnome-core (1.4.0-2) unstable; urgency=low
2871
2872 * Build depends on libglade-gnome0-dev (>= 0.16-1) (Closes: #90416)
2873 * debian/control Add Build-Conflicts: libgtkhtml-dev (>= 0.7-1) (Closes: #90700)
2874
2875 -- Christian Marillat <marillat@debian.org> Thu, 22 Mar 2001 16:44:12 +0100
2876
2877gnome-core (1.4.0-1) unstable; urgency=low
2878
2879 * New upstream release.
2880 * Gnome-core replaces gnome-control-center 1.2.3-1 (Closes: #90124)
2881 * Remove manpages patche included by upstream.
2882 * gnome-session don't always saves session on logout (Closes: #89630)
2883 * Can add a launcher in the panel (Closes: #90018)
2884 * Deskguide don't crashes on Fill with mini-images (Closes: #86952)
2885 * Deskguide don't fail to run (Closes: #89769)
2886 * Pager applet don't fail to run (Closes: #89025)
2887
2888 -- Christian Marillat <marillat@debian.org> Mon, 19 Mar 2001 13:01:26 +0100
2889
2890gnome-core (1.3.1-2) unstable; urgency=low
2891
2892 * Remove taslisk-applet manpage (Closes: #88994)
2893 * New patch against gnome-terminal.1 (Closes: #89005)
2894 * Move /usr/lib/libtasklist_applet.so in libpanel-applet0
2895 (Closes: #89053, #89008, #89012, #89091, #89003)
2896 * Gnome-terminal replace gnome-help-data (<= 1.0.55-2) (Closes: #87910)
2897
2898 -- Christian Marillat <marillat@debian.org> Sat, 10 Mar 2001 10:45:14 +0100
2899
2900gnome-core (1.3.1-1) unstable; urgency=low
2901
2902 * New upstream release.
2903 * Removed default.session patch
2904 * debian/control Add Replaces: gnome-control-center (<= 1.2.2-10), because
2905 the session-properties-capplet is now in this package.
2906 * debian/{postinst,prerm} Call scrollkeeper
2907 * debian/control Add scrollkeeper, xml-i18n-tools and libglade-gnome0-dev in
2908 build-depends and scrollkeeper in depends for gnome-core
2909 * Menu and laucnh keys works now (Closes: #86955)
2910 * Dead keys work in gnome-terminal (Closes: #63102)
2911 * Gnome-terminal isn't broken (Closes: #86752)
2912 * New patch htmlurl.h (This file was broken by upstream author)
2913 * XFMail doesn't crash the tasklist applet in this release (Closes: #88515)
2914 * debian/gnome-core.menu New file for the session properties capplet
2915
2916 -- Christian Marillat <marillat@debian.org> Mon, 5 Mar 2001 11:40:15 +0100
2917
2918gnome-core (1.2.4-11) unstable; urgency=low
2919
2920 * Update (again) the Build-depends field (Closes: #87419)
2921 * Add a debian directory for the gnome-help-browser and add suggest doc-base
2922 for gnome-help. Now we can watch debian documentation registered with doc-base.
2923 * Add a lintian override file for libpanel-applet0
2924
2925 -- Christian Marillat <marillat@debian.org> Sun, 25 Feb 2001 16:14:09 +0100
2926
2927gnome-core (1.2.4-10) unstable; urgency=low
2928
2929 * Update the Build-depends field (Closes: #86441, #87419)
2930 * Call update-alternatives only in remove (gnome-terminal, gnome-session) (Closes: #87327, #87328)
2931
2932 -- Christian Marillat <marillat@debian.org> Sat, 24 Feb 2001 18:03:20 +0100
2933
2934gnome-core (1.2.4-9) unstable; urgency=low
2935
2936 * Remove abandonned /etc/CORBA/servers/bad-applet.goad (Closes: #84950)
2937 * Build against the latest gnome-libs (1.2.11) (Close: #85932)
2938
2939 -- Christian Marillat <marillat@debian.org> Wed, 14 Feb 2001 13:49:26 +0100
2940
2941gnome-core (1.2.4-8) unstable; urgency=low
2942
2943 * debian/control Add Replaces: gnome-help-data (<< 1.0.55-2) for
2944 gnome-help (Closes: #80974)
2945 * debian/gnome-help.mime Rewrote (Closes: #82891)
2946 * debian/control gnome-core depends on gnome-bin (Closes: #82951)
2947 * Wrote gnome-panel.README.Debian (Closes: #82954)
2948
2949 -- Christian Marillat <marillat@debian.org> Mon, 22 Jan 2001 16:04:58 +0100
2950
2951gnome-core (1.2.4-7) unstable; urgency=low
2952
2953 * Added gnome-bin (>= 1.2.0) in gnome-session Depends field (Closes: #80589, #80595, #80733)
2954
2955 -- Christian Marillat <marillat@debian.org> Wed, 27 Dec 2000 19:24:08 +0100
2956
2957gnome-core (1.2.4-6) unstable; urgency=low
2958
2959 * Apply patch to gnome-run to call x-terminal-emulator (Closes: #80219)
2960 * debian/gnome-terminal.wrapper This is -t not -T close (Closes: #80405)
2961
2962 -- Christian Marillat <marillat@debian.org> Sun, 24 Dec 2000 03:27:12 +0100
2963
2964gnome-core (1.2.4-5) unstable; urgency=low
2965
2966 * Install gnome-terminal.wrapper as x-terminal-emulator and remove
2967 debian/patches/gnome-terminal.dpatch (Closes: 64326)
2968 Thanks to Eric Gillespie, Jr. <epg@progenylinux.com>
2969 * Add Recommends: gnome-applets on gnome-panel (Closes: #72208)
2970 * gnome-sesion provides x-session-manager and install alternative (Closes: #60667)
2971 * Added hints=Gnome for all menu files.
2972
2973 -- Christian Marillat <marillat@debian.org> Wed, 20 Dec 2000 23:19:55 +0100
2974
2975gnome-core (1.2.4-4) unstable; urgency=low
2976
2977 * Call x-terminal-emulator in gnome-wm and add depends on the latest debianutils
2978 for gnome-session. Thanks to Joseph Carter <knghtbrd@progeny.com> for the file
2979 (Closes: #79776)
2980 * Rewrote default.session patch
2981 * Add patch form Doug Larrick <doug@ties.org> for gwmthumbnail.c (Closes: #78550)
2982
2983 -- Christian Marillat <marillat@debian.org> Sun, 17 Dec 2000 12:04:54 +0100
2984
2985gnome-core (1.2.4-3) unstable; urgency=low
2986
2987 * Change gnome-help.mime to call the right file (Closes: #77986)
2988 Thanks Malcolm Parsons <malcolm@ivywell.screaming.net> for the patch.
2989 * Patch gsm/default.in (two entries with same id) (Closes: #78276)
2990 Thanks to Normal User <gohmandj@mrs.umn.edu> (Nice name)
2991 * Move gnome-control-center from Depends to Suggests.
2992 * Remove libgtkhtml-dev from Build-Depends (Closes: #79527)
2993
2994 -- Christian Marillat <marillat@debian.org> Wed, 13 Dec 2000 18:01:34 +0100
2995
2996gnome-core (1.2.4-2) unstable; urgency=low
2997
2998 * Remove README and NEWS files (Closes: #77250)
2999 * Disable thumbnails by default in deskguide_applet (Closes: #77205)
3000 * debian/rules --with-window-manager is now sawfish (was x-window-manager)
3001 and rewrote debian/patches/gnome-wm.dpatch to remove x-window-manager (Closes: #77401)
3002 * Should close this old bug (Closes: #51198)
3003 * Patch gnome-edit to use x-terminal-emulator instead of xterm.
3004
3005 -- Christian Marillat <marillat@debian.org> Mon, 20 Nov 2000 11:35:55 +0100
3006
3007gnome-core (1.2.4-1) unstable; urgency=low
3008
3009 * New upstream release.
3010
3011 -- Christian Marillat <marillat@debian.org> Thu, 16 Nov 2000 00:43:15 +0100
3012
3013gnome-core (1.2.3.1-1) unstable; urgency=low
3014
3015 * New upstream release.
3016 * Add gnome-help example and manpage in gnome-help package (Closes: #49977)
3017 * This release should close these old bugs (Closes: #60561, #60768, #45053)
3018 * Gnome-panel don't use all CPU time (Closes: #75251, #60209)
3019 * Remove gmenu patch included by upstream.
3020
3021 -- Christian Marillat <marillat@debian.org> Wed, 8 Nov 2000 17:09:42 +0100
3022
3023gnome-core (1.2.3-1) unstable; urgency=low
3024
3025 * New upstream release.
3026 * Debian menus aren't empty (Closes: #70470)
3027 * Launcher can find icon (Closes: #62502)
3028
3029 -- Christian Marillat <marillat@debian.org> Tue, 24 Oct 2000 15:51:11 +0200
3030
3031gnome-core (1.2.2.1-3) unstable; urgency=low
3032
3033 * Add gnome-terminal.prerm for update-alternatives --remove (Closes: #74451)
3034 * Patch gnome-terminal to accept -T option (Closes: #74450)
3035 * Move README.debian in gnome-session package (Closes: #60440)
3036 * mesg work in gnome-terminal (Closes: #71728)
3037 * Upstream fix these old bugs in Gnome-terminal
3038 Problem with menubar (Closes: #57516)
3039 Problem with console-apt Closes: #60079)
3040 Problem with screen (Closes: #50156)
3041 * Binaries don't should go in /usr/X11R6/bin (Closes: #24031)
3042 Quoting Debian policy :
3043 "Packages using the X Window System should abide by the FHS standard"
3044 "whenever possible; they should install binaries, libraries, manual"
3045 "pages, and other files in FHS-mandated locations wherever possible."
3046 "This means that files must not be installed into /usr/X11R6/bin/'"
3047 * hostname isn't harcoded (Closes: #72536)
3048 * Error messages mention Lynx (Closes: #62216)
3049 * Display correctly deskuse.html (Closes: #49974)
3050 * Add patch from malcolm <malcolm@ivywell.screaming.net> (Closes: #64820)
3051
3052 -- Christian Marillat <marillat@debian.org> Sat, 14 Oct 2000 23:39:49 +0200
3053
3054gnome-core (1.2.2.1-2) unstable; urgency=low
3055
3056 * Typo in debian/gnome-terminal.postinst
3057 * Add gnome-terminal manpage (Closes: #69188)
3058 * Closes: #63103 already closed in 1.2.1-0.2 (typo in debian/changelog)
3059 * Gnome-terminal write to /var/run/utmp (Closes: #59053)
3060 * delete/backspace keys works (Closes: #57198)
3061 * Install GnomeHelp file in /etc/gnome/config (Closes: #73012)
3062 * Convert png icons in xpm for Debian menu.
3063 * Rearange documentation for dhelp (Closes: #56672)
3064
3065 -- Christian Marillat <marillat@debian.org> Thu, 5 Oct 2000 00:59:44 +0200
3066
3067gnome-core (1.2.2.1-1) unstable; urgency=low
3068
3069 * New upstream release.
3070 * Patch all manpages (Closes: #70009)
3071 * gnome-panel 1.0.55-2.0.1 (sparc) is now installable (Closes: #69075, #71570)
3072 * gmenu don't jam up all translations (Closes: #46446)
3073 * panel remember its configuration between session
3074 (Closes: #47734, #54190)
3075 * Icons are now centered (Closes: #63868)
3076 * Bugs closed by previous NMU in gnome-panel (Closes: #40036, #52584, #54755,
3077 #58278, #61083, #69428))
3078 * libgen_util_applet.so installed in 1.2.1-0.2 (Closes: #69463)
3079 * debian/control remove Conflicts: asclock (Closes: #52077)
3080 * gnome-help 1.0.55-2.0.1 (sparc) is now installable (Closes: #69356)
3081 * Bugs closed by previous NMU in gnome-help (Closes: #49734, #56081, #58679, #58973)
3082 * debian/control move gmc from Recommends to Suggests (Closes: #59415)
3083 * The first search in gnome-wm search is x-window-manager
3084 (Closes: #50940, #65969, #62143)
3085 * Bug closed in 1.2.2-1 (README.debian in gnome-session package) (Closes: #66219)
3086 * Bugs closed by previous NMU in gnome-terminal
3087 (Closes: #64579, #63592, #63332, #56584, #55477, #54428)
3088 * gnome-terminal provide x-terminal-emulator (Closes: #61805, #53994, #56225)
3089
3090 -- Christian Marillat <marillat@debian.org> Wed, 27 Sep 2000 16:02:16 +0200
3091
3092gnome-core (1.2.2-1) unstable; urgency=low
3093
3094 * New maintainer, thanks James.
3095 * New upstream release.
3096 * Switch to debhelper V2
3097 * Move README.debian in gnome-session package (Closes: #65235) and
3098 update this file (Closes: #71339)
3099 * Bug closed in 1.2.1-0.2 (Install missing libraries) (Closes: #69590, #70483)
3100 * Bugs closed in 1.2.1-0.1 (typo close instead closes) (Closes: #53764, #54050)
3101 * Remove gtkhtml patch.
3102 * The desk guide show thumbnail (Closes: #72359)
3103 * Missing package under sparc (Closes: #71438)
3104 * debian/control add Conflicts: libgnome32 (<< 1.2.0-1) for gnome-panel (Closes: #72039)
3105 * Added icons in Debian menu.
3106 * Eject in drivemount check if '-u' is available (Closes: #63954)
3107 * Patch gmenu to find Debian menu.
3108
3109 -- Christian Marillat <marillat@debian.org> Tue, 26 Sep 2000 17:34:23 +0200
3110
3111gnome-core (1.2.1-0.2) unstable; urgency=low
3112
3113 * NMU.
3114 * Install these libraries libfish_applet.so libgen_util_applet.so
3115 libpanel_status.so (Closes: #69428, #69590)
3116 * Copy latest gnome aclocal in macros/ and run macros/autogen.sh
3117 This is needed to build gnome-help-browser against libgtkhtml4.
3118 * In debian/control
3119 gnome-session depends on gnome-panel (>= ${Source-Version}).
3120 gnome-help depends on gnome-core (>= 1.2.0-0.1) no Source-Version.
3121 gnome-terminal don't depends on gnome-core.
3122 * URL's are clickable in gnome-terminal (Closes: 63103).
3123 * debian/gnome-panel.undocumented removed printer_applet.1
3124 * Cut and paste work in gnome-terminal (Closes: #63592).
3125
3126 -- Christian Marillat <marillat@debian.org> Wed, 23 Aug 2000 21:23:36 +0200
3127
3128gnome-core (1.2.1-0.1) unstable; urgency=low
3129
3130 * New upstream release (Closes: #58806, #66467)
3131 * NMU.
3132 * Standards-Version to 3.1.1.1 Added Build-depends field.
3133 * Removed patches: dialer, drivemount-floppy, modemlights, term,
3134 help-browser, debian-menu, url-match.
3135 * Added patches: gtkhtml.
3136 * Build against libgtkhtml3. Closes: #58679, #36806, #49734
3137 * Default manpath and infopath are wrong. Closes: #56081
3138 * gmenu segfaults. Close: #53764, #54050
3139 * gnome-panel: panel no longer works. Closes: #58278
3140 * gnome-panel: gnomepager-applet should put braces around. Closes: #52584
3141 * Backspace and delete work correctly. Closes: #54428
3142 * TERM never select xterm-debian. Closes: #56584, #55477, #64579
3143 * Disable arrows option is now saved. Closes: #54755
3144 * No more files in /usr/share. Closes: #61083
3145 * Show debian menus. Closes #66214
3146 * New help documentation for panel. Closes: #40036
3147 * Gnome-terminal write to /var/run/utmp. Closes #59053
3148 * gnome-terminal provide x-terminal-emulator. Closes #61805, #56225
3149 * README.Debian is here. Closes: #65235
3150
3151 -- Christian Marillat <marillat@debian.org> Tue, 25 Jul 2000 19:09:21 +0200
3152
3153gnome-core (1.0.55-2) frozen unstable; urgency=low
3154
3155 * Make x-window-manager run first by gnome-wm script to conform to
3156 debian policy (Closes: #61617) (This is an important bug)
3157
3158 -- James LewisMoss <dres@debian.org> Sun, 21 May 2000 19:31:19 -0400
3159
3160gnome-core (1.0.55-1) unstable; urgency=low
3161
3162 * New upstream.
3163
3164 -- James LewisMoss <dres@debian.org> Sun, 2 Jan 2000 07:32:36 -0500
3165
3166gnome-core (1.0.54-2) unstable; urgency=low
3167
3168 * Fix the gnome-pager forgets size settings bug (was saved to wrong
3169 section). Closes: #49839, #46845.
3170
3171 -- James LewisMoss <dres@debian.org> Fri, 12 Nov 1999 07:54:46 -0500
3172
3173gnome-core (1.0.54-1) unstable; urgency=low
3174
3175 * New upstream.
3176
3177 -- James LewisMoss <dres@debian.org> Thu, 4 Nov 1999 23:20:14 -0500
3178
3179gnome-core (1.0.53-4) unstable; urgency=low
3180
3181 * New maintainer.
3182
3183 -- James LewisMoss <dres@debian.org> Mon, 25 Oct 1999 23:17:31 -0400
3184
3185gnome-core (1.0.53-3) unstable; urgency=low
3186
3187 * Ok, I made a mistake by setgiding gnome-terminal to
3188 utmp. Reverted the change. Closes: #47960
3189
3190 -- Raphael Hertzog <hertzog@debian.org> Mon, 18 Oct 1999 19:17:27 +0200
3191
3192gnome-core (1.0.53-2) unstable; urgency=low
3193
3194 * gnome-session does launch a default window-manager. It does launch
3195 gnome-wm if no other information has been found. gnome-wm now
3196 reads the list of window managers from /etc/X11/window-managers
3197 once it has tried gnome compliant wm. Closes: #38347, #47370
3198 * Patched gnome-terminal. TERM=xterm-debian again ... actually this
3199 closes: #47552, #44960, #41065
3200 * gnome-terminal is now setgid utmp and can thus register itself
3201 in the UTMP database. Closes: #40507
3202 * The URL match does now accept % characters. Closes: #47281
3203 * libpanel-applet0.postinst check for the changelog.gz mysteriously
3204 staying around. Closes: #45871
3205 * Unreproducable bugs without answer from the submitter.
3206 Closes: #41195, #42865
3207
3208 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Oct 1999 19:52:38 +0200
3209
3210gnome-core (1.0.53-1) unstable; urgency=low
3211
3212 * New upstream version.
3213 * gnome-session does now depend on gnome-panel and recommends
3214 gmc (both are needed for a full Gnome desktop).
3215 * gnome-terminal does not have a border. Closes: #38972
3216
3217 -- Raphael Hertzog <hertzog@debian.org> Tue, 12 Oct 1999 21:17:58 +0200
3218
3219gnome-core (1.0.52-1) unstable; urgency=low
3220
3221 * New maintainer. Steve said that he wanted to give away some of
3222 his packages. I've asked to take gnome-core, he never replied, so
3223 I'm taking it but I will give it back to him if he wanted to
3224 keep it. In the meantime I can better manage bugs with my name
3225 in the Maintainer field.
3226 * New upstream version.
3227
3228 -- Raphael Hertzog <hertzog@debian.org> Mon, 4 Oct 1999 21:28:18 +0200
3229
3230gnome-core (1.0.50-0.1) unstable; urgency=low
3231
3232 * New upstream version.
3233 * NMU again.
3234
3235 -- Raphael Hertzog <hertzog@debian.org> Thu, 30 Sep 1999 22:10:03 +0200
3236
3237gnome-core (1.0.41-0.1) unstable; urgency=low
3238
3239 * New upstream version.
3240 * NMU again.
3241
3242 -- Raphael Hertzog <hertzog@debian.org> Mon, 27 Sep 1999 13:10:31 +0200
3243
3244gnome-core (1.0.9-0.1) unstable; urgency=low
3245
3246 * New upstream version. Closes: #43253, #44098
3247 * Apply patches before configuring (and relaunch automake && autoconf
3248 because one of the patches is applied on Makefile.am).
3249 * NMU. Thanks to Christian Marillat <marillat@alpes-net.fr> for his work.
3250 * Imlib bug corrected: closes: #39085
3251 * X11 binaries don't have to go /usr/X11R6/bin. Closes: #24031
3252 * The panel does start correctly wihout complaining about a
3253 missing name service. Closes: #39380, #39634, #40478
3254 * The panel doesn't consume all CPU resources. Closes: #30654
3255 * The panel launches apps from where it has been launched itself.
3256 Closes: #32319
3257 * The panel keeps the settings. Closes: #37052, #40579, #43496
3258 * Old core dump corrected upstream. Closes: #39400, #40328, #42167
3259 Closes: #44344, #44724, #44732, #44759, #44773
3260 * Bug in menu-method, not in gnome-panel. Already reported against
3261 menu. Closes: #40089
3262 * cdplayer_applet works again. Closes: #42192
3263 * gnome pager works well: Closes: #42499, #42610
3264 * modem_lights draws itself correctly. Closes: #43861, #45055
3265 * The dialer applets doesn't exit when stopping while
3266 not yet connected. Closes: #45287
3267 * No more Debian menu in the panel. Closes: #41040
3268 * GnomeICU works with this panel. Closes: #39626, #39515
3269 * gnome-panel-data conflicts with asclock.
3270 Closes: #40712, #40715, #40808, #41430
3271 A better solution will be needed. Maybe put asclock in his own
3272 package or create a asclock-data package that will be shared.
3273 * Updated the modemlights patch. Closes: #43512
3274 * Added a patch for gnome-wm. Closes: #38366
3275 * Move lib{gkb,fish}_applet.so files to libgnome-applet0 (those are
3276 not libraries to be linked with, just simple modules). Closes: #38596
3277 * Asclock works well without xearth (the code still mentions xearth
3278 however). Closes: #40530
3279 * New patch (help-browser) for changing the default MANPATH and INFOPATH in
3280 gnome-help-browser.c Closes: #41452
3281 * Moved help-browser to the new "Help" menu section.
3282 * Added gnome-help.mime. Closes: #42205
3283 * Gnome-session does launch gnome-panel ! (I suppose that it failed
3284 to launch since panel was broken). Closes: #42937
3285 * gnome-sesion doesn't core dump. Closes: #36640
3286 * The terminal does remember the TERM var. Closes: #43067
3287 * The terminal keeps its size when dragging the manu bar in and out.
3288 Closes: #44762
3289 * The menu section of gnome-terminal corrected. Closes: #37635
3290
3291 -- Raphael Hertzog <hertzog@debian.org> Wed, 22 Sep 1999 13:24:34 +0200
3292
3293gnome-core (1.0.7-1) unstable; urgency=low
3294
3295 * New upstream version.
3296 * Removed "term" patch
3297
3298 -- Steve Haslam <araqnid@debian.org> Mon, 28 Jun 1999 01:36:31 +0100
3299
3300gnome-core (1.0.6-2) unstable; urgency=low
3301
3302 * debian-menu.dpatch: created to fix guessing Debian menus
3303 (/etc/menu-methods/gnome-panel now) and to make Debian menus the default
3304 instead of GNOME system menus.
3305 * gnome-help now suggests gnome-users-guide-en (closes: #35724)
3306 * /etc/menu-methods/gnome-panel now creates .directory files and searches
3307 /usr/X11R6/include/X11/pixmaps for menu icons
3308
3309 -- Steve Haslam <araqnid@debian.org> Sun, 13 Jun 1999 15:28:52 +0100
3310
3311gnome-core (1.0.6-1) unstable; urgency=low
3312
3313 * New upstream version.
3314
3315 -- Steve Haslam <araqnid@debian.org> Sat, 5 Jun 1999 12:57:08 +0100
3316
3317gnome-core (1.0.5-3) unstable; urgency=low
3318
3319 * debian/gnome-terminal.menu: managed to lose change mentioned in last
3320 revision. Replaced.
3321 * debian/gnome-core.undocumented: removed gnome-wm.1 (it was in
3322 gnome-session.undocumented too).
3323
3324 -- Steve Haslam <araqnid@debian.org> Mon, 31 May 1999 19:15:54 +0100
3325
3326gnome-core (1.0.5-2) unstable; urgency=low
3327
3328 * debian/gnome-terminal.menu: changed section to XShells (Bug#37635)
3329 * debian/rules: added gnome-wm and gnome-edit to dh_undocumented call
3330 (Bug#37632)
3331 * debian/gnome.menu-method: added patch to honour needs=text (Bug#36928)
3332 from Decklin Foster
3333 * Call dh_strip when making libpanel-applet-dev (Closes Bug#31244)
3334 * Removed /usr/share/gnome/apps/Debian symlink, (closes #38100)
3335 * Sanified build system a la gnome-libs
3336 * debian/control: made gnome-help, gnome-help-data and gnome-panel-data
3337 packages.
3338
3339 -- Steve Haslam <araqnid@debian.org> Sun, 23 May 1999 14:35:44 +0100
3340
3341gnome-core (1.0.5-1) unstable; urgency=low
3342
3343 * New maintainer.
3344
3345 -- Steve Haslam <araqnid@debian.org> Tue, 11 May 1999 01:01:12 +0100
3346
3347gnome-core (1.0.5-0.2) unstable; urgency=low
3348
3349 * gnome-panel.files.in: added asclock themes, libgkb_applet.a
3350 * gnome-core.files.in: added gnome-wm, gnome-edit
3351 * term.dpatch: gnome-terminal TERM to xterm-debian rather than xterm
3352 * gsm/Makefile.am: put default.session, default.wm in /etc/gnome
3353 * debian/gnome-session.conffiles.in: added above two files
3354 * debian/gnome-session.files.in: updated this too
3355
3356 -- Steve Haslam <araqnid@debian.org> Sun, 18 Apr 1999 16:47:23 +0100
3357
3358gnome-core (1.0.5-0.1) unstable; urgency=low
3359
3360 * Non-maintainer upload
3361 * New upstream version
3362
3363 -- Steve Haslam <araqnid@debian.org> Thu, 15 Apr 1999 23:22:23 +0100
3364
3365gnome-core (1.0.1-0.3) unstable; urgency=low
3366
3367 * Weehay! More broken dependencies. This one libghttp -1.1,
3368 a bogus package that only ever existed on my machine.
3369
3370 -- Jules Bean <jules@debian.org> Mon, 8 Mar 1999 08:24:00 +0000
3371
3372gnome-core (1.0.1-0.2) unstable; urgency=low
3373
3374 * Another NMU, this time to fix bogus dependencies on libgtop0
3375 and libglib1.1
3376
3377 -- Jules Bean <jules@debian.org> Sun, 7 Mar 1999 14:21:12 +0000
3378
3379gnome-core (1.0.1-0.1) unstable; urgency=low
3380
3381 * NMU for GNOME-1.0
3382 * Hacked to patch SIGPIPE bug
3383 * Don't delete GIFs in rules
3384
3385 -- Jules Bean <jules@debian.org> Fri, 5 Mar 1999 18:36:29 +0100
3386
3387gnome-core (0.99.99pre1.0.0-1) unstable; urgency=low
3388
3389 * New upstream release.
3390
3391 -- Jim Pick <jim@jimpick.com> Fri, 26 Feb 1999 23:18:10 -0800
3392
3393gnome-core (0.99.3.2-4) unstable; urgency=low
3394
3395 * Recompiled yet again - dual dependency on libglib.
3396 Fixes: BUG#32510
3397
3398 -- Jim Pick <jim@jimpick.com> Thu, 28 Jan 1999 00:00:22 -0800
3399
3400gnome-core (0.99.3.2-3) unstable; urgency=low
3401
3402 * Recompiled again to due to dependencies.
3403
3404 -- Jim Pick <jim@jimpick.com> Sun, 24 Jan 1999 01:10:07 -0800
3405
3406gnome-core (0.99.3.2-2) unstable; urgency=low
3407
3408 * Recompiled with libgnome 0.99.4.
3409
3410 -- Jim Pick <jim@jimpick.com> Fri, 22 Jan 1999 16:44:45 -0800
3411
3412gnome-core (0.99.3.2-1) unstable; urgency=low
3413
3414 * New upstream release.
3415
3416 -- Jim Pick <jim@jimpick.com> Wed, 20 Jan 1999 11:42:46 -0800
3417
3418gnome-core (0.30-2) frozen unstable; urgency=low
3419
3420 * Recompiled with new libs.
3421 * Fixed reference to /usr/X11R6 in README.Debian.
3422 * Added warnings (Gnome is ALPHA).
3423 * Patched dialer_applet to use pon/poff.
3424 * Patched drivemount_applet to default to /floppy.
3425
3426 -- Jim Pick <jim@jimpick.com> Tue, 24 Nov 1998 10:56:08 -0800
3427
3428gnome-core (0.30-1) unstable; urgency=low
3429
3430 * New upstream release.
3431
3432 -- Jim Pick <jim@jimpick.com> Thu, 24 Sep 1998 21:28:02 -0700
3433
3434gnome-core (0.28.1-1) unstable; urgency=low
3435
3436 * New upstream release.
3437 * Hopefully fixes panel applet bug.
3438
3439 -- Jim Pick <jim@jimpick.com> Wed, 19 Aug 1998 20:12:25 -0700
3440
3441gnome-core (0.28-1) unstable; urgency=low
3442
3443 * New upstream release.
3444
3445 -- Jim Pick <jim@jimpick.com> Mon, 17 Aug 1998 12:59:26 -0700
3446
3447gnome-core (0.27-1) unstable; urgency=low
3448
3449 * New upstream release.
3450 * Added /usr/doc/gnome
3451
3452 -- Jim Pick <jim@jimpick.com> Sat, 15 Aug 1998 14:21:06 -0700
3453
3454gnome-core (0.25-1) unstable; urgency=low
3455
3456 * New upstream release.
3457
3458 -- Jim Pick <jim@jimpick.com> Thu, 6 Aug 1998 22:51:22 -0700
3459
3460gnome-core (0.20-2) unstable; urgency=low
3461
3462 * Added Debian menu-method for gnome-panel. Fixed Bug #24025
3463 (Thanks to Ray Dassen for reporting the bug, and Riku Voipio
3464 who wrote the menu method for Gnome 0.12)
3465
3466 -- Jim Pick <jim@jimpick.com> Wed, 22 Jul 1998 20:22:00 -0700
3467
3468gnome-core (0.20-1) unstable; urgency=low
3469
3470 * New upstream release.
3471
3472 -- Jim Pick <jim@jimpick.com> Mon, 8 Jun 1998 12:00:08 -0700
3473
3474gnome-core (0.13-1) unstable; urgency=low
3475
3476 * Initial Release.
3477
3478 -- Jim Pick <jim@jimpick.com> Mon, 16 Mar 1998 15:27:43 -0800
03479
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2017-12-15 06:47:37 +0000
@@ -0,0 +1,1 @@
110
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2017-12-15 06:47:37 +0000
@@ -0,0 +1,152 @@
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
5Source: gnome-session
6Section: gnome
7Priority: optional
8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
11Standards-Version: 4.0.0
12Build-Depends: debhelper (>= 10),
13 dh-exec,
14 dh-migrations,
15 gnome-pkg-tools (>= 0.13),
16 gnome-common,
17 intltool (>= 0.40.6),
18 libglib2.0-dev (>= 2.46.0),
19 libgtk-3-dev (>= 3.18.0),
20 libjson-glib-dev (>= 0.10),
21 libgnome-desktop-3-dev (>= 3.18.0),
22 libsm-dev,
23 libice-dev,
24 libx11-dev,
25 libxt-dev,
26 libxau-dev,
27 libxext-dev,
28 libxcomposite-dev,
29 libgl1-mesa-dev,
30 libgles2-mesa-dev,
31 libxtst-dev,
32 libxrender-dev,
33 xmlto,
34 xsltproc,
35 xtrans-dev,
36 libsystemd-dev (>= 209) [linux-any]
37Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/gnome-session/ubuntu
38
39Package: gnome-session
40Architecture: any
41Depends: ${misc:Depends},
42 gnome-settings-daemon (>= 3.23.3),
43 gnome-shell (>= 3.25.91-0ubuntu4~),
44 gnome-session-bin (>= ${binary:Version}),
45 gnome-session-bin (<< ${gnome:NextVersion}),
46 gnome-session-common (= ${binary:Version}),
47 xwayland [linux-any]
48Recommends: fonts-cantarell,
49 adwaita-icon-theme-full,
50 gnome-themes-standard
51Suggests: gnome-user-docs,
52# desktop-base,
53 gnome-keyring
54Provides: x-session-manager
55Breaks: gnome-session-wayland (<< 3.22.1)
56Replaces: gnome-session-wayland (<< 3.22.1)
57Description: GNOME Session Manager - GNOME 3 session
58 The GNOME Session Manager is in charge of starting the core components
59 of the GNOME desktop, and applications that should be launched at
60 login time. It also features a way to save and restore currently
61 running applications.
62 .
63 This package contains the required components for the standard GNOME 3
64 session, based on the GNOME Shell. It can be started from a display
65 manager such as GDM, and requires 3D acceleration to work properly.
66
67Package: gnome-session-wayland
68Architecture: all
69Priority: extra
70Section: oldlibs
71Depends: ${misc:Depends},
72 gnome-session (>= 3.22.1)
73Description: GNOME Session Manager - GNOME 3 session (transitional package)
74 This is a transitional package. It can safely be removed.
75
76Package: ubuntu-session
77Architecture: any
78Depends: ${misc:Depends},
79 gnome-settings-daemon (>= 3.23.3),
80 gnome-shell (>= 3.24.3-0ubuntu2),
81 gnome-session-bin (>= ${binary:Version}),
82 gnome-session-bin (<< ${gnome:NextVersion}),
83 gnome-session-common (= ${binary:Version}),
84 xwayland [linux-any]
85Recommends: session-migration,
86 python3,
87Provides: x-session-manager,
88Breaks: unity (<< 7.5.0+17.10.20170619),
89 unity-settings-daemon (<< 15.04.1+17.04.20170619),
90 hud (<< 14.10+17.10.20170619),
91 unity-gtk-module (<< 0.0.0+17.04.20170918),
92Description: Ubuntu session with GNOME Shell
93 This package contains the required components for running a GNOME 3 session
94 with default Ubuntu configuration, based on the GNOME Shell.
95
96Package: unity-session
97Architecture: all
98Depends: ${misc:Depends},
99 unity,
100 dbus-user-session,
101 systemd (>= 231-9git1~),
102 unity-settings-daemon,
103 gnome-session-bin (>= ${binary:Version}),
104 gnome-session-bin (<< ${gnome:NextVersion}),
105 gnome-session-common (= ${binary:Version}),
106Recommends: session-migration,
107 thunderbird-gnome-support,
108 rhythmbox-plugin-zeitgeist,
109 zeitgeist-datahub,
110 gtk3-nocsd,
111Provides: x-session-manager,
112Breaks: upstart (<< 1.13.2-0ubuntu28~),
113 unity (<< 7.5.0+17.10.20170619),
114 unity-settings-daemon (<< 15.04.1+17.04.20170619),
115 hud (<< 14.10+17.10.20170619),
116 unity-gtk-module (<< 0.0.0+17.04.20170918),
117Replaces: ubuntu-session (<< 3.24.1-0ubuntu2),
118Description: Unity session, previous ubuntu default experience.
119 This package contains the required components for the Unity session.
120 It can be started from a display manager such as LightDM.
121
122Package: gnome-session-bin
123Architecture: any
124Depends: ${shlibs:Depends},
125 ${misc:Depends},
126 dbus-x11,
127 gsettings-desktop-schemas,
128 upower (>= 0.9.0),
129Recommends: libpam-systemd [linux-any]
130Breaks: gdm3 (<< 3.8)
131Description: GNOME Session Manager - Minimal runtime
132 The GNOME Session Manager is in charge of starting the core components
133 of the GNOME desktop, and applications that should be launched at
134 login time. It also features a way to save and restore currently
135 running applications.
136 .
137 This package contains the binaries for the GNOME Session Manager, but
138 no startup scripts. It is meant for those willing to start
139 gnome-session by hand with the components of their choice, and for
140 applications such as GDM that use gnome-session internally.
141
142Package: gnome-session-common
143Architecture: all
144Depends: ${misc:Depends}
145Description: GNOME Session Manager - common files
146 The GNOME Session Manager is in charge of starting the core components
147 of the GNOME desktop, and applications that should be launched at
148 login time. It also features a way to save and restore currently
149 running applications.
150 .
151 This package contains the translations, data files and startup scripts
152 which are common to the GNOME and GNOME fallback sessions.
0153
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2017-12-15 06:47:37 +0000
@@ -0,0 +1,148 @@
1Source: gnome-session
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Uploaders: @GNOME_TEAM@
7Standards-Version: 4.0.0
8Build-Depends: debhelper (>= 10),
9 dh-exec,
10 dh-migrations,
11 gnome-pkg-tools (>= 0.13),
12 gnome-common,
13 intltool (>= 0.40.6),
14 libglib2.0-dev (>= 2.46.0),
15 libgtk-3-dev (>= 3.18.0),
16 libjson-glib-dev (>= 0.10),
17 libgnome-desktop-3-dev (>= 3.18.0),
18 libsm-dev,
19 libice-dev,
20 libx11-dev,
21 libxt-dev,
22 libxau-dev,
23 libxext-dev,
24 libxcomposite-dev,
25 libgl1-mesa-dev,
26 libgles2-mesa-dev,
27 libxtst-dev,
28 libxrender-dev,
29 xmlto,
30 xsltproc,
31 xtrans-dev,
32 libsystemd-dev (>= 209) [linux-any]
33Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/gnome-session/ubuntu
34
35Package: gnome-session
36Architecture: any
37Depends: ${misc:Depends},
38 gnome-settings-daemon (>= 3.23.3),
39 gnome-shell (>= 3.25.91-0ubuntu4~),
40 gnome-session-bin (>= ${binary:Version}),
41 gnome-session-bin (<< ${gnome:NextVersion}),
42 gnome-session-common (= ${binary:Version}),
43 xwayland [linux-any]
44Recommends: fonts-cantarell,
45 adwaita-icon-theme-full,
46 gnome-themes-standard
47Suggests: gnome-user-docs,
48# desktop-base,
49 gnome-keyring
50Provides: x-session-manager
51Breaks: gnome-session-wayland (<< 3.22.1)
52Replaces: gnome-session-wayland (<< 3.22.1)
53Description: GNOME Session Manager - GNOME 3 session
54 The GNOME Session Manager is in charge of starting the core components
55 of the GNOME desktop, and applications that should be launched at
56 login time. It also features a way to save and restore currently
57 running applications.
58 .
59 This package contains the required components for the standard GNOME 3
60 session, based on the GNOME Shell. It can be started from a display
61 manager such as GDM, and requires 3D acceleration to work properly.
62
63Package: gnome-session-wayland
64Architecture: all
65Priority: extra
66Section: oldlibs
67Depends: ${misc:Depends},
68 gnome-session (>= 3.22.1)
69Description: GNOME Session Manager - GNOME 3 session (transitional package)
70 This is a transitional package. It can safely be removed.
71
72Package: ubuntu-session
73Architecture: any
74Depends: ${misc:Depends},
75 gnome-settings-daemon (>= 3.23.3),
76 gnome-shell (>= 3.24.3-0ubuntu2),
77 gnome-session-bin (>= ${binary:Version}),
78 gnome-session-bin (<< ${gnome:NextVersion}),
79 gnome-session-common (= ${binary:Version}),
80 xwayland [linux-any]
81Recommends: session-migration,
82 python3,
83Provides: x-session-manager,
84Breaks: unity (<< 7.5.0+17.10.20170619),
85 unity-settings-daemon (<< 15.04.1+17.04.20170619),
86 hud (<< 14.10+17.10.20170619),
87 unity-gtk-module (<< 0.0.0+17.04.20170918),
88Description: Ubuntu session with GNOME Shell
89 This package contains the required components for running a GNOME 3 session
90 with default Ubuntu configuration, based on the GNOME Shell.
91
92Package: unity-session
93Architecture: all
94Depends: ${misc:Depends},
95 unity,
96 dbus-user-session,
97 systemd (>= 231-9git1~),
98 unity-settings-daemon,
99 gnome-session-bin (>= ${binary:Version}),
100 gnome-session-bin (<< ${gnome:NextVersion}),
101 gnome-session-common (= ${binary:Version}),
102Recommends: session-migration,
103 thunderbird-gnome-support,
104 rhythmbox-plugin-zeitgeist,
105 zeitgeist-datahub,
106 gtk3-nocsd,
107Provides: x-session-manager,
108Breaks: upstart (<< 1.13.2-0ubuntu28~),
109 unity (<< 7.5.0+17.10.20170619),
110 unity-settings-daemon (<< 15.04.1+17.04.20170619),
111 hud (<< 14.10+17.10.20170619),
112 unity-gtk-module (<< 0.0.0+17.04.20170918),
113Replaces: ubuntu-session (<< 3.24.1-0ubuntu2),
114Description: Unity session, previous ubuntu default experience.
115 This package contains the required components for the Unity session.
116 It can be started from a display manager such as LightDM.
117
118Package: gnome-session-bin
119Architecture: any
120Depends: ${shlibs:Depends},
121 ${misc:Depends},
122 dbus-x11,
123 gsettings-desktop-schemas,
124 upower (>= 0.9.0),
125Recommends: libpam-systemd [linux-any]
126Breaks: gdm3 (<< 3.8)
127Description: GNOME Session Manager - Minimal runtime
128 The GNOME Session Manager is in charge of starting the core components
129 of the GNOME desktop, and applications that should be launched at
130 login time. It also features a way to save and restore currently
131 running applications.
132 .
133 This package contains the binaries for the GNOME Session Manager, but
134 no startup scripts. It is meant for those willing to start
135 gnome-session by hand with the components of their choice, and for
136 applications such as GDM that use gnome-session internally.
137
138Package: gnome-session-common
139Architecture: all
140Depends: ${misc:Depends}
141Description: GNOME Session Manager - common files
142 The GNOME Session Manager is in charge of starting the core components
143 of the GNOME desktop, and applications that should be launched at
144 login time. It also features a way to save and restore currently
145 running applications.
146 .
147 This package contains the translations, data files and startup scripts
148 which are common to the GNOME and GNOME fallback sessions.
0149
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2017-12-15 06:47:37 +0000
@@ -0,0 +1,51 @@
1This package was debianized by Jim Pick jim@jimpick.com on Sat, 14 Mar
21998 20:12:23 -0800. Taken over by Raphael Hertzog
3<hertzog@debian.org> on Wed, 22 Sep 1999 13:24:34 +0200, and taken
4over again by James LewisMoss on October 26, 1999.
5
6It was downloaded from <https://download.gnome.org/sources/gnome-session/>.
7
8Upstream Authors:
9
10 Dan Winship <danw@gnome.org>
11 Lucas Rocha <lucasr@gnome.org>
12 William Jon McCann <jmccann@redhat.com>
13
14 Tom Tromey <tromey@cygnus.com>
15 Felix Bellaby <felix@pooh.u-net.com>
16 Ralph Mor, X Consortium
17
18Copyright:
19
20 Copyright © 1999-2009 Red Hat, Inc.
21 Copyright © 1999-2007 Novell, Inc.
22 Copyright © 2001-2003 George Lebl
23 Copyright © 2001 Queen of England
24 Copyright © 2007-2008 William Jon McCann
25 Copyright © 2006 Ray Strode
26 Copyright © 2008 Lucas Rocha
27 Copyright © 2005 Raffaele Sandrini
28 Copyright © 2006-2007 Vincent Untz
29 Copyright © 1998 Tom Tromey
30 Copyright © 1999 Free Software Foundation, Inc.
31 Copyright © 2003 Sun Microsystems, Inc.
32
33
34License:
35
36 This package is free software; you can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation; either version 2 of the License, or
39 (at your option) any later version.
40
41 This package is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44 GNU General Public License for more details.
45
46 You should have received a copy of the GNU General Public License
47 along with this package; if not, write to the Free Software
48 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
49
50On Debian systems, the complete text of the GNU General
51Public License can be found in `/usr/share/common-licenses/GPL-2'.
052
=== added directory 'debian/data'
=== added file 'debian/data/50-ubuntu.conf'
--- debian/data/50-ubuntu.conf 1970-01-01 00:00:00 +0000
+++ debian/data/50-ubuntu.conf 2017-12-15 06:47:37 +0000
@@ -0,0 +1,2 @@
1[Seat:*]
2user-session=ubuntu
03
=== added file 'debian/data/50-unity.conf'
--- debian/data/50-unity.conf 1970-01-01 00:00:00 +0000
+++ debian/data/50-unity.conf 2017-12-15 06:47:37 +0000
@@ -0,0 +1,2 @@
1[Seat:*]
2user-session=unity
03
=== added file 'debian/data/gnome-session.override'
--- debian/data/gnome-session.override 1970-01-01 00:00:00 +0000
+++ debian/data/gnome-session.override 2017-12-15 06:47:37 +0000
@@ -0,0 +1,7 @@
1# completely disabling this is blocked on converting rdepends (unity)
2#manual
3
4# only keep post-start
5exec sleep infinity
6pre-stop exec true
7post-stop exec true
08
=== added file 'debian/data/gnome-session.service'
--- debian/data/gnome-session.service 1970-01-01 00:00:00 +0000
+++ debian/data/gnome-session.service 2017-12-15 06:47:37 +0000
@@ -0,0 +1,11 @@
1[Unit]
2Description=GNOME Session Manager
3PartOf=graphical-session.target
4
5[Service]
6ExecStart=/bin/sh -exc '[ "$DESKTOP_SESSION" != "gnome-classic" ] || export GNOME_SHELL_SESSION_MODE=classic; \
7 export GNOME_SESSION_XDG_SESSION_PATH=${XDG_SESSION_PATH}; \
8 [ "$DESKTOP_SESSION" = gnome-flashback-metacity ] && \
9 exec gnome-session --session=$DESKTOP_SESSION --disable-acceleration-check || \
10 exec gnome-session --session=$DESKTOP_SESSION'
11ExecStopPost=-/bin/sh -xc '[ "${XDG_SESSION_PATH}" = "${GNOME_SESSION_XDG_SESSION_PATH}" ] && /usr/bin/dbus-send --type=method_call --address=${UPSTART_SESSION} /com/ubuntu/Upstart com.ubuntu.Upstart0_6.EndSession'
012
=== added file 'debian/data/run-systemd-session'
--- debian/data/run-systemd-session 1970-01-01 00:00:00 +0000
+++ debian/data/run-systemd-session 2017-12-15 06:47:37 +0000
@@ -0,0 +1,42 @@
1#!/bin/sh
2set -e
3
4# clean-up upstart env, if the last session was run with upstart
5# without session systemd restart
6unset UPSTART_SESSION
7systemctl --user unset-environment UPSTART_SESSION
8
9# some old Qt programs still check this long-deprecated env var
10dbus-update-activation-environment --systemd GNOME_DESKTOP_SESSION_ID=this-is-deprecated
11
12# stop any lingering active units from a previous session
13systemctl --user stop graphical-session.target graphical-session-pre.target
14
15# robustness: if the previous graphical session left some failed units,
16# reset them so that they don't break this startup
17for unit in $(systemctl --user --no-legend --state=failed list-units | cut -f1 -d' '); do
18 if [ "$(systemctl --user show -p PartOf --value $unit)" = "graphical-session.target" ]; then
19 systemctl --user reset-failed $unit
20 fi
21done
22
23# FIXME: synthesize After=graphical-session-pre.target dependencies until this
24# can be done declaratively (https://github.com/systemd/systemd/issues/3750)
25# This could be a generator, but we don't want to penalize non-graphical logins
26# with this.
27systemctl --user list-unit-files --no-legend | while read unit status _; do
28 [ "${unit%.service}" != "$unit" ] || continue
29 [ "$status" != "$disabled" ] || continue
30 if [ "$(systemctl --user show -p PartOf --value $unit)" = "graphical-session.target" ]; then
31 mkdir -p "$XDG_RUNTIME_DIR/systemd/user/${unit}.d"
32 printf '[Unit]\nAfter=graphical-session-pre.target\n' > "$XDG_RUNTIME_DIR/systemd/user/${unit}.d/graphical-session-pre.conf"
33 fi
34done
35systemctl --user daemon-reload
36
37systemctl --user start --wait "$1"
38
39dbus-update-activation-environment --systemd GNOME_DESKTOP_SESSION_ID=
40
41# Delay killing the X server until all graphical units stopped
42systemctl --user stop graphical-session-pre.target
043
=== added file 'debian/data/unity-session.target'
--- debian/data/unity-session.target 1970-01-01 00:00:00 +0000
+++ debian/data/unity-session.target 2017-12-15 06:47:37 +0000
@@ -0,0 +1,7 @@
1[Unit]
2Description=User systemd services for the Unity graphical session
3Requires=graphical-session-pre.target
4# start/tear down graphical-session.target along with the ubuntu session
5BindsTo=graphical-session.target
6# session leader -- if this dies, die along with it
7BindsTo=gnome-session.service
08
=== added file 'debian/gnome-mimeapps.list'
--- debian/gnome-mimeapps.list 1970-01-01 00:00:00 +0000
+++ debian/gnome-mimeapps.list 2017-12-15 06:47:37 +0000
@@ -0,0 +1,347 @@
1[Default Applications]
2application/rtf=abiword.desktop
3application/x-abiword=abiword.desktop
4text/abiword=abiword.desktop
5text/richtext=abiword.desktop
6text/rtf=abiword.desktop
7text/x-abiword=abiword.desktop
8text/x-xml-abiword=abiword.desktop
9x-content/blank-bd=brasero-nautilus.desktop
10x-content/blank-dvd=brasero-nautilus.desktop
11x-content/blank-cd=brasero-nautilus.desktop
12x-content/blank-hddvd=brasero-nautilus.desktop
13application/x-dia-diagram=dia.desktop
14image/bmp=eog.desktop
15image/gif=eog.desktop
16image/jpeg=eog.desktop
17image/jpg=eog.desktop
18image/pjpeg=eog.desktop
19image/png=eog.desktop
20image/svg+xml=eog.desktop
21image/svg+xml-compressed=eog.desktop
22image/x-bmp=eog.desktop
23image/x-gray=eog.desktop
24image/x-icb=eog.desktop
25image/x-ico=eog.desktop
26image/x-pcx=eog.desktop
27image/x-png=eog.desktop
28image/x-portable-anymap=eog.desktop
29image/x-portable-bitmap=eog.desktop
30image/x-portable-graymap=eog.desktop
31image/x-portable-pixmap=eog.desktop
32image/x-xbitmap=eog.desktop
33image/x-xpixmap=eog.desktop
34image/vnd.wap.wbmp=eog.desktop
35image/g3fax=gimp.desktop
36image/x-compressed-xcf=gimp.desktop
37image/x-fits=gimp.desktop
38image/x-icon=gimp.desktop
39image/x-psd=gimp.desktop
40image/x-sgi=gimp.desktop
41image/x-sun-raster=gimp.desktop
42image/x-tga=gimp.desktop
43image/x-xcf=gimp.desktop
44image/x-xwindowdump=gimp.desktop
45application/pdf=evince.desktop
46application/x-bzpdf=evince.desktop
47application/x-gzpdf=evince.desktop
48application/postscript=evince.desktop
49application/x-bzpostscript=evince.desktop
50application/x-gzpostscript=evince.desktop
51image/x-eps=evince.desktop
52image/x-bzeps=evince.desktop
53image/x-gzeps=evince.desktop
54application/x-dvi=evince.desktop
55application/x-bzdvi=evince.desktop
56application/x-gzdvi=evince.desktop
57image/vnd.djvu=evince.desktop
58image/tiff=evince.desktop
59application/x-cbr=evince.desktop
60application/x-cbz=evince.desktop
61application/x-cb7=evince.desktop
62text/calendar=evolution.desktop
63text/x-vcard=evolution.desktop
64application/mbox=evolution.desktop
65message/rfc822=evolution.desktop
66x-scheme-handler/mailto=evolution.desktop
67application/x-7z-compressed=org.gnome.FileRoller.desktop
68application/x-7z-compressed-tar=org.gnome.FileRoller.desktop
69application/x-ace=org.gnome.FileRoller.desktop
70application/x-alz=org.gnome.FileRoller.desktop
71application/x-ar=org.gnome.FileRoller.desktop
72application/x-arj=org.gnome.FileRoller.desktop
73application/x-bzip=org.gnome.FileRoller.desktop
74application/x-bzip-compressed-tar=org.gnome.FileRoller.desktop
75application/x-bzip1=org.gnome.FileRoller.desktop
76application/x-bzip1-compressed-tar=org.gnome.FileRoller.desktop
77application/x-cabinet=org.gnome.FileRoller.desktop
78application/x-compress=org.gnome.FileRoller.desktop
79application/x-compressed-tar=org.gnome.FileRoller.desktop
80application/x-cpio=org.gnome.FileRoller.desktop
81application/x-deb=org.gnome.FileRoller.desktop
82application/x-ear=org.gnome.FileRoller.desktop
83application/x-gtar=org.gnome.FileRoller.desktop
84application/x-gzip=org.gnome.FileRoller.desktop
85application/x-java-archive=org.gnome.FileRoller.desktop
86application/x-lha=org.gnome.FileRoller.desktop
87application/x-lhz=org.gnome.FileRoller.desktop
88application/x-lzip=org.gnome.FileRoller.desktop
89application/x-lzip-compressed-tar=org.gnome.FileRoller.desktop
90application/x-lzma=org.gnome.FileRoller.desktop
91application/x-lzma-compressed-tar=org.gnome.FileRoller.desktop
92application/x-lzop=org.gnome.FileRoller.desktop
93application/x-lzop-compressed-tar=org.gnome.FileRoller.desktop
94application/x-rar=org.gnome.FileRoller.desktop
95application/x-rar-compressed=org.gnome.FileRoller.desktop
96application/x-rpm=org.gnome.FileRoller.desktop
97application/x-rzip=org.gnome.FileRoller.desktop
98application/x-tar=org.gnome.FileRoller.desktop
99application/x-tarz=org.gnome.FileRoller.desktop
100application/x-stuffit=org.gnome.FileRoller.desktop
101application/x-war=org.gnome.FileRoller.desktop
102application/x-xz=org.gnome.FileRoller.desktop
103application/x-xz-compressed-tar=org.gnome.FileRoller.desktop
104application/x-zip=org.gnome.FileRoller.desktop
105application/x-zip-compressed=org.gnome.FileRoller.desktop
106application/x-zoo=org.gnome.FileRoller.desktop
107application/zip=org.gnome.FileRoller.desktop
108multipart/x-zip=org.gnome.FileRoller.desktop
109text/plain=org.gnome.gedit.desktop
110text/css=org.gnome.gedit.desktop
111text/javascript=org.gnome.gedit.desktop
112text/mathml=org.gnome.gedit.desktop
113text/x-c++hdr=org.gnome.gedit.desktop
114text/x-c++src=org.gnome.gedit.desktop
115text/x-csrc=org.gnome.gedit.desktop
116text/x-chdr=org.gnome.gedit.desktop
117text/x-dtd=org.gnome.gedit.desktop
118text/x-java=org.gnome.gedit.desktop
119text/x-javascript=org.gnome.gedit.desktop
120text/x-makefile=org.gnome.gedit.desktop
121text/x-moc=org.gnome.gedit.desktop
122text/x-pascal=org.gnome.gedit.desktop
123text/x-patch=org.gnome.gedit.desktop
124text/x-perl=org.gnome.gedit.desktop
125text/x-php=org.gnome.gedit.desktop
126text/x-python=org.gnome.gedit.desktop
127text/x-sql=org.gnome.gedit.desktop
128text/x-tcl=org.gnome.gedit.desktop
129text/x-tex=org.gnome.gedit.desktop
130text/xml=org.gnome.gedit.desktop
131application/javascript=org.gnome.gedit.desktop
132application/x-cgi=org.gnome.gedit.desktop
133application/x-javascript=org.gnome.gedit.desktop
134application/x-perl=org.gnome.gedit.desktop
135application/x-php=org.gnome.gedit.desktop
136application/x-python=org.gnome.gedit.desktop
137application/x-shellscript=org.gnome.gedit.desktop
138application/xml=org.gnome.gedit.desktop
139application/xml-dtd=org.gnome.gedit.desktop
140application/x-font-ttf=org.gnome.font-viewer.desktop
141application/x-font-pcf=org.gnome.font-viewer.desktop
142application/x-font-type1=org.gnome.font-viewer.desktop
143application/x-font-otf=org.gnome.font-viewer.desktop
144application/x-gnumeric=gnumeric.desktop
145application/tab-separated-values=gnumeric.desktop
146text/tab-separated-values=gnumeric.desktop
147text/csv=gnumeric.desktop
148text/x-csv=gnumeric.desktop
149application/vnd.lotus-1-2-3=gnumeric.desktop
150application/x-123=gnumeric.desktop
151application/x-applix-spreadsheet=gnumeric.desktop
152application/x-mps=gnumeric.desktop
153application/x-oleo=gnumeric.desktop
154application/x-planperfect=gnumeric.desktop
155application/x-quattropro=gnumeric.desktop
156application/x-sc=gnumeric.desktop
157application/x-sylk=gnumeric.desktop
158application/x-xbase=gnumeric.desktop
159text/html=firefox-esr.desktop;firefox.desktop;
160application/xhtml+xml=firefox-esr.desktop;firefox.desktop;
161application/rss+xml=firefox-esr.desktop;firefox.desktop;
162application/rdf+xml=firefox-esr.desktop;firefox.desktop;
163x-scheme-handler/http=firefox-esr.desktop;firefox.desktop;
164x-scheme-handler/https=firefox-esr.desktop;firefox.desktop;
165application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop
166application/vnd.oasis.opendocument.spreadsheet-flat-xml=libreoffice-calc.desktop
167application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop
168application/vnd.sun.xml.calc=libreoffice-calc.desktop
169application/vnd.sun.xml.calc.template=libreoffice-calc.desktop
170application/msexcel=libreoffice-calc.desktop
171application/vnd.ms-excel=libreoffice-calc.desktop
172application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop
173application/vnd.ms-excel.sheet.macroenabled.12=libreoffice-calc.desktop
174application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice-calc.desktop
175application/vnd.ms-excel.template.macroenabled.12=libreoffice-calc.desktop
176application/vnd.ms-excel.sheet.binary.macroenabled.12=libreoffice-calc.desktop
177application/x-dbf=libreoffice-calc.desktop
178text/spreadsheet=libreoffice-calc.desktop
179application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
180application/vnd.oasis.opendocument.graphics-flat-xml=libreoffice-draw.desktop
181application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
182application/vnd.sun.xml.draw=libreoffice-draw.desktop
183application/vnd.sun.xml.draw.template=libreoffice-draw.desktop
184application/vnd.visio=libreoffice-draw.desktop
185application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
186application/vnd.oasis.opendocument.presentation-flat-xml=libreoffice-impress.desktop
187application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
188application/vnd.sun.xml.impress=libreoffice-impress.desktop
189application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
190application/mspowerpoint=libreoffice-impress.desktop
191application/vnd.ms-powerpoint=libreoffice-impress.desktop
192application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop
193application/vnd.ms-powerpoint.presentation.macroenabled.12=libreoffice-impress.desktop
194application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop
195application/vnd.ms-powerpoint.template.macroenabled.12=libreoffice-impress.desktop
196application/vnd.openxmlformats-officedocument.presentationml.slide=libreoffice-impress.desktop
197application/vnd.openxmlformats-officedocument.presentationml.slideshow=libreoffice-impress.desktop
198application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
199application/vnd.sun.xml.math=libreoffice-math.desktop
200application/vnd.oasis.opendocument.text=libreoffice-writer.desktop
201application/vnd.oasis.opendocument.text-flat-xml=libreoffice-writer.desktop
202application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop
203application/vnd.oasis.opendocument.text-web=libreoffice-writer.desktop
204application/vnd.oasis.opendocument.text-master=libreoffice-writer.desktop
205application/vnd.sun.xml.writer=libreoffice-writer.desktop
206application/vnd.sun.xml.writer.template=libreoffice-writer.desktop
207application/vnd.sun.xml.writer.global=libreoffice-writer.desktop
208eapplication/vnd.ms-word=libreoffice-writer.desktop
209application/x-doc=libreoffice-writer.desktop
210application/x-hwp=libreoffice-writer.desktop
211application/vnd.wordperfect=libreoffice-writer.desktop
212application/wordperfect=libreoffice-writer.desktop
213application/vnd.lotus-wordpro=libreoffice-writer.desktop
214application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop
215application/vnd.ms-word.document.macroenabled.12=libreoffice-writer.desktop
216application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop
217application/vnd.ms-word.template.macroenabled.12=libreoffice-writer.desktop
218application/x-cd-image=gnome-disk-image-mounter.desktop
219application/x-raw-disk-image=gnome-disk-image-writer.desktop
220application/x-raw-disk-image-xz-compressed=gnome-disk-image-writer.desktop
221x-content/software=nautilus-autorun-software.desktop
222inode/directory=org.gnome.Nautilus.desktop
223application/x-gnome-saved-search=org.gnome.Nautilus.desktop
224x-content/audio-player=rhythmbox.desktop
225x-content/audio-cdda=sound-juicer.desktop
226application/mxf=org.gnome.Totem.desktop
227application/ogg=org.gnome.Totem.desktop
228application/ram=org.gnome.Totem.desktop
229application/sdp=org.gnome.Totem.desktop
230application/smil=org.gnome.Totem.desktop
231application/smil+xml=org.gnome.Totem.desktop
232application/vnd.ms-wpl=org.gnome.Totem.desktop
233application/vnd.rn-realmedia=org.gnome.Totem.desktop
234application/x-extension-m4a=org.gnome.Totem.desktop
235application/x-extension-mp4=org.gnome.Totem.desktop
236application/x-flac=org.gnome.Totem.desktop
237application/x-flash-video=org.gnome.Totem.desktop
238application/x-matroska=org.gnome.Totem.desktop
239application/x-netshow-channel=org.gnome.Totem.desktop
240application/x-ogg=org.gnome.Totem.desktop
241application/x-quicktime-media-link=org.gnome.Totem.desktop
242application/x-quicktimeplayer=org.gnome.Totem.desktop
243application/x-shorten=org.gnome.Totem.desktop
244application/x-smil=org.gnome.Totem.desktop
245application/xspf+xml=org.gnome.Totem.desktop
246audio/3gpp=org.gnome.Totem.desktop
247audio/ac3=org.gnome.Totem.desktop
248audio/AMR=org.gnome.Totem.desktop
249audio/AMR-WB=org.gnome.Totem.desktop
250audio/basic=org.gnome.Totem.desktop
251audio/flac=org.gnome.Totem.desktop
252audio/midi=org.gnome.Totem.desktop
253audio/mp4=org.gnome.Totem.desktop
254audio/mpeg=org.gnome.Totem.desktop
255audio/mpegurl=org.gnome.Totem.desktop
256audio/ogg=org.gnome.Totem.desktop
257audio/prs.sid=org.gnome.Totem.desktop
258audio/vnd.rn-realaudio=org.gnome.Totem.desktop
259audio/x-ape=org.gnome.Totem.desktop
260audio/x-flac=org.gnome.Totem.desktop
261audio/x-gsm=org.gnome.Totem.desktop
262audio/x-it=org.gnome.Totem.desktop
263audio/x-m4a=org.gnome.Totem.desktop
264audio/x-matroska=org.gnome.Totem.desktop
265audio/x-mod=org.gnome.Totem.desktop
266audio/x-mp3=org.gnome.Totem.desktop
267audio/x-mpeg=org.gnome.Totem.desktop
268audio/x-mpegurl=org.gnome.Totem.desktop
269audio/x-ms-asf=org.gnome.Totem.desktop
270audio/x-ms-asx=org.gnome.Totem.desktop
271audio/x-ms-wax=org.gnome.Totem.desktop
272audio/x-ms-wma=org.gnome.Totem.desktop
273audio/x-musepack=org.gnome.Totem.desktop
274audio/x-pn-aiff=org.gnome.Totem.desktop
275audio/x-pn-au=org.gnome.Totem.desktop
276audio/x-pn-realaudio=org.gnome.Totem.desktop
277audio/x-pn-realaudio-plugin=org.gnome.Totem.desktop
278audio/x-pn-wav=org.gnome.Totem.desktop
279audio/x-pn-windows-acm=org.gnome.Totem.desktop
280audio/x-realaudio=org.gnome.Totem.desktop
281audio/x-real-audio=org.gnome.Totem.desktop
282audio/x-sbc=org.gnome.Totem.desktop
283audio/x-scpls=org.gnome.Totem.desktop
284audio/x-speex=org.gnome.Totem.desktop
285audio/x-tta=org.gnome.Totem.desktop
286audio/x-vorbis=org.gnome.Totem.desktop
287audio/x-vorbis+ogg=org.gnome.Totem.desktop
288audio/x-wav=org.gnome.Totem.desktop
289audio/x-wavpack=org.gnome.Totem.desktop
290audio/x-xm=org.gnome.Totem.desktop
291image/vnd.rn-realpix=org.gnome.Totem.desktop
292image/x-pict=org.gnome.Totem.desktop
293misc/ultravox=org.gnome.Totem.desktop
294text/google-video-pointer=org.gnome.Totem.desktop
295text/x-google-video-pointer=org.gnome.Totem.desktop
296video/3gpp=org.gnome.Totem.desktop
297video/dv=org.gnome.Totem.desktop
298video/fli=org.gnome.Totem.desktop
299video/flv=org.gnome.Totem.desktop
300video/mp2t=org.gnome.Totem.desktop
301video/mp4=org.gnome.Totem.desktop
302video/mp4v-es=org.gnome.Totem.desktop
303video/mpeg=org.gnome.Totem.desktop
304video/msvideo=org.gnome.Totem.desktop
305video/ogg=org.gnome.Totem.desktop
306video/quicktime=org.gnome.Totem.desktop
307video/vivo=org.gnome.Totem.desktop
308video/vnd.divx=org.gnome.Totem.desktop
309video/vnd.rn-realvideo=org.gnome.Totem.desktop
310video/vnd.vivo=org.gnome.Totem.desktop
311video/webm=org.gnome.Totem.desktop
312video/x-anim=org.gnome.Totem.desktop
313video/x-avi=org.gnome.Totem.desktop
314video/x-flc=org.gnome.Totem.desktop
315video/x-fli=org.gnome.Totem.desktop
316video/x-flic=org.gnome.Totem.desktop
317video/x-flv=org.gnome.Totem.desktop
318video/x-m4v=org.gnome.Totem.desktop
319video/x-matroska=org.gnome.Totem.desktop
320video/x-mpeg=org.gnome.Totem.desktop
321video/x-ms-asf=org.gnome.Totem.desktop
322video/x-ms-asx=org.gnome.Totem.desktop
323video/x-msvideo=org.gnome.Totem.desktop
324video/x-ms-wm=org.gnome.Totem.desktop
325video/x-ms-wmv=org.gnome.Totem.desktop
326video/x-ms-wmx=org.gnome.Totem.desktop
327video/x-ms-wvx=org.gnome.Totem.desktop
328video/x-nsv=org.gnome.Totem.desktop
329video/x-ogm+ogg=org.gnome.Totem.desktop
330video/x-theora+ogg=org.gnome.Totem.desktop
331video/x-totem-stream=org.gnome.Totem.desktop
332x-content/video-dvd=org.gnome.Totem.desktop
333x-content/video-vcd=org.gnome.Totem.desktop
334x-content/video-svcd=org.gnome.Totem.desktop
335x-scheme-handler/pnm=org.gnome.Totem.desktop
336x-scheme-handler/mms=org.gnome.Totem.desktop
337x-scheme-handler/net=org.gnome.Totem.desktop
338x-scheme-handler/rtp=org.gnome.Totem.desktop
339x-scheme-handler/rtsp=org.gnome.Totem.desktop
340x-scheme-handler/mmsh=org.gnome.Totem.desktop
341x-scheme-handler/uvox=org.gnome.Totem.desktop
342x-scheme-handler/icy=org.gnome.Totem.desktop
343x-scheme-handler/icyx=org.gnome.Totem.desktop
344x-scheme-handler/ghelp=yelp.desktop
345x-scheme-handler/help=yelp.desktop
346x-scheme-handler/info=yelp.desktop
347x-scheme-handler/man=yelp.desktop
0348
=== added file 'debian/gnome-session-bin.install'
--- debian/gnome-session-bin.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-bin.install 2017-12-15 06:47:37 +0000
@@ -0,0 +1,12 @@
1#!/usr/bin/dh-exec
2usr/bin/gnome-session*
3usr/lib/gnome-session*
4usr/share/gnome-session/*.ui
5usr/share/gnome-session/hardware-compatibility
6usr/share/man/man1
7usr/share/glib-2.0/schemas
8usr/share/GConf/gsettings
9debian/data/gnome-session.service usr/lib/systemd/user/
10debian/data/gnome-session.override usr/share/upstart/systemd-session/upstart/
11debian/data/run-systemd-session usr/lib/gnome-session/
12debian/gnome-session-bin.user-session.upstart => usr/share/upstart/sessions/gnome-session.conf
013
=== added file 'debian/gnome-session-bin.postinst'
--- debian/gnome-session-bin.postinst 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-bin.postinst 2017-12-15 06:47:37 +0000
@@ -0,0 +1,12 @@
1#!/bin/sh
2
3set -e
4
5if [ "$1" = configure ]; then
6 update-alternatives --install /usr/bin/x-session-manager \
7 x-session-manager /usr/bin/gnome-session 50 \
8 --slave /usr/share/man/man1/x-session-manager.1.gz \
9 x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz
10fi
11
12#DEBHELPER#
013
=== added file 'debian/gnome-session-bin.prerm'
--- debian/gnome-session-bin.prerm 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-bin.prerm 2017-12-15 06:47:37 +0000
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3set -e
4
5if [ "$1" = "remove" ]; then
6 update-alternatives --remove x-session-manager /usr/bin/gnome-session
7fi
8
9#DEBHELPER#
010
=== added file 'debian/gnome-session-bin.user-session.upstart'
--- debian/gnome-session-bin.user-session.upstart 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-bin.user-session.upstart 2017-12-15 06:47:37 +0000
@@ -0,0 +1,31 @@
1description "Gnome Session itself"
2author "Stéphane Graber <stgraber@ubuntu.com>"
3
4start on started dbus and xsession SESSIONTYPE=gnome-session
5stop on starting gnome-session INSTANCE!=$XDG_CURRENT_DESKTOP
6
7instance $XDG_CURRENT_DESKTOP
8
9emits desktop-start
10emits desktop-end
11
12script
13
14# Gnome-classic session requires this env to be exported
15if [ "x${DESKTOP_SESSION}" = "xgnome-classic" ] ; then
16 export GNOME_SHELL_SESSION_MODE=classic
17fi
18
19unset UPSTART_EVENTS UPSTART_INSTANCE UPSTART_JOB
20case "$DESKTOP_SESSION" in
21 gnome-flashback-metacity) exec gnome-session --session=$DESKTOP_SESSION --disable-acceleration-check ;;
22 *) exec gnome-session --session=$DESKTOP_SESSION ;;
23esac
24end script
25
26post-start exec initctl emit desktop-start DESKTOP_SESSION=$DESKTOP_SESSION
27
28# Don't wait to avoid blocking the session from ending.
29pre-stop exec initctl emit --no-wait desktop-end DESKTOP_SESSION=$DESKTOP_SESSION
30
31post-stop exec dbus-send --type=method_call --address=$UPSTART_SESSION /com/ubuntu/Upstart com.ubuntu.Upstart0_6.EndSession
032
=== added file 'debian/gnome-session-common.dirs'
--- debian/gnome-session-common.dirs 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-common.dirs 2017-12-15 06:47:37 +0000
@@ -0,0 +1,1 @@
1etc/xdg/
02
=== added file 'debian/gnome-session-common.install'
--- debian/gnome-session-common.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-session-common.install 2017-12-15 06:47:37 +0000
@@ -0,0 +1,7 @@
1usr/share/applications
2usr/share/icons
3usr/share/locale
4debian/55gnome-session_gnomerc etc/X11/Xsession.d
5debian/xdg_dirs_desktop_session.sh etc/profile.d
6# Handled by desktop-file-utils in Ubuntu
7# debian/gnome-mimeapps.list usr/share/applications/
08
=== added file 'debian/gnome-session.docs'
--- debian/gnome-session.docs 1970-01-01 00:00:00 +0000
+++ debian/gnome-session.docs 2017-12-15 06:47:37 +0000
@@ -0,0 +1,3 @@
1AUTHORS
2NEWS
3README
04
=== added file 'debian/gnome-session.install'
--- debian/gnome-session.install 1970-01-01 00:00:00 +0000
+++ debian/gnome-session.install 2017-12-15 06:47:37 +0000
@@ -0,0 +1,4 @@
1usr/share/doc
2usr/share/xsessions/gnome-xorg.desktop
3usr/share/gnome-session/sessions/gnome.session
4usr/share/wayland-sessions/gnome.desktop
05
=== added file 'debian/gnome-session.links'
--- debian/gnome-session.links 1970-01-01 00:00:00 +0000
+++ debian/gnome-session.links 2017-12-15 06:47:37 +0000
@@ -0,0 +1,1 @@
1usr/share/xsessions/gnome-xorg.desktop usr/share/xsessions/gnome.desktop
02
=== added file 'debian/gnome-session.postinst'
--- debian/gnome-session.postinst 1970-01-01 00:00:00 +0000
+++ debian/gnome-session.postinst 2017-12-15 06:47:37 +0000
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3set -e
4
5if [ "$1" = configure ]; then
6 update-alternatives --install /usr/share/gnome-shell/theme/gdm3.css \
7 gdm3.css /usr/share/gnome-shell/theme/gnome-shell.css 5
8fi
9
10#DEBHELPER#
011
=== added file 'debian/gnome-session.prerm'
--- debian/gnome-session.prerm 1970-01-01 00:00:00 +0000
+++ debian/gnome-session.prerm 2017-12-15 06:47:37 +0000
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3set -e
4
5if [ "$1" = "remove" ]; then
6 update-alternatives --remove gdm3.css /usr/share/gnome-shell/theme/gnome-shell.css
7fi
8
9#DEBHELPER#
010
=== added file 'debian/gnome-wayland.desktop'
--- debian/gnome-wayland.desktop 1970-01-01 00:00:00 +0000
+++ debian/gnome-wayland.desktop 2017-12-15 06:47:37 +0000
@@ -0,0 +1,158 @@
1[Desktop Entry]
2Name=GNOME on Wayland
3Name[af]=GNOME op Wayland
4Name[ar]=جنوم على وايلاند
5Name[as]=Wayland ত GNOME
6Name[be]=GNOME на Wayland
7Name[bg]=GNOME с Wayland
8Name[bn_IN]=Wayland এ GNOME
9Name[bs]=GNOME u Wayland
10Name[ca]=GNOME sobre Wayland
11Name[ca@valencia]=GNOME sobre Wayland
12Name[cs]=GNOME na Waylandu
13Name[da]=GNOME på Wayland
14Name[de]=GNOME unter Wayland
15Name[el]=GNOME σε Wayland
16Name[eo]=GNOME je Vejlando
17Name[es]=GNOME en Wayland
18Name[et]=GNOME Waylandiga
19Name[eu]=GNOME Wayland gainean
20Name[fa]=گنوم بر روی Wayland
21Name[fi]=Gnome Waylandia käyttäen
22Name[fr]=GNOME sur Wayland
23Name[fur]=GNOME su Wayland
24Name[gd]=GNOME air Wayland
25Name[gl]=GNOME en Wayland
26Name[gu]=Wayland પર GNOME
27Name[he]=‏GNOME על גבי Wayland
28Name[hi]=गनोम वेलैंड पर
29Name[hr]=GNOME na Waylandu
30Name[hu]=GNOME Wayland-en
31Name[id]=GNOME pada Wayland
32Name[is]=GNOME á Wayland
33Name[it]=GNOME su Wayland
34Name[kk]=Wayland негізіндегі GNOME
35Name[km]=GNOME នៅ Wayland
36Name[kn]=Wayland ನಲ್ಲಿ GNOME
37Name[ko]=그놈, 웨일랜드
38Name[lt]=GNOME Wayland aplinkoje
39Name[lv]=GNOME ar Wayland
40Name[ml]=ഗ്നോം വേലാന്റില്‍
41Name[mr]=वेलँडवरील GNOME
42Name[ms]=GNOME pada Wayland
43Name[nb]=GNOME på Wayland
44Name[ne]=व्यल्यान्ड जिनोम
45Name[nl]=Gnome op Wayland
46Name[or]=ୱେଲ୍ୟାଣ୍ଡ ଉପରେ GNOME
47Name[pa]=ਵੇਲੈਂਡ ਉੱਤੇ ਗਨੋਮ
48Name[pl]=GNOME (Wayland)
49Name[pt]=GNOME no Wayland
50Name[pt_BR]=GNOME sobre Wayland
51Name[ro]=GNOME pe Wayland
52Name[ru]=GNOME на Wayland
53Name[sk]=GNOME cez Wayland
54Name[sl]=GNOME na sistemu Wayland
55Name[sr]=Гном на Вејланду
56Name[sr@latin]=Gnom na Vejlandu
57Name[sv]=GNOME med Wayland
58Name[ta]=Wayland இல் GNOME
59Name[te]=వేల్యాండ్ పై గ్నోమ్
60Name[tg]=GNOME дар Wayland
61Name[tr]=Wayland üzerinde GNOME
62Name[uk]=GNOME через Wayland
63Name[vi]=GNOME trên Wayland
64Name[zh_CN]=基于 Wayland 的 GNOME
65Name[zh_HK]=GNOME 於 Wayland
66Comment=This session logs you into GNOME
67Comment[af]=Hierdie sessie laat mens aanmeld by GNOME
68Comment[an]=Ista sesión accede a GNOME
69Comment[ar]=تولجك هذه الجلسة في جنوم
70Comment[as]=এই অধিবেশনে আপোনাক GNOME ত লগিন কৰায়
71Comment[ast]=Esta sesión conéuta-y a GNOME
72Comment[be]=Сеанс уваходу ў GNOME
73Comment[be@latin]=Hetaja sesija ŭruchamlaje GNOME
74Comment[bg]=Влизане в GNOME
75Comment[bn]=এই সেশনের মাধ্যমে GNOME-এ লগ-ইন করা যাবে
76Comment[bn_IN]=এই সেশানের মাধ্যমে GNOME-এ লগ-ইন করা যাবে
77Comment[br]=An estez-mañ a lug ac'hanoc'h davet GNOME
78Comment[bs]=Ova sesija Vas prijavljuje u GNOME
79Comment[ca]=Aquesta sessió us entra al GNOME
80Comment[ca@valencia]=Esta sessió vos entra al GNOME
81Comment[crh]=Bu oturım sizni GNOME'ğa içeri imzalandırır
82Comment[cs]=Toto sezení vás přihlásí do GNOME
83Comment[da]=Denne session logger dig ind i GNOME
84Comment[de]=Diese Sitzung meldet Sie bei GNOME an
85Comment[dz]=ལཱ་ཡུན་འདི་གིས་ ཁྱོད་ ཇི་ནོམ་ནང་ལུ་ ནང་བསྐྱོད་འབདཝ་ཨིན་
86Comment[el]=Αυτή η συνεδρία σας συνδέει στο GNOME
87Comment[en@shaw]=𐑞𐑦𐑕 𐑕𐑧𐑖𐑩𐑯 𐑤𐑪𐑜𐑟 𐑿 𐑦𐑯𐑑𐑫 ·𐑜𐑯𐑴𐑥
88Comment[en_GB]=This session logs you into GNOME
89Comment[eo]=Ĉi tiu seanco ensalutas vin en GNOME
90Comment[es]=Esta sesión accede a GNOME
91Comment[et]=Selle seansiga logitakse sind GNOME keskkonda sisse
92Comment[eu]=Saio honek GNOMEn sartuko zaitu
93Comment[fa]=این نشست شما را به گنوم وارد می‌کند.
94Comment[fi]=Tämä istunto kirjautuu Gnomeen
95Comment[fr]=Cette session vous connecte dans GNOME
96Comment[fur]=Cheste session ti fasarâ jentrâ dentri GNOME
97Comment[fy]=Dizze sesje meld jo oan by Gnome
98Comment[ga]=Logálann an seisiún seo thú isteach i nGNOME
99Comment[gd]=Clàraidh an seisean seo a-steach gu GNOME thu
100Comment[gl]=Esta sesión iniciará en GNOME
101Comment[gu]=આ સત્ર તમને GNOME માં પ્રવેશ આપે છે
102Comment[he]=הפעלה זאת מחברת אותך לשולחן העבודה GNOME
103Comment[hi]=यह सत्र गनोम में लॉगइन होगा
104Comment[hr]=Ova sesija vas prijavljuje u GNOME
105Comment[hu]=Bejelentkezés a GNOME környezetbe
106Comment[id]=Sesi ini melogkan Anda ke dalam GNOME
107Comment[is]=Þessi seta skráir þig inn í GNOME
108Comment[it]=Questa sessione esegue l'accesso in GNOME
109Comment[ja]=このセッションで GNOME にログインします
110Comment[ka]=ეს სესია გნომში შესვლის საშუალებას იძლევა
111Comment[kk]=Бұл сессия арқылы GNOME-ға кіресіз
112Comment[km]=សម័យ​នេះ​ជា​កំណត់​ហេតុ​ដែល​អ្នក​ទៅ​កាន់ GNOME
113Comment[kn]=ಈ ಅಧಿವೇಶನವು ನಿಮ್ಮನ್ನು GNOME ಗೆ ಪ್ರವೇಶಿಸುವಂತೆ ಮಾಡುತ್ತದೆ
114Comment[ko]=이 세션을 사용하면 그놈에 로그인합니다
115Comment[lt]=Šis seansas prijungia jus prie GNOME
116Comment[lv]=Šī sesija ieraksta jūs GNOME vidē
117Comment[mai]=ई सत्र अहाँक गनोममे लागिन दैछ
118Comment[mk]=Оваа сесија Ве најавува во GNOME
119Comment[ml]=ഈ പ്രവര്‍ത്തനവേള നിങ്ങളെ ഗ്നോമിലേക്ക് കയറ്റുന്നു
120Comment[mr]=GNOME मध्ये दाखल करण्याजोगी सत्र लॉग
121Comment[ms]=Sesi ini akan log masuk ke GNOME
122Comment[nb]=Denne økten logger inn i GNOME
123Comment[nds]=Düsser Törn mellt dik bi GNOME an
124Comment[ne]=यो सत्र जिनोम लगईन हुन्छ
125Comment[nl]=Deze sessie laat u in Gnome inloggen
126Comment[nn]=Denne økta loggar inn i GNOME
127Comment[oc]=Aquesta session vos connècta dins GNOME
128Comment[or]=ଏହି ଅଧିବେଶନ ଆପଣଙ୍କୁ ନୋମ ରେ ଲଗ କରାଇଥାଏ
129Comment[pa]=ਇਹ ਸ਼ੈਸ਼ਨ ਤੁਹਾਨੂੰ ਗਨੋਮ ਵਿੱਚ ਲਾਗ ਕਰਦਾ ਹੈ
130Comment[pl]=Ta sesja loguje użytkownika do środowiska GNOME
131Comment[ps]=دا ناسته تاسو ګنوم ته ننباسي
132Comment[pt]=Esta é uma sessão no GNOME
133Comment[pt_BR]=Essa sessão o leva ao GNOME
134Comment[ro]=Această sesiune vă va autentifica în GNOME
135Comment[ru]=Этот сеанс позволяет вам войти в GNOME
136Comment[sk]=Táto relácia vás prihlási do GNOME
137Comment[sl]=Seja omogoča prijavo v namizje GNOME.
138Comment[sr]=Ова сесија вас пријављује у Гном
139Comment[sr@latin]=Ova sesija vas prijavljuje u Gnom
140Comment[sv]=Denna session loggar in dig i GNOME
141Comment[ta]=இந்த அமர்வு க்நோம் இல் உங்களை நுழைக்கும்
142Comment[te]=ఈ సెషన్ గ్నోమ్‌లోనికి లాగ్ చేస్తుంది
143Comment[tg]=Ин ҷаласа шуморо ба GNOME ворид мекунад
144Comment[th]=วาระนี้จะเข้าสู่ GNOME
145Comment[tr]=Bu oturum GNOME girişi yapmanızı sağlar
146Comment[ug]=بۇ ئەڭگىمە سىزنى گىنومغا ئەكىرىدۇ.
147Comment[uk]=Це — сеанс входу в GNOME
148Comment[uz]=Ushbu seans GNOME'ga kirishingizni taʼminlaydi
149Comment[uz@cyrillic]=Ушбу сеанс GNOME'га киришингизни таъминлайди
150Comment[vi]=Phiên làm việc này sẽ đăng nhập bạn vào GNOME
151Comment[zh_CN]=此会话将您登录到 GNOME
152Comment[zh_HK]=這個作業階段讓你登入 GNOME
153Comment[zh_TW]=這個工作階段讓您登入 GNOME
154Exec=gnome-session --session=gnome
155TryExec=gnome-shell
156Icon=
157Type=Application
158DesktopNames=GNOME
0159
=== added directory 'debian/patches'
=== added file 'debian/patches/103_kill_the_fail_whale.patch'
--- debian/patches/103_kill_the_fail_whale.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/103_kill_the_fail_whale.patch 2017-12-15 06:47:37 +0000
@@ -0,0 +1,41 @@
1Index: gnome-session/gnome-session/gsm-fail-whale.c
2===================================================================
3--- gnome-session.orig/gnome-session/gsm-fail-whale.c
4+++ gnome-session/gnome-session/gsm-fail-whale.c
5@@ -21,6 +21,8 @@
6 #include <signal.h>
7 #include <stdlib.h>
8
9+#include <stdlib.h>
10+
11 #include <glib/gi18n.h>
12 #include <glib/gstdio.h>
13
14@@ -38,25 +40,6 @@ gsm_fail_whale_dialog_we_failed (gboole
15 gboolean allow_logout,
16 GsmShellExtensions *extensions)
17 {
18- gint i;
19- gchar *argv[5];
20- GPid pid;
21-
22- i = 0;
23- argv[i++] = LIBEXECDIR "/gnome-session-failed";
24- if (debug_mode)
25- argv[i++] = "--debug";
26- if (allow_logout)
27- argv[i++] = "--allow-logout";
28- if (extensions != NULL && gsm_shell_extensions_n_extensions (extensions) > 0)
29- argv[i++] = "--extensions";
30- argv[i++] = NULL;
31-
32- if (!g_spawn_async (NULL, argv, (char **) gsm_util_listenv (), G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, NULL)) {
33- exit (1);
34- }
35-
36- g_child_watch_add (pid,
37- (GChildWatchFunc)on_fail_whale_failed,
38- NULL);
39+ g_critical ("We failed, but the fail whale is dead. Sorry....");
40+ exit (1);
41 }
042
=== added file 'debian/patches/13_display_session_properties.patch'
--- debian/patches/13_display_session_properties.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/13_display_session_properties.patch 2017-12-15 06:47:37 +0000
@@ -0,0 +1,18 @@
1Description: Display session-properties in the menu
2 gnome-control-center no longer includes the Startup Applications capplet,
3 so at least make session-properties discoverable via the menu or via
4 the builtian search.
5Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683814
6
7Index: gnome-session/data/gnome-session-properties.desktop.in.in
8===================================================================
9--- gnome-session.orig/data/gnome-session-properties.desktop.in.in
10+++ gnome-session/data/gnome-session-properties.desktop.in.in
11@@ -8,7 +8,6 @@ Type=Application
12 StartupNotify=true
13 Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
14 OnlyShowIn=GNOME;Unity;
15-NoDisplay=true
16 X-GNOME-Bugzilla-Bugzilla=GNOME
17 X-GNOME-Bugzilla-Product=gnome-session
18 X-GNOME-Bugzilla-Component=gnome-session-properties
019
=== added file 'debian/patches/22_support_autostart_delay.patch'
--- debian/patches/22_support_autostart_delay.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/22_support_autostart_delay.patch 2017-12-15 06:47:37 +0000
@@ -0,0 +1,232 @@
1Description: Add support for autostarting applications after a delay
2 Make it possible to delay autostarting an application for a time
3 period defined by the "X-GNOME-Autostart-Delay" key in the applications
4 desktop file
5Author: Chris Coulson <chrisccoulson@ubuntu.com>
6Bug: https://bugzilla.gnome.org/show_bug.cgi?id=608402
7
8Index: gnome-session/gnome-session/gsm-app.c
9===================================================================
10--- gnome-session.orig/gnome-session/gsm-app.c
11+++ gnome-session/gnome-session/gsm-app.c
12@@ -316,6 +316,7 @@ gsm_app_class_init (GsmAppClass *klass)
13 klass->impl_provides = NULL;
14 klass->impl_get_provides = NULL;
15 klass->impl_is_running = NULL;
16+ klass->impl_peek_autostart_delay = NULL;
17
18 g_object_class_install_property (object_class,
19 PROP_PHASE,
20@@ -518,7 +519,22 @@ gboolean
21 gsm_app_stop (GsmApp *app,
22 GError **error)
23 {
24- return GSM_APP_GET_CLASS (app)->impl_stop (app, error);
25+ if (gsm_app_is_running (app))
26+ return GSM_APP_GET_CLASS (app)->impl_stop (app, error);
27+
28+ return TRUE;
29+}
30+
31+int
32+gsm_app_peek_autostart_delay (GsmApp *app)
33+{
34+ g_return_val_if_fail (GSM_IS_APP (app), FALSE);
35+
36+ if (GSM_APP_GET_CLASS (app)->impl_peek_autostart_delay) {
37+ return GSM_APP_GET_CLASS (app)->impl_peek_autostart_delay (app);
38+ } else {
39+ return 0;
40+ }
41 }
42
43 void
44Index: gnome-session/gnome-session/gsm-app.h
45===================================================================
46--- gnome-session.orig/gnome-session/gsm-app.h
47+++ gnome-session/gnome-session/gsm-app.h
48@@ -63,6 +63,7 @@ struct _GsmAppClass
49 GError **error);
50 gboolean (*impl_stop) (GsmApp *app,
51 GError **error);
52+ int (*impl_peek_autostart_delay) (GsmApp *app);
53 gboolean (*impl_provides) (GsmApp *app,
54 const char *service);
55 char ** (*impl_get_provides) (GsmApp *app);
56@@ -120,6 +121,7 @@ gboolean gsm_app_has_autostart_c
57 gboolean gsm_app_get_registered (GsmApp *app);
58 void gsm_app_set_registered (GsmApp *app,
59 gboolean registered);
60+int gsm_app_peek_autostart_delay (GsmApp *app);
61
62 G_END_DECLS
63
64Index: gnome-session/gnome-session/gsm-autostart-app.c
65===================================================================
66--- gnome-session.orig/gnome-session/gsm-autostart-app.c
67+++ gnome-session/gnome-session/gsm-autostart-app.c
68@@ -20,6 +20,7 @@
69 #include <config.h>
70
71 #include <ctype.h>
72+#include <stdlib.h>
73 #include <string.h>
74 #include <sys/wait.h>
75 #include <errno.h>
76@@ -73,6 +74,7 @@ struct _GsmAutostartAppPrivate {
77 char *condition_string;
78 gboolean condition;
79 gboolean autorestart;
80+ int autostart_delay;
81
82 GFileMonitor *condition_monitor;
83 guint condition_notify_id;
84@@ -110,6 +112,7 @@ gsm_autostart_app_init (GsmAutostartApp
85 app->priv->pid = -1;
86 app->priv->condition_monitor = NULL;
87 app->priv->condition = FALSE;
88+ app->priv->autostart_delay = -1;
89 }
90
91 static gboolean
92@@ -685,6 +688,20 @@ load_desktop_file (GsmAutostartApp *app
93 "AutostartCondition");
94 setup_condition_monitor (app);
95
96+ const char *delay;
97+ delay = g_desktop_app_info_get_string (app->priv->app_info,
98+ GSM_AUTOSTART_APP_DELAY_KEY);
99+
100+ if (delay != NULL) {
101+ app->priv->autostart_delay = strtol (delay, NULL, 10);
102+
103+ if (app->priv->autostart_delay < 0) {
104+ g_warning ("Invalid autostart delay of %d for %s", app->priv->autostart_delay,
105+ gsm_app_peek_id (GSM_APP (app)));
106+ app->priv->autostart_delay = -1;
107+ }
108+ }
109+
110 g_object_set (app,
111 "phase", phase,
112 "startup-id", startup_id,
113@@ -1401,6 +1418,14 @@ gsm_autostart_app_get_app_id (GsmApp *ap
114 return g_app_info_get_id (G_APP_INFO (GSM_AUTOSTART_APP (app)->priv->app_info));
115 }
116
117+static int
118+gsm_autostart_app_peek_autostart_delay (GsmApp *app)
119+{
120+ GsmAutostartApp *aapp = GSM_AUTOSTART_APP (app);
121+
122+ return aapp->priv->autostart_delay;
123+}
124+
125 static gboolean
126 gsm_autostart_app_initable_init (GInitable *initable,
127 GCancellable *cancellable,
128@@ -1448,6 +1473,7 @@ gsm_autostart_app_class_init (GsmAutosta
129 app_class->impl_has_autostart_condition = gsm_autostart_app_has_autostart_condition;
130 app_class->impl_get_app_id = gsm_autostart_app_get_app_id;
131 app_class->impl_get_autorestart = gsm_autostart_app_get_autorestart;
132+ app_class->impl_peek_autostart_delay = gsm_autostart_app_peek_autostart_delay;
133
134 g_object_class_install_property (object_class,
135 PROP_DESKTOP_FILENAME,
136Index: gnome-session/gnome-session/gsm-manager.c
137===================================================================
138--- gnome-session.orig/gnome-session/gsm-manager.c
139+++ gnome-session/gnome-session/gsm-manager.c
140@@ -399,7 +399,8 @@ app_condition_changed (GsmApp *app,
141 } else {
142 g_debug ("GsmManager: stopping app %s", gsm_app_peek_id (app));
143
144- /* If we don't have a client then we should try to kill the app */
145+ /* If we don't have a client then we should try to kill the app ,
146+ * if it is running */
147 error = NULL;
148 res = gsm_app_stop (app, &error);
149 if (! res) {
150@@ -724,10 +725,36 @@ on_phase_timeout (GsmManager *manager)
151 }
152
153 static gboolean
154+_autostart_delay_timeout (GsmApp *app)
155+{
156+ GError *error = NULL;
157+ gboolean res;
158+
159+ if (!gsm_app_peek_is_disabled (app)
160+ && !gsm_app_peek_is_conditionally_disabled (app)) {
161+ res = gsm_app_start (app, &error);
162+ if (!res) {
163+ if (error != NULL) {
164+ g_warning ("Could not launch application '%s': %s",
165+ gsm_app_peek_app_id (app),
166+ error->message);
167+ g_error_free (error);
168+ }
169+ }
170+ }
171+
172+ g_object_unref (app);
173+
174+ return FALSE;
175+}
176+
177+static gboolean
178 _start_app (const char *id,
179 GsmApp *app,
180 GsmManager *manager)
181 {
182+ int delay;
183+
184 if (gsm_app_peek_phase (app) != manager->priv->phase) {
185 goto out;
186 }
187@@ -745,6 +772,18 @@ _start_app (const char *id,
188 goto out;
189 }
190
191+ /* Only accept an autostart delay for the application phase */
192+ if (manager->priv->phase == GSM_MANAGER_PHASE_APPLICATION) {
193+ delay = gsm_app_peek_autostart_delay (app);
194+ if (delay > 0) {
195+ g_timeout_add_seconds (delay,
196+ (GSourceFunc)_autostart_delay_timeout,
197+ g_object_ref (app));
198+ g_debug ("GsmManager: %s is scheduled to start in %d seconds", id, delay);
199+ goto out;
200+ }
201+ }
202+
203 if (!start_app_or_warn (manager, app))
204 goto out;
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: