lp:~vcs-imports/gnome-session/+git/gnome-session

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/gnome-session/+git/gnome-session

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/gnome-session.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-04-12 08:04:37 UTC
Update Hindi translation

Author: G Karunakar
Author Date: 2024-04-12 08:04:37 UTC

Update Hindi translation

jjardon/alatiera/remove-x11-session 2024-03-10 13:25:48 UTC
build: Replace custom post_install script

Author: Jordan Petridis
Author Date: 2023-10-15 14:29:28 UTC

build: Replace custom post_install script

Meson now has a built-in way to compile the schemas for us.

gnome-45 2024-01-13 13:24:44 UTC
Update Romanian translation

Author: Florentina Mușat
Author Date: 2024-01-13 13:24:44 UTC

Update Romanian translation

gnome-42 2023-05-06 04:54:36 UTC
Update Georgian translation

Author: Ekaterine Papava
Author Date: 2023-05-06 04:54:36 UTC

Update Georgian translation

gnome-44 2023-03-20 15:48:49 UTC
44.0

Author: Ray Strode
Author Date: 2023-03-20 15:48:49 UTC

44.0

No updates

gnome-43 2022-09-20 15:37:13 UTC
meson: Bump to 43.0

Author: Ray Strode
Author Date: 2022-09-20 15:37:13 UTC

meson: Bump to 43.0

fix-criticals 2022-08-16 17:09:49 UTC
Fix criticals

Author: Matthias Clasen
Author Date: 2022-08-16 17:09:49 UTC

Fix criticals

I see this in my logs:
  gnome-session-binary[1224]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
  gnome-session-binary[1224]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed

After staring at gnome-session code for a while,
I've concluded that this happens because we sometimes
fail to clear the error variable that gets reused all
over main(). So, clear it always.

gnome-41 2022-03-11 00:36:54 UTC
Update Hungarian translation

Author: Balázs Úr
Author Date: 2022-03-11 00:36:54 UTC

Update Hungarian translation

gnome-40 2022-03-11 00:35:45 UTC
Update Hungarian translation

Author: Balázs Úr
Author Date: 2022-03-11 00:35:45 UTC

Update Hungarian translation

no-login-shouldnt-log-in 2021-10-19 13:28:51 UTC
gnome-session: don't validate shell before using it

Author: Ray Strode
Author Date: 2019-11-19 14:29:16 UTC

gnome-session: don't validate shell before using it

Users sometimes set their shell to an invalid shell to prevent
login from proceeding.

GNOME on Wayland still allows login in these cases.

This commit makes the behavior match expectations by skipping
shell validity checks when deciding to run though a login shell.

gnome-3-36 2021-04-22 13:22:09 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2021-04-22 13:22:09 UTC

Update Portuguese translation

benzea/cleanup-wayland 2021-01-20 18:23:09 UTC
Cleanup wayland socket at logout time

Author: Benjamin Berg
Author Date: 2020-12-11 13:19:29 UTC

Cleanup wayland socket at logout time

For the non-systemd case, just remove the socket when the daemon shuts
down. For systemd, add another helper into gnome-session-ctl that
deletes the socket and also unsets the variable on the systemd side.

Fixes: #75

benzea/systemd-condition-evaluator 2020-07-13 13:14:49 UTC
doc: Update gnome-session manpage for systemd related changes

Author: Benjamin Berg
Author Date: 2020-07-13 13:12:38 UTC

doc: Update gnome-session manpage for systemd related changes

This adds information about session configuration through drop-ins and
mentiones what will need to be done to move from XDG autostart files to
a purely systemd based startup (i.e. the various ExecCondition= tests).

benzea/systemd-fixes-2 2020-06-09 12:56:43 UTC
util, main: Reset all failed states on startup

Author: Benjamin Berg
Author Date: 2020-02-03 12:45:51 UTC

util, main: Reset all failed states on startup

In the event that the user logs back in after a session failure, it is
likely that some failed units cannot start. Reset all failed states to
ensure that systemd at least tries to start all previously failed units
on every login.

benzea/systemd-documentation 2020-05-06 13:38:35 UTC
doc: Add description of important systemd units to man page

Author: Benjamin Berg
Author Date: 2019-12-09 15:26:55 UTC

doc: Add description of important systemd units to man page

gnome-3-34 2020-05-06 13:30:48 UTC
autostart-app: Place launched applications into a systemd scope

Author: Benjamin Berg
Author Date: 2019-11-28 13:56:30 UTC

