From f84be4fd25f04e122f8a68f9ce4f9dc4daead118 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Sep 2015 12:40:42 +0200 Subject: fork unity-greeter as arctica-greeter --- ChangeLog | 2 +- Makefile.am | 2 +- NEWS | 346 +-------- NEWS.Canonical | 345 +++++++++ README | 2 +- arctica-greeter.doap | 19 + autogen.sh | 4 +- configure.ac | 6 +- data/Makefile.am | 6 +- data/arctica-greeter.1 | 27 + data/arctica-greeter.desktop | 6 + data/com.canonical.unity-greeter.gschema.xml | 102 --- .../org.ArcticaProject.arctica-greeter.gschema.xml | 102 +++ data/unity-greeter.1 | 27 - data/unity-greeter.desktop | 6 - debian/50-arctica-greeter.conf | 2 + debian/50-unity-greeter.conf | 2 - debian/90-arctica-greeter.conf | 24 + debian/90-unity-greeter-x2go.conf | 24 - debian/arctica-greeter.pkla | 44 ++ debian/changelog | 815 +-------------------- debian/control | 27 +- debian/copyright | 4 +- debian/docs | 1 + debian/install | 3 - debian/maintscript | 2 +- debian/rules | 9 +- debian/unity-greeter.pkla | 44 -- po/POTFILES.in | 2 +- po/POTFILES.skip | 2 +- po/af.po | 18 +- po/am.po | 16 +- po/an.po | 16 +- po/ar.po | 16 +- po/ast.po | 18 +- po/az.po | 16 +- po/be.po | 16 +- po/bem.po | 16 +- po/bg.po | 16 +- po/bn.po | 16 +- po/bo.po | 16 +- po/br.po | 18 +- po/bs.po | 16 +- po/ca.po | 16 +- po/ca@valencia.po | 16 +- po/ckb.po | 16 +- po/crh.po | 18 +- po/cs.po | 18 +- po/cv.po | 16 +- po/cy.po | 18 +- po/da.po | 18 +- po/de.po | 18 +- po/el.po | 18 +- po/en_AU.po | 18 +- po/en_CA.po | 18 +- po/en_GB.po | 18 +- po/eo.po | 16 +- po/es.po | 18 +- po/et.po | 16 +- po/eu.po | 16 +- po/fa.po | 16 +- po/fi.po | 18 +- po/fil.po | 16 +- po/fo.po | 16 +- po/fr.po | 16 +- po/fr_CA.po | 18 +- po/frp.po | 16 +- po/fy.po | 18 +- po/ga.po | 16 +- po/gd.po | 18 +- po/gl.po | 18 +- po/gu.po | 16 +- po/he.po | 16 +- po/hi.po | 16 +- po/hr.po | 16 +- po/ht.po | 16 +- po/hu.po | 16 +- po/id.po | 16 +- po/is.po | 18 +- po/it.po | 18 +- po/ja.po | 16 +- po/ka.po | 16 +- po/kk.po | 16 +- po/kl.po | 18 +- po/km.po | 18 +- po/kn.po | 16 +- po/ko.po | 16 +- po/ku.po | 16 +- po/kw.po | 18 +- po/ky.po | 18 +- po/la.po | 16 +- po/lb.po | 16 +- po/lt.po | 18 +- po/lv.po | 18 +- po/mg.po | 18 +- po/mhr.po | 16 +- po/mi.po | 18 +- po/ml.po | 18 +- po/mr.po | 16 +- po/ms.po | 18 +- po/my.po | 18 +- po/nb.po | 16 +- po/ne.po | 16 +- po/nl.po | 18 +- po/nn.po | 16 +- po/oc.po | 18 +- po/os.po | 18 +- po/pa.po | 16 +- po/pl.po | 18 +- po/ps.po | 16 +- po/pt.po | 16 +- po/pt_BR.po | 18 +- po/ro.po | 16 +- po/ru.po | 18 +- po/sc.po | 18 +- po/sd.po | 16 +- po/se.po | 16 +- po/shn.po | 18 +- po/si.po | 16 +- po/sk.po | 16 +- po/sl.po | 18 +- po/sq.po | 16 +- po/sr.po | 16 +- po/sv.po | 18 +- po/sw.po | 16 +- po/szl.po | 18 +- po/ta.po | 16 +- po/te.po | 16 +- po/tg.po | 18 +- po/th.po | 16 +- po/ti.po | 16 +- po/tr.po | 18 +- po/ug.po | 18 +- po/uk.po | 18 +- po/ur.po | 16 +- po/uz.po | 16 +- po/vi.po | 16 +- po/wae.po | 16 +- po/zh_CN.po | 16 +- po/zh_HK.po | 18 +- po/zh_TW.po | 18 +- src/Makefile.am | 26 +- src/arctica-greeter.vala | 660 +++++++++++++++++ src/dash-box.vala | 2 +- src/dash-entry.vala | 6 +- src/flat-button.vala | 2 +- src/greeter-list.vala | 34 +- src/main-window.vala | 18 +- src/menubar.vala | 6 +- src/prompt-box.vala | 2 +- src/session-list.vala | 2 +- src/settings-daemon.vala | 2 +- src/settings.vala | 2 +- src/shutdown-dialog.vala | 2 +- src/unity-greeter.vala | 660 ----------------- src/user-list.vala | 80 +- tests/Makefile.am | 24 +- tests/arctica-greeter.vala | 129 ++++ tests/test.vala | 54 +- tests/unity-greeter.vala | 129 ---- unity-greeter.doap | 19 - 161 files changed, 2472 insertions(+), 3266 deletions(-) create mode 100644 NEWS.Canonical create mode 100644 arctica-greeter.doap create mode 100644 data/arctica-greeter.1 create mode 100644 data/arctica-greeter.desktop delete mode 100644 data/com.canonical.unity-greeter.gschema.xml create mode 100644 data/org.ArcticaProject.arctica-greeter.gschema.xml delete mode 100644 data/unity-greeter.1 delete mode 100644 data/unity-greeter.desktop create mode 100644 debian/50-arctica-greeter.conf delete mode 100644 debian/50-unity-greeter.conf create mode 100644 debian/90-arctica-greeter.conf delete mode 100644 debian/90-unity-greeter-x2go.conf create mode 100644 debian/arctica-greeter.pkla create mode 100644 debian/docs delete mode 100644 debian/install delete mode 100644 debian/unity-greeter.pkla create mode 100644 src/arctica-greeter.vala delete mode 100644 src/unity-greeter.vala create mode 100644 tests/arctica-greeter.vala delete mode 100644 tests/unity-greeter.vala delete mode 100644 unity-greeter.doap diff --git a/ChangeLog b/ChangeLog index ad53e52..6a78a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -See bzr+ssh://bazaar.launchpad.net/+branch/unity-greeter for the revision history +See bzr+ssh://bazaar.launchpad.net/+branch/arctica-greeter for the revision history diff --git a/Makefile.am b/Makefile.am index fbdb0aa..a9d4291 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = data po src tests EXTRA_DIST = \ autogen.sh \ - unity-greeter.doap + arctica-greeter.doap DISTCLEANFILES = \ Makefile.in \ diff --git a/NEWS b/NEWS index 91bdb91..d85af58 100644 --- a/NEWS +++ b/NEWS @@ -1,345 +1,3 @@ -Overview of changes in unity-greeter 14.04.10 +Overview of changes in arctica-greeter 14.04.10 - - Require user to acknowledge messages received after authentication is - complete, for example if their password is about to expire. - -Overview of changes in unity-greeter 14.04.9 - - - Correctly handle SIGTERM and quit cleanly. We were previously not stopping - the signal and so not cleaning up on exit. This left an upstart process - for each greeter remaining. - - If a user has an invalid session, then use the system default session - - Correctly handle sessions not starting - -Overview of changes in unity-greeter 14.04.8 - - - Allow unity-settings-daemon to blank the screen by implementing the - gnome-screensaver and gnome-session d-bus interfaces. - -Overview of changes in unity-greeter 14.04.7 - - - Own the com.canonical.UnityGreeter D-Bus name - -Overview of changes in unity-greeter 14.04.6 - - - Add option to hide certain users until alt+ctrl+shift is pressed. - - Show a warning when shutting down and users are logged in. - - Drop some fixes that are in Vala 0.22 now. - -Overview of changes in unity-greeter 14.04.5 - - - Don't focus windows that set override-redirect. This was causing a - gnome-screensaver window to get focus when it shouldn't. - -Overview of changes in unity-greeter 14.04.4 - - - Add primary monitor support - - Fix the greeter authenticating twice when it starts - -Overview of changes in unity-greeter 14.04.3 - - - Generate version stamp on background - - Add option to disable hostname in login screen - - Use unity-settings-daemon instead of gnome-settings-daemon - - Fix accessible name in shutdown dialog - -Overview of changes in unity-greeter 14.04.2 - - - Handle a window being destroyed after we get the map event and try and - focus it - - Add accessible description to back button - - Fix attempted removal of dead source - - Apply the same unity color corrections to the average color in shutdown - dialog - -Overview of changes in unity-greeter 14.04.1 - - - Complete unity style shutdown dialogs (chameleon colours, spacing, - blurring, click outside to close, fading, assets, keyboard focus) - -Overview of changes in unity-greeter 14.04.0 - - - Use Unity style shutdown dialogs - - Handle hardware power button in greeter - - Use an Upstart process to start indicator services - - Fix build with Vala 0.22 - - Clean up compile warnings - -Overview of changes in unity-greeter 13.10.3 - - - Have sound indicator appear again, after the indicator file changed names - - Replace old hardcoded keyboard indicator with indicator-keyboard - - Remember last logged in user for each seat - - Show gnome badge for all gnome fallback/flashback sessions - -Overview of changes in unity-greeter 13.10.2 - - - Support new indicator services from /usr/share/unity/indicators - - Use the utf chars for ellipses - - Allow displaying only the remote login entry, without adding a fallback - manual login option, if the config files requests it - - Update code to work with valac 0.20 - -Overview of changes in unity-greeter 13.10.1 - - - Fix test failure due to warnings from libraries - -Overview of changes in unity-greeter 13.10.0 - - - Update logo for 13.10 - -Overview of changes in unity-greeter 13.04.2 - - - Spawn gnome-settings-daemon directly, not via DBus, as newer versions - dropped the DBus interface. - - Fix duplicate entries showing for multiple users on the same remote login - service. - - Allow administrators to specify which indicators to load via gsettings. - - Allow custom indicators to switch which user is selected via a session - DBus interface. - -Overview of changes in unity-greeter 13.04.1 - - - Update logo for 13.04 - -Overview of changes in unity-greeter 13.04.0 - - - Support timed login - - Drop OK button in session chooser - - Various small layout changes - - Fix orca not closing when disabled - - Fix display corruption when logging in - -Overview of changes in unity-greeter 12.10.4 - - - Fix rendering of password entry's spinner - - Fix rendering of password entry's cursor after closing a dialog - - Fix slight pixel jump in names as they finish scrolling - - Fix not being able to click on first few sessions in session chooser - - Cleanly close onboard keyboard to prevent it crashing on login - - Use a lightdm hint for controlling whether remote login is enabled - -Overview of changes in unity-greeter 12.10.3 - - - Rearrange some UI bits - - After a remote login error, do not use cache when trying same user again - - When no users and no manual entry, force manual entry to appear - - When switching between monitors, re-adjust user names - - Center remote login help dialog - - Use the xsettings plugin to apply icons-in-menus gsetting - -Overview of changes in unity-greeter 12.10.2 - - * Require lightdm 1.3.3 - * Disable prompts for remote servers we don't locally support - * Tell the network indicator to hide some unused UI - -Overview of changes in unity-greeter 12.10.1 - - * Show network indicator - * Add support for remote logins - * Show onboard keyboard on startup if enabled already - * Support multiple simultaneous prompts from PAM - * Fix tabbing through widgets sometimes taking too many tabs - * Set average background colour atom based on background - * Add a man page - -Overview of changes in unity-greeter 12.10.0 - - * Update version logo - * Don't write garbage data to state cache file - * Remove workaround for gnome session being Unity - * Make sure background alpha is never stuck at non-1.0 value, blocking login - * Update badge when default_session changes, just like we do when the - session changes - -Overview of changes in unity-greeter 0.2.8 - - * Add play-ready-sound option to control making a sound when the greeter - loads - * Add background-color option to set the background color before the - background is rendered - * some minor design fixups - -Overview of changes in unity-greeter 0.2.7 - - * Fix onscreen keyboard not working - * Fix crashes when manual login is enabled - * Show manual login when guest is only other user - -Overview of changes in unity-greeter 0.2.6 - - * Fix the corruption between unity-greeter and Unity loading - * Fix crash when reloading background images - * Fix displayed name of keyboard layout with some variants - -Overview of changes in unity-greeter 0.2.5 - - * Don't allow dragging the window by the top bar - * Fix keyboard navigation - * Fix prompt entry text not showing in some themes - * Fix Orca command line so it works with version 3.3.90+ - * Show "Retry" instead of "Login" if a no-prompt login fails - * Show manual login option when no users available - * Show manual login option if hint is present - * Show PAM prompts, albeit not in a pretty fashion - * Allow pressing Escape to cancel a misbehaving login - * Tweaked animations - * Update logo to add "LTS" - -Overview of changes in unity-greeter 0.2.4 - - * Don't crash when all monitors are the same size - * Use OS icon instead of cog for session selector - * Show arrow on password entry to indicate will login - * Show session chooser dialog instead of a menu - -Overview of changes in unity-greeter 0.2.3 - - * Play system-ready sound on startup - * Fix placement of user-is-logged-in arrow - -Overview of changes in unity-greeter 0.2.2 - - * Support multi-monitor - * Add messaging indicator - * Add a11y shortcuts - * Remember a11y settings - * Launch at-spi so Orca works - -Overview of changes in unity-greeter 0.2.1 - - * Fix session menu button not showing for first user - * Skip indicators that fail to load - * Distribute translations correctly - * Load indicators from location specified in pkg-config - * Use gsettings instead of /etc/lightdm/unity-greeter.conf - * Accept numpad arrow key presses - * Instead of showing all layouts in the system in the keyboard indicator, - only show the layouts a user has configured - * Don't crash if gnome-settings-daemon's gsettings schema isn't as expected - * Disable gnome-settings-daemon's new gsdwacom plugin as well as its older - wacom plugin - * Use vala-0.16 instead of valac-0.14 - -Overview of changes in unity-greeter 0.2.0 - - * Improve scrolling animation - * Select menubar when F10 is pressed - * Fix Orca not starting when enabling screen reader - * Add a keyboard indicator - * Always focus new windows - * Check version of Vala when compiling - * Update logo for 12.04 - * Use default invisible character in password dialog - * Darken indicator bar - * User smaller grid size - * Put end-stops on user list scrolling - * Only fade out user labels that can't fit in completely - * Center dots - * Add translator comments - * Add option to disable dots - * Only redraw parts of the screen that have changed - * Don't run the greeter if can't connect to daemon and not in test mode - -Overview of changes in unity-greeter 0.1.1 - - * Stop loading indicators in a thread - they don't seem thread safe - * Fade usernames so it looks more like a carousel - * Darken indicator background so they are easier to read - * Fade out long messages - * Remove "Other" entry when using user list - * Don't run the greeter if can't connect to daemon and not in test mode - -Overview of changes in unity-greeter 0.1.0 - - * Fix greeter running in loop when greeter-hide-users=true - * Remember the last selected user between logins - * Select correct session when logging in manually - * Fix non-translation of password prompt - * Resize background when resizing window - * Move/resize window when monitors changed - * Disable xrandr gnome-settings-daemon plugin - always mirror the displays - -Overview of changes in unity-greeter 0.0.9 - - * Set background color of window to "dark aubergine" so boot delays - don't cause a white flash - * Kill onboard on exit to stop window showing up - * Don't give the onscreen keyboard focus, this makes it work - * Load indicators sequentially, they seem to crash loading in parallel - * Fix translations not being used - * Show authentication messages as well as prompts - * Disable the text entry after text has been entered - * Don't start authentication as each user is added to the user list - -Overview of changes in unity-greeter 0.0.8 - - * Fix grid offset - * Fix non-latin names being displayed incorrectly - * Change asynchronous indicator loader code, suspect it is causing a race - condition? - -Overview of changes in unity-greeter 0.0.7 - - * Show caps-lock warning in password field - * Use constant time animation - * Render background images in a background thread - * Load indicators in a thread - * Add timing to logs - * Add more logging messages - * Fade out long names - * Wait until background is loaded before showing the main window - stops - a white flash being seen on startup. - -Overview of changes in unity-greeter 0.0.6 - - * Fix password cursors not getting focus - * Make logo configurable again - * Disable FUSE - * Show if users are currently logged in - * Update user list when users are added/removed/modified - * Use select user hint to select the correct user - * Fix vertical grid alignment of user list - * Add accessibility menu with high contrast, screen reader and onscreen - keyboard - * Make use of hide users hint - * Change "Other..." entry to match username being entered - * Rename "Guest Account" to "Guest Session" to match desktop - * Don't give keyboard focus to session selector when clicking on it - * Stop hostname being selectable - * Hide the "Other..." entry when user list showing - -Overview of changes in unity-greeter 0.0.5 - - * Use Ubuntu regular font - * Increase grid size to match design - * Reduce width of login box - * Use correct Ubuntu logo - -Overview of changes in unity-greeter 0.0.4 - - * (Not released due to broken bzr tag) - -Overview of changes in unity-greeter 0.0.3 - - * Set icon theme - * Use power indicator - * Setup indicators to run in greeter mode - * Allow OS name and version to be configurable - * Run gnome-settings-daemon to get power management, a11y, xrandr etc - * Fix translations - * Get menubar with transparent background (finally) - * Update to latest design - -Overview of changes in unity-greeter 0.0.2 - - * Add copyright headers to .vala files - * Update to work with lightdm 0.9 - * Add a config file and load Ambiance theme - * Fit to primary monitor - * Set root background - -Overview of changes in unity-greeter 0.0.1 - - * Initial release + - Fork from Unity Greeter 14.04.10. \ No newline at end of file diff --git a/NEWS.Canonical b/NEWS.Canonical new file mode 100644 index 0000000..41103e4 --- /dev/null +++ b/NEWS.Canonical @@ -0,0 +1,345 @@ +Overview of changes in arctica-greeter 14.04.10 + + - Require user to acknowledge messages received after authentication is + complete, for example if their password is about to expire. + +Overview of changes in arctica-greeter 14.04.9 + + - Correctly handle SIGTERM and quit cleanly. We were previously not stopping + the signal and so not cleaning up on exit. This left an upstart process + for each greeter remaining. + - If a user has an invalid session, then use the system default session + - Correctly handle sessions not starting + +Overview of changes in arctica-greeter 14.04.8 + + - Allow unity-settings-daemon to blank the screen by implementing the + gnome-screensaver and gnome-session d-bus interfaces. + +Overview of changes in arctica-greeter 14.04.7 + + - Own the com.canonical.ArcticaGreeter D-Bus name + +Overview of changes in arctica-greeter 14.04.6 + + - Add option to hide certain users until alt+ctrl+shift is pressed. + - Show a warning when shutting down and users are logged in. + - Drop some fixes that are in Vala 0.22 now. + +Overview of changes in arctica-greeter 14.04.5 + + - Don't focus windows that set override-redirect. This was causing a + gnome-screensaver window to get focus when it shouldn't. + +Overview of changes in arctica-greeter 14.04.4 + + - Add primary monitor support + - Fix the greeter authenticating twice when it starts + +Overview of changes in arctica-greeter 14.04.3 + + - Generate version stamp on background + - Add option to disable hostname in login screen + - Use unity-settings-daemon instead of gnome-settings-daemon + - Fix accessible name in shutdown dialog + +Overview of changes in arctica-greeter 14.04.2 + + - Handle a window being destroyed after we get the map event and try and + focus it + - Add accessible description to back button + - Fix attempted removal of dead source + - Apply the same unity color corrections to the average color in shutdown + dialog + +Overview of changes in arctica-greeter 14.04.1 + + - Complete unity style shutdown dialogs (chameleon colours, spacing, + blurring, click outside to close, fading, assets, keyboard focus) + +Overview of changes in arctica-greeter 14.04.0 + + - Use Unity style shutdown dialogs + - Handle hardware power button in greeter + - Use an Upstart process to start indicator services + - Fix build with Vala 0.22 + - Clean up compile warnings + +Overview of changes in arctica-greeter 13.10.3 + + - Have sound indicator appear again, after the indicator file changed names + - Replace old hardcoded keyboard indicator with indicator-keyboard + - Remember last logged in user for each seat + - Show gnome badge for all gnome fallback/flashback sessions + +Overview of changes in arctica-greeter 13.10.2 + + - Support new indicator services from /usr/share/unity/indicators + - Use the utf chars for ellipses + - Allow displaying only the remote login entry, without adding a fallback + manual login option, if the config files requests it + - Update code to work with valac 0.20 + +Overview of changes in arctica-greeter 13.10.1 + + - Fix test failure due to warnings from libraries + +Overview of changes in arctica-greeter 13.10.0 + + - Update logo for 13.10 + +Overview of changes in arctica-greeter 13.04.2 + + - Spawn gnome-settings-daemon directly, not via DBus, as newer versions + dropped the DBus interface. + - Fix duplicate entries showing for multiple users on the same remote login + service. + - Allow administrators to specify which indicators to load via gsettings. + - Allow custom indicators to switch which user is selected via a session + DBus interface. + +Overview of changes in arctica-greeter 13.04.1 + + - Update logo for 13.04 + +Overview of changes in arctica-greeter 13.04.0 + + - Support timed login + - Drop OK button in session chooser + - Various small layout changes + - Fix orca not closing when disabled + - Fix display corruption when logging in + +Overview of changes in arctica-greeter 12.10.4 + + - Fix rendering of password entry's spinner + - Fix rendering of password entry's cursor after closing a dialog + - Fix slight pixel jump in names as they finish scrolling + - Fix not being able to click on first few sessions in session chooser + - Cleanly close onboard keyboard to prevent it crashing on login + - Use a lightdm hint for controlling whether remote login is enabled + +Overview of changes in arctica-greeter 12.10.3 + + - Rearrange some UI bits + - After a remote login error, do not use cache when trying same user again + - When no users and no manual entry, force manual entry to appear + - When switching between monitors, re-adjust user names + - Center remote login help dialog + - Use the xsettings plugin to apply icons-in-menus gsetting + +Overview of changes in arctica-greeter 12.10.2 + + * Require lightdm 1.3.3 + * Disable prompts for remote servers we don't locally support + * Tell the network indicator to hide some unused UI + +Overview of changes in arctica-greeter 12.10.1 + + * Show network indicator + * Add support for remote logins + * Show onboard keyboard on startup if enabled already + * Support multiple simultaneous prompts from PAM + * Fix tabbing through widgets sometimes taking too many tabs + * Set average background colour atom based on background + * Add a man page + +Overview of changes in arctica-greeter 12.10.0 + + * Update version logo + * Don't write garbage data to state cache file + * Remove workaround for gnome session being Unity + * Make sure background alpha is never stuck at non-1.0 value, blocking login + * Update badge when default_session changes, just like we do when the + session changes + +Overview of changes in arctica-greeter 0.2.8 + + * Add play-ready-sound option to control making a sound when the greeter + loads + * Add background-color option to set the background color before the + background is rendered + * some minor design fixups + +Overview of changes in arctica-greeter 0.2.7 + + * Fix onscreen keyboard not working + * Fix crashes when manual login is enabled + * Show manual login when guest is only other user + +Overview of changes in arctica-greeter 0.2.6 + + * Fix the corruption between arctica-greeter and Unity loading + * Fix crash when reloading background images + * Fix displayed name of keyboard layout with some variants + +Overview of changes in arctica-greeter 0.2.5 + + * Don't allow dragging the window by the top bar + * Fix keyboard navigation + * Fix prompt entry text not showing in some themes + * Fix Orca command line so it works with version 3.3.90+ + * Show "Retry" instead of "Login" if a no-prompt login fails + * Show manual login option when no users available + * Show manual login option if hint is present + * Show PAM prompts, albeit not in a pretty fashion + * Allow pressing Escape to cancel a misbehaving login + * Tweaked animations + * Update logo to add "LTS" + +Overview of changes in arctica-greeter 0.2.4 + + * Don't crash when all monitors are the same size + * Use OS icon instead of cog for session selector + * Show arrow on password entry to indicate will login + * Show session chooser dialog instead of a menu + +Overview of changes in arctica-greeter 0.2.3 + + * Play system-ready sound on startup + * Fix placement of user-is-logged-in arrow + +Overview of changes in arctica-greeter 0.2.2 + + * Support multi-monitor + * Add messaging indicator + * Add a11y shortcuts + * Remember a11y settings + * Launch at-spi so Orca works + +Overview of changes in arctica-greeter 0.2.1 + + * Fix session menu button not showing for first user + * Skip indicators that fail to load + * Distribute translations correctly + * Load indicators from location specified in pkg-config + * Use gsettings instead of /etc/lightdm/arctica-greeter.conf + * Accept numpad arrow key presses + * Instead of showing all layouts in the system in the keyboard indicator, + only show the layouts a user has configured + * Don't crash if gnome-settings-daemon's gsettings schema isn't as expected + * Disable gnome-settings-daemon's new gsdwacom plugin as well as its older + wacom plugin + * Use vala-0.16 instead of valac-0.14 + +Overview of changes in arctica-greeter 0.2.0 + + * Improve scrolling animation + * Select menubar when F10 is pressed + * Fix Orca not starting when enabling screen reader + * Add a keyboard indicator + * Always focus new windows + * Check version of Vala when compiling + * Update logo for 12.04 + * Use default invisible character in password dialog + * Darken indicator bar + * User smaller grid size + * Put end-stops on user list scrolling + * Only fade out user labels that can't fit in completely + * Center dots + * Add translator comments + * Add option to disable dots + * Only redraw parts of the screen that have changed + * Don't run the greeter if can't connect to daemon and not in test mode + +Overview of changes in arctica-greeter 0.1.1 + + * Stop loading indicators in a thread - they don't seem thread safe + * Fade usernames so it looks more like a carousel + * Darken indicator background so they are easier to read + * Fade out long messages + * Remove "Other" entry when using user list + * Don't run the greeter if can't connect to daemon and not in test mode + +Overview of changes in arctica-greeter 0.1.0 + + * Fix greeter running in loop when greeter-hide-users=true + * Remember the last selected user between logins + * Select correct session when logging in manually + * Fix non-translation of password prompt + * Resize background when resizing window + * Move/resize window when monitors changed + * Disable xrandr gnome-settings-daemon plugin - always mirror the displays + +Overview of changes in arctica-greeter 0.0.9 + + * Set background color of window to "dark aubergine" so boot delays + don't cause a white flash + * Kill onboard on exit to stop window showing up + * Don't give the onscreen keyboard focus, this makes it work + * Load indicators sequentially, they seem to crash loading in parallel + * Fix translations not being used + * Show authentication messages as well as prompts + * Disable the text entry after text has been entered + * Don't start authentication as each user is added to the user list + +Overview of changes in arctica-greeter 0.0.8 + + * Fix grid offset + * Fix non-latin names being displayed incorrectly + * Change asynchronous indicator loader code, suspect it is causing a race + condition? + +Overview of changes in arctica-greeter 0.0.7 + + * Show caps-lock warning in password field + * Use constant time animation + * Render background images in a background thread + * Load indicators in a thread + * Add timing to logs + * Add more logging messages + * Fade out long names + * Wait until background is loaded before showing the main window - stops + a white flash being seen on startup. + +Overview of changes in arctica-greeter 0.0.6 + + * Fix password cursors not getting focus + * Make logo configurable again + * Disable FUSE + * Show if users are currently logged in + * Update user list when users are added/removed/modified + * Use select user hint to select the correct user + * Fix vertical grid alignment of user list + * Add accessibility menu with high contrast, screen reader and onscreen + keyboard + * Make use of hide users hint + * Change "Other..." entry to match username being entered + * Rename "Guest Account" to "Guest Session" to match desktop + * Don't give keyboard focus to session selector when clicking on it + * Stop hostname being selectable + * Hide the "Other..." entry when user list showing + +Overview of changes in arctica-greeter 0.0.5 + + * Use Ubuntu regular font + * Increase grid size to match design + * Reduce width of login box + * Use correct Ubuntu logo + +Overview of changes in arctica-greeter 0.0.4 + + * (Not released due to broken bzr tag) + +Overview of changes in arctica-greeter 0.0.3 + + * Set icon theme + * Use power indicator + * Setup indicators to run in greeter mode + * Allow OS name and version to be configurable + * Run gnome-settings-daemon to get power management, a11y, xrandr etc + * Fix translations + * Get menubar with transparent background (finally) + * Update to latest design + +Overview of changes in arctica-greeter 0.0.2 + + * Add copyright headers to .vala files + * Update to work with lightdm 0.9 + * Add a config file and load Ambiance theme + * Fit to primary monitor + * Set root background + +Overview of changes in arctica-greeter 0.0.1 + + * Initial release diff --git a/README b/README index ec2dafb..61ef7b6 100644 --- a/README +++ b/README @@ -1 +1 @@ -https://launchpad.net/unity-greeter +https://github.com/ArcticaProject/arctica-greeter diff --git a/arctica-greeter.doap b/arctica-greeter.doap new file mode 100644 index 0000000..166dc84 --- /dev/null +++ b/arctica-greeter.doap @@ -0,0 +1,19 @@ + + + arctica-greeter + Arctica Greeter + + + + + + + Mike Gabriel + + + + diff --git a/autogen.sh b/autogen.sh index 5666c8a..e8188e5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,13 +4,13 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="unity-greeter" +PKG_NAME="arctica-greeter" REQUIRED_AUTOMAKE_VERSION=1.7 (test -f $srcdir/configure.ac \ && test -d $srcdir/src) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" - echo " top-level unity-greeter directory" + echo " top-level arctica-greeter directory" exit 1 } diff --git a/configure.ac b/configure.ac index 7b29128..791d546 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(unity-greeter, 14.04.10) +AC_INIT(arctica-greeter, 14.04.10) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE AM_PROG_CC_C_O @@ -17,7 +17,7 @@ dnl ########################################################################### dnl Dependencies dnl ########################################################################### -PKG_CHECK_MODULES(UNITY_GREETER, [ +PKG_CHECK_MODULES(ARCTICA_GREETER, [ gtk+-3.0 gdk-x11-3.0 indicator3-0.4 @@ -47,7 +47,7 @@ dnl Internationalization dnl ########################################################################### IT_PROG_INTLTOOL(0.35.0) -GETTEXT_PACKAGE=unity-greeter +GETTEXT_PACKAGE=arctica-greeter AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", Gettext package) AC_SUBST(GETTEXT_PACKAGE) diff --git a/data/Makefile.am b/data/Makefile.am index ddf9178..ab81fd5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,7 @@ # -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*- xgreeterdir = $(datarootdir)/xgreeters -dist_xgreeter_DATA = unity-greeter.desktop +dist_xgreeter_DATA = arctica-greeter.desktop dist_pkgdata_DATA = \ a11y.svg \ @@ -34,9 +34,9 @@ dist_pkgdata_DATA = \ unknown_badge.png @GSETTINGS_RULES@ -gsettings_SCHEMAS = com.canonical.unity-greeter.gschema.xml +gsettings_SCHEMAS = org.ArcticaProject.arctica-greeter.gschema.xml -dist_man1_MANS = unity-greeter.1 +dist_man1_MANS = arctica-greeter.1 EXTRA_DIST = \ $(gsettings_SCHEMAS) diff --git a/data/arctica-greeter.1 b/data/arctica-greeter.1 new file mode 100644 index 0000000..58a35a6 --- /dev/null +++ b/data/arctica-greeter.1 @@ -0,0 +1,27 @@ +.TH UNITY-GREETER 1 "June 21, 2012" +.SH NAME +arctica-greeter \- LightDM greeter for the Unity desktop +.SH SYNOPSIS +.B arctica-greeter +[ +.I OPTIONS +] +.SH DESCRIPTION +.B Arctica Greeter +is a LightDM greeter for the Unity desktop. +It is run by the LightDM daemon if configured in lightdm.conf. +It is not normally run by a user, but can run in a test mode with the \-\-test-mode option. +This allows the interface to be tested without installing an updated version. +.PP +.SH OPTIONS +.TP +.B \-v, \-\-version +Show release version. +.TP +.B \-\-test-mode +Run the greeter in a test mode inside the current X session. +.TP +.B \-?, \-\-help +Show help options. +.SH SEE ALSO +.B lightdm diff --git a/data/arctica-greeter.desktop b/data/arctica-greeter.desktop new file mode 100644 index 0000000..395703a --- /dev/null +++ b/data/arctica-greeter.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Arctica Greeter +Comment=Arctica Greeter +Exec=arctica-greeter +Type=Application +X-Ubuntu-Gettext-Domain=arctica-greeter diff --git a/data/com.canonical.unity-greeter.gschema.xml b/data/com.canonical.unity-greeter.gschema.xml deleted file mode 100644 index c580c10..0000000 --- a/data/com.canonical.unity-greeter.gschema.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - '/usr/share/backgrounds/warty-final-ubuntu.png' - Background file to use, either an image path or a color (e.g. #772953) - - - '#2C001E' - Background color (e.g. #772953), set before wallpaper is seen - - - true - Whether to draw user backgrounds - - - true - Whether to draw an overlay grid - - - true - Whether to show the hostname in the menubar - - - '/usr/share/unity-greeter/logo.png' - Logo file to use - - - '/usr/share/unity-greeter/cof.png' - Background logo file to use - - - 'Ambiance' - GTK+ theme to use - - - 'ubuntu-mono-dark' - Icon theme to use - - - 'Ubuntu 11' - Font to use - - - true - Whether to antialias Xft fonts - - - 96 - Resolution for Xft in dots per inch - - - - - - - - - 'hintslight' - What degree of hinting to use - - - - - - - - - - 'rgb' - Type of subpixel antialiasing - - - false - Whether to enable the onscreen keyboard - - - false - Whether to use a high contrast theme - - - false - Whether to enable the screen reader - - - true - Whether to play sound when greeter is ready - - - ['ug-accessibility', 'com.canonical.indicator.keyboard', 'com.canonical.indicator.session', 'com.canonical.indicator.datetime', 'com.canonical.indicator.power', 'com.canonical.indicator.sound', 'application'] - Which indicators to load - - - [] - List of usernames that are hidden until a special key combination is hit - - - 300 - Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout. - - - diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml new file mode 100644 index 0000000..2d3efca --- /dev/null +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -0,0 +1,102 @@ + + + + + '/usr/share/backgrounds/warty-final-ubuntu.png' + Background file to use, either an image path or a color (e.g. #772953) + + + '#2C001E' + Background color (e.g. #772953), set before wallpaper is seen + + + true + Whether to draw user backgrounds + + + true + Whether to draw an overlay grid + + + true + Whether to show the hostname in the menubar + + + '/usr/share/arctica-greeter/logo.png' + Logo file to use + + + '/usr/share/arctica-greeter/cof.png' + Background logo file to use + + + 'Ambiance' + GTK+ theme to use + + + 'ubuntu-mono-dark' + Icon theme to use + + + 'Ubuntu 11' + Font to use + + + true + Whether to antialias Xft fonts + + + 96 + Resolution for Xft in dots per inch + + + + + + + + + 'hintslight' + What degree of hinting to use + + + + + + + + + + 'rgb' + Type of subpixel antialiasing + + + false + Whether to enable the onscreen keyboard + + + false + Whether to use a high contrast theme + + + false + Whether to enable the screen reader + + + true + Whether to play sound when greeter is ready + + + ['ug-accessibility', 'com.canonical.indicator.keyboard', 'com.canonical.indicator.session', 'com.canonical.indicator.datetime', 'com.canonical.indicator.power', 'com.canonical.indicator.sound', 'application'] + Which indicators to load + + + [] + List of usernames that are hidden until a special key combination is hit + + + 300 + Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout. + + + diff --git a/data/unity-greeter.1 b/data/unity-greeter.1 deleted file mode 100644 index 2b6cbe7..0000000 --- a/data/unity-greeter.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH UNITY-GREETER 1 "June 21, 2012" -.SH NAME -unity-greeter \- LightDM greeter for the Unity desktop -.SH SYNOPSIS -.B unity-greeter -[ -.I OPTIONS -] -.SH DESCRIPTION -.B Unity Greeter -is a LightDM greeter for the Unity desktop. -It is run by the LightDM daemon if configured in lightdm.conf. -It is not normally run by a user, but can run in a test mode with the \-\-test-mode option. -This allows the interface to be tested without installing an updated version. -.PP -.SH OPTIONS -.TP -.B \-v, \-\-version -Show release version. -.TP -.B \-\-test-mode -Run the greeter in a test mode inside the current X session. -.TP -.B \-?, \-\-help -Show help options. -.SH SEE ALSO -.B lightdm diff --git a/data/unity-greeter.desktop b/data/unity-greeter.desktop deleted file mode 100644 index c1063cc..0000000 --- a/data/unity-greeter.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=Unity Greeter -Comment=Unity Greeter -Exec=unity-greeter -Type=Application -X-Ubuntu-Gettext-Domain=unity-greeter diff --git a/debian/50-arctica-greeter.conf b/debian/50-arctica-greeter.conf new file mode 100644 index 0000000..fad899b --- /dev/null +++ b/debian/50-arctica-greeter.conf @@ -0,0 +1,2 @@ +[SeatDefaults] +greeter-session=arctica-greeter diff --git a/debian/50-unity-greeter.conf b/debian/50-unity-greeter.conf deleted file mode 100644 index 9e88dab..0000000 --- a/debian/50-unity-greeter.conf +++ /dev/null @@ -1,2 +0,0 @@ -[SeatDefaults] -greeter-session=unity-greeter diff --git a/debian/90-arctica-greeter.conf b/debian/90-arctica-greeter.conf new file mode 100644 index 0000000..b6a3050 --- /dev/null +++ b/debian/90-arctica-greeter.conf @@ -0,0 +1,24 @@ +[SeatDefaults] + +# For real usage of Arctica Greeter as Thin Client login +# system, remove the comment hashes for all options below + +# we are very serious, we _want_ Arctica Greeter as LightDM greeter!!! +greeter-session=arctica-greeter + +# don't show local user names at Arctica Greeter login prompt +#greeter-hide-users=true + +# don neither show a username / password login prompt for local login +#greeter-show-manual-login=false + +# disable guest sessions (a guest session requires a valid default +# user-session parameter, see below) +allow-guest=false + +# enforce showing remote login feature +greeter-show-remote-login=true + +# if on Ubuntu and Unity is not installed, this is a minimal user session type for +# default (guest) sessions (sudo apt-get install openbox) +#user-session=openbox diff --git a/debian/90-unity-greeter-x2go.conf b/debian/90-unity-greeter-x2go.conf deleted file mode 100644 index 3a378fa..0000000 --- a/debian/90-unity-greeter-x2go.conf +++ /dev/null @@ -1,24 +0,0 @@ -[SeatDefaults] - -# For real usage of Unity Greeter (X2Go variant) as Thin Client login -# system, remove the comment hashes for all options below - -# we are very serious, we _want_ Unity Greeter as LightDM greeter!!! -greeter-session=unity-greeter - -# don't show local user names at Unity Greeter login prompt -#greeter-hide-users=true - -# don neither show a username / password login prompt for local login -#greeter-show-manual-login=false - -# disable guest sessions (a guest session requires a valid default -# user-session parameter, see below) -allow-guest=false - -# enforce showing remote login feature -greeter-show-remote-login=true - -# if Unity is not installed, this is a minimal user session type for -# default (guest) sessions (sudo apt-get install openbox) -#user-session=openbox diff --git a/debian/arctica-greeter.pkla b/debian/arctica-greeter.pkla new file mode 100644 index 0000000..99235c2 --- /dev/null +++ b/debian/arctica-greeter.pkla @@ -0,0 +1,44 @@ +# DO NOT EDIT THIS FILE, it will be overwritten on update +# Place your local configurations under /etc/polkit-1/localauthority/ + +[Disable Controlling of Network Devices] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.enable-disable-network;org.freedesktop.NetworkManager.enable-disable-wifi;org.freedesktop.NetworkManager.enable-disable-wwan;org.freedesktop.NetworkManager.enable-disable-wimax; +ResultActive=no +ResultInactive=no +ResultsAny=no + +[Disable Sleep and Wake] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.sleep-wake +ResultActive=no +ResultInactive=no +ResultsAny=no + +[Disable WiFi Sharing] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.wifi.share.protected;org.freedesktop.NetworkManager.wifi.share.open +ResultActive=no +ResultInactive=no +ResultsAny=no + +[Disable Settings Modifications] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.settings.modify.own;org.freedesktop.NetworkManager.settings.modify.system;org.freedesktop.NetworkManager.settings.modify.hostname +ResultActive=no +ResultInactive=no +ResultsAny=no + +[Disable User Connections] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.use-user-connections +ResultActive=no +ResultInactive=no +ResultsAny=no + +[Enable Controlling of Network Connections] +Identity=unix-user:lightdm +Action=org.freedesktop.NetworkManager.network-control +ResultActive=yes +ResultInactive=no +ResultsAny=no diff --git a/debian/changelog b/debian/changelog index 6df4939..96a66c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -unity-greeter-x2go (14.04.10-0x2go1) UNRELEASED; urgency=medium +arctica-greeter (0.99.0.1-0) UNRELEASED; urgency=medium - * First forked/upstream release (1.0.0.1): + * From from unity-greeter 14.04.10. + + * First forked/upstream release (0.99.0.1): - Apply patch 01_x2go+rls.patch. Natively support X2Go Session. - Allow UCCS logins that are not email addresses (but usernames). - Make lightdm-xsession the default session to launch. @@ -40,812 +42,3 @@ unity-greeter-x2go (14.04.10-0x2go1) UNRELEASED; urgency=medium + Fix installation of logo.png into bin:package. -- Mike Gabriel Sun, 02 Nov 2014 19:12:50 +0100 - -unity-greeter (14.04.10-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Require user to acknowledge messages received after authentication is - complete, for example if their password is about to expire. (LP: #1304866) - - -- Robert Ancell Wed, 30 Apr 2014 15:33:19 +1200 - -unity-greeter (14.04.9-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Correctly handle SIGTERM and quit cleanly. We were previously not stopping - the signal and so not cleaning up on exit. This left an upstart process - for each greeter remaining. - - If a user has an invalid session, then use the system default session - (LP: #1303725) - - Correctly handle sessions not starting - - -- Robert Ancell Tue, 08 Apr 2014 15:57:59 +1200 - -unity-greeter (14.04.8-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Allow unity-settings-daemon to blank the screen by implementing the - gnome-screensaver and gnome-session d-bus interfaces. (LP: #1245474) - - -- Robert Ancell Tue, 08 Apr 2014 07:57:42 +1200 - -unity-greeter (14.04.7-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Own the com.canonical.UnityGreeter D-Bus name - - -- Robert Ancell Wed, 02 Apr 2014 10:13:46 +1300 - -unity-greeter (14.04.6-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Add option to hide certain users until alt+ctrl+shift is pressed. - - Show a warning when shutting down and users are logged in. (LP: #1281058) - - Drop some fixes that are in Vala 0.22 now. - - -- Robert Ancell Thu, 27 Mar 2014 10:51:42 +1300 - -unity-greeter (14.04.5-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Don't focus windows that set override-redirect. This was causing a - gnome-screensaver window to get focus when it shouldn't. (LP: #1255558) - - -- Robert Ancell Fri, 21 Mar 2014 14:52:22 +1300 - -unity-greeter (14.04.4-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Add primary monitor support - - Fix the greeter authenticating twice when it starts - - -- Robert Ancell Thu, 13 Mar 2014 14:23:11 +1300 - -unity-greeter (14.04.3-0ubuntu2) trusty; urgency=medium - - * Add build-dependency on ttf-ubuntu-font-family for correct logo - rendering. - - -- Dimitri John Ledkov Thu, 20 Feb 2014 10:32:48 +0000 - -unity-greeter (14.04.3-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Generate version stamp on background (LP: #1269901) - - Add option to disable hostname in login screen (LP: #1208469) - - Use unity-settings-daemon instead of gnome-settings-daemon (LP: #1277487) - - Fix accessible name in shutdown dialog - - -- Robert Ancell Thu, 20 Feb 2014 17:17:59 +1300 - -unity-greeter (14.04.2-0ubuntu2) trusty; urgency=medium - - * debian/control: - - Move remote login packages from recommends to suggests - - -- Robert Ancell Wed, 05 Feb 2014 12:34:10 +0000 - -unity-greeter (14.04.2-0ubuntu1) trusty; urgency=medium - - * New upstream release: - - Handle a window being destroyed after we get the map event and try and - focus it (LP: #1048131) - - Add accessible description to back button (LP: #1266366) - - Fix attempted removal of dead source - - Apply the same unity color corrections to the average color in shutdown - dialog - - -- Robert Ancell Wed, 05 Feb 2014 10:01:12 +0000 - -unity-greeter (14.04.1-0ubuntu2) trusty; urgency=low - - * debian/install: - * debian/maintscript: - - Remove the lightdm configuration from /etc/ and use /usr/share instead - so dpkg doesn't leave it there on uninstall - - -- Robert Ancell Thu, 05 Dec 2013 09:39:49 +1300 - -unity-greeter (14.04.1-0ubuntu1) trusty; urgency=low - - [ Robert Ancell ] - * New upstream release: - - Complete unity style shutdown dialogs (chameleon colours, spacing, - blurring, click outside to close, fading, assets, keyboard focus) - - [ Marco Trevisan ] - * debian/control: - - build-depends on libpixman-1-dev - - -- Robert Ancell Thu, 14 Nov 2013 09:08:04 +1300 - -unity-greeter (14.04.0-0ubuntu1) trusty; urgency=low - - * New upstream release: - - Use Unity style shutdown dialogs (LP: #857577) - - Handle hardware power button in greeter (LP: #903306) - - Use an Upstart process to start indicator services (LP: #1185565) - - Fix build with Vala 0.22 - - Clean up compile warnings - - -- Robert Ancell Mon, 11 Nov 2013 17:16:17 +1300 - -unity-greeter (13.10.3-0ubuntu1) saucy; urgency=low - - [ William Hua ] - * Replace old ug-keyboard indicator with indicator-keyboard (LP: #1226760, - LP #1233945). FFe bug LP: #1228207 - - [ Alberts Muktupāvels ] - * Remember last logged in user for each seat (LP: #1201122) - * Show gnome badge for all gnome fallback/flashback sessions (LP: #1201122) - - [ Michael Terry ] - * Have sound indicator appear again, after the indicator file changed names - - -- Michael Terry Wed, 02 Oct 2013 15:55:02 -0400 - -unity-greeter (13.10.2-0ubuntu1) saucy; urgency=low - - [ Didier Roche ] - * Minor changes for daily release - * Automatic snapshot from revision 892 (bootstrap) - - [ Michael Terry ] - * New upstream release - * Bump required valac to 0.20.0 - - -- Michael Terry Tue, 13 Aug 2013 20:22:13 -0400 - -unity-greeter (13.10.1-0ubuntu2) saucy; urgency=low - - * debian/50-unity-greeter.conf: - * debian/postinst: - * debian/postrm: - - Use new lightdm.conf.d file to set unity-greeter as the default greeter. - Deprecates lightdm-set-defaults method. - - -- Robert Ancell Mon, 24 Jun 2013 10:40:00 +1200 - -unity-greeter (13.10.1-0ubuntu1) saucy; urgency=low - - * Fix tests to ignore warnings from libraries and such. Only care about - actual test failures. Fixes FTBFS on armhf. - - -- Michael Terry Thu, 20 Jun 2013 14:08:32 -0400 - -unity-greeter (13.10.0-0ubuntu1) saucy; urgency=low - - * New upstream release: - - updated logo for 13.10, thanks Xi Zhu! - - -- Sebastien Bacher Mon, 17 Jun 2013 13:54:17 +0200 - -unity-greeter (13.04.2-0ubuntu1) raring; urgency=low - - * New upstream release. - - Fix duplicate entries showing for multiple users on the same remote - login service. - - Add custom indicator support for system administrators (LP: #1155157) - * debian/control: - - Switch Vcs-Bzr to point at Unity Greeter trunk, since we are inlining - the packaging - - Use debhelper 9 - * debian/rules: - - Use upstream ./autogen.sh for autoreconf - * debian/patches/do-not-read-password.patch, - debian/patches/move-nm-applet.patch, - debian/patches/spawn-gsd-directly.patch: - - Drop, included upstream - - -- Michael Terry Fri, 15 Mar 2013 14:04:08 -0400 - -unity-greeter (13.04.1-0ubuntu2) raring; urgency=low - - * debian/patches/spawn-gsd-directly.patch: - - Spawn gnome-settings-daemon directly, since it dropped DBus activation - support in 3.6. LP: #1110716 - - -- Michael Terry Thu, 31 Jan 2013 12:39:26 -0500 - -unity-greeter (13.04.1-0ubuntu1) raring; urgency=low - - * New upstream release - - Updated logo for 13.04 (LP: #1083333) - - -- Michael Terry Tue, 22 Jan 2013 15:55:26 -0500 - -unity-greeter (13.04.0-0ubuntu1) raring; urgency=low - - * New upstream release - - Support timed login - - Drop OK button in session chooser (LP: #1049243) - - Various small layout changes (LP: #1049241, LP: #1049242, - LP: #1056945, LP: #1056949, LP: #1056987, LP: #1059484) - - Fix orca not closing when disabled - - Fix display corruption when logging in (LP: #931967) - * debian/patches/close-orca.patch, - debian/patches/fix-timed-autologin.patch, - debian/patches/do-not-mention-citrix-support.patch, - debian/patches/sigterm-onboard.patch: - - Dropped, included upstream - - -- Michael Terry Fri, 04 Jan 2013 10:37:29 -0500 - -unity-greeter (12.10.4-0ubuntu5) quantal; urgency=low - - * debian/patches/fix-timed-autologin.patch: - - Fix timed login by paying attention to the signal from lightdm. - Patch from upstream trunk. LP: #902852 - * debian/control: - - Require lightdm 1.4.0 for their own fixes to timed autologin - - -- Michael Terry Tue, 09 Oct 2012 10:32:05 -0400 - -unity-greeter (12.10.4-0ubuntu4) quantal; urgency=low - - * debian/patches/close-orca.patch: - - Make turning off the screen reader work again, now that the --quit - argument to orca was dropped. - * debian/patches/do-not-read-password.patch: - - Workaround an orca problem where it doesn't notice the currently - focused widget on startup. With this fix, it will no longer read - your password as you type it. LP: #944159 - - -- Michael Terry Sun, 07 Oct 2012 17:12:31 -0400 - -unity-greeter (12.10.4-0ubuntu3) quantal; urgency=low - - * debian/patches/sigterm-onboard.patch: - - Send SIGTERM not SIGKILL to onboard, to allow it to release keys - LP: #978430 - - -- Michael Terry Wed, 03 Oct 2012 10:17:06 -0400 - -unity-greeter (12.10.4-0ubuntu2) quantal; urgency=low - - * debian/patches/do-not-mention-citrix-support.patch: - - We don't actually support Citrix out of the box, so don't mention it - in the remote login help dialog. LP: #1059663 - - -- Michael Terry Tue, 02 Oct 2012 13:22:50 -0400 - -unity-greeter (12.10.4-0ubuntu1) quantal; urgency=low - - * New upstream bug fix release - - Fix rendering of password entry's spinner (LP: #1059447) - - Fix rendering of password entry's cursor after closing a dialog - (LP: #1049261) - - Fix slight pixel jump in names as they finish scrolling (LP: #1056941) - - Fix not being able to click on first few sessions in session chooser - (LP: #1052453) - - Cleanly close onboard keyboard to prevent it crashing on login - (LP: #1055698) - - Use a lightdm hint for controlling whether remote login is enabled - * debian/patches/trunk_session_chooser.patch, - debian/patches/02_use_remote_login_hint.patch: - - Dropped, included upstream - - -- Michael Terry Mon, 01 Oct 2012 12:33:16 -0400 - -unity-greeter (12.10.3-0ubuntu3) quantal; urgency=low - - * debian/patches/trunk_session_chooser.patch: - - backport from trunk: "Fix bug preventing user from clicking - on first few sessions in session chooser (lp: #1052453)" - - -- Sebastien Bacher Mon, 01 Oct 2012 11:02:40 +0200 - -unity-greeter (12.10.3-0ubuntu2) quantal; urgency=low - - * debian/patches/move-nm-applet.patch: - - Start nm-applet after we set INDICATOR_GREETER_MODE so that it knows - it's in the greeter and can adjust UI accordingly. - - -- Michael Terry Thu, 20 Sep 2012 15:37:07 -0400 - -unity-greeter (12.10.3-0ubuntu1) quantal; urgency=low - - * New upstream release - - Rearrange some UI bits (LP: #1049231, LP: #1049235, LP: #1049236, - LP: #1049239) - - After a remote login error, do not use cache when trying same user - again - - When no users and no manual entry, force manual entry to appear - (LP: #1044251) - - When switching between monitors, re-adjust user names (LP: #1043604) - - Center remote login help dialog - - Use the xsettings plugin to apply icons-in-menus gsetting - (LP: #927236) - * debian/unity-greeter.pkla: - - Fix policykit file to not be order-dependent and spell out the - NetworkManager permissions instead of using a wildcard. - LP: #1048522 - * debian/control: - - Add some Build-Depends for new test suite - * debian/patches/01_add_remote_login_help_icon.patch: - - Drop, remote login help icon is included upstream - * debian/patches/02_use_remote_login_hint.patch: - - Update to apply again - - -- Michael Terry Mon, 17 Sep 2012 13:31:13 -0400 - -unity-greeter (12.10.2-0ubuntu5) quantal; urgency=low - - * debian/patches/02_use_remote_login_hint.patch: - - Use new greeter hint to control whether remote login is enabled, - rather than a gsettings key for the lightdm user. - * debian/control: - - Bump lightdm version to latest for above greeter hint - - -- Michael Terry Tue, 11 Sep 2012 14:27:08 -0400 - -unity-greeter (12.10.2-0ubuntu4) quantal; urgency=low - - * Whoops, and Recommend remote-login-service and friends to pull - them in for proper Remote Login support. - - -- Michael Terry Fri, 07 Sep 2012 11:45:24 -0400 - -unity-greeter (12.10.2-0ubuntu3) quantal; urgency=low - - * Enable Remote Login support (LP: #1040221) - * Add proper remote login help icon from trunk - - -- Michael Terry Fri, 07 Sep 2012 11:26:21 -0400 - -unity-greeter (12.10.2-0ubuntu2) quantal; urgency=low - - * Enable Network Manager support (LP: #1042757) - * debian/copyright: update Format and syntax - - -- Michael Terry Thu, 30 Aug 2012 16:10:27 -0400 - -unity-greeter (12.10.2-0ubuntu1) quantal; urgency=low - - [ Robert Ancell ] - * New upstream release: - - Show network indicator (bug 1042757, but currently disabled) - - Add support for remote logins (bug 1040221, but currently disabled) - - Show onboard keyboard on startup if enabled already (LP: #973922) - - Support multiple simultaneous prompts from PAM (LP: #1043593) - - Fix tabbing through widgets sometimes taking too many tabs - - Set average background colour atom based on background (LP: #1043572) - - Add a man page - - Finess UI (LP: #932162) - - [ Michael Terry ] - * debian/unity-greeter.pkla, debian/install: - - Install a policykit authentication file to disallow any mucking - with NetworkManager in anticipation of adding NM to the greeter. - * debian/control: - - Require lightdm 1.3.3 - * debian/patches/01_disable_remote_login.patch, - * debian/patches/02_disable_nm_applet.patch: - - Disable a couple features until their FFes are approved. - - -- Michael Terry Mon, 20 Aug 2012 14:14:17 -0400 - -unity-greeter (12.10.0-0ubuntu2) quantal; urgency=low - - * debian/patches/run_unity_support_test.patch: - - removed, we only support unity-3d now and fallback with llvmpipe - if there is no GL acceleration (LP: #1035261) - - -- Didier Roche Wed, 15 Aug 2012 08:39:47 +0200 - -unity-greeter (12.10.0-0ubuntu1) quantal; urgency=low - - * New upstream release: - - Update version logo - - Don't write garbage data to state cache file - - Remove workaround for gnome session being Unity - * debian/control: - - Use standards version 3.9.3 - * debian/patches/recognize-kde-plasma.patch: - * debian/patches/show-changed-default-badge.patch: - * debian/patches/fix-hung-logging-in.patch: - - Applied upstream - - -- Robert Ancell Thu, 21 Jun 2012 16:38:32 +1200 - -unity-greeter (0.2.8-0ubuntu2) quantal; urgency=low - - * debian/patches/recognize-kde-plasma.patch: - - Recognize the "kde-plasma" session as "kde" so it gets a properly - branded icon in the greeter. LP: #986339 - * debian/patches/show-changed-default-badge.patch: - - When the default session is changed in lightdm.conf, don't still - show the Ubuntu badge. LP: #978428 - * debian/patches/fix-hung-logging-in.patch: - - Sometimes users will get stuck on a "Logging in..." screen. This - fixes that by ensuring that we don't wait for a background to fade - in that never will. LP: #986967 - - -- Michael Terry Fri, 20 Apr 2012 14:51:06 -0400 - -unity-greeter (0.2.8-0ubuntu1) precise-proposed; urgency=low - - * New upstream release: - - Add play-ready-sound option to control making a sound when the greeter - loads (LP: #949782) - - Add background-color option to set the background color before the - background is rendered (LP: #969059) - - some minor design fixups - * debian/patches/ui-tweaks.patch: - - Applied upstream - - -- Robert Ancell Wed, 18 Apr 2012 17:21:34 +1000 - -unity-greeter (0.2.7-0ubuntu2) precise; urgency=low - - * debian/patches/ui-tweaks.patch: - - Make some design-team-requested minor tweaks to login box layout. - Moves username labels down a bit and makes password entry bigger. - Patch taken from upstream. (UIFe, LP: #975153) - - -- Michael Terry Fri, 06 Apr 2012 10:01:26 -0400 - -unity-greeter (0.2.7-0ubuntu1) precise; urgency=low - - * New upstream bug-fix release - - "Pressing escape key on lightdm greeter restarts xserver" - (LP: #962932) - - "unity-greeter crashed with SIGSEGV in background_loader_ready_cb" - (LP: #946674) - - "Onscreen Keyboard cannot be used to input password in - unity-greeter" (LP: #878184) - - -- Michael Terry Tue, 03 Apr 2012 15:50:50 -0400 - -unity-greeter (0.2.6-0ubuntu1) precise; urgency=low - - * New upstream bug-fix release - - Fix the corruption between unity-greeter and Unity loading - (LP: #931967) - - Fix crash when reloading background images (LP: #942227) - - Fix displayed name of keyboard layout with some variants - (LP: #960538) - * debian/patches/fix_login_corruption.patch: - - Dropped, applied upstream - - -- Michael Terry Thu, 22 Mar 2012 09:44:16 -0400 - -unity-greeter (0.2.5-0ubuntu2) precise; urgency=low - - * debian/patches/fix_login_corruption.patch: - - Fix setting of root window background pixmap. Fixes "corruption" - seen between unity-greeter and Unity start, which was actually just - random bits of VRAM in an uninitialised pixmap. (LP: #931967) - - -- Christopher James Halse Rogers Tue, 20 Mar 2012 18:51:43 +1100 - -unity-greeter (0.2.5-0ubuntu1) precise; urgency=low - - * New upstream release - - Don't allow dragging the window by the top bar - - Fix keyboard navigation (LP: #952198, LP: #940921) - - Fix prompt entry text not showing in some themes - - Fix Orca command line so it works with version 3.3.90+ - - Show "Retry" instead of "Login" if a no-prompt login fails - - Show manual login option when no users available (LP: #952557) - - Show manual login option if hint is present (LP: #925125) - - Show PAM prompts, albeit not in a pretty fashion - - Allow pressing Escape to cancel a misbehaving login - - Tweaked animations - - Update logo to add "LTS" (LP: #943465) - * debian/patches/dont_dnd_greeter.patch: - - Dropped, included upstream - - -- Michael Terry Thu, 15 Mar 2012 09:37:28 -0400 - -unity-greeter (0.2.4-0ubuntu2) precise; urgency=low - - * debian/patches/dont_dnd_greeter.patch: backport fix for the greeter - responding to dnd, it has quite some duplicates (lp: #919398) - - -- Sebastien Bacher Wed, 07 Mar 2012 11:36:25 +0100 - -unity-greeter (0.2.4-0ubuntu1) precise; urgency=low - - * New upstream release - - Don't crash when all monitors are the same size - - Use OS icon instead of cog for session selector (LP: #932164) - - Show arrow on password entry to indicate will login - - Show session chooser dialog instead of a menu (LP: #932169) - * debian/patches/do_not_crash_with_twinview.patch: - - Dropped, included upstream - - -- Michael Terry Thu, 23 Feb 2012 10:02:11 -0500 - -unity-greeter (0.2.3-0ubuntu4) precise; urgency=low - - * debian/patches/do_not_crash_with_twinview.patch: - - Don't crash when all monitors have the same size (as can happen with - TwinView) LP: #934040 - - -- Michael Terry Fri, 17 Feb 2012 17:43:37 -0500 - -unity-greeter (0.2.3-0ubuntu3) precise; urgency=low - - * debian/control: - - Build-depend on libcanberra-dev - - Ran wrap-and-sort - - -- Michael Terry Thu, 16 Feb 2012 14:34:43 -0500 - -unity-greeter (0.2.3-0ubuntu2) precise; urgency=low - - * debian/control: - - Build-depend on liblightdm-gobject-1-dev >= 1.1.3 - - -- Robert Ancell Thu, 16 Feb 2012 17:51:33 +1100 - -unity-greeter (0.2.3-0ubuntu1) precise; urgency=low - - * New upstream release: - [ 0.2.2 ] - - Support multi-monitor - - Add messaging indicator - [ 0.2.3 ] - - Play system-ready sound on startup - - Fix placement of user-is-logged-in arrow - - -- Robert Ancell Thu, 16 Feb 2012 17:35:24 +1100 - -unity-greeter (0.2.1-0ubuntu1) precise; urgency=low - - * New upstream release - - Fix session menu button not showing for first user - - Skip indicators that fail to load - - Distribute translations correctly - - Load indicators from location specified in pkg-config - - Use gsettings instead of /etc/lightdm/unity-greeter.conf - - Accept numpad arrow key presses - - Instead of showing all layouts in the system in the keyboard indicator, - only show the layouts a user has configured - - Don't crash if gnome-settings-daemon's gsettings schema isn't as expected - - Disable gnome-settings-daemon's new gsdwacom plugin as well as its older - wacom plugin - - Use vala-0.16 instead of valac-0.14 - * debian/control: - - Bump valac build-depend to valac-0.16 - - Bump liblightdm-gobject build-depend to one that has backported - keyboard layout query functions - - -- Michael Terry Mon, 13 Feb 2012 15:25:10 -0500 - -unity-greeter (0.2.0-0ubuntu6) precise; urgency=low - - * debian/patches/handle_missing_indicators.patch: - - backported from trunk, handle missing indicators (lp: #921998) - * debian/patches/working_session_selector.patch: - - backported from trunk, make the session selector work (lp: #918657) - - [ Robert Ancell ] - * debian/control: - - Add recommends on indicator-session, indicator-datetime, indicator-power, - indicator-sound (LP: #921998) - - -- Sebastien Bacher Tue, 31 Jan 2012 18:59:57 +0100 - -unity-greeter (0.2.0-0ubuntu5) precise; urgency=low - - * rebuild for libindicator7 - * debian/patches/no_hardcoded_paths.patch - - don't hard code path to indicatordir - - -- Ken VanDine Wed, 25 Jan 2012 10:04:05 -0500 - -unity-greeter (0.2.0-0ubuntu4) precise; urgency=low - - * debian/patches/drop_keyboard_indicator.patch: - - Back out the keyboard layout indicator for now, until we can properly - fix the bugs with detecting user layouts. (LP: #915468) - - -- Michael Terry Fri, 20 Jan 2012 07:05:31 -0500 - -unity-greeter (0.2.0-0ubuntu3) precise; urgency=low - - * Add versioned Breaks on edubuntu-artwork to allow edubuntu-artwork - to fix its unity-greeter.conf to match the new options. - - -- Stéphane Graber Thu, 19 Jan 2012 14:07:30 -0500 - -unity-greeter (0.2.0-0ubuntu2) precise; urgency=low - - [ Aurélien Gâteau ] - * Add dependency on gnome-settings-daemon (LP: #911826) - - -- Robert Ancell Thu, 19 Jan 2012 15:22:04 +1100 - -unity-greeter (0.2.0-0ubuntu1) precise; urgency=low - - * New upstream release - - Improve scrolling animation (LP: #844050) - - Select menubar when F10 is pressed - - Fix Orca not starting when enabling screen reader (LP: #850554) - - Add a keyboard indicator (LP: #783827, LP: #834487) - - Always focus new windows - - Check version of Vala when compiling - - Update logo for 12.04 (LP: #892394) - - Use default invisible character in password dialog (LP: #834878) - - Darken indicator bar - - User smaller grid size - - Put end-stops on user list scrolling - - Only fade out user labels that can't fit in completely (LP: #883260) - - Center dots (LP: #872800) - - Add translator comments (LP: #855385) - - Add option to disable dots (LP: #883908) - - Only redraw parts of the screen that have changed - - Don't run the greeter if can't connect to daemon and not in test mode - (LP: #876754) - - -- Robert Ancell Thu, 19 Jan 2012 14:56:21 +1100 - -unity-greeter (0.1.1-0ubuntu1) oneiric; urgency=low - - * New upstream release: - - Stop loading indicators in a thread - they don't seem thread safe - - Fade usernames so it looks more like a carousel (LP: #860246) - - Darken indicator background so they are easier to read (LP: #860243) - - -- Robert Ancell Wed, 28 Sep 2011 15:34:50 +1000 - -unity-greeter (0.1.0-0ubuntu1) oneiric; urgency=low - - * New upstream release: - - Fix greeter running in loop when greeter-hide-users=true (LP: #851477) - - Remember the last selected user between logins (LP: #827898) - - Select correct session when logging in manually - - Fix non-translation of password prompt - - Resize background when resizing window - - Move/resize window when monitors changed - - Disable xrandr gnome-settings-daemon plugin - always mirror the displays - - -- Robert Ancell Tue, 27 Sep 2011 14:19:02 +1000 - -unity-greeter (0.0.9-0ubuntu1) oneiric; urgency=low - - * New upstream release: - - Set background color of window to "dark aubergine" so boot delays - don't cause a white flash - - Kill onboard on exit to stop window showing up - - Don't give the onscreen keyboard focus, this makes it work (LP: #851565) - - Load indicators sequentially, they seem to crash loading in parallel - - Fix translations not being used (LP: #831026) - - Show authentication messages as well as prompts - - Disable the text entry after text has been entered - - Don't start authentication as each user is added to the user list - - -- Robert Ancell Thu, 22 Sep 2011 16:39:58 +1000 - -unity-greeter (0.0.8-0ubuntu1) oneiric; urgency=low - - * New upstream release: - - Fix grid offset - - Fix non-latin names being displayed incorrectly (LP: #840868) - - Change asynchronous indicator loader code, suspect it is causing a race - condition? - - -- Robert Ancell Thu, 15 Sep 2011 15:00:50 +1000 - -unity-greeter (0.0.7-0ubuntu1) oneiric; urgency=low - - * New upstream release: (LP: #843621) - - Show caps-lock warning in password field - - Use constant time animation - - Render background images in a background thread - - Load indicators in a thread - - Add timing to logs - - Add more logging messages - - Fade out long names (LP: #844047) - - Wait until background is loaded before showing the main window - stops - a white flash being seen on startup. (LP: #836479) - - -- Robert Ancell Wed, 14 Sep 2011 16:30:31 +1000 - -unity-greeter (0.0.6-0ubuntu1) UNRELEASED; urgency=low - - * New upstream release: - - Fix password cursors not getting focus (LP: #810805) - - Make logo configurable again (LP: #834701) - - Disable FUSE - - Show if users are currently logged in (LP: #835312) - - Update user list when users are added/removed/modified - - Use select user hint to select the correct user (LP: #835311) - - Fix vertical grid alignment of user list - - Add accessibility menu with high contrast, screen reader and onscreen - keyboard (LP: #810697) - - Make use of hide users hint (LP: #836395) - - Change "Other..." entry to match username being entered - - Rename "Guest Account" to "Guest Session" to match desktop - - Don't give keyboard focus to session selector when clicking on it - (LP: #827749) - - Stop hostname being selectable (LP: #837149) - - Hide the "Other..." entry when user list showing - - Fix battery indicator (LP: #830175) - * debian/patches/customize-logo.patch: - * debian/patches/disable-fuse.patch: - - Applied upstream - - -- Robert Ancell Wed, 07 Sep 2011 17:02:43 +1000 - -unity-greeter (0.0.5-0ubuntu4) oneiric; urgency=low - - * debian/patches/run_unity_support_test.patch: - - try to run unity_support_test for ubuntu for pre-caching the - result in /tmp for further call while the user is typing his - password (LP: #842656) - - -- Didier Roche Tue, 06 Sep 2011 17:24:37 +0200 - -unity-greeter (0.0.5-0ubuntu3) oneiric; urgency=low - - * debian/patches/customize-logo.patch: - - Allow derivatives to customize logo again. LP: #834701 - - -- Michael Terry Fri, 26 Aug 2011 13:38:47 -0400 - -unity-greeter (0.0.5-0ubuntu2) oneiric; urgency=low - - * debian/patches/disable-fuse.patch: - - Disable fuse daemon, which will crash if run because we also force - the 'local' vfs backend. LP: #832533 - - -- Michael Terry Thu, 25 Aug 2011 15:28:31 -0400 - -unity-greeter (0.0.5-0ubuntu1) oneiric; urgency=low - - * New upstream release - - tweaks to the greeter interface - - -- Robert Ancell Thu, 25 Aug 2011 18:42:47 +1000 - -unity-greeter (0.0.3-0ubuntu1) oneiric; urgency=low - - * New upstream version - * debian/patches/update_to_trunk.patch: dropped, it's in the new version - - -- Sebastien Bacher Wed, 24 Aug 2011 10:45:15 +0200 - -unity-greeter (0.0.2-0ubuntu4) oneiric; urgency=low - - * debian/patches/update_to_trunk.patch: updated to current trunk - - tweaks to the greeter interface - - use gnome-settings-daemon with a limited of options - - doesn't start gvfs on the greeter - - -- Sebastien Bacher Tue, 23 Aug 2011 15:58:57 +0200 - -unity-greeter (0.0.2-0ubuntu3) oneiric; urgency=low - - * debian/patches/update_to_trunk.patch: - - backport the 3 commits which went to the vcs since the current version - - Setup indicators to run in greeter mode (lp: #811853) - - -- Sebastien Bacher Fri, 19 Aug 2011 11:01:32 +0200 - -unity-greeter (0.0.2-0ubuntu2) oneiric; urgency=low - - * debian/postinst, debian/postrm: - - set the unity-greeter as the default one if none set. Remove it on - uninstall - - -- Didier Roche Wed, 10 Aug 2011 02:22:19 +0200 - -unity-greeter (0.0.2-0ubuntu1) oneiric; urgency=low - - * New upstream release - * debian/control: - - Use liblightdm-gobject-1 - * debian/copyright: - - Update copyright format to latest - - -- Robert Ancell Tue, 26 Jul 2011 19:24:33 +1000 - -unity-greeter (0.0.1-0ubuntu1) oneiric; urgency=low - - * New upstream release - - -- Robert Ancell Wed, 13 Jul 2011 15:07:09 +1000 diff --git a/debian/control b/debian/control index b84102d..39c3eec 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: unity-greeter-x2go +Source: arctica-greeter Section: x11 Priority: optional Maintainer: Mike Gabriel @@ -20,12 +20,11 @@ Build-Depends: appmenu-gtk3, libpixman-1-dev, valac (>= 0.20.0), xvfb, -Homepage: http://www.x2go.org -Vcs-Git: git://code.x2go.org/unity-greeter-x2go.git -Vcs-Browser: http://code.x2go.org/gitweb?p=unity-greeter-x2go.git;a=summary +Homepage: http://arctica-project.org +Vcs-Git: git://cgit.arctica-project.org/arctica-greeter.git +Vcs-Browser: https://cgit.arctica-project.org/arctica-greeter.git/ - -Package: unity-greeter-x2go +Package: arctica-greeter Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, @@ -44,9 +43,15 @@ Recommends: unity-settings-daemon, remote-login-service-x2go, xinput, Provides: lightdm-greeter -Breaks: unity-greeter, +Breaks: edubuntu-artwork (<< 12.01.1~), -Replaces: unity-greeter, -Description: Unity Greeter - A greeter shell for the LightDM login manager. This fork of Unity Greeter - provides X2Go remote login support with Unity Greeter. +Description: Arctica Greeter + A greeter shell for the LightDM login manager. Arctica Greeter can be used as + local display manager as well as thin client login manager. + . + Remote sessions supported by Arctica Greeter: + . + - Arctica Remote Desktop Sessions + - X2Go sessions (desktop type) + - FreeRDP sessions + - Citrix remote desktop sessions diff --git a/debian/copyright b/debian/copyright index 7809a11..3c8ed7a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: unity-greeter-x2go +Upstream-Name: arctica-greeter Upstream-Contact: Mike Gabriel -Source: http://code.x2go.org/gitweb?p=unity-greeter-x2go.git;a=summary +Source: https://github.com/ArcticaProject/arctica-greeter Files: * Copyright: 2011-2013, Canonical Ltd diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..3c75913 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +NEWS.Canonical \ No newline at end of file diff --git a/debian/install b/debian/install deleted file mode 100644 index d06c24c..0000000 --- a/debian/install +++ /dev/null @@ -1,3 +0,0 @@ -debian/unity-greeter.pkla /var/lib/polkit-1/localauthority/10-vendor.d/ -debian/50-unity-greeter.conf /usr/share/lightdm/lightdm.conf.d/ -debian/90-unity-greeter-x2go.conf /etc/lightdm/lightdm.conf.d/ diff --git a/debian/maintscript b/debian/maintscript index c2155e9..d1a8d77 100644 --- a/debian/maintscript +++ b/debian/maintscript @@ -1 +1 @@ -rm_conffile /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf 14.04.1-0ubuntu1 +rm_conffile /etc/lightdm/lightdm.conf.d/50-arctica-greeter.conf 14.04.1-0ubuntu1 diff --git a/debian/rules b/debian/rules index a99bf07..08782b1 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,15 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install - cp logo.png debian/unity-greeter-x2go/usr/share/unity-greeter/logo.png + cp logo.png debian/arctica-greeter/usr/share/arctica-greeter/logo.png + mkdir -p debian/arctica-greeter/var/lib/polkit-1/localauthority/10-vendor.d/ + cp debian/arctica-greeter.pkla debian/arctica-greeter/var/lib/polkit-1/localauthority/10-vendor.d/ + mkdir -p debian/arctica-greeter/usr/share/lightdm/lightdm.conf.d/ + cp debian/50-arctica-greeter.conf debian/arctica-greeter/usr/share/lightdm/lightdm.conf.d/ + mkdir -p debian/arctica-greeter/etc/lightdm/lightdm.conf.d/ + cp debian/90-arctica-greeter.conf debian/arctica-greeter/etc/lightdm/lightdm.conf.d/ override_dh_auto_clean: dh_auto_clean rm -f logo.png + diff --git a/debian/unity-greeter.pkla b/debian/unity-greeter.pkla deleted file mode 100644 index 99235c2..0000000 --- a/debian/unity-greeter.pkla +++ /dev/null @@ -1,44 +0,0 @@ -# DO NOT EDIT THIS FILE, it will be overwritten on update -# Place your local configurations under /etc/polkit-1/localauthority/ - -[Disable Controlling of Network Devices] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.enable-disable-network;org.freedesktop.NetworkManager.enable-disable-wifi;org.freedesktop.NetworkManager.enable-disable-wwan;org.freedesktop.NetworkManager.enable-disable-wimax; -ResultActive=no -ResultInactive=no -ResultsAny=no - -[Disable Sleep and Wake] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.sleep-wake -ResultActive=no -ResultInactive=no -ResultsAny=no - -[Disable WiFi Sharing] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.wifi.share.protected;org.freedesktop.NetworkManager.wifi.share.open -ResultActive=no -ResultInactive=no -ResultsAny=no - -[Disable Settings Modifications] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.settings.modify.own;org.freedesktop.NetworkManager.settings.modify.system;org.freedesktop.NetworkManager.settings.modify.hostname -ResultActive=no -ResultInactive=no -ResultsAny=no - -[Disable User Connections] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.use-user-connections -ResultActive=no -ResultInactive=no -ResultsAny=no - -[Enable Controlling of Network Connections] -Identity=unix-user:lightdm -Action=org.freedesktop.NetworkManager.network-control -ResultActive=yes -ResultInactive=no -ResultsAny=no diff --git a/po/POTFILES.in b/po/POTFILES.in index 6e1e829..e634263 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -21,6 +21,6 @@ src/settings-daemon.vala src/settings.vala src/shutdown-dialog.vala src/toggle-box.vala -src/unity-greeter.vala +src/arctica-greeter.vala src/user-list.vala src/user-prompt-box.vala diff --git a/po/POTFILES.skip b/po/POTFILES.skip index e54638b..a632d39 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -19,7 +19,7 @@ src/settings-daemon.c src/settings.c src/shutdown-dialog.c src/toggle-box.c -src/unity-greeter.c +src/arctica-greeter.c src/user-list.c src/user-prompt-box.c tests/greeter-list.c diff --git a/po/af.po b/po/af.po index c078235..99bf668 100644 --- a/po/af.po +++ b/po/af.po @@ -1,11 +1,11 @@ -# Afrikaans translation for unity-greeter +# Afrikaans translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-03 07:47+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Verstek)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Wys vrylatingsweergawe" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Hardloop in toetsmodus" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Groeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Groeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/am.po b/po/am.po index 05647f9..7f46564 100644 --- a/po/am.po +++ b/po/am.po @@ -1,11 +1,11 @@ -# Amharic translation for unity-greeter +# Amharic translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-17 01:34+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (ነባር)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/an.po b/po/an.po index a74809a..6e7f577 100644 --- a/po/an.po +++ b/po/an.po @@ -1,11 +1,11 @@ -# Aragonese translation for unity-greeter +# Aragonese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ar.po b/po/ar.po index 9d2b33a..23bcef3 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,11 +1,11 @@ -# Arabic translation for unity-greeter +# Arabic translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (افتراضي)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "اعرض رقم الإصدارة" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "شغّل في نمط الاختبار" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- مرحب يونتي" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "نفّذ '%s --help' لرؤية قائمة كاملة بخيارات سطر الأوامر المتوفرة." diff --git a/po/ast.po b/po/ast.po index ab90d1b..17f921c 100644 --- a/po/ast.po +++ b/po/ast.po @@ -1,11 +1,11 @@ -# Asturian translation for unity-greeter +# Asturian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-10-26 12:43+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Predeterminao)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Amosar versión" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Executar en mou de prueba" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Pantalla d'entrada d'Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Pantalla d'entrada d'Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/az.po b/po/az.po index e7e688b..3f23d79 100644 --- a/po/az.po +++ b/po/az.po @@ -1,11 +1,11 @@ -# Azerbaijani translation for unity-greeter +# Azerbaijani translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Dusmaya görə)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/be.po b/po/be.po index ee1a4d9..f71fdac 100644 --- a/po/be.po +++ b/po/be.po @@ -1,11 +1,11 @@ -# Belarusian translation for unity-greeter +# Belarusian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Стандартна)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Паказаць версію выпуску" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/bem.po b/po/bem.po index 2c93239..381a429 100644 --- a/po/bem.po +++ b/po/bem.po @@ -1,11 +1,11 @@ -# Bemba translation for unity-greeter +# Bemba translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-08-07 20:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "kweshafye" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "Umutende" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Pakumona ama command yambi ayakubonfya, ku taipa '%s -- help'" diff --git a/po/bg.po b/po/bg.po index 8ecf29a..0a3f9c9 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,11 +1,11 @@ -# Bulgarian translation for unity-greeter +# Bulgarian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-01-10 10:37+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (стандартно)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Покажи версията на изданието" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Стартирай в тестов режим" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- Екран за поздрав на Юнити" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/bn.po b/po/bn.po index 443f460..506474a 100644 --- a/po/bn.po +++ b/po/bn.po @@ -1,11 +1,11 @@ -# Bengali translation for unity-greeter +# Bengali translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "রিলিজ সংস্করণ প্রদর্শন" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "বিদ্যমান কমান্ড লাইন অপশনের পুরো তালিকা দেখতে '%s --help' চালান।" diff --git a/po/bo.po b/po/bo.po index aae54ae..124af15 100644 --- a/po/bo.po +++ b/po/bo.po @@ -1,11 +1,11 @@ -# Tibetan translation for unity-greeter +# Tibetan translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/br.po b/po/br.po index 18b608a..6cda0ef 100644 --- a/po/br.po +++ b/po/br.po @@ -1,11 +1,11 @@ -# Breton translation for unity-greeter +# Breton translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-11-28 14:39+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Dre ziouer)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Diskouez handelv an ermaeziadenn" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Loc'hañ e mod-esseal" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Degemerer Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Degemerer Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Loc'hañ '%s --help' evit skrammañ rollad dibarzhioù an arc'hadoù." diff --git a/po/bs.po b/po/bs.po index 00719f1..3221d3a 100644 --- a/po/bs.po +++ b/po/bs.po @@ -1,11 +1,11 @@ -# Bosnian translation for unity-greeter +# Bosnian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-06 12:46+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (podrazumijevano)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Pokreni u testnom režimu" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ca.po b/po/ca.po index 696f162..ef3c719 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,11 +1,11 @@ -# Catalan translation for unity-greeter +# Catalan translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (per defecte)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostra la versió" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Executa en mode de prova" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ca@valencia.po b/po/ca@valencia.po index e574e01..3dc4652 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -1,11 +1,11 @@ -# Catalan (Valencian) translation for unity-greeter +# Catalan (Valencian) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (per defecte)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostra la versió" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Executa en mode de prova" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ckb.po b/po/ckb.po index e8d6be0..c32e430 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -1,11 +1,11 @@ -# Kurdish (Sorani) translation for unity-greeter +# Kurdish (Sorani) translation for arctica-greeter # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-02-22 11:36+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (بنچینەیی)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/crh.po b/po/crh.po index 568c522..85ccb11 100644 --- a/po/crh.po +++ b/po/crh.po @@ -1,11 +1,11 @@ -# Crimean Turkish; Crimean Tatar translation for unity-greeter +# Crimean Turkish; Crimean Tatar translation for arctica-greeter # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-04-16 05:44+0000\n" @@ -107,24 +107,24 @@ msgid "%s (Default)" msgstr "%s (Ögbelgilengen)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Çıqarılış sürümini köster" # tüklü #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Sınama kipinde çaptır" # tüklü #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Qarşılayıcısı" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Qarşılayıcısı" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/cs.po b/po/cs.po index 4582516..0b7d37a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,11 +1,11 @@ -# Czech translation for unity-greeter +# Czech translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-12-16 20:04+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Výchozí)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Zobrazit verzi vydání" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Spustit v testovacím režimu" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- uvítací obrazovka Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- uvítací obrazovka Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/cv.po b/po/cv.po index a668b1c..0624a14 100644 --- a/po/cv.po +++ b/po/cv.po @@ -1,11 +1,11 @@ -# Chuvash translation for unity-greeter +# Chuvash translation for arctica-greeter # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2014. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-03-20 19:43+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/cy.po b/po/cy.po index 4ed3763..d373c78 100644 --- a/po/cy.po +++ b/po/cy.po @@ -1,11 +1,11 @@ -# Welsh translation for unity-greeter +# Welsh translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Cyfarchwr Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Cyfarchwr Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/da.po b/po/da.po index b09060d..5af1b03 100644 --- a/po/da.po +++ b/po/da.po @@ -1,11 +1,11 @@ -# Danish translation for unity-greeter +# Danish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-30 03:25+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Standard)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Vis udgivelsesversion" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Kør i testtilstand" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Velkomstskærmen for Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Velkomstskærmen for Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/de.po b/po/de.po index 6f37f66..8f66633 100644 --- a/po/de.po +++ b/po/de.po @@ -1,11 +1,11 @@ -# German translation for unity-greeter +# German translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-16 18:01+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Standard)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Veröffentlichungsversion anzeigen" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Im Testmodus starten" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/el.po b/po/el.po index 76ad4e4..a85abac 100644 --- a/po/el.po +++ b/po/el.po @@ -1,11 +1,11 @@ -# Greek translation for unity-greeter +# Greek translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-10-09 16:12+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Προεπιλογή)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Εμφάνιση έκδοσης κυκλοφορίας" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Εκτέλεση σε λειτουργία δοκιμής" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/en_AU.po b/po/en_AU.po index 2981799..1d983e5 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -1,11 +1,11 @@ -# English (Australia) translation for unity-greeter +# English (Australia) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-27 00:41+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Default)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Show release version" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Run in test mode" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/en_CA.po b/po/en_CA.po index 05a1c9d..ba45cd7 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -1,11 +1,11 @@ -# English (Canada) translation for unity-greeter +# English (Canada) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-02-29 22:50+0000\n" @@ -110,22 +110,22 @@ msgid "%s (Default)" msgstr "%s (Default)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Show release version" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Run in test mode" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index b53765e..6a89c2e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,11 +1,11 @@ -# English (United Kingdom) translation for unity-greeter +# English (United Kingdom) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-08-07 09:51+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Default)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Show release version" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Run in test mode" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/eo.po b/po/eo.po index 0d31669..208a86f 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1,11 +1,11 @@ -# Esperanto translation for unity-greeter +# Esperanto translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-06 18:58+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (apriore)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Montri eldonversion" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Ruli per testa reĝimo." #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- bonvenigo de Unitio" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/es.po b/po/es.po index c4450ae..9ea848d 100644 --- a/po/es.po +++ b/po/es.po @@ -1,11 +1,11 @@ -# Spanish translation for unity-greeter +# Spanish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-03-28 23:06+0000\n" @@ -108,22 +108,22 @@ msgid "%s (Default)" msgstr "%s (predeterminado)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostrar el número de versión" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Ejecutar en modo de prueba" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Recibidor de Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Recibidor de Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/et.po b/po/et.po index bda7714..4c0990f 100644 --- a/po/et.po +++ b/po/et.po @@ -1,11 +1,11 @@ -# Estonian translation for unity-greeter +# Estonian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Vaikimisi)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/eu.po b/po/eu.po index 7416848..a3354f5 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,11 +1,11 @@ -# Basque translation for unity-greeter +# Basque translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (lehenetsia)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fa.po b/po/fa.po index 1ece8fc..ef42808 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,11 +1,11 @@ -# Persian translation for unity-greeter +# Persian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-25 21:37+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (پیش‌فرض)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "نمایش نسخه‌ی انتشار" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "اجرا در حالت آزمایشی" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- خوش‌آمدگوی یونیتی" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fi.po b/po/fi.po index 441b9b1..1ed64ec 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,11 +1,11 @@ -# Finnish translation for unity-greeter +# Finnish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-01-31 14:03+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (oletus)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Näytä julkaisuversio" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Suorita testitilassa" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Näet kaikki komentorivivalitsimet komennolla ”%s --help”" diff --git a/po/fil.po b/po/fil.po index a8930ec..7d2d518 100644 --- a/po/fil.po +++ b/po/fil.po @@ -1,11 +1,11 @@ -# Filipino translation for unity-greeter +# Filipino translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-21 05:13+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fo.po b/po/fo.po index bef8e20..78bd667 100644 --- a/po/fo.po +++ b/po/fo.po @@ -1,11 +1,11 @@ -# Faroese translation for unity-greeter +# Faroese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fr.po b/po/fr.po index 5cd028d..9558cb7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,11 +1,11 @@ -# French translation for unity-greeter +# French translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (par défaut)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fr_CA.po b/po/fr_CA.po index e689766..04b8781 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -1,11 +1,11 @@ -# French (Canada) translation for unity-greeter +# French (Canada) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-28 19:22+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (par défaut)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Afficher la version" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Exécuter en mode test" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Écran d'accueil d'Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Écran d'accueil d'Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/frp.po b/po/frp.po index 2873c5e..a1eb813 100644 --- a/po/frp.po +++ b/po/frp.po @@ -1,11 +1,11 @@ -# Franco-Provençal translation for unity-greeter +# Franco-Provençal translation for arctica-greeter # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-04-28 19:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/fy.po b/po/fy.po index 3008a5a..9a510d1 100644 --- a/po/fy.po +++ b/po/fy.po @@ -1,11 +1,11 @@ -# Frisian translation for unity-greeter +# Frisian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-24 13:40+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Útjefte ferzje sjen litte" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Yn testmodus útfiere" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ga.po b/po/ga.po index 2277c6b..68ac1d7 100644 --- a/po/ga.po +++ b/po/ga.po @@ -1,11 +1,11 @@ -# Irish translation for unity-greeter +# Irish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/gd.po b/po/gd.po index 4b35415..2892760 100644 --- a/po/gd.po +++ b/po/gd.po @@ -1,11 +1,11 @@ -# Gaelic; Scottish translation for unity-greeter +# Gaelic; Scottish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-03-16 09:24+0000\n" @@ -108,22 +108,22 @@ msgid "%s (Default)" msgstr "%s (bun-roghainn)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Seall tionndadh an sgaoilidh" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Ruith sa mhodh deuchainneil" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Fàiltichear Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Fàiltichear Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/gl.po b/po/gl.po index 2db5b56..f663d81 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,11 +1,11 @@ -# Galician translation for unity-greeter +# Galician translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-13 18:21+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (predeterminado)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Amosar a versión da publicación" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Executar en modo de proba." #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Benvida de Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Benvida de Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/gu.po b/po/gu.po index 46f6f8a..00d9b51 100644 --- a/po/gu.po +++ b/po/gu.po @@ -1,11 +1,11 @@ -# Gujarati translation for unity-greeter +# Gujarati translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-11 15:40+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Default)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "રિલીઝ સંસ્કરણ દર્શાવો" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "ચકાસણી મોડમાં ચલાવો" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/he.po b/po/he.po index 46f0c8c..9af26fd 100644 --- a/po/he.po +++ b/po/he.po @@ -1,11 +1,11 @@ -# Hebrew translation for unity-greeter +# Hebrew translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (בררת מחדל)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/hi.po b/po/hi.po index d2a8237..2324f85 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,11 +1,11 @@ -# Hindi translation for unity-greeter +# Hindi translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-08-25 14:25+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s(डिफ़ॉल्ट)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "रिलीज़ संस्करण दिखाएँ" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "जाँच मोड में चलाएँ" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/hr.po b/po/hr.po index c03de08..3202fcc 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,11 +1,11 @@ -# Croatian translation for unity-greeter +# Croatian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-04-10 16:12+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Zadano)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Pokreni u probnom načinu rada" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ht.po b/po/ht.po index c4c7dcf..97611c6 100644 --- a/po/ht.po +++ b/po/ht.po @@ -1,11 +1,11 @@ -# Haitian; Haitian Creole translation for unity-greeter +# Haitian; Haitian Creole translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-07 22:16+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Montre vèsyon pwogram nan" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Ouvri nan mòd tès" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/hu.po b/po/hu.po index 90d2bad..1ef7b10 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,11 +1,11 @@ -# Hungarian translation for unity-greeter +# Hungarian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Alapértelmezett)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/id.po b/po/id.po index 63d8cee..2537f06 100644 --- a/po/id.po +++ b/po/id.po @@ -1,11 +1,11 @@ -# Indonesian translation for unity-greeter +# Indonesian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Baku)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/is.po b/po/is.po index 7fcccfb..950e314 100644 --- a/po/is.po +++ b/po/is.po @@ -1,11 +1,11 @@ -# Icelandic translation for unity-greeter +# Icelandic translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-08 23:43+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Sjálfgefið)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Sýna útgáfunúmer" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Keyra í prufuham" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Heilsari" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Heilsari" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/it.po b/po/it.po index 63aae42..37f2f5c 100644 --- a/po/it.po +++ b/po/it.po @@ -1,11 +1,11 @@ -# Italian translation for unity-greeter +# Italian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-03-22 16:07+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (predefinito)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostra la versione del rilascio" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Esegui in modalità di test" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ja.po b/po/ja.po index 4d0de0b..2cdfcdb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,11 +1,11 @@ -# Japanese translation for unity-greeter +# Japanese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-04-15 00:34+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (デフォルト)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "リリースバージョンを表示" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "テストモードで実行" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ka.po b/po/ka.po index 0dc5a5b..3657fc8 100644 --- a/po/ka.po +++ b/po/ka.po @@ -1,11 +1,11 @@ -# Georgian translation for unity-greeter +# Georgian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-02-21 00:39+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/kk.po b/po/kk.po index 395650a..21a635d 100644 --- a/po/kk.po +++ b/po/kk.po @@ -1,11 +1,11 @@ -# Kazakh translation for unity-greeter +# Kazakh translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-05-05 20:20+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Әдепкі)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Тестілеу күйінде орындау" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/kl.po b/po/kl.po index d7d8385..46534bd 100644 --- a/po/kl.po +++ b/po/kl.po @@ -1,11 +1,11 @@ -# Greenlandic (Kalaallisut) translation for unity-greeter +# Greenlandic (Kalaallisut) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-04 21:48+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Sanaaq sorliunersoq takuuk" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Misiliummik igerlatinguk" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "-Unity-mut Tikilluarit" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "-Arctica-mut Tikilluarit" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "'%s --help' igerlatinguk naalakkiutit qiningassaat takuniarukkit" diff --git a/po/km.po b/po/km.po index e8c8043..ff35f90 100644 --- a/po/km.po +++ b/po/km.po @@ -1,11 +1,11 @@ -# Khmer translation for unity-greeter +# Khmer translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (លំនាំដើម)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "បង្ហាញ​កំណែ​ចេញ​ផ្សាយ" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "ដំណើរការ​ក្នុង​របៀប​សាកល្បង" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- សារ​ស្វាគមន៍​របស់ Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- សារ​ស្វាគមន៍​របស់ Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/kn.po b/po/kn.po index 238b605..9f6bfb0 100644 --- a/po/kn.po +++ b/po/kn.po @@ -1,11 +1,11 @@ -# Kannada translation for unity-greeter +# Kannada translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-31 12:37+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s(ಪೂರ್ವನಿಯೋಜಿತ)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "ಬಿಡುಗಡೆ ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸು" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "ಪರೀಕ್ಷಾ ಮಾರ್ಗದಲ್ಲಿ ಓಡಿಸು" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "ಯುನಿಟಿ ಸ್ವಾಗತಕಾರ" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "ಲಭ್ಯವಿರುವ ಕಮ್ಯಾಂಡ್ ಲೈನ್ ಆಯ್ಕೆಗಳ ಪೂರ್ಣ ಪಟ್ಟಿ ನೋಡಲು '%s --help' ಓಡಿಸಿ" diff --git a/po/ko.po b/po/ko.po index 77fb432..6fffaf7 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,11 +1,11 @@ -# Korean translation for unity-greeter +# Korean translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (기본값)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "릴리스 버전을 표시합니다" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- 유니티 로그인 프로그램" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "사용 가능한 모든 옵션의 목록을 보려면 '%s --help' 명령을 실행하십시오." diff --git a/po/ku.po b/po/ku.po index 80c0bee..4d3f8c7 100644 --- a/po/ku.po +++ b/po/ku.po @@ -1,11 +1,11 @@ -# Kurdish translation for unity-greeter +# Kurdish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-26 06:48+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/kw.po b/po/kw.po index 41d902c..d656486 100644 --- a/po/kw.po +++ b/po/kw.po @@ -1,11 +1,11 @@ -# Cornish translation for unity-greeter +# Cornish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-30 22:58+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Defowt)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Diskwedhes versyon an dyllans" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Lonchya y'n modh previ" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "Dynargher Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "Dynargher Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ky.po b/po/ky.po index 6664f6f..eeb40ae 100644 --- a/po/ky.po +++ b/po/ky.po @@ -1,11 +1,11 @@ -# Kirghiz translation for unity-greeter +# Kirghiz translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (алдын ала)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Чыгаруунун версиясын көрсөтүү" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Сыноо режиминде жүргүзүү" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/la.po b/po/la.po index 0f4c512..ef75f9f 100644 --- a/po/la.po +++ b/po/la.po @@ -1,11 +1,11 @@ -# Latin translation for unity-greeter +# Latin translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-28 14:22+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/lb.po b/po/lb.po index f655aab..839775b 100644 --- a/po/lb.po +++ b/po/lb.po @@ -1,11 +1,11 @@ -# Luxembourgish translation for unity-greeter +# Luxembourgish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/lt.po b/po/lt.po index 6bd57b8..6bc5424 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,11 +1,11 @@ -# Lithuanian translation for unity-greeter +# Lithuanian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-02-27 19:34+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (numatytasis)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Rodyti laidos versiją" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Paleisti bandomąja veiksena" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity pasisveikinimas" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica pasisveikinimas" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/lv.po b/po/lv.po index 04415d1..79c7704 100644 --- a/po/lv.po +++ b/po/lv.po @@ -1,11 +1,11 @@ -# Latvian translation for unity-greeter +# Latvian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (noklusējuma)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity sveicējs" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica sveicējs" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/mg.po b/po/mg.po index cfd613d..1aa2051 100644 --- a/po/mg.po +++ b/po/mg.po @@ -1,11 +1,11 @@ -# Malagasy translation for unity-greeter +# Malagasy translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-04-03 20:38+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/mhr.po b/po/mhr.po index 43e85a1..06db4db 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -1,11 +1,11 @@ -# Mari (Meadow) translation for unity-greeter +# Mari (Meadow) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Пеҥгыдемдыме семын)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/mi.po b/po/mi.po index 915aa18..925362a 100644 --- a/po/mi.po +++ b/po/mi.po @@ -1,11 +1,11 @@ -# Maori translation for unity-greeter +# Maori translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-23 04:23+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Whakaatu te whakaaturanga" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Whakatere momo whakamātautau" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Te Mihia Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Te Mihia Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Whakatere '%s --help', ka titiro kōwhiringa tono-ā-tuhi." diff --git a/po/ml.po b/po/ml.po index d93ad4c..88cb95f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1,11 +1,11 @@ -# Malayalam translation for unity-greeter +# Malayalam translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (സ്വതേ)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "പതിപ്പുവിവരം പ്രദര്‍ശിപ്പിക്കുക" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "പരീക്ഷണരൂപേണ പ്രവര്‍ത്തിപ്പിക്കുക" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity സ്വാഗത ജാലകം" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica സ്വാഗത ജാലകം" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "ലഭ്യമായ കമാന്‍ഡ് ലൈന്‍ ഉപാധികള്‍ക്കായി '%s --help' കാണുക." diff --git a/po/mr.po b/po/mr.po index eda76c0..ff5ccb7 100644 --- a/po/mr.po +++ b/po/mr.po @@ -1,11 +1,11 @@ -# Marathi translation for unity-greeter +# Marathi translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-11-21 10:00+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "चाचणी अवस्थेत चालवा" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ms.po b/po/ms.po index 4e2a9af..efa9f73 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1,11 +1,11 @@ -# Malay translation for unity-greeter +# Malay translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-06-12 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Lalai)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Papar versi keluaran" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Jalan dalam mod ujian" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Aluan Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Aluan Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/my.po b/po/my.po index ce3bace..89b7b03 100644 --- a/po/my.po +++ b/po/my.po @@ -1,11 +1,11 @@ -# Burmese translation for unity-greeter +# Burmese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-03 12:12+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (မူလ)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/nb.po b/po/nb.po index dee5a4e..e60df7f 100644 --- a/po/nb.po +++ b/po/nb.po @@ -1,11 +1,11 @@ -# Norwegian Bokmal translation for unity-greeter +# Norwegian Bokmal translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (standard)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ne.po b/po/ne.po index f56005f..92da7ff 100644 --- a/po/ne.po +++ b/po/ne.po @@ -1,11 +1,11 @@ -# Nepali translation for unity-greeter +# Nepali translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-26 15:43+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/nl.po b/po/nl.po index c0d177b..c0da164 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,11 +1,11 @@ -# Dutch translation for unity-greeter +# Dutch translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-01-05 15:15+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Standaard)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Uitgaveversie tonen" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "In testmodus uitvoeren" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity-aanmeldscherm (greeter)" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica-aanmeldscherm (greeter)" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Voer ‘%s --help’ uit voor een lijst van alle opdrachtregelopties." diff --git a/po/nn.po b/po/nn.po index f4363fd..77eafd0 100644 --- a/po/nn.po +++ b/po/nn.po @@ -1,11 +1,11 @@ -# Norwegian Nynorsk translation for unity-greeter +# Norwegian Nynorsk translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Standard)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/oc.po b/po/oc.po index 51d6c6d..1662d61 100644 --- a/po/oc.po +++ b/po/oc.po @@ -1,11 +1,11 @@ -# Occitan (post 1500) translation for unity-greeter +# Occitan (post 1500) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-10-15 16:38+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Per defaut)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Aficha la version del logicial" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Aviar en mòde tèst" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Ecran de benvenguda d'Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Ecran de benvenguda d'Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/os.po b/po/os.po index acb8e42..cfd4607 100644 --- a/po/os.po +++ b/po/os.po @@ -1,11 +1,11 @@ -# Ossetian translation for unity-greeter +# Ossetian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-14 18:29+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Разӕвӕрд)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Рауагъды верси равдисын" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Тест уагы суадзынӕн" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Арфӕ" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Арфӕ" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Ныффыс '%s --help' цӕмӕй фенай командон хаххы алкӕцы миниуӕг дӕр." diff --git a/po/pa.po b/po/pa.po index c58c301..42444e4 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1,11 +1,11 @@ -# Punjabi translation for unity-greeter +# Punjabi translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-03-02 00:50+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "ਰੀਲਿਜ਼ ਵਰਜਨ ਵੇਖਾਓ" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "ਜਾਂਚ ਮੋਡ ਵਿੱਚ ਚਲਾਓ" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- ਯੂਨਟੀ ਸਵਾਗਤੀ" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "ਪੂਰੀਆਂ ਉਪਲੱਬਧ ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ ਵੇਖਣ ਵਾਸਤੇ '%s --help' ਚਲਾਓ।" diff --git a/po/pl.po b/po/pl.po index 59808e8..53cb565 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,11 +1,11 @@ -# Polish translation for unity-greeter +# Polish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-09-23 08:35+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Domyślne)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Wypisuje inforamacje o wersji" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Uruchamia w trybie testowym" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Ekran logowania Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Ekran logowania Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Proszę wprowadzić „%s --help”, aby wypisać komunikat pomocy." diff --git a/po/ps.po b/po/ps.po index 0e084e2..4d8b130 100644 --- a/po/ps.po +++ b/po/ps.po @@ -1,11 +1,11 @@ -# Pashto translation for unity-greeter +# Pashto translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/pt.po b/po/pt.po index cd6198c..77f286c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,11 +1,11 @@ -# Portuguese translation for unity-greeter +# Portuguese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Predefinido)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostrar versão de lançamento" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9479f1b..a06b120 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,11 +1,11 @@ -# Brazilian Portuguese translation for unity-greeter +# Brazilian Portuguese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-05 01:39+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Padrão)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mostrar versão do lançamento" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Executar em modo de teste" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Tela de boas-vindas do Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Tela de boas-vindas do Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ro.po b/po/ro.po index c018d13..98867b9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,11 +1,11 @@ -# Romanian translation for unity-greeter +# Romanian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Implicit)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ru.po b/po/ru.po index 0afe894..e934a20 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,11 +1,11 @@ -# Russian translation for unity-greeter +# Russian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-25 11:41+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (по умолчанию)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Показать версию выпуска" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Запуск в режиме тестирования" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "— Экран приветствия Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "— Экран приветствия Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sc.po b/po/sc.po index 702c58d..6da0772 100644 --- a/po/sc.po +++ b/po/sc.po @@ -1,11 +1,11 @@ -# Sardinian translation for unity-greeter +# Sardinian translation for arctica-greeter # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-02-27 22:16+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (predeterminadu)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Mustra sa versione" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "Ritzevidore de Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "Ritzevidore de Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sd.po b/po/sd.po index 95adf3a..e0e012a 100644 --- a/po/sd.po +++ b/po/sd.po @@ -1,11 +1,11 @@ -# Sindhi translation for unity-greeter +# Sindhi translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (ڊيفالٽ)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/se.po b/po/se.po index 9573983..65f3649 100644 --- a/po/se.po +++ b/po/se.po @@ -1,11 +1,11 @@ -# Northern Sami translation for unity-greeter +# Northern Sami translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-31 00:32+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Vuoje geahččalandoaibmanvuogis" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/shn.po b/po/shn.po index 9edecde..908a39c 100644 --- a/po/shn.po +++ b/po/shn.po @@ -1,11 +1,11 @@ -# Shan translation for unity-greeter +# Shan translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "ၼႄမၢႆသွႆ့ဢၼ်ပိုၼ်ဢွၵ်ႇဝႆ့" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "ပိုတ်ႇၸၢမ်းတူၺ်း" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/si.po b/po/si.po index 7264c23..82a17d7 100644 --- a/po/si.po +++ b/po/si.po @@ -1,11 +1,11 @@ -# Sinhalese translation for unity-greeter +# Sinhalese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-28 07:21+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "නිකුතු අනුවාදය පෙන්වන්න" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "අත්හදා බැලීම් ක්‍රමයෙන් ධාවනය කරන්න" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "- යුනිටි ග්‍රීටර්" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sk.po b/po/sk.po index 418c1ca..a075323 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,11 +1,11 @@ -# Slovak translation for unity-greeter +# Slovak translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Predvolené)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sl.po b/po/sl.po index d1ba077..1981dc1 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,11 +1,11 @@ -# Slovenian translation for unity-greeter +# Slovenian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-10-07 13:46+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (privzeto)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Pokaži podrobnosti različice" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Zaženi v preizkusnem načinu" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Pozdrav Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Pozdrav Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "Za popoln seznam možnosti ukazne vrstice zaženite '%s --help'." diff --git a/po/sq.po b/po/sq.po index 0886947..329138d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,11 +1,11 @@ -# Albanian translation for unity-greeter +# Albanian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (E parazgjedhur)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sr.po b/po/sr.po index 5211785..1aab53c 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,11 +1,11 @@ -# Serbian translation for unity-greeter +# Serbian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # Марко М. Костић , 2013. msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-03-06 21:46+0000\n" @@ -108,22 +108,22 @@ msgid "%s (Default)" msgstr "%s (подразумевано)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Прикажи издање програма" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Покрени у пробном режиму" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "Јунитијев екран добродошлице" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sv.po b/po/sv.po index cd94c93..8faf35a 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,11 +1,11 @@ -# Swedish translation for unity-greeter +# Swedish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-06-30 08:01+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Förval)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Visa utgåvans version" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Kör i testläge" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity-hälsare" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica-hälsare" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/sw.po b/po/sw.po index 9e8a7c9..725e6a4 100644 --- a/po/sw.po +++ b/po/sw.po @@ -1,11 +1,11 @@ -# Swahili translation for unity-greeter +# Swahili translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-03 16:35+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/szl.po b/po/szl.po index db3556f..eb8e571 100644 --- a/po/szl.po +++ b/po/szl.po @@ -1,11 +1,11 @@ -# Silesian translation for unity-greeter +# Silesian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-06 07:06+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Pokazowaniy wersyje" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Włōncz w testowym trybie" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ta.po b/po/ta.po index 783ab0f..c737fc2 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,11 +1,11 @@ -# Tamil translation for unity-greeter +# Tamil translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (முன்னிருப்பு)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/te.po b/po/te.po index 234489d..469ad7a 100644 --- a/po/te.po +++ b/po/te.po @@ -1,11 +1,11 @@ -# Telugu translation for unity-greeter +# Telugu translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/tg.po b/po/tg.po index d8f6552..bc73efc 100644 --- a/po/tg.po +++ b/po/tg.po @@ -1,11 +1,11 @@ -# Tajik translation for unity-greeter +# Tajik translation for arctica-greeter # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2013-04-15 09:13+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Пешфарз)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Намоиш додани ҷаласаи релиз" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Иҷро кардан дар ҳолати санҷишӣ" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Greeter" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/th.po b/po/th.po index 7e4e8ad..8a4c8b8 100644 --- a/po/th.po +++ b/po/th.po @@ -1,11 +1,11 @@ -# Thai translation for unity-greeter +# Thai translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -108,22 +108,22 @@ msgid "%s (Default)" msgstr "%s (ปริยาย)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "แสดงเลขรุ่น" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "เรียก '%s --help' เพื่อดูตัวเลือกทั้งหมดที่มีของบรรทัดคำสั่ง" diff --git a/po/ti.po b/po/ti.po index 2e1f6e1..9f5d221 100644 --- a/po/ti.po +++ b/po/ti.po @@ -1,11 +1,11 @@ -# Tigrinya translation for unity-greeter +# Tigrinya translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/tr.po b/po/tr.po index 2c8d648..0f29070 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,11 +1,11 @@ -# Turkish translation for unity-greeter +# Turkish translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-23 09:54+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (Öntanımlı)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Dağıtımın sürümünü göster" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Sınama kipinde çalıştır" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity Karşılayıcısı" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica Karşılayıcısı" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ug.po b/po/ug.po index 061d289..af191d2 100644 --- a/po/ug.po +++ b/po/ug.po @@ -1,11 +1,11 @@ -# Uyghur translation for unity-greeter +# Uyghur translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-11-05 02:27+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (كۆڭۈلدىكى)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "نەشرىنى كۆرسىتىدۇ" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "سىناق ھالەتتە ئىجرا قىلىدۇ" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity كۈتۈۋالغۇچىسى" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica كۈتۈۋالغۇچىسى" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/uk.po b/po/uk.po index cc4d54d..db1828a 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,11 +1,11 @@ -# Ukrainian translation for unity-greeter +# Ukrainian translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-08-31 18:55+0000\n" @@ -109,22 +109,22 @@ msgid "%s (Default)" msgstr "%s (типове)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "Показати версію випуску" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "Запустити в тестовому режимі" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Вітальне вікно Unity" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Вітальне вікно Arctica" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/ur.po b/po/ur.po index a3b80f3..8721d55 100644 --- a/po/ur.po +++ b/po/ur.po @@ -1,11 +1,11 @@ -# Urdu translation for unity-greeter +# Urdu translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-07-22 14:05+0000\n" @@ -108,22 +108,22 @@ msgid "%s (Default)" msgstr "" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "اجرأ کا ورزن/ نسخہ دکھائیں" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "آزمائشی انداز میں چلائیں" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "یونٹی گریٹر" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "چلائیں '%s --مدد' کمانڈ لائن آپشنز کی مکمل فہرست دیکھنے کے لیے." diff --git a/po/uz.po b/po/uz.po index 0984454..8c52428 100644 --- a/po/uz.po +++ b/po/uz.po @@ -1,11 +1,11 @@ -# Uzbek translation for unity-greeter +# Uzbek translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-08-30 08:45+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (odatiy)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/vi.po b/po/vi.po index e687e9d..7d944b1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,11 +1,11 @@ -# Vietnamese translation for unity-greeter +# Vietnamese translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Mặc định)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/wae.po b/po/wae.po index e26d3c0..5730a2c 100644 --- a/po/wae.po +++ b/po/wae.po @@ -1,11 +1,11 @@ -# Walser translation for unity-greeter +# Walser translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (Default)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 2b15aa5..7b746f6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,11 +1,11 @@ -# Chinese (Simplified) translation for unity-greeter +# Chinese (Simplified) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-01-24 16:14+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (默认)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" msgstr "" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "" diff --git a/po/zh_HK.po b/po/zh_HK.po index c3457fc..9c4ddce 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -1,11 +1,11 @@ -# Chinese (Hong Kong) translation for unity-greeter +# Chinese (Hong Kong) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2014-02-08 15:27+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (預設)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "顯示發行版本" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "以測試模式執行" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity 歡迎程式" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica 歡迎程式" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "執行「%s --help」來查看所有命令列可用選項的完整清單。" diff --git a/po/zh_TW.po b/po/zh_TW.po index dcf5d6f..27b460f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,11 +1,11 @@ -# Chinese (Traditional) translation for unity-greeter +# Chinese (Traditional) translation for arctica-greeter # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the unity-greeter package. +# This file is distributed under the same license as the arctica-greeter package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: unity-greeter\n" +"Project-Id-Version: arctica-greeter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-04-06 06:45+0000\n" "PO-Revision-Date: 2012-05-08 13:34+0000\n" @@ -107,22 +107,22 @@ msgid "%s (Default)" msgstr "%s (預設)" #. Help string for command line --version flag -#: ../src/unity-greeter.vala:484 +#: ../src/arctica-greeter.vala:484 msgid "Show release version" msgstr "顯示發行版本" #. Help string for command line --test-mode flag -#: ../src/unity-greeter.vala:487 +#: ../src/arctica-greeter.vala:487 msgid "Run in test mode" msgstr "以測試模式執行" #. Arguments and description for --help text -#: ../src/unity-greeter.vala:493 -msgid "- Unity Greeter" -msgstr "- Unity 歡迎程式" +#: ../src/arctica-greeter.vala:493 +msgid "- Arctica Greeter" +msgstr "- Arctica 歡迎程式" #. Text printed out when an unknown command-line argument provided -#: ../src/unity-greeter.vala:504 +#: ../src/arctica-greeter.vala:504 #, c-format msgid "Run '%s --help' to see a full list of available command line options." msgstr "執行「%s --help」來查看指令列所有可用選項的完整清單。" diff --git a/src/Makefile.am b/src/Makefile.am index b890ee0..4e11310 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,9 @@ # -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*- -sbin_PROGRAMS = unity-greeter +sbin_PROGRAMS = arctica-greeter noinst_PROGRAMS = logo-generator -unity_greeter_SOURCES = \ +arctica_greeter_SOURCES = \ config.vapi \ fixes.vapi \ indicator.vapi \ @@ -31,26 +31,26 @@ unity_greeter_SOURCES = \ settings-daemon.vala \ shutdown-dialog.vala \ toggle-box.vala \ - unity-greeter.vala \ + arctica-greeter.vala \ user-list.vala \ user-prompt-box.vala logo_generator_SOURCES = logo-generator.vala -unity_greeter_CFLAGS = \ - $(UNITY_GREETER_CFLAGS) \ +arctica_greeter_CFLAGS = \ + $(ARCTICA_GREETER_CFLAGS) \ -w \ -DGNOME_DESKTOP_USE_UNSTABLE_API \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ -DLOCALEDIR=\""$(localedir)"\" \ -DVERSION=\"$(VERSION)\" \ - -DCONFIG_FILE=\""$(sysconfdir)/lightdm/unity-greeter.conf"\" \ + -DCONFIG_FILE=\""$(sysconfdir)/lightdm/arctica-greeter.conf"\" \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DINDICATORDIR=\""$(INDICATORDIR)"\" -logo_generator_CFLAGS = $(unity_greeter_CFLAGS) +logo_generator_CFLAGS = $(arctica_greeter_CFLAGS) -unity_greeter_VALAFLAGS = \ +arctica_greeter_VALAFLAGS = \ --pkg posix \ --pkg gtk+-3.0 \ --pkg gdk-x11-3.0 \ @@ -62,15 +62,15 @@ unity_greeter_VALAFLAGS = \ --pkg pixman-1 \ --target-glib 2.32 -logo_generator_VALAFLAGS = $(unity_greeter_VALAFLAGS) +logo_generator_VALAFLAGS = $(arctica_greeter_VALAFLAGS) -unity_greeter_LDADD = \ - $(UNITY_GREETER_LIBS) \ +arctica_greeter_LDADD = \ + $(ARCTICA_GREETER_LIBS) \ -lm -logo_generator_LDADD = $(unity_greeter_LDADD) +logo_generator_LDADD = $(arctica_greeter_LDADD) -unity_greeter_vala.stamp: $(top_srcdir)/config.h +arctica_greeter_vala.stamp: $(top_srcdir)/config.h DISTCLEANFILES = \ Makefile.in diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala new file mode 100644 index 0000000..217e23c --- /dev/null +++ b/src/arctica-greeter.vala @@ -0,0 +1,660 @@ +/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- + * + * Copyright (C) 2011 Canonical Ltd + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Authored by: Robert Ancell + */ + +public const int grid_size = 40; + +public class ArcticaGreeter +{ + public static ArcticaGreeter singleton; + + public signal void show_message (string text, LightDM.MessageType type); + public signal void show_prompt (string text, LightDM.PromptType type); + public signal void authentication_complete (); + public signal void starting_session (); + + public bool test_mode = false; + + private string state_file; + private KeyFile state; + + private Cairo.XlibSurface background_surface; + + private SettingsDaemon settings_daemon; + + public bool orca_needs_kick; + private MainWindow main_window; + + private LightDM.Greeter greeter; + + private Canberra.Context canberra_context; + + private static Timer log_timer; + + private DialogDBusInterface dbus_object; + + private ArcticaGreeter (bool test_mode_) + { + singleton = this; + test_mode = test_mode_; + + /* Prepare to set the background */ + debug ("Creating background surface"); + background_surface = create_root_surface (Gdk.Screen.get_default ()); + + greeter = new LightDM.Greeter (); + greeter.show_message.connect ((text, type) => { show_message (text, type); }); + greeter.show_prompt.connect ((text, type) => { show_prompt (text, type); }); + greeter.autologin_timer_expired.connect (() => { greeter.authenticate_autologin (); }); + greeter.authentication_complete.connect (() => { authentication_complete (); }); + var connected = false; + try + { + connected = greeter.connect_sync (); + } + catch (Error e) + { + warning ("Failed to connect to LightDM daemon"); + } + if (!connected && !test_mode) + Posix.exit (Posix.EXIT_FAILURE); + + if (!test_mode) + { + settings_daemon = new SettingsDaemon (); + settings_daemon.start (); + } + + var state_dir = Path.build_filename (Environment.get_user_cache_dir (), "arctica-greeter"); + DirUtils.create_with_parents (state_dir, 0775); + + var xdg_seat = GLib.Environment.get_variable("XDG_SEAT"); + var state_file_name = xdg_seat != null && xdg_seat != "seat0" ? xdg_seat + "-state" : "state"; + + state_file = Path.build_filename (state_dir, state_file_name); + state = new KeyFile (); + try + { + state.load_from_file (state_file, KeyFileFlags.NONE); + } + catch (Error e) + { + if (!(e is FileError.NOENT)) + warning ("Failed to load state from %s: %s\n", state_file, e.message); + } + + main_window = new MainWindow (); + + Bus.own_name (BusType.SESSION, "com.canonical.ArcticaGreeter", BusNameOwnerFlags.NONE); + + dbus_object = new DialogDBusInterface (); + dbus_object.open_dialog.connect ((type) => + { + ShutdownDialogType dialog_type; + switch (type) + { + default: + case 1: + dialog_type = ShutdownDialogType.LOGOUT; + break; + case 2: + dialog_type = ShutdownDialogType.RESTART; + break; + } + main_window.show_shutdown_dialog (dialog_type); + }); + dbus_object.close_dialog.connect ((type) => { main_window.close_shutdown_dialog (); }); + Bus.own_name (BusType.SESSION, "com.canonical.Unity", BusNameOwnerFlags.NONE, + (c) => + { + try + { + c.register_object ("/org/gnome/SessionManager/EndSessionDialog", dbus_object); + } + catch (Error e) + { + warning ("Failed to register /org/gnome/SessionManager/EndSessionDialog: %s", e.message); + } + }, + null, + () => debug ("Failed to acquire name com.canonical.Unity")); + + start_fake_wm (); + Gdk.threads_add_idle (ready_cb); + } + + public string? get_state (string key) + { + try + { + return state.get_value ("greeter", key); + } + catch (Error e) + { + return null; + } + } + + public void set_state (string key, string value) + { + state.set_value ("greeter", key, value); + var data = state.to_data (); + try + { + FileUtils.set_contents (state_file, data); + } + catch (Error e) + { + debug ("Failed to write state: %s", e.message); + } + } + + public void push_list (GreeterList widget) + { + main_window.push_list (widget); + } + + public void pop_list () + { + main_window.pop_list (); + } + + public static void add_style_class (Gtk.Widget widget) + { + /* Add style context class lightdm-user-list */ + var ctx = widget.get_style_context (); + ctx.add_class ("lightdm"); + } + + public bool start_session (string? session, Background bg) + { + /* Paint our background onto the root window before we close our own window */ + var c = new Cairo.Context (background_surface); + bg.draw_full (c, Background.DrawFlags.NONE); + c = null; + refresh_background (Gdk.Screen.get_default (), background_surface); + + if (test_mode) + { + debug ("Successfully logged in! Quitting..."); + Gtk.main_quit (); + return true; + } + + if (!session_is_valid (session)) + { + debug ("Session %s is not available, using system default %s instead", session, greeter.default_session_hint); + session = greeter.default_session_hint; + } + + var result = false; + try + { + result = LightDM.greeter_start_session_sync (greeter, session); + } + catch (Error e) + { + warning ("Failed to start session: %s", e.message); + } + + if (result) + starting_session (); + + return result; + } + + private bool session_is_valid (string? session) + { + if (session == null) + return true; + + foreach (var s in LightDM.get_sessions ()) + if (s.key == session) + return true; + + return false; + } + + private bool ready_cb () + { + debug ("starting system-ready sound"); + + /* Launch canberra */ + Canberra.Context.create (out canberra_context); + + if (UGSettings.get_boolean (UGSettings.KEY_PLAY_READY_SOUND)) + canberra_context.play (0, + Canberra.PROP_CANBERRA_XDG_THEME_NAME, + "ubuntu", + Canberra.PROP_EVENT_ID, + "system-ready"); + + return false; + } + + public void show () + { + debug ("Showing main window"); + main_window.show (); + main_window.get_window ().focus (Gdk.CURRENT_TIME); + main_window.set_keyboard_state (); + } + + public bool is_authenticated () + { + return greeter.is_authenticated; + } + + public void authenticate (string? userid = null) + { + greeter.authenticate (userid); + } + + public void authenticate_as_guest () + { + greeter.authenticate_as_guest (); + } + + public void authenticate_remote (string? session, string? userid) + { + ArcticaGreeter.singleton.greeter.authenticate_remote (session, userid); + } + + public void cancel_authentication () + { + greeter.cancel_authentication (); + } + + public void respond (string response) + { + greeter.respond (response); + } + + public string authentication_user () + { + return greeter.authentication_user; + } + + public string default_session_hint () + { + return greeter.default_session_hint; + } + + public string select_user_hint () + { + return greeter.select_user_hint; + } + + public bool show_manual_login_hint () + { + return greeter.show_manual_login_hint; + } + + public bool show_remote_login_hint () + { + return greeter.show_remote_login_hint; + } + + public bool hide_users_hint () + { + return greeter.hide_users_hint; + } + + public bool has_guest_account_hint () + { + return greeter.has_guest_account_hint; + } + + private Gdk.FilterReturn focus_upon_map (Gdk.XEvent gxevent, Gdk.Event event) + { + var xevent = (X.Event*)gxevent; + if (xevent.type == X.EventType.MapNotify) + { + var display = Gdk.x11_lookup_xdisplay (xevent.xmap.display); + var xwin = xevent.xmap.window; + var win = Gdk.X11Window.foreign_new_for_display (display, xwin); + if (win != null && !xevent.xmap.override_redirect) + { + /* Check to see if this window is our onboard window, since we don't want to focus it. */ + X.Window keyboard_xid = 0; + if (main_window.menubar.keyboard_window != null) + keyboard_xid = Gdk.X11Window.get_xid (main_window.menubar.keyboard_window.get_window ()); + + if (xwin != keyboard_xid && win.get_type_hint() != Gdk.WindowTypeHint.NOTIFICATION) + { + win.focus (Gdk.CURRENT_TIME); + + /* Make sure to keep keyboard above */ + if (main_window.menubar.keyboard_window != null) + main_window.menubar.keyboard_window.get_window ().raise (); + } + } + } + else if (xevent.type == X.EventType.UnmapNotify) + { + // Since we aren't keeping track of focus (for example, we don't + // track the Z stack of windows) like a normal WM would, when we + // decide here where to return focus after another window unmaps, + // we don't have much to go on. X will tell us if we should take + // focus back. (I could not find an obvious way to determine this, + // but checking if the X input focus is RevertTo.None seems + // reliable.) + + X.Window xwin; + int revert_to; + xevent.xunmap.display.get_input_focus (out xwin, out revert_to); + + if (revert_to == X.RevertTo.None) + { + main_window.get_window ().focus (Gdk.CURRENT_TIME); + + /* Make sure to keep keyboard above */ + if (main_window.menubar.keyboard_window != null) + main_window.menubar.keyboard_window.get_window ().raise (); + } + } + return Gdk.FilterReturn.CONTINUE; + } + + private void start_fake_wm () + { + /* We want new windows (e.g. the shutdown dialog) to gain focus. + We don't really need anything more than that (don't need alt-tab + since any dialog should be "modal" or at least dealt with before + continuing even if not actually marked as modal) */ + var root = Gdk.get_default_root_window (); + root.set_events (root.get_events () | Gdk.EventMask.SUBSTRUCTURE_MASK); + root.add_filter (focus_upon_map); + } + + private static Cairo.XlibSurface? create_root_surface (Gdk.Screen screen) + { + var visual = screen.get_system_visual (); + + unowned X.Display display = Gdk.X11Display.get_xdisplay (screen.get_display ()); + + var pixmap = X.CreatePixmap (display, + Gdk.X11Window.get_xid (screen.get_root_window ()), + screen.get_width (), + screen.get_height (), + visual.get_depth ()); + + /* Convert into a Cairo surface */ + var surface = new Cairo.XlibSurface (display, + pixmap, + Gdk.X11Visual.get_xvisual (visual), + screen.get_width (), screen.get_height ()); + + return surface; + } + + private static void refresh_background (Gdk.Screen screen, Cairo.XlibSurface surface) + { + Gdk.flush (); + + unowned X.Display display = Gdk.X11Display.get_xdisplay (screen.get_display ()); + + /* Ensure Cairo has actually finished its drawing */ + surface.flush (); + /* Use this pixmap for the background */ + X.SetWindowBackgroundPixmap (display, + Gdk.X11Window.get_xid (screen.get_root_window ()), + surface.get_drawable ()); + + X.ClearWindow (display, Gdk.X11Window.get_xid (screen.get_root_window ())); + } + + private static void log_cb (string? log_domain, LogLevelFlags log_level, string message) + { + string prefix; + switch (log_level & LogLevelFlags.LEVEL_MASK) + { + case LogLevelFlags.LEVEL_ERROR: + prefix = "ERROR:"; + break; + case LogLevelFlags.LEVEL_CRITICAL: + prefix = "CRITICAL:"; + break; + case LogLevelFlags.LEVEL_WARNING: + prefix = "WARNING:"; + break; + case LogLevelFlags.LEVEL_MESSAGE: + prefix = "MESSAGE:"; + break; + case LogLevelFlags.LEVEL_INFO: + prefix = "INFO:"; + break; + case LogLevelFlags.LEVEL_DEBUG: + prefix = "DEBUG:"; + break; + default: + prefix = "LOG:"; + break; + } + + stderr.printf ("[%+.2fs] %s %s\n", log_timer.elapsed (), prefix, message); + } + + public static int main (string[] args) + { + /* Protect memory from being paged to disk, as we deal with passwords */ + Posix.mlockall (Posix.MCL_CURRENT | Posix.MCL_FUTURE); + + /* Disable the stupid global menubar */ + Environment.unset_variable ("UBUNTU_MENUPROXY"); + + /* Initialize i18n */ + Intl.setlocale (LocaleCategory.ALL, ""); + Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR); + Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); + Intl.textdomain (Config.GETTEXT_PACKAGE); + + /* Set up the accessibility stack, in case the user needs it for screen reading etc. */ + Environment.set_variable ("GTK_MODULES", "atk-bridge", false); + + Pid atspi_pid = 0; + Pid upstart_pid = 0; + + try + { + string[] argv; + + Shell.parse_argv ("/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately", out argv); + Process.spawn_async (null, + argv, + null, + SpawnFlags.SEARCH_PATH, + null, + out atspi_pid); + } + catch (Error e) + { + warning ("Error starting the at-spi registry: %s", e.message); + } + + Gtk.init (ref args); + Ido.init (); + + log_timer = new Timer (); + Log.set_default_handler (log_cb); + + debug ("Starting arctica-greeter %s UID=%d LANG=%s", Config.VERSION, (int) Posix.getuid (), Environment.get_variable ("LANG")); + + /* Set the cursor to not be the crap default */ + debug ("Setting cursor"); + Gdk.get_default_root_window ().set_cursor (new Gdk.Cursor (Gdk.CursorType.LEFT_PTR)); + + bool do_show_version = false; + bool do_test_mode = false; + OptionEntry versionOption = { "version", 'v', 0, OptionArg.NONE, ref do_show_version, + /* Help string for command line --version flag */ + N_("Show release version"), null }; + OptionEntry testOption = { "test-mode", 0, 0, OptionArg.NONE, ref do_test_mode, + /* Help string for command line --test-mode flag */ + N_("Run in test mode"), null }; + OptionEntry nullOption = { null }; + OptionEntry[] options = { versionOption, testOption, nullOption }; + + debug ("Loading command line options"); + var c = new OptionContext (/* Arguments and description for --help text */ + _("- Arctica Greeter")); + c.add_main_entries (options, Config.GETTEXT_PACKAGE); + c.add_group (Gtk.get_option_group (true)); + try + { + c.parse (ref args); + } + catch (Error e) + { + stderr.printf ("%s\n", e.message); + stderr.printf (/* Text printed out when an unknown command-line argument provided */ + _("Run '%s --help' to see a full list of available command line options."), args[0]); + stderr.printf ("\n"); + return Posix.EXIT_FAILURE; + } + if (do_show_version) + { + /* Note, not translated so can be easily parsed */ + stderr.printf ("arctica-greeter %s\n", Config.VERSION); + return Posix.EXIT_SUCCESS; + } + + if (do_test_mode) + debug ("Running in test mode"); + + /* Set GTK+ settings */ + debug ("Setting GTK+ settings"); + var settings = Gtk.Settings.get_default (); + var value = UGSettings.get_string (UGSettings.KEY_THEME_NAME); + if (value != "") + settings.set ("gtk-theme-name", value, null); + value = UGSettings.get_string (UGSettings.KEY_ICON_THEME_NAME); + if (value != "") + settings.set ("gtk-icon-theme-name", value, null); + value = UGSettings.get_string (UGSettings.KEY_FONT_NAME); + if (value != "") + settings.set ("gtk-font-name", value, null); + var double_value = UGSettings.get_double (UGSettings.KEY_XFT_DPI); + if (double_value != 0.0) + settings.set ("gtk-xft-dpi", (int) (1024 * double_value), null); + var boolean_value = UGSettings.get_boolean (UGSettings.KEY_XFT_ANTIALIAS); + settings.set ("gtk-xft-antialias", boolean_value, null); + value = UGSettings.get_string (UGSettings.KEY_XFT_HINTSTYLE); + if (value != "") + settings.set ("gtk-xft-hintstyle", value, null); + value = UGSettings.get_string (UGSettings.KEY_XFT_RGBA); + if (value != "") + settings.set ("gtk-xft-rgba", value, null); + + debug ("Creating Arctica Greeter"); + var greeter = new ArcticaGreeter (do_test_mode); + + debug ("Showing greeter"); + greeter.show (); + + if (!do_test_mode) + { + /* Start the indicator services */ + try + { + string[] argv; + + Shell.parse_argv ("init --user --startup-event indicator-services-start", out argv); + Process.spawn_async (null, + argv, + null, + SpawnFlags.SEARCH_PATH, + null, + out upstart_pid); + } + catch (Error e) + { + warning ("Error starting Upstart for indicators: %s", e.message); + } + + /* Make nm-applet hide items the user does not have permissions to interact with */ + Environment.set_variable ("NM_APPLET_HIDE_POLICY_ITEMS", "1", true); + + try + { + Process.spawn_command_line_async ("nm-applet"); + } + catch (Error e) + { + warning ("Error starting nm-applet: %s", e.message); + } + } + + /* Setup a handler for TERM so we quit cleanly */ + GLib.Unix.signal_add(GLib.ProcessSignal.TERM, () => { + debug("Got a SIGTERM"); + Gtk.main_quit(); + return true; + }); + + debug ("Starting main loop"); + Gtk.main (); + + debug ("Cleaning up"); + + if (upstart_pid != 0) + { + Posix.kill (upstart_pid, Posix.SIGTERM); + int status; + Posix.waitpid (upstart_pid, out status, 0); + if (Process.if_exited (status)) + debug ("Upstart exited with return value %d", Process.exit_status (status)); + else + debug ("Upstart terminated with signal %d", Process.term_sig (status)); + upstart_pid = 0; + } + + if (atspi_pid != 0) + { + Posix.kill (atspi_pid, Posix.SIGKILL); + int status; + Posix.waitpid (atspi_pid, out status, 0); + if (Process.if_exited (status)) + debug ("AT-SPI exited with return value %d", Process.exit_status (status)); + else + debug ("AT-SPI terminated with signal %d", Process.term_sig (status)); + atspi_pid = 0; + } + + debug ("Exiting"); + + return Posix.EXIT_SUCCESS; + } +} + +[DBus (name="org.gnome.SessionManager.EndSessionDialog")] +public class DialogDBusInterface : Object +{ + public signal void open_dialog (uint32 type); + public signal void close_dialog (); + + public void open (uint32 type, uint32 timestamp, uint32 seconds_to_stay_open, ObjectPath[] inhibitor_object_paths) + { + open_dialog (type); + } + + public void close () + { + close_dialog (); + } +} diff --git a/src/dash-box.vala b/src/dash-box.vala index 40ecf34..e5a64c6 100644 --- a/src/dash-box.vala +++ b/src/dash-box.vala @@ -52,7 +52,7 @@ public class DashBox : Gtk.Box /* Does not actually add w to this widget, as doing so would potentially mess with w's placement. */ public void set_base (Gtk.Widget? w) { - if (!UnityGreeter.singleton.test_mode) { + if (!ArcticaGreeter.singleton.test_mode) { return_if_fail (pushed == null); return_if_fail (mode == Mode.NORMAL); } diff --git a/src/dash-entry.vala b/src/dash-entry.vala index 9528705..634dd16 100644 --- a/src/dash-entry.vala +++ b/src/dash-entry.vala @@ -47,7 +47,7 @@ public class DashEntry : Gtk.Entry, Fadable } } - private static const string NO_BORDER_CLASS = "unity-greeter-no-border"; + private static const string NO_BORDER_CLASS = "arctica-greeter-no-border"; protected FadeTracker fade_tracker { get; protected set; } private Gdk.Window arrow_win; @@ -308,10 +308,10 @@ public class DashEntry : Gtk.Entry, Fadable // This is a workaroud for bug https://launchpad.net/bugs/944159 // The problem is that orca seems to not notice that it's in a password // field on startup. We just need to kick orca in the pants. - if (UnityGreeter.singleton.orca_needs_kick) + if (ArcticaGreeter.singleton.orca_needs_kick) { Signal.emit_by_name (get_accessible (), "focus-event", true); - UnityGreeter.singleton.orca_needs_kick = false; + ArcticaGreeter.singleton.orca_needs_kick = false; } return base.key_press_event (event); diff --git a/src/flat-button.vala b/src/flat-button.vala index 3a718d2..1ce23a7 100644 --- a/src/flat-button.vala +++ b/src/flat-button.vala @@ -23,7 +23,7 @@ public class FlatButton : Gtk.Button construct { - UnityGreeter.add_style_class (this); + ArcticaGreeter.add_style_class (this); try { var style = new Gtk.CssProvider (); diff --git a/src/greeter-list.vala b/src/greeter-list.vala index 2433a10..965da26 100644 --- a/src/greeter-list.vala +++ b/src/greeter-list.vala @@ -24,7 +24,7 @@ private int get_grid_offset (int size) return (int) (size % grid_size) / 2; } -[DBus (name="com.canonical.UnityGreeter.List")] +[DBus (name="com.canonical.ArcticaGreeter.List")] public class ListDBusInterface : Object { private GreeterList list; @@ -231,7 +231,7 @@ public abstract class GreeterList : FadableBox public void cancel_authentication () { - UnityGreeter.singleton.cancel_authentication (); + ArcticaGreeter.singleton.cancel_authentication (); entry_selected (selected_entry.id); } @@ -266,7 +266,7 @@ public abstract class GreeterList : FadableBox protected void add_with_class (Gtk.Widget widget) { fixed.add (widget); - UnityGreeter.add_style_class (widget); + ArcticaGreeter.add_style_class (widget); } protected void redraw_greeter_box () @@ -475,7 +475,7 @@ public abstract class GreeterList : FadableBox entry.destroy (); /* Show a manual login if no users and no remote login entry */ - if (!have_entries () && !UnityGreeter.singleton.show_remote_login_hint ()) + if (!have_entries () && !ArcticaGreeter.singleton.show_remote_login_hint ()) add_manual_entry (); queue_draw (); @@ -781,9 +781,9 @@ public abstract class GreeterList : FadableBox protected void connect_to_lightdm () { - UnityGreeter.singleton.show_message.connect (show_message_cb); - UnityGreeter.singleton.show_prompt.connect (show_prompt_cb); - UnityGreeter.singleton.authentication_complete.connect (authentication_complete_cb); + ArcticaGreeter.singleton.show_message.connect (show_message_cb); + ArcticaGreeter.singleton.show_prompt.connect (show_prompt_cb); + ArcticaGreeter.singleton.authentication_complete.connect (authentication_complete_cb); } protected void show_message_cb (string text, LightDM.MessageType type) @@ -797,10 +797,10 @@ public abstract class GreeterList : FadableBox /* Notify the greeter on what user has been logged */ if (get_selected_id () == "*other" && manual_name == null) { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) manual_name = test_username; else - manual_name = UnityGreeter.singleton.authentication_user(); + manual_name = ArcticaGreeter.singleton.authentication_user(); } prompted = true; @@ -826,10 +826,10 @@ public abstract class GreeterList : FadableBox return; bool is_authenticated; - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) is_authenticated = test_is_authenticated; else - is_authenticated = UnityGreeter.singleton.is_authenticated(); + is_authenticated = ArcticaGreeter.singleton.is_authenticated(); if (is_authenticated) { @@ -837,7 +837,7 @@ public abstract class GreeterList : FadableBox if (prompted && !unacknowledged_messages) { login_complete (); - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) start_session (); else { @@ -890,16 +890,16 @@ public abstract class GreeterList : FadableBox greeter_authenticating_user = get_selected_id (); - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) test_start_authentication (); else { if (get_selected_id () == "*other") - UnityGreeter.singleton.authenticate (); + ArcticaGreeter.singleton.authenticate (); else if (get_selected_id () == "*guest") - UnityGreeter.singleton.authenticate_as_guest (); + ArcticaGreeter.singleton.authenticate_as_guest (); else - UnityGreeter.singleton.authenticate (get_selected_id ()); + ArcticaGreeter.singleton.authenticate (get_selected_id ()); } } @@ -914,7 +914,7 @@ public abstract class GreeterList : FadableBox private void start_session () { - if (!UnityGreeter.singleton.start_session (get_lightdm_session (), background)) + if (!ArcticaGreeter.singleton.start_session (get_lightdm_session (), background)) { show_message (_("Failed to start session"), true); start_authentication (); diff --git a/src/main-window.vala b/src/main-window.vala index 7574719..4026cff 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -48,7 +48,7 @@ public class MainWindow : Gtk.Window override_background_color (Gtk.StateFlags.NORMAL, bg_color); get_accessible ().set_name (_("Login Screen")); has_resize_grip = false; - UnityGreeter.add_style_class (this); + ArcticaGreeter.add_style_class (this); realize (); background = new Background (Gdk.cairo_create (get_window ()).get_target ()); @@ -57,7 +57,7 @@ public class MainWindow : Gtk.Window background.set_logo (UGSettings.get_string (UGSettings.KEY_LOGO), UGSettings.get_string (UGSettings.KEY_BACKGROUND_LOGO)); background.show (); add (background); - UnityGreeter.add_style_class (background); + ArcticaGreeter.add_style_class (background); login_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 0); login_box.show (); @@ -93,13 +93,13 @@ public class MainWindow : Gtk.Window menualign.show (); menubox.add (menualign); login_box.add (menubox); - UnityGreeter.add_style_class (menualign); - UnityGreeter.add_style_class (menubox); + ArcticaGreeter.add_style_class (menualign); + ArcticaGreeter.add_style_class (menubox); menubar = new MenuBar (background, accel_group); menubar.show (); menualign.add (menubar); - UnityGreeter.add_style_class (menubar); + ArcticaGreeter.add_style_class (menubar); hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0); hbox.expand = true; @@ -132,7 +132,7 @@ public class MainWindow : Gtk.Window add_user_list (); - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) { /* Simulate an 800x600 monitor to the left of a 640x480 monitor */ monitors = new List (); @@ -274,7 +274,7 @@ public class MainWindow : Gtk.Window GreeterList greeter_list; greeter_list = new UserList (background, menubar); greeter_list.show (); - UnityGreeter.add_style_class (greeter_list); + ArcticaGreeter.add_style_class (greeter_list); push_list (greeter_list); } @@ -347,14 +347,14 @@ public class MainWindow : Gtk.Window show_shutdown_dialog (ShutdownDialogType.SHUTDOWN); return true; case Gdk.Key.z: - if (UnityGreeter.singleton.test_mode && (event.state & Gdk.ModifierType.MOD1_MASK) != 0) + if (ArcticaGreeter.singleton.test_mode && (event.state & Gdk.ModifierType.MOD1_MASK) != 0) { show_shutdown_dialog (ShutdownDialogType.SHUTDOWN); return true; } break; case Gdk.Key.Z: - if (UnityGreeter.singleton.test_mode && (event.state & Gdk.ModifierType.MOD1_MASK) != 0) + if (ArcticaGreeter.singleton.test_mode && (event.state & Gdk.ModifierType.MOD1_MASK) != 0) { show_shutdown_dialog (ShutdownDialogType.RESTART); return true; diff --git a/src/menubar.vala b/src/menubar.vala index 79783da..799cb18 100644 --- a/src/menubar.vala +++ b/src/menubar.vala @@ -153,7 +153,7 @@ public class MenuBar : Gtk.MenuBar setup_indicators (); - UnityGreeter.singleton.starting_session.connect (cleanup); + ArcticaGreeter.singleton.starting_session.connect (cleanup); } private void close_pid (ref Pid pid) @@ -325,7 +325,7 @@ public class MenuBar : Gtk.MenuBar try { var conn = Bus.get_sync (BusType.SESSION); - greeter_set_env ("UNITY_GREETER_DBUS_NAME", conn.get_unique_name ()); + greeter_set_env ("ARCTICA_GREETER_DBUS_NAME", conn.get_unique_name ()); } catch (IOError e) { @@ -474,7 +474,7 @@ public class MenuBar : Gtk.MenuBar // this is not racy with orca startup, it is racy with whether // orca will read the first character or not out loud. Hence // why we do both. Ideally this would be fixed in orca itself. - UnityGreeter.singleton.orca_needs_kick = true; + ArcticaGreeter.singleton.orca_needs_kick = true; Timeout.add_seconds (1, () => { Signal.emit_by_name ((get_toplevel () as Gtk.Window).get_focus ().get_accessible (), "focus-event", true); return false; diff --git a/src/prompt-box.vala b/src/prompt-box.vala index 894870d..50c46d1 100644 --- a/src/prompt-box.vala +++ b/src/prompt-box.vala @@ -423,7 +423,7 @@ public class PromptBox : FadableBox { w.set_data ("prompt-box-widget", this); if (add_style_class) - UnityGreeter.add_style_class (w); + ArcticaGreeter.add_style_class (w); last_row += 1; box_grid.attach (w, COL_ENTRIES_START, last_row, COL_ENTRIES_WIDTH, 1); diff --git a/src/session-list.vala b/src/session-list.vala index 7127023..bfbab9c 100644 --- a/src/session-list.vala +++ b/src/session-list.vala @@ -36,7 +36,7 @@ public class SessionPrompt : PromptBox box = new ToggleBox (default_session, session); - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) { box.add_item ("gnome", "GNOME", SessionList.get_badge ("gnome")); box.add_item ("kde", "KDE", SessionList.get_badge ("kde")); diff --git a/src/settings-daemon.vala b/src/settings-daemon.vala index 9cf3908..65440e8 100644 --- a/src/settings-daemon.vala +++ b/src/settings-daemon.vala @@ -122,7 +122,7 @@ public class SettingsDaemon : Object new Variant ("(ssss)", "handle-power-key", Environment.get_user_name (), - "Unity Greeter handling keypresses", + "Arctica Greeter handling keypresses", "block"), new VariantType ("(h)"), DBusCallFlags.NONE, diff --git a/src/settings.vala b/src/settings.vala index ebdc9e7..12722c5 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -97,5 +97,5 @@ public class UGSettings return gsettings.set_strv (key, value); } - private static const string SCHEMA = "com.canonical.unity-greeter"; + private static const string SCHEMA = "org.ArcticaProject.arctica-greeter"; } diff --git a/src/shutdown-dialog.vala b/src/shutdown-dialog.vala index 73e1bf4..cccd534 100644 --- a/src/shutdown-dialog.vala +++ b/src/shutdown-dialog.vala @@ -565,7 +565,7 @@ private class DialogButton : Gtk.Button this.get_accessible ().set_name (l.get_text ()); } - UnityGreeter.add_style_class (this); + ArcticaGreeter.add_style_class (this); try { // Remove the default GtkButton paddings and border diff --git a/src/unity-greeter.vala b/src/unity-greeter.vala deleted file mode 100644 index cf501af..0000000 --- a/src/unity-greeter.vala +++ /dev/null @@ -1,660 +0,0 @@ -/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- - * - * Copyright (C) 2011 Canonical Ltd - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - * Authored by: Robert Ancell - */ - -public const int grid_size = 40; - -public class UnityGreeter -{ - public static UnityGreeter singleton; - - public signal void show_message (string text, LightDM.MessageType type); - public signal void show_prompt (string text, LightDM.PromptType type); - public signal void authentication_complete (); - public signal void starting_session (); - - public bool test_mode = false; - - private string state_file; - private KeyFile state; - - private Cairo.XlibSurface background_surface; - - private SettingsDaemon settings_daemon; - - public bool orca_needs_kick; - private MainWindow main_window; - - private LightDM.Greeter greeter; - - private Canberra.Context canberra_context; - - private static Timer log_timer; - - private DialogDBusInterface dbus_object; - - private UnityGreeter (bool test_mode_) - { - singleton = this; - test_mode = test_mode_; - - /* Prepare to set the background */ - debug ("Creating background surface"); - background_surface = create_root_surface (Gdk.Screen.get_default ()); - - greeter = new LightDM.Greeter (); - greeter.show_message.connect ((text, type) => { show_message (text, type); }); - greeter.show_prompt.connect ((text, type) => { show_prompt (text, type); }); - greeter.autologin_timer_expired.connect (() => { greeter.authenticate_autologin (); }); - greeter.authentication_complete.connect (() => { authentication_complete (); }); - var connected = false; - try - { - connected = greeter.connect_sync (); - } - catch (Error e) - { - warning ("Failed to connect to LightDM daemon"); - } - if (!connected && !test_mode) - Posix.exit (Posix.EXIT_FAILURE); - - if (!test_mode) - { - settings_daemon = new SettingsDaemon (); - settings_daemon.start (); - } - - var state_dir = Path.build_filename (Environment.get_user_cache_dir (), "unity-greeter"); - DirUtils.create_with_parents (state_dir, 0775); - - var xdg_seat = GLib.Environment.get_variable("XDG_SEAT"); - var state_file_name = xdg_seat != null && xdg_seat != "seat0" ? xdg_seat + "-state" : "state"; - - state_file = Path.build_filename (state_dir, state_file_name); - state = new KeyFile (); - try - { - state.load_from_file (state_file, KeyFileFlags.NONE); - } - catch (Error e) - { - if (!(e is FileError.NOENT)) - warning ("Failed to load state from %s: %s\n", state_file, e.message); - } - - main_window = new MainWindow (); - - Bus.own_name (BusType.SESSION, "com.canonical.UnityGreeter", BusNameOwnerFlags.NONE); - - dbus_object = new DialogDBusInterface (); - dbus_object.open_dialog.connect ((type) => - { - ShutdownDialogType dialog_type; - switch (type) - { - default: - case 1: - dialog_type = ShutdownDialogType.LOGOUT; - break; - case 2: - dialog_type = ShutdownDialogType.RESTART; - break; - } - main_window.show_shutdown_dialog (dialog_type); - }); - dbus_object.close_dialog.connect ((type) => { main_window.close_shutdown_dialog (); }); - Bus.own_name (BusType.SESSION, "com.canonical.Unity", BusNameOwnerFlags.NONE, - (c) => - { - try - { - c.register_object ("/org/gnome/SessionManager/EndSessionDialog", dbus_object); - } - catch (Error e) - { - warning ("Failed to register /org/gnome/SessionManager/EndSessionDialog: %s", e.message); - } - }, - null, - () => debug ("Failed to acquire name com.canonical.Unity")); - - start_fake_wm (); - Gdk.threads_add_idle (ready_cb); - } - - public string? get_state (string key) - { - try - { - return state.get_value ("greeter", key); - } - catch (Error e) - { - return null; - } - } - - public void set_state (string key, string value) - { - state.set_value ("greeter", key, value); - var data = state.to_data (); - try - { - FileUtils.set_contents (state_file, data); - } - catch (Error e) - { - debug ("Failed to write state: %s", e.message); - } - } - - public void push_list (GreeterList widget) - { - main_window.push_list (widget); - } - - public void pop_list () - { - main_window.pop_list (); - } - - public static void add_style_class (Gtk.Widget widget) - { - /* Add style context class lightdm-user-list */ - var ctx = widget.get_style_context (); - ctx.add_class ("lightdm"); - } - - public bool start_session (string? session, Background bg) - { - /* Paint our background onto the root window before we close our own window */ - var c = new Cairo.Context (background_surface); - bg.draw_full (c, Background.DrawFlags.NONE); - c = null; - refresh_background (Gdk.Screen.get_default (), background_surface); - - if (test_mode) - { - debug ("Successfully logged in! Quitting..."); - Gtk.main_quit (); - return true; - } - - if (!session_is_valid (session)) - { - debug ("Session %s is not available, using system default %s instead", session, greeter.default_session_hint); - session = greeter.default_session_hint; - } - - var result = false; - try - { - result = LightDM.greeter_start_session_sync (greeter, session); - } - catch (Error e) - { - warning ("Failed to start session: %s", e.message); - } - - if (result) - starting_session (); - - return result; - } - - private bool session_is_valid (string? session) - { - if (session == null) - return true; - - foreach (var s in LightDM.get_sessions ()) - if (s.key == session) - return true; - - return false; - } - - private bool ready_cb () - { - debug ("starting system-ready sound"); - - /* Launch canberra */ - Canberra.Context.create (out canberra_context); - - if (UGSettings.get_boolean (UGSettings.KEY_PLAY_READY_SOUND)) - canberra_context.play (0, - Canberra.PROP_CANBERRA_XDG_THEME_NAME, - "ubuntu", - Canberra.PROP_EVENT_ID, - "system-ready"); - - return false; - } - - public void show () - { - debug ("Showing main window"); - main_window.show (); - main_window.get_window ().focus (Gdk.CURRENT_TIME); - main_window.set_keyboard_state (); - } - - public bool is_authenticated () - { - return greeter.is_authenticated; - } - - public void authenticate (string? userid = null) - { - greeter.authenticate (userid); - } - - public void authenticate_as_guest () - { - greeter.authenticate_as_guest (); - } - - public void authenticate_remote (string? session, string? userid) - { - UnityGreeter.singleton.greeter.authenticate_remote (session, userid); - } - - public void cancel_authentication () - { - greeter.cancel_authentication (); - } - - public void respond (string response) - { - greeter.respond (response); - } - - public string authentication_user () - { - return greeter.authentication_user; - } - - public string default_session_hint () - { - return greeter.default_session_hint; - } - - public string select_user_hint () - { - return greeter.select_user_hint; - } - - public bool show_manual_login_hint () - { - return greeter.show_manual_login_hint; - } - - public bool show_remote_login_hint () - { - return greeter.show_remote_login_hint; - } - - public bool hide_users_hint () - { - return greeter.hide_users_hint; - } - - public bool has_guest_account_hint () - { - return greeter.has_guest_account_hint; - } - - private Gdk.FilterReturn focus_upon_map (Gdk.XEvent gxevent, Gdk.Event event) - { - var xevent = (X.Event*)gxevent; - if (xevent.type == X.EventType.MapNotify) - { - var display = Gdk.x11_lookup_xdisplay (xevent.xmap.display); - var xwin = xevent.xmap.window; - var win = Gdk.X11Window.foreign_new_for_display (display, xwin); - if (win != null && !xevent.xmap.override_redirect) - { - /* Check to see if this window is our onboard window, since we don't want to focus it. */ - X.Window keyboard_xid = 0; - if (main_window.menubar.keyboard_window != null) - keyboard_xid = Gdk.X11Window.get_xid (main_window.menubar.keyboard_window.get_window ()); - - if (xwin != keyboard_xid && win.get_type_hint() != Gdk.WindowTypeHint.NOTIFICATION) - { - win.focus (Gdk.CURRENT_TIME); - - /* Make sure to keep keyboard above */ - if (main_window.menubar.keyboard_window != null) - main_window.menubar.keyboard_window.get_window ().raise (); - } - } - } - else if (xevent.type == X.EventType.UnmapNotify) - { - // Since we aren't keeping track of focus (for example, we don't - // track the Z stack of windows) like a normal WM would, when we - // decide here where to return focus after another window unmaps, - // we don't have much to go on. X will tell us if we should take - // focus back. (I could not find an obvious way to determine this, - // but checking if the X input focus is RevertTo.None seems - // reliable.) - - X.Window xwin; - int revert_to; - xevent.xunmap.display.get_input_focus (out xwin, out revert_to); - - if (revert_to == X.RevertTo.None) - { - main_window.get_window ().focus (Gdk.CURRENT_TIME); - - /* Make sure to keep keyboard above */ - if (main_window.menubar.keyboard_window != null) - main_window.menubar.keyboard_window.get_window ().raise (); - } - } - return Gdk.FilterReturn.CONTINUE; - } - - private void start_fake_wm () - { - /* We want new windows (e.g. the shutdown dialog) to gain focus. - We don't really need anything more than that (don't need alt-tab - since any dialog should be "modal" or at least dealt with before - continuing even if not actually marked as modal) */ - var root = Gdk.get_default_root_window (); - root.set_events (root.get_events () | Gdk.EventMask.SUBSTRUCTURE_MASK); - root.add_filter (focus_upon_map); - } - - private static Cairo.XlibSurface? create_root_surface (Gdk.Screen screen) - { - var visual = screen.get_system_visual (); - - unowned X.Display display = Gdk.X11Display.get_xdisplay (screen.get_display ()); - - var pixmap = X.CreatePixmap (display, - Gdk.X11Window.get_xid (screen.get_root_window ()), - screen.get_width (), - screen.get_height (), - visual.get_depth ()); - - /* Convert into a Cairo surface */ - var surface = new Cairo.XlibSurface (display, - pixmap, - Gdk.X11Visual.get_xvisual (visual), - screen.get_width (), screen.get_height ()); - - return surface; - } - - private static void refresh_background (Gdk.Screen screen, Cairo.XlibSurface surface) - { - Gdk.flush (); - - unowned X.Display display = Gdk.X11Display.get_xdisplay (screen.get_display ()); - - /* Ensure Cairo has actually finished its drawing */ - surface.flush (); - /* Use this pixmap for the background */ - X.SetWindowBackgroundPixmap (display, - Gdk.X11Window.get_xid (screen.get_root_window ()), - surface.get_drawable ()); - - X.ClearWindow (display, Gdk.X11Window.get_xid (screen.get_root_window ())); - } - - private static void log_cb (string? log_domain, LogLevelFlags log_level, string message) - { - string prefix; - switch (log_level & LogLevelFlags.LEVEL_MASK) - { - case LogLevelFlags.LEVEL_ERROR: - prefix = "ERROR:"; - break; - case LogLevelFlags.LEVEL_CRITICAL: - prefix = "CRITICAL:"; - break; - case LogLevelFlags.LEVEL_WARNING: - prefix = "WARNING:"; - break; - case LogLevelFlags.LEVEL_MESSAGE: - prefix = "MESSAGE:"; - break; - case LogLevelFlags.LEVEL_INFO: - prefix = "INFO:"; - break; - case LogLevelFlags.LEVEL_DEBUG: - prefix = "DEBUG:"; - break; - default: - prefix = "LOG:"; - break; - } - - stderr.printf ("[%+.2fs] %s %s\n", log_timer.elapsed (), prefix, message); - } - - public static int main (string[] args) - { - /* Protect memory from being paged to disk, as we deal with passwords */ - Posix.mlockall (Posix.MCL_CURRENT | Posix.MCL_FUTURE); - - /* Disable the stupid global menubar */ - Environment.unset_variable ("UBUNTU_MENUPROXY"); - - /* Initialize i18n */ - Intl.setlocale (LocaleCategory.ALL, ""); - Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR); - Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); - Intl.textdomain (Config.GETTEXT_PACKAGE); - - /* Set up the accessibility stack, in case the user needs it for screen reading etc. */ - Environment.set_variable ("GTK_MODULES", "atk-bridge", false); - - Pid atspi_pid = 0; - Pid upstart_pid = 0; - - try - { - string[] argv; - - Shell.parse_argv ("/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately", out argv); - Process.spawn_async (null, - argv, - null, - SpawnFlags.SEARCH_PATH, - null, - out atspi_pid); - } - catch (Error e) - { - warning ("Error starting the at-spi registry: %s", e.message); - } - - Gtk.init (ref args); - Ido.init (); - - log_timer = new Timer (); - Log.set_default_handler (log_cb); - - debug ("Starting unity-greeter %s UID=%d LANG=%s", Config.VERSION, (int) Posix.getuid (), Environment.get_variable ("LANG")); - - /* Set the cursor to not be the crap default */ - debug ("Setting cursor"); - Gdk.get_default_root_window ().set_cursor (new Gdk.Cursor (Gdk.CursorType.LEFT_PTR)); - - bool do_show_version = false; - bool do_test_mode = false; - OptionEntry versionOption = { "version", 'v', 0, OptionArg.NONE, ref do_show_version, - /* Help string for command line --version flag */ - N_("Show release version"), null }; - OptionEntry testOption = { "test-mode", 0, 0, OptionArg.NONE, ref do_test_mode, - /* Help string for command line --test-mode flag */ - N_("Run in test mode"), null }; - OptionEntry nullOption = { null }; - OptionEntry[] options = { versionOption, testOption, nullOption }; - - debug ("Loading command line options"); - var c = new OptionContext (/* Arguments and description for --help text */ - _("- Unity Greeter")); - c.add_main_entries (options, Config.GETTEXT_PACKAGE); - c.add_group (Gtk.get_option_group (true)); - try - { - c.parse (ref args); - } - catch (Error e) - { - stderr.printf ("%s\n", e.message); - stderr.printf (/* Text printed out when an unknown command-line argument provided */ - _("Run '%s --help' to see a full list of available command line options."), args[0]); - stderr.printf ("\n"); - return Posix.EXIT_FAILURE; - } - if (do_show_version) - { - /* Note, not translated so can be easily parsed */ - stderr.printf ("unity-greeter %s\n", Config.VERSION); - return Posix.EXIT_SUCCESS; - } - - if (do_test_mode) - debug ("Running in test mode"); - - /* Set GTK+ settings */ - debug ("Setting GTK+ settings"); - var settings = Gtk.Settings.get_default (); - var value = UGSettings.get_string (UGSettings.KEY_THEME_NAME); - if (value != "") - settings.set ("gtk-theme-name", value, null); - value = UGSettings.get_string (UGSettings.KEY_ICON_THEME_NAME); - if (value != "") - settings.set ("gtk-icon-theme-name", value, null); - value = UGSettings.get_string (UGSettings.KEY_FONT_NAME); - if (value != "") - settings.set ("gtk-font-name", value, null); - var double_value = UGSettings.get_double (UGSettings.KEY_XFT_DPI); - if (double_value != 0.0) - settings.set ("gtk-xft-dpi", (int) (1024 * double_value), null); - var boolean_value = UGSettings.get_boolean (UGSettings.KEY_XFT_ANTIALIAS); - settings.set ("gtk-xft-antialias", boolean_value, null); - value = UGSettings.get_string (UGSettings.KEY_XFT_HINTSTYLE); - if (value != "") - settings.set ("gtk-xft-hintstyle", value, null); - value = UGSettings.get_string (UGSettings.KEY_XFT_RGBA); - if (value != "") - settings.set ("gtk-xft-rgba", value, null); - - debug ("Creating Unity Greeter"); - var greeter = new UnityGreeter (do_test_mode); - - debug ("Showing greeter"); - greeter.show (); - - if (!do_test_mode) - { - /* Start the indicator services */ - try - { - string[] argv; - - Shell.parse_argv ("init --user --startup-event indicator-services-start", out argv); - Process.spawn_async (null, - argv, - null, - SpawnFlags.SEARCH_PATH, - null, - out upstart_pid); - } - catch (Error e) - { - warning ("Error starting Upstart for indicators: %s", e.message); - } - - /* Make nm-applet hide items the user does not have permissions to interact with */ - Environment.set_variable ("NM_APPLET_HIDE_POLICY_ITEMS", "1", true); - - try - { - Process.spawn_command_line_async ("nm-applet"); - } - catch (Error e) - { - warning ("Error starting nm-applet: %s", e.message); - } - } - - /* Setup a handler for TERM so we quit cleanly */ - GLib.Unix.signal_add(GLib.ProcessSignal.TERM, () => { - debug("Got a SIGTERM"); - Gtk.main_quit(); - return true; - }); - - debug ("Starting main loop"); - Gtk.main (); - - debug ("Cleaning up"); - - if (upstart_pid != 0) - { - Posix.kill (upstart_pid, Posix.SIGTERM); - int status; - Posix.waitpid (upstart_pid, out status, 0); - if (Process.if_exited (status)) - debug ("Upstart exited with return value %d", Process.exit_status (status)); - else - debug ("Upstart terminated with signal %d", Process.term_sig (status)); - upstart_pid = 0; - } - - if (atspi_pid != 0) - { - Posix.kill (atspi_pid, Posix.SIGKILL); - int status; - Posix.waitpid (atspi_pid, out status, 0); - if (Process.if_exited (status)) - debug ("AT-SPI exited with return value %d", Process.exit_status (status)); - else - debug ("AT-SPI terminated with signal %d", Process.term_sig (status)); - atspi_pid = 0; - } - - debug ("Exiting"); - - return Posix.EXIT_SUCCESS; - } -} - -[DBus (name="org.gnome.SessionManager.EndSessionDialog")] -public class DialogDBusInterface : Object -{ - public signal void open_dialog (uint32 type); - public signal void close_dialog (); - - public void open (uint32 type, uint32 timestamp, uint32 seconds_to_stay_open, ObjectPath[] inhibitor_object_paths) - { - open_dialog (type); - } - - public void close () - { - close_dialog (); - } -} diff --git a/src/user-list.vala b/src/user-list.vala index 2bfbd64..2b1a0da 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -71,7 +71,7 @@ public class UserList : GreeterList { show_hidden_users_ = value; - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) { if (value) add_user ("hidden", "Hidden User", null, false, false, null); @@ -164,8 +164,8 @@ public class UserList : GreeterList connect_to_lightdm (); - if (!UnityGreeter.singleton.test_mode && - UnityGreeter.singleton.show_remote_login_hint ()) + if (!ArcticaGreeter.singleton.test_mode && + ArcticaGreeter.singleton.show_remote_login_hint ()) remote_login_service_watch = Bus.watch_name (BusType.SESSION, "com.canonical.RemoteLogin", BusNameWatcherFlags.AUTO_START, @@ -388,7 +388,7 @@ public class UserList : GreeterList remote_login_service = null; /* provide a fallback manual login option */ - if (UnityGreeter.singleton.hide_users_hint ()) { + if (ArcticaGreeter.singleton.hide_users_hint ()) { add_manual_entry(); set_active_entry ("*other"); } @@ -444,7 +444,7 @@ public class UserList : GreeterList try { var url = url_from_remote_loding_server_list_name (selected_entry.id); - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) { if (password_field.text == "password") { @@ -526,7 +526,7 @@ public class UserList : GreeterList sensitive = false; will_clear = true; greeter_authenticating_user = selected_entry.id; - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) { Gtk.Entry field = current_remote_fields.get ("password") as Gtk.Entry; test_is_authenticated = field.text == "password"; @@ -537,7 +537,7 @@ public class UserList : GreeterList } else { - UnityGreeter.singleton.authenticate_remote (get_lightdm_session (), null); + ArcticaGreeter.singleton.authenticate_remote (get_lightdm_session (), null); remote_login_service.set_last_used_server.begin (currently_browsing_server_url, url_from_remote_loding_server_list_name (selected_entry.id)); } } @@ -571,7 +571,7 @@ public class UserList : GreeterList if (is_supported_remote_session (config_session)) { greeter_authenticating_user = selected_entry.id; - UnityGreeter.singleton.authenticate_remote (config_session, null); + ArcticaGreeter.singleton.authenticate_remote (config_session, null); } } dialog.destroy (); @@ -630,7 +630,7 @@ public class UserList : GreeterList private void entry_selected_cb (string? username) { - UnityGreeter.singleton.set_state ("last-user", username); + ArcticaGreeter.singleton.set_state ("last-user", username); if (selected_entry is UserPromptBox) session = (selected_entry as UserPromptBox).session; else @@ -774,7 +774,7 @@ public class UserList : GreeterList string[] email_domains; try { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) email_domains = { "canonical.com", "ubuntu.org", "candy.com", "urban.net" }; else yield remote_login_service.get_cached_domains_for_server (url, out email_domains); @@ -885,10 +885,10 @@ public class UserList : GreeterList foreach (var response in responses) { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) test_respond (response); else - UnityGreeter.singleton.respond (response); + ArcticaGreeter.singleton.respond (response); } } @@ -898,10 +898,10 @@ public class UserList : GreeterList unacknowledged_messages = false; var is_authenticated = false; - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) is_authenticated = test_is_authenticated; else - is_authenticated = UnityGreeter.singleton.is_authenticated(); + is_authenticated = ArcticaGreeter.singleton.is_authenticated(); /* Finish authentication (again) or restart it */ if (is_authenticated) @@ -917,18 +917,18 @@ public class UserList : GreeterList { var session_chooser = new SessionList (background, menubar, session, default_session); session_chooser.session_clicked.connect (session_clicked_cb); - UnityGreeter.singleton.push_list (session_chooser); + ArcticaGreeter.singleton.push_list (session_chooser); } private void session_clicked_cb (string session) { this.session = session; - UnityGreeter.singleton.pop_list (); + ArcticaGreeter.singleton.pop_list (); } private bool should_show_session_badge () { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) return get_selected_id () != "no-badge"; else return LightDM.get_sessions ().length () > 1; @@ -956,7 +956,7 @@ public class UserList : GreeterList private bool is_supported_remote_session (string session_internal_name) { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) return session_internal_name == "rdp"; var found = false; @@ -998,13 +998,13 @@ public class UserList : GreeterList private void fill_list () { - if (UnityGreeter.singleton.test_mode) + if (ArcticaGreeter.singleton.test_mode) test_fill_list (); else { - default_session = UnityGreeter.singleton.default_session_hint (); - always_show_manual = UnityGreeter.singleton.show_manual_login_hint (); - if (!UnityGreeter.singleton.hide_users_hint ()) + default_session = ArcticaGreeter.singleton.default_session_hint (); + always_show_manual = ArcticaGreeter.singleton.show_manual_login_hint (); + if (!ArcticaGreeter.singleton.hide_users_hint ()) { var users = LightDM.UserList.get_instance (); users.user_added.connect (user_added_cb); @@ -1014,7 +1014,7 @@ public class UserList : GreeterList user_added_cb (user); } - if (UnityGreeter.singleton.has_guest_account_hint ()) + if (ArcticaGreeter.singleton.has_guest_account_hint ()) { debug ("Adding guest account entry"); offer_guest = true; @@ -1024,9 +1024,9 @@ public class UserList : GreeterList if (!have_entries ()) add_manual_entry (); - var last_user = UnityGreeter.singleton.get_state ("last-user"); - if (UnityGreeter.singleton.select_user_hint () != null) - set_active_entry (UnityGreeter.singleton.select_user_hint ()); + var last_user = ArcticaGreeter.singleton.get_state ("last-user"); + if (ArcticaGreeter.singleton.select_user_hint () != null) + set_active_entry (ArcticaGreeter.singleton.select_user_hint ()); else if (last_user != null) set_active_entry (last_user); } @@ -1065,30 +1065,30 @@ public class UserList : GreeterList { Gtk.Entry field = current_remote_fields.get ("username") as Gtk.Entry; var answer = field != null ? field.text : ""; - UnityGreeter.singleton.respond (answer); + ArcticaGreeter.singleton.respond (answer); } else if (text == "password:") { Gtk.Entry field = current_remote_fields.get ("password") as Gtk.Entry; var answer = field != null ? field.text : ""; - UnityGreeter.singleton.respond (answer); + ArcticaGreeter.singleton.respond (answer); } else if (text == "remote host:") { var answer = url_from_remote_loding_server_list_name (selected_entry.id); - UnityGreeter.singleton.respond (answer); + ArcticaGreeter.singleton.respond (answer); } else if (text == "domain:") { Gtk.Entry field = current_remote_fields.get ("domain") as Gtk.Entry; var answer = field != null ? field.text : ""; - UnityGreeter.singleton.respond (answer); + ArcticaGreeter.singleton.respond (answer); } else if (text == "x2gosession:") { Gtk.Entry field = current_remote_fields.get ("x2gosession") as Gtk.Entry; var answer = field != null ? field.text : ""; - UnityGreeter.singleton.respond (answer); + ArcticaGreeter.singleton.respond (answer); } } else @@ -1161,7 +1161,7 @@ public class UserList : GreeterList { } - if (!UnityGreeter.singleton.hide_users_hint()) + if (!ArcticaGreeter.singleton.hide_users_hint()) while (add_test_entry ()); /* add a manual entry if the list of entries is empty initially */ @@ -1172,12 +1172,12 @@ public class UserList : GreeterList n_test_entries++; } - offer_guest = UnityGreeter.singleton.has_guest_account_hint(); - always_show_manual = UnityGreeter.singleton.show_manual_login_hint(); + offer_guest = ArcticaGreeter.singleton.has_guest_account_hint(); + always_show_manual = ArcticaGreeter.singleton.show_manual_login_hint(); key_press_event.connect (test_key_press_cb); - if (UnityGreeter.singleton.show_remote_login_hint()) + if (ArcticaGreeter.singleton.show_remote_login_hint()) Timeout.add (1000, () => { RemoteServer[] test_server_list = {}; @@ -1199,7 +1199,7 @@ public class UserList : GreeterList return false; }); - var last_user = UnityGreeter.singleton.get_state ("last-user"); + var last_user = ArcticaGreeter.singleton.get_state ("last-user"); if (last_user != null) set_active_entry (last_user); @@ -1587,19 +1587,19 @@ public class UserList : GreeterList authentication_complete_cb (); break; case "info-prompt": - show_message_cb ("Welcome to Unity Greeter", LightDM.MessageType.INFO); + show_message_cb ("Welcome to Arctica Greeter", LightDM.MessageType.INFO); show_prompt_cb ("Password:", LightDM.PromptType.SECRET); break; case "long-info-prompt": - show_message_cb ("Welcome to Unity Greeter\n\nWe like to annoy you with long messages.\nLike this one\n\nThis is the last line of a multiple line message.", LightDM.MessageType.INFO); + show_message_cb ("Welcome to Arctica Greeter\n\nWe like to annoy you with long messages.\nLike this one\n\nThis is the last line of a multiple line message.", LightDM.MessageType.INFO); show_prompt_cb ("Password:", LightDM.PromptType.SECRET); break; case "wide-info-prompt": - show_message_cb ("Welcome to Unity Greeter, the greeteriest greeter that ever did appear in these fine lands", LightDM.MessageType.INFO); + show_message_cb ("Welcome to Arctica Greeter, the greeteriest greeter that ever did appear in these fine lands", LightDM.MessageType.INFO); show_prompt_cb ("Password:", LightDM.PromptType.SECRET); break; case "multi-info-prompt": - show_message_cb ("Welcome to Unity Greeter", LightDM.MessageType.INFO); + show_message_cb ("Welcome to Arctica Greeter", LightDM.MessageType.INFO); show_message_cb ("This is an error", LightDM.MessageType.ERROR); show_message_cb ("You should have seen three messages", LightDM.MessageType.INFO); show_prompt_cb ("Password:", LightDM.PromptType.SECRET); diff --git a/tests/Makefile.am b/tests/Makefile.am index 3c04ef2..e2f601d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,16 +1,16 @@ # -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*- -check_PROGRAMS = unity-greeter-test +check_PROGRAMS = arctica-greeter-test -check: unity-greeter-test - UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run -a ./unity-greeter-test +check: arctica-greeter-test + UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run -a ./arctica-greeter-test -unity_greeter_test_SOURCES = \ +arctica_greeter_test_SOURCES = \ test.vala \ test-list.vala \ test-main-window.vala \ menubar.vala \ - unity-greeter.vala \ + arctica-greeter.vala \ ../src/flat-button.vala \ ../src/toggle-box.vala \ ../src/user-list.vala \ @@ -39,17 +39,17 @@ unity_greeter_test_SOURCES = \ ../src/shutdown-dialog.vala -unity_greeter_test_CFLAGS = \ - $(UNITY_GREETER_CFLAGS) \ +arctica_greeter_test_CFLAGS = \ + $(ARCTICA_GREETER_CFLAGS) \ -w \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ -DLOCALEDIR=\""$(localedir)"\" \ -DVERSION=\"$(VERSION)\" \ - -DCONFIG_FILE=\""$(sysconfdir)/lightdm/unity-greeter.conf"\" \ + -DCONFIG_FILE=\""$(sysconfdir)/lightdm/arctica-greeter.conf"\" \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DINDICATORDIR=\""$(INDICATORDIR)"\" -unity_greeter_test_VALAFLAGS = \ +arctica_greeter_test_VALAFLAGS = \ --pkg posix \ --pkg gtk+-3.0 \ --pkg gdk-x11-3.0 \ @@ -61,12 +61,12 @@ unity_greeter_test_VALAFLAGS = \ --pkg pixman-1 \ --target-glib 2.32 -unity_greeter_test_LDADD = \ - $(UNITY_GREETER_LIBS) \ +arctica_greeter_test_LDADD = \ + $(ARCTICA_GREETER_LIBS) \ -lm CLEANFILES = \ - $(notdir $(unity_greeter_test_SOURCES:.vala=.c)) + $(notdir $(arctica_greeter_test_SOURCES:.vala=.c)) DISTCLEANFILES = \ Makefile.in diff --git a/tests/arctica-greeter.vala b/tests/arctica-greeter.vala new file mode 100644 index 0000000..2a6581b --- /dev/null +++ b/tests/arctica-greeter.vala @@ -0,0 +1,129 @@ +/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- + * + * Copyright (C) 2011 Canonical Ltd + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Authored by: Robert Ancell + */ + +public const int grid_size = 40; + +public class ArcticaGreeter +{ + public static ArcticaGreeter singleton; + + public signal void show_message (string text, LightDM.MessageType type); + public signal void show_prompt (string text, LightDM.PromptType type); + public signal void authentication_complete (); + + public bool test_mode = false; + public bool session_started = false; + public string last_respond_response; + public bool orca_needs_kick; + + public bool is_authenticated () + { + return false; + } + + public void authenticate (string? userid = null) + { + } + + public void authenticate_as_guest () + { + } + + public void authenticate_remote (string? session, string? userid) + { + } + + public void cancel_authentication () + { + } + + public void respond (string response) + { + last_respond_response = response; + } + + public string authentication_user () + { + return ""; + } + + public string default_session_hint () + { + return ""; + } + + public string select_user_hint () + { + return ""; + } + + public bool _show_manual_login_hint = true; + public bool show_manual_login_hint () + { + return _show_manual_login_hint; + } + + public bool _show_remote_login_hint = true; + public bool show_remote_login_hint () + { + return _show_remote_login_hint; + } + + public bool _hide_users_hint = false; + public bool hide_users_hint () + { + return _hide_users_hint; + } + + public bool _has_guest_account_hint = true; + public bool has_guest_account_hint () + { + return _has_guest_account_hint; + } + + public bool start_session (string? session, Background bg) + { + session_started = true; + return true; + } + + public void push_list (GreeterList widget) + { + } + + public void pop_list () + { + } + + public string? get_state (string key) + { + return null; + } + + public void set_state (string key, string value) + { + } + + public static void add_style_class (Gtk.Widget widget) + { + /* Add style context class lightdm-user-list */ + var ctx = widget.get_style_context (); + ctx.add_class ("lightdm"); + } +} diff --git a/tests/test.vala b/tests/test.vala index 8c6e35d..ad495b7 100644 --- a/tests/test.vala +++ b/tests/test.vala @@ -486,11 +486,11 @@ public class Test GLib.assert (list.selected_entry.id == "*remote_login*http://rdpdefaultusername2.com*lwola"); wait_for_scrolling_end (list); - UnityGreeter.singleton.session_started = false; + ArcticaGreeter.singleton.session_started = false; pwd = remote_login_entry_password_field (list); pwd.text = "password"; list.selected_entry.respond ({}); - GLib.assert (UnityGreeter.singleton.session_started); + GLib.assert (ArcticaGreeter.singleton.session_started); mw.hide (); } @@ -516,7 +516,7 @@ public class Test GLib.assert (list.selected_entry.id == "*remote_login*http://rdpdefaultusername2.com*lwola"); wait_for_scrolling_end (list); - UnityGreeter.singleton.session_started = false; + ArcticaGreeter.singleton.session_started = false; pwd = remote_login_entry_password_field (list); pwd.text = "delay"; pwd.activate (); @@ -650,14 +650,14 @@ public class Test username.text = "bar"; pwd.text = "foobar"; - UnityGreeter.singleton.show_prompt("remote login:", LightDM.PromptType.QUESTION); - GLib.assert (UnityGreeter.singleton.last_respond_response == username.text); - UnityGreeter.singleton.show_prompt("remote host:", LightDM.PromptType.QUESTION); - GLib.assert (UnityGreeter.singleton.last_respond_response == "http://coolrdpserver.com"); - UnityGreeter.singleton.show_prompt("domain:", LightDM.PromptType.QUESTION); - GLib.assert (UnityGreeter.singleton.last_respond_response == domain.text); - UnityGreeter.singleton.show_prompt("password:", LightDM.PromptType.SECRET); - GLib.assert (UnityGreeter.singleton.last_respond_response == pwd.text); + ArcticaGreeter.singleton.show_prompt("remote login:", LightDM.PromptType.QUESTION); + GLib.assert (ArcticaGreeter.singleton.last_respond_response == username.text); + ArcticaGreeter.singleton.show_prompt("remote host:", LightDM.PromptType.QUESTION); + GLib.assert (ArcticaGreeter.singleton.last_respond_response == "http://coolrdpserver.com"); + ArcticaGreeter.singleton.show_prompt("domain:", LightDM.PromptType.QUESTION); + GLib.assert (ArcticaGreeter.singleton.last_respond_response == domain.text); + ArcticaGreeter.singleton.show_prompt("password:", LightDM.PromptType.SECRET); + GLib.assert (ArcticaGreeter.singleton.last_respond_response == pwd.text); mw.hide (); } @@ -690,15 +690,15 @@ public class Test public static void remote_login_only () { - UnityGreeter.singleton.test_mode = true; - UnityGreeter.singleton.session_started = false; + ArcticaGreeter.singleton.test_mode = true; + ArcticaGreeter.singleton.session_started = false; /* this configuration should result in the list containing only the remote login entry, without any fallback manual entry */ - UnityGreeter.singleton._hide_users_hint = true; - UnityGreeter.singleton._show_remote_login_hint = true; - UnityGreeter.singleton._has_guest_account_hint = false; - UnityGreeter.singleton._show_manual_login_hint = false; + ArcticaGreeter.singleton._hide_users_hint = true; + ArcticaGreeter.singleton._show_remote_login_hint = true; + ArcticaGreeter.singleton._has_guest_account_hint = false; + ArcticaGreeter.singleton._show_manual_login_hint = false; MainWindow mw = setup (); TestList list = mw.stack.top () as TestList; @@ -725,14 +725,14 @@ public class Test public static void manual_login_fallback () { - UnityGreeter.singleton.test_mode = true; - UnityGreeter.singleton.session_started = false; + ArcticaGreeter.singleton.test_mode = true; + ArcticaGreeter.singleton.session_started = false; /* this configuration should result in the list containing at least a manual entry */ - UnityGreeter.singleton._hide_users_hint = true; - UnityGreeter.singleton._show_remote_login_hint = false; - UnityGreeter.singleton._has_guest_account_hint = false; - UnityGreeter.singleton._show_manual_login_hint = true; + ArcticaGreeter.singleton._hide_users_hint = true; + ArcticaGreeter.singleton._show_remote_login_hint = false; + ArcticaGreeter.singleton._has_guest_account_hint = false; + ArcticaGreeter.singleton._show_manual_login_hint = true; MainWindow mw = setup (); TestList list = mw.stack.top () as TestList; @@ -749,7 +749,7 @@ public class Test { try { - var dir = GLib.DirUtils.make_tmp ("unity-greeter-test-XXXXXX"); + var dir = GLib.DirUtils.make_tmp ("arctica-greeter-test-XXXXXX"); var schema_dir = Path.build_filename(dir, "share", "glib-2.0", "schemas"); DirUtils.create_with_parents(schema_dir, 0700); @@ -760,7 +760,7 @@ public class Test var top_srcdir = Environment.get_variable("top_srcdir"); if (top_srcdir == null || top_srcdir == "") top_srcdir = ".."; - if (Posix.system("cp %s/data/com.canonical.unity-greeter.gschema.xml %s".printf(top_srcdir, schema_dir)) != 0) + if (Posix.system("cp %s/data/org.ArcticaProject.arctica-greeter.gschema.xml %s".printf(top_srcdir, schema_dir)) != 0) error("Could not copy schema to %s", schema_dir); if (Posix.system("glib-compile-schemas %s".printf(schema_dir)) != 0) @@ -780,8 +780,8 @@ public class Test setup_gsettings (); - UnityGreeter.singleton = new UnityGreeter(); - UnityGreeter.singleton.test_mode = true; + ArcticaGreeter.singleton = new ArcticaGreeter(); + ArcticaGreeter.singleton.test_mode = true; GLib.Test.add_func ("/Simple Navigation", simple_navigation); GLib.Test.add_func ("/Remote Login", remote_login); diff --git a/tests/unity-greeter.vala b/tests/unity-greeter.vala deleted file mode 100644 index 15cbb56..0000000 --- a/tests/unity-greeter.vala +++ /dev/null @@ -1,129 +0,0 @@ -/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*- - * - * Copyright (C) 2011 Canonical Ltd - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - * Authored by: Robert Ancell - */ - -public const int grid_size = 40; - -public class UnityGreeter -{ - public static UnityGreeter singleton; - - public signal void show_message (string text, LightDM.MessageType type); - public signal void show_prompt (string text, LightDM.PromptType type); - public signal void authentication_complete (); - - public bool test_mode = false; - public bool session_started = false; - public string last_respond_response; - public bool orca_needs_kick; - - public bool is_authenticated () - { - return false; - } - - public void authenticate (string? userid = null) - { - } - - public void authenticate_as_guest () - { - } - - public void authenticate_remote (string? session, string? userid) - { - } - - public void cancel_authentication () - { - } - - public void respond (string response) - { - last_respond_response = response; - } - - public string authentication_user () - { - return ""; - } - - public string default_session_hint () - { - return ""; - } - - public string select_user_hint () - { - return ""; - } - - public bool _show_manual_login_hint = true; - public bool show_manual_login_hint () - { - return _show_manual_login_hint; - } - - public bool _show_remote_login_hint = true; - public bool show_remote_login_hint () - { - return _show_remote_login_hint; - } - - public bool _hide_users_hint = false; - public bool hide_users_hint () - { - return _hide_users_hint; - } - - public bool _has_guest_account_hint = true; - public bool has_guest_account_hint () - { - return _has_guest_account_hint; - } - - public bool start_session (string? session, Background bg) - { - session_started = true; - return true; - } - - public void push_list (GreeterList widget) - { - } - - public void pop_list () - { - } - - public string? get_state (string key) - { - return null; - } - - public void set_state (string key, string value) - { - } - - public static void add_style_class (Gtk.Widget widget) - { - /* Add style context class lightdm-user-list */ - var ctx = widget.get_style_context (); - ctx.add_class ("lightdm"); - } -} diff --git a/unity-greeter.doap b/unity-greeter.doap deleted file mode 100644 index fbb8f53..0000000 --- a/unity-greeter.doap +++ /dev/null @@ -1,19 +0,0 @@ - - - unity-greeter - Unity Greeter - - - - - - - Robert Ancell - - - - -- cgit v1.2.3