|
|
cf6cdf |
From 3e893278df0743bb1682f7bca88d16c90b8c0341 Mon Sep 17 00:00:00 2001
|
|
|
cf6cdf |
From: Ray Strode <rstrode@redhat.com>
|
|
|
cf6cdf |
Date: Fri, 8 May 2015 16:27:15 -0400
|
|
|
cf6cdf |
Subject: [PATCH 03/19] Revert "Rename the desktop file to
|
|
|
cf6cdf |
gnome-session-properties.desktop"
|
|
|
cf6cdf |
|
|
|
cf6cdf |
This reverts commit ac9fd0dc97a17674cb082f80df0b1fcc45bc92bf.
|
|
|
cf6cdf |
---
|
|
|
cf6cdf |
data/meson.build | 2 +-
|
|
|
cf6cdf |
...properties.desktop.in.in => session-properties.desktop.in} | 4 ++--
|
|
|
cf6cdf |
po/POTFILES.in | 2 +-
|
|
|
cf6cdf |
po/POTFILES.skip | 1 +
|
|
|
cf6cdf |
4 files changed, 5 insertions(+), 4 deletions(-)
|
|
|
cf6cdf |
rename data/{gnome-session-properties.desktop.in.in => session-properties.desktop.in} (81%)
|
|
|
cf6cdf |
|
|
|
cf6cdf |
diff --git a/data/meson.build b/data/meson.build
|
|
|
cf6cdf |
index c5b2b0f7..3077b19e 100644
|
|
|
cf6cdf |
--- a/data/meson.build
|
|
|
cf6cdf |
+++ b/data/meson.build
|
|
|
cf6cdf |
@@ -73,42 +73,42 @@ configure_file(
|
|
|
cf6cdf |
|
|
|
cf6cdf |
install_data(
|
|
|
cf6cdf |
'gnome-session.convert',
|
|
|
cf6cdf |
install_dir: join_paths(session_datadir, 'GConf', 'gsettings')
|
|
|
cf6cdf |
)
|
|
|
cf6cdf |
|
|
|
cf6cdf |
data = files('hardware-compatibility')
|
|
|
cf6cdf |
data += files('session-properties.ui')
|
|
|
cf6cdf |
|
|
|
cf6cdf |
if enable_session_selector
|
|
|
cf6cdf |
data += files('session-selector.ui')
|
|
|
cf6cdf |
|
|
|
cf6cdf |
desktop = 'gnome-custom-session.desktop'
|
|
|
cf6cdf |
|
|
|
cf6cdf |
i18n.merge_file(
|
|
|
cf6cdf |
desktop,
|
|
|
cf6cdf |
type: 'desktop',
|
|
|
cf6cdf |
input: desktop + '.in',
|
|
|
cf6cdf |
output: desktop,
|
|
|
cf6cdf |
po_dir: po_dir,
|
|
|
cf6cdf |
install: true,
|
|
|
cf6cdf |
install_dir: join_paths(session_datadir, 'xsessions')
|
|
|
cf6cdf |
)
|
|
|
cf6cdf |
endif
|
|
|
cf6cdf |
|
|
|
cf6cdf |
install_data(
|
|
|
cf6cdf |
data,
|
|
|
cf6cdf |
install_dir: session_pkgdatadir
|
|
|
cf6cdf |
)
|
|
|
cf6cdf |
|
|
|
cf6cdf |
-desktop = 'gnome-session-properties.desktop'
|
|
|
cf6cdf |
+desktop = 'session-properties.desktop'
|
|
|
cf6cdf |
|
|
|
cf6cdf |
i18n.merge_file(
|
|
|
cf6cdf |
desktop,
|
|
|
cf6cdf |
type: 'desktop',
|
|
|
cf6cdf |
input: desktop + '.in',
|
|
|
cf6cdf |
output: desktop,
|
|
|
cf6cdf |
po_dir: po_dir,
|
|
|
cf6cdf |
install: true,
|
|
|
cf6cdf |
install_dir: join_paths(session_datadir, 'applications')
|
|
|
cf6cdf |
)
|
|
|
cf6cdf |
|
|
|
cf6cdf |
diff --git a/data/gnome-session-properties.desktop.in.in b/data/session-properties.desktop.in
|
|
|
cf6cdf |
similarity index 81%
|
|
|
cf6cdf |
rename from data/gnome-session-properties.desktop.in.in
|
|
|
cf6cdf |
rename to data/session-properties.desktop.in
|
|
|
cf6cdf |
index 3dc7b033..dcd39ca5 100644
|
|
|
cf6cdf |
--- a/data/gnome-session-properties.desktop.in.in
|
|
|
cf6cdf |
+++ b/data/session-properties.desktop.in
|
|
|
cf6cdf |
@@ -1,15 +1,15 @@
|
|
|
cf6cdf |
[Desktop Entry]
|
|
|
cf6cdf |
-_Name=Startup Applications
|
|
|
cf6cdf |
-_Comment=Choose what applications to start when you log in
|
|
|
cf6cdf |
+Name=Startup Applications
|
|
|
cf6cdf |
+Comment=Choose what applications to start when you log in
|
|
|
cf6cdf |
Exec=gnome-session-properties
|
|
|
cf6cdf |
Icon=session-properties
|
|
|
cf6cdf |
Terminal=false
|
|
|
cf6cdf |
Type=Application
|
|
|
cf6cdf |
StartupNotify=true
|
|
|
cf6cdf |
Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
|
|
|
cf6cdf |
OnlyShowIn=GNOME;Unity;
|
|
|
cf6cdf |
NoDisplay=true
|
|
|
cf6cdf |
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
|
cf6cdf |
X-GNOME-Bugzilla-Product=gnome-session
|
|
|
cf6cdf |
X-GNOME-Bugzilla-Component=gnome-session-properties
|
|
|
cf6cdf |
X-GNOME-Bugzilla-Version=@VERSION@
|
|
|
cf6cdf |
diff --git a/po/POTFILES.in b/po/POTFILES.in
|
|
|
cf6cdf |
index 87555685..e8f0e6eb 100644
|
|
|
cf6cdf |
--- a/po/POTFILES.in
|
|
|
cf6cdf |
+++ b/po/POTFILES.in
|
|
|
cf6cdf |
@@ -1,24 +1,24 @@
|
|
|
cf6cdf |
# List of source files containing translatable strings.
|
|
|
cf6cdf |
# Please keep this file sorted alphabetically.
|
|
|
cf6cdf |
capplet/gsm-app-dialog.c
|
|
|
cf6cdf |
capplet/gsm-properties-dialog.c
|
|
|
cf6cdf |
capplet/gsp-app.c
|
|
|
cf6cdf |
capplet/main.c
|
|
|
cf6cdf |
data/gnome-custom-session.desktop.in
|
|
|
cf6cdf |
data/gnome.desktop.in
|
|
|
cf6cdf |
data/gnome-xorg.desktop.in
|
|
|
cf6cdf |
data/gnome-dummy.session.desktop.in.in
|
|
|
cf6cdf |
data/gnome.session.desktop.in.in
|
|
|
cf6cdf |
-data/gnome-session-properties.desktop.in.in
|
|
|
cf6cdf |
+data/session-properties.desktop.in
|
|
|
cf6cdf |
data/session-selector.ui
|
|
|
cf6cdf |
data/session-properties.ui
|
|
|
cf6cdf |
gnome-session/gsm-fail-whale-dialog.c
|
|
|
cf6cdf |
gnome-session/gsm-manager.c
|
|
|
cf6cdf |
gnome-session/gsm-process-helper.c
|
|
|
cf6cdf |
gnome-session/gsm-util.c
|
|
|
cf6cdf |
gnome-session/gsm-xsmp-client.c
|
|
|
cf6cdf |
gnome-session/gsm-xsmp-server.c
|
|
|
cf6cdf |
gnome-session/main.c
|
|
|
cf6cdf |
tools/gnome-session-inhibit.c
|
|
|
cf6cdf |
tools/gnome-session-selector.c
|
|
|
cf6cdf |
tools/gnome-session-quit.c
|