autostart-app: Place launched applications into a systemd scope

Try to place launched applications into a systemd scope. This will only
have an effect on systemd managed sessions, where it will e.g. protect
gnome-session from OOM actions to a child resulting in a service
shutdown.

benzea/autostart-whitelist 2020-05-02 14:04:38 UTC
main: Remove support for --autostart argument

Author: Benjamin Berg
Author Date: 2020-04-07 14:38:40 UTC

main: Remove support for --autostart argument

This has been superseeded by the AutostartWhitelist key in the session
file.

kalev/reboot-to-update-dbus-api 2019-12-13 12:07:11 UTC
session manager: Add new RebootToUpdate DBus API

Author: Kalev Lember
Author Date: 2019-12-13 12:04:08 UTC

session manager: Add new RebootToUpdate DBus API

This adds a new API that callers (gnome-software) can use to control how
updates are presented in the shutdown dialog.

benzea/no-save-restore-required-components 2019-11-20 15:19:44 UTC
session-fill: Never look for required components in saved session

Author: Benjamin Berg
Author Date: 2019-11-20 14:35:39 UTC

session-fill: Never look for required components in saved session

As required compoents are essential parts of the session, it does not
make sense to restore them automatically. Should e.g. the global
definition of the component change then we will want to pick up the new
definition rather than keeping the old one.

This addresses a migration issue to systemd startup where the shell may
be started from an auto-saved XDG desktop file.

The XDG desktop file will still be found as an autostart application
later in the filling process. However, this entry will be ignored as the
app is already registered in the store.

See: #41

wip/hadess/nvidia-renderer-name 2019-11-05 13:37:59 UTC
g-s-check-acceleration: Detect when NVidia renderer name is requested

Author: Bastien Nocera
Author Date: 2019-11-05 13:37:59 UTC

g-s-check-acceleration: Detect when NVidia renderer name is requested

Those 2 new envvars could be set by gnome-control-center to print the
renderer for non-Mesa cards, in particular NVidia cards running the
nvidia proprietary driver.

benzea/systemd-issue-35 2019-10-04 15:11:34 UTC
Delay XDG autostart applications on systemd

Author: Benjamin Berg
Author Date: 2019-10-04 15:09:18 UTC

Delay XDG autostart applications on systemd

When launching on systemd we did not synchronize the phases after
the shell is loaded. Due to this, applications may start up before g-s-d
is started, which should not be the case.

Add a further one-way synchronization point so that gnome-session only
starts launching applications after gnome-session.target has been
reached.

Fixes: #35

benzea/systemd-issue-32 2019-09-24 11:20:12 UTC
gnome-session-ctl: Unset some systemd environment variables at logout

Author: Benjamin Berg
Author Date: 2019-09-24 11:02:25 UTC

gnome-session-ctl: Unset some systemd environment variables at logout

We already unset these variables at login. However, doing so at logout
has two advantages. The first is that the useless environment variables
are cleared for other non-graphical sessions. The second is that we also
clear the variables from dbus with the following dbus restart.

wip/benzea/systemd-user-switch 2019-08-05 20:48:06 UTC
NEWS: Add information about the new systemd user instance support

Author: Benjamin Berg
Author Date: 2019-08-02 11:48:00 UTC

NEWS: Add information about the new systemd user instance support

gnome-3-32 2019-05-23 12:26:58 UTC
Update French translation

Author: Charles Monzat
Author Date: 2019-05-23 12:26:58 UTC

Update French translation

gnome-3-30 2019-02-21 08:51:50 UTC
Update Icelandic translation

Author: Sveinn í Felli
Author Date: 2019-02-21 08:51:50 UTC

Update Icelandic translation

wip/laney/systemd-user-switch 2018-11-08 16:39:52 UTC
Launch sessions with systemd --user.

Author: Iain Lane
Author Date: 2018-07-04 11:28:17 UTC

Launch sessions with systemd --user.

This "throws the switch", and launches sessions using the units instead
of gnome-session doing it itself.

wip/laney/systemd-user 2018-11-06 17:28:23 UTC
Add systemd user units

Author: Iain Lane
Author Date: 2018-07-04 11:15:29 UTC

Add systemd user units

The structure is like this:

  - gnome-session-wayland.target, gnome-session-x11.target: Top-level
    targets launched directly to start the regular GNOME (Shell) session
    for wayland or x11 respectively.
  - gnome-session@.service: Execute gnome-session-binary tself for the
    specified (template) session. Is active once
    org.gnome.SessionManager is claimed on the bus.
  - gnome-session-bus.target: Bound to gnome-session@.service - if
    something needs to start after any instance of gnome-session@
    starts, it can be After= this one. gnome-settings-daemon uses this.

We also split out gnome-wayland.desktop.in, as it is going to need to
launch gnome-session-wayland.target.

gnome-3-28 2018-06-01 11:03:56 UTC
Update Scottish Gaelic translation

Author: GunChleoc
Author Date: 2018-06-01 11:03:56 UTC

Update Scottish Gaelic translation

gnome-3-26 2018-03-26 09:56:39 UTC
Update Chinese (China) translation

Author: Aron Xu
Author Date: 2018-03-26 09:56:39 UTC

Update Chinese (China) translation

gnome-3-24 2017-09-14 14:56:07 UTC
configure: bump to 3.24.2

Author: Ray Strode
Author Date: 2017-09-14 14:52:34 UTC

configure: bump to 3.24.2

gnome-3-22 2017-07-10 12:25:56 UTC
Fix Spanish translation header

Author: Jeremy Bícha
Author Date: 2017-07-10 12:23:56 UTC

Fix Spanish translation header

See https://bugzilla.gnome.org/show_bug.cgi?id=771765

wip/rstrode/kill-bus-clients 2017-06-21 19:41:33 UTC
system: add api for detecting if this is the last session for a user

Author: Ray Strode
Author Date: 2017-06-20 20:28:10 UTC

system: add api for detecting if this is the last session for a user

gnome-3-20 2016-10-12 16:02:36 UTC
Revert "Update Croatian translation"

Author: Michael Biebl
Author Date: 2016-10-12 16:02:36 UTC

Revert "Update Croatian translation"

This reverts commit 11ba0e9195f0dbc7adcb5ebc5edb986bf9833df6.

This translation was for gnome-shell, not gnome-session.

gnome-3-18 2016-10-10 18:19:50 UTC
Update Croatian translation

Author: gogo
Author Date: 2016-10-10 18:19:50 UTC

Update Croatian translation

gnome-3-16 2016-06-02 17:18:01 UTC
Updated German translation

Author: Christian Kirbach
Author Date: 2016-06-02 17:18:01 UTC

Updated German translation

wip/logout-fixes 2016-03-03 21:35:37 UTC
manager: fix app id check for gnome-shell

Author: Ray Strode
Author Date: 2016-03-03 21:00:13 UTC

manager: fix app id check for gnome-shell

Its app id was updated a while ago.

gnome-3-14 2015-11-23 07:10:22 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-11-23 07:10:22 UTC

Updated Portuguese translation

wip/desktop-generator 2015-11-06 18:15:03 UTC
fixup! wip! generate service files from desktop files

Author: Ray Strode
Author Date: 2015-11-06 18:15:03 UTC

fixup! wip! generate service files from desktop files

gnome-3-10 2015-10-07 06:29:25 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-10-07 06:29:25 UTC

Updated Portuguese translation

wip/halfline/env-to-systemd 2015-09-16 18:18:25 UTC
gsm-util: export environment to systemd

Author: Ray Strode
Author Date: 2015-09-16 17:48:24 UTC

gsm-util: export environment to systemd

If we get passed an environment variable, send it along to the
systemd --user session so things running in that context can pick it
up.

Also, things in the session can then sync their environment with that
central location to make sure they get environment updates.

gnome-2-32 2015-05-18 15:33:48 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:33:48 UTC

Updated Occitan translation

gnome-3-8 2015-05-18 15:31:55 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:31:55 UTC

Updated Occitan translation

gnome-3-2 2015-05-18 15:31:30 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:31:30 UTC

Updated Occitan translation

gnome-3-6 2015-05-18 15:31:21 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:31:21 UTC

Updated Occitan translation

gnome-3-0 2015-05-18 15:30:42 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:30:42 UTC

Updated Occitan translation

gnome-3-4 2015-05-18 15:30:07 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-18 15:30:07 UTC

Updated Occitan translation

gnome-3-12 2015-05-10 13:05:06 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-10 13:05:06 UTC

Updated Occitan translation

wip/muktupavels/flashback 2015-04-02 20:38:07 UTC
don't use org.gnome.Shell for end session dialog

Author: Alberts Muktupāvels
Author Date: 2014-12-13 12:14:34 UTC

don't use org.gnome.Shell for end session dialog

https://bugzilla.gnome.org/show_bug.cgi?id=738264

wip/cleanups 2012-11-12 13:36:46 UTC
Drop use of EggDesktopfile in GsmAutostartApp

Author: Matthias Clasen
Author Date: 2012-11-12 12:49:51 UTC

Drop use of EggDesktopfile in GsmAutostartApp

This requires a few additions to the GDesktopAppInfo api.

wip/isactive 2012-11-07 02:04:11 UTC
[wip] Add new SessionIsActive property

Author: Colin Walters
Author Date: 2012-11-06 22:47:24 UTC

[wip] Add new SessionIsActive property

Merge the code from gnome-settings-daemon to monitor session active
state, unfortunately down-porting it to dbus-glib in the ConsoleKit
case. Even more unfortunately, we hand-roll a PropertiesChanged
signal for GDBus consuemrs.

wip/modernize 2012-10-29 22:54:48 UTC
manager: Use Linux's PR_SET_CHILD_SUBREAPER if available

Author: Colin Walters
Author Date: 2012-10-28 22:55:35 UTC

manager: Use Linux's PR_SET_CHILD_SUBREAPER if available

At the moment, this just makes "ps auxwf" look nicer.

gnome-2-30 2010-08-02 11:40:31 UTC
Updated Gujarati Translations

Author: Sweta Kothari
Author Date: 2010-08-02 11:40:31 UTC

Updated Gujarati Translations

gnome-2-28 2010-08-02 11:39:28 UTC
Updated Gujarati Translations

Author: Sweta Kothari
Author Date: 2010-08-02 11:39:28 UTC

Updated Gujarati Translations

gnome-2-24 2010-03-23 15:23:31 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-23 15:23:31 UTC

Updated Basque language

gnome-2-26 2010-03-23 15:23:01 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-23 15:23:01 UTC

Updated Basque language

gnome-2-18 2009-11-16 06:37:56 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-11-16 06:37:56 UTC

Updated Slovenian translation

gnome-2-14 2009-11-16 06:37:22 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-11-16 06:37:22 UTC

Updated Slovenian translation

gnome-2-22 2008-09-26 04:44:35 UTC
Updated Dzongkha Translation

Author: Pema Geyleg
Author Date: 2008-09-26 04:44:35 UTC

Updated Dzongkha Translation

svn path=/branches/gnome-2-22/; revision=5123

dbus_based 2008-08-04 14:15:17 UTC
This is so awesome!

Author: Olav Vitters
Author Date: 2008-08-04 14:15:17 UTC

This is so awesome!

svn path=/branches/dbus_based; revision=4903

master_svn4903 2008-08-04 14:14:39 UTC
Like, be gone and stuff

Author: Olav Vitters
Author Date: 2008-08-04 14:14:39 UTC

Like, be gone and stuff

svn path=/trunk; revision=4902

before-switch-to-dbus-based-branch 2008-08-02 20:52:24 UTC
Terminology fixes by Vladimir Melo.

Author: Leonardo Ferreira Fontenelle
Author Date: 2008-08-02 20:52:24 UTC

Terminology fixes by Vladimir Melo.

2008-08-02 Leonardo Ferreira Fontenelle <leonardof@gnome.org>

 * pt_BR.po: Terminology fixes by Vladimir Melo.

svn path=/trunk/; revision=4901

pre-switch-to-dbus-based-branch 2008-07-29 01:31:36 UTC
Updated Arabic Translation by Khaled Hosny.

Author: Djihed Afifi
Author Date: 2008-07-29 01:31:36 UTC

Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=4871

new-gnome-session 2008-03-23 20:19:43 UTC
Added entry to ChangeLog.

Author: Lucas Almeida Rocha
Author Date: 2008-03-23 20:19:43 UTC

Added entry to ChangeLog.

svn path=/branches/new-gnome-session/; revision=4621

gnome-2-20 2008-02-20 07:19:36 UTC
Updated Translation

Author: Pawan Chitrakar
Author Date: 2008-02-20 07:19:36 UTC

Updated Translation

svn path=/branches/gnome-2-20/; revision=4573

gnome-2-16 2007-04-15 17:14:15 UTC
Added Occitan translation.

Author: Christophe Merlet
Author Date: 2007-04-15 17:14:15 UTC

Added Occitan translation.

svn path=/branches/gnome-2-16/; revision=4315

gnome-2-12 2006-03-24 15:23:30 UTC
Added Dzongkha (dz). 2006-03-24 Tommi Vainikainen <thv@iki.fi> Added

Author: Tommi Vainikainen
Author Date: 2006-03-24 15:23:30 UTC

Added Dzongkha (dz). 2006-03-24 Tommi Vainikainen <thv@iki.fi> Added

2006-03-24 Tommi Vainikainen <thv@iki.fi>
 * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-24 Tommi Vainikainen <thv@iki.fi>
 * dz.po: Added Dzongkha translation from Pema Geyleg.

gnome-2-10 2005-08-06 12:07:33 UTC
Nepali updated translation

Author: Pawan Chitrakar
Author Date: 2005-08-06 12:07:33 UTC

Nepali updated translation

gnome-2-8 2004-12-03 08:42:33 UTC
Compilation fixes and updates to Zulu translation.

Author: Dwayne Bailey
Author Date: 2004-12-03 08:42:33 UTC

Compilation fixes and updates to Zulu translation.

2004-12-03 Dwayne Bailey <dwayne@translate.org.za>

 * zu.po: Compilation fixes and updates to Zulu translation.

gnome-2-6 2004-09-13 17:03:40 UTC
Merged from HEAD:

Author: Federico Mena Quintero
Author Date: 2004-09-13 17:03:40 UTC

Merged from HEAD:

2004-09-01 Federico Mena Quintero <federico@ximian.com>

 Merged from HEAD:

 Fix #151664:

 * headers.h (Client): Add a purge_timeout_id field.

 * manager.c (start_client): Save the purge_timeout_id when we
 install the timeout.
 (free_client): Remove the purge timeout if it exists.
 (purge): Reset the client->purge_timeout_id to 0.

gnome-2-4 2004-01-17 11:06:54 UTC
Add this to quiet CVS

Author: Kjartan Maraas
Author Date: 2004-01-17 11:06:54 UTC

Add this to quiet CVS

gnome-2-2 2003-07-14 10:32:17 UTC
Stomping vagrant '\n's

Author: Telsa Gwynne
Author Date: 2003-07-14 10:32:17 UTC

Stomping vagrant '\n's

gnome-2-0 2003-01-08 10:04:41 UTC
Added Albanian to ALL_LINGUAS

Author: Laurent Dhima
Author Date: 2003-01-08 10:04:41 UTC

Added Albanian to ALL_LINGUAS

* configure.in: Added Albanian to ALL_LINGUAS

gnome-core-1-4 2002-02-12 11:57:45 UTC
Updated traditional Chinese translation.

Author: Kwok-Koon Cheung
Author Date: 2002-02-12 11:57:45 UTC

Updated traditional Chinese translation.

gnome-core-1-0 2001-09-16 15:09:22 UTC
Added Bulgarian translation from gnome-bg project.

Author: Pavel Petrov Tcholakov
Author Date: 2001-09-16 15:09:22 UTC

Added Bulgarian translation from gnome-bg project.

gnome-core-1-2 2001-09-08 20:09:47 UTC
Last update, rest in peace.

Author: Gustavo Maciel Dias Vieira
Author Date: 2001-09-08 20:09:47 UTC

Last update, rest in peace.

2001-09-08 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

* pt_BR.po: Last update, rest in peace.

GNOME20 2001-06-26 08:30:52 UTC
Remove more type errors, compile warnings, etc etc...

Author: Seth Nickell
Author Date: 2001-06-26 08:30:52 UTC

Remove more type errors, compile warnings, etc etc...

2001-06-26 Seth Nickell <snickell@stanford.edu>

 * panel/aligned-widget.c: (aligned_pos_class_init):
 * panel/applet.c: (applet_callback_callback), (applet_destroy):
 * panel/border-widget.c: (border_pos_class_init):
 * panel/gnome-panel-screenshot.c: (main):
 * panel/icon-entry-hack.h:
 * panel/launcher.c: (launch), (free_launcher), (drag_data_get_cb),
 (create_launcher), (properties_apply), (properties_close_callback),
 (window_clicked), (create_properties_dialog),
 (load_launcher_applet_full), (really_add_launcher),
 (ask_about_launcher), (load_launcher_applet_from_info),
 (load_launcher_applet_from_info_url), (convert_ditem_to_gnome),
 (launcher_save), (launcher_hoard), (find_launcher):
 * panel/launcher.h:
 * panel/main.c: (check_screen), (find_kde_directory),
 (setup_merge_directory), (main):
 * panel/menu-fentry.c: (get_applet_goad_id_from_ditem),
 (fr_fill_dir), (fr_read_dir), (fr_check_and_reread):
 * panel/menu-fentry.h:
 * panel/menu-util.c: (panel_menu_position), (applet_menu_position):
 * panel/menu-util.h:
 * panel/menu.c: (activate_app_def), (really_add_new_menu_item),
 (create_applets_menu), (create_system_menu), (create_user_menu),
 (create_add_launcher_menu):
 * panel/panel-widget.c: (panel_widget_get_type),
 (marshal_signal_back), (panel_widget_class_init),
 (panel_try_to_set_pixmap):
 * panel/session.c: (save_applet_configuration):
 * panel/sliding-widget.c: (sliding_pos_class_init):
 * panel/swallow.c: (swallow_launch):

 Remove more type errors, compile warnings, etc etc...

gnome-core-1-2-0 2000-09-25 17:51:15 UTC
1.2.2

Author: Jacob Berkman
Author Date: 2000-09-25 17:51:15 UTC

1.2.2

GNOME_STABLE 1999-10-22 16:10:05 UTC
Some updates of cs.po

Author: =?utf-8?q?David_=C5=A0auer?=
Author Date: 1999-10-22 16:10:05 UTC

Some updates of cs.po

GNOME_CORE_1_0_7 1999-07-17 05:27:04 UTC
Warning cleanups: Actually NULL live_session. (gsm_session_destroy):

Author: Tom Tromey
Author Date: 1999-07-17 05:27:04 UTC

Warning cleanups: Actually NULL live_session. (gsm_session_destroy):

 Warning cleanups:
 * gsm-protocol.c (gsm_session_destroy): Actually NULL
 live_session.
 (gsm_session_destroy): Removed unused variables.
 (gsm_client_destroy): Likewise.
 (gsm_protocol_destroy): Likewise.
 (dispatch_event): Likewise.
 * gsm-client-row.c (gsm_client_row_add): Removed unused variable.
 (gsm_client_row_remove): Likewise.
 * gsm-client-editor.c (gsm_client_editor_class_init): Removed
 unused variable.
 (gsm_client_editor_new): Likewise.
 * gsm-client-list.c (gsm_client_list_class_init): Removed unused
 variable.
 (gsm_client_list_new): Likewise.
 * session-properties.c (create_table): Removed unused variable.
 (create_buttons): Likewise.
 * remote.c (remote_start): Removed unused variable.
 * save.c (read_session): Removed unused variable.
 * main.c (main): Removed unused variable.
 * ice.c (initialize_ice): Removed unused variable.
 * manager.c (run_command): Removed unused variables.
 (remove_client): Actually traverse linked list.
 (find_client_by_connection): Removed unused function.

panel-1-1-test 1999-04-27 16:34:21 UTC
Updated de.po.

Author: Matthias Warkus
Author Date: 1999-04-27 16:34:21 UTC

Updated de.po.

WM_CLASSES_AND_DND_DENTRY 1999-04-24 23:17:21 UTC
merging in changes from the HEAD

Author: George Lebl
Author Date: 1999-04-24 23:17:21 UTC

merging in changes from the HEAD
-George

GNOME_CLIENT_LIST 1999-03-07 14:27:38 UTC
New file. We install this in $(datadir) and read it in the wm-properties

Author: Martin Baulig
Author Date: 1999-03-07 14:27:38 UTC

New file. We install this in $(datadir) and read it in the wm-properties

1999-03-02 Martin Baulig <martin@home-of-linux.org>

 * default.wm.in: New file. We install this in $(datadir) and
 read it in the wm-properties capplet to get the default WM.

PANEL2_BRANCH 1998-12-11 21:25:55 UTC
merged in the changes from HEAD into the PANEL2_BRANCH to keep the changes

Author: George Lebl
Author Date: 1998-12-11 21:25:55 UTC

merged in the changes from HEAD into the PANEL2_BRANCH to keep the changes
in sync
-George

GNOME_0_30_PATCHES 1998-10-04 14:23:59 UTC
Need to update this again since I moved the GNOME_0_30_PATCHES tag

Author: Martin Baulig
Author Date: 1998-10-04 14:23:59 UTC

Need to update this again since I moved the GNOME_0_30_PATCHES tag
in control-center.

184 of 84 results
This repository contains Public information 
Everyone can see this information.

Subscribers