diff --git a/.gitignore b/.gitignore index 3de1ca051ff15702834fc470e9a12d0195204111..b7d440f7b6edb2a29c87d56f71c919dbf0ff2e59 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,6 @@ vgdump .vscode/ *.gcov debian/phosh.service -debian/sm.puri.Phosh.service -debian/sm.puri.Phosh.target debian/files debian/*.substvars debian/*debhelper* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18008dc525185093cedf7fd0573552b8328a2723..c2f4ecfe761262590abd4976b9f6ab26e7ac8e78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ variables: upower-dev wayland-dev wayland-protocols ttf-dejavu evolution-data-server-dev evince-dev libadwaita-dev json-glib-dev gnome-bluetooth-dev modemmanager-dev gmobile-dev RUST_BINDINGS_BRANCH: main - LIBPHOSH: libphosh-0.43 + LIBPHOSH: libphosh-0.44-dev .trixie_vars: &trixie_vars variables: diff --git a/NEWS b/NEWS index 3a46ee3697ce6684da24e26c00fd313687e3e4d6..e33b932e9696db669a809ac9b5b17eebe411e258 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +phosh 0.44~dev +-------------- +In development + phosh 0.43.0 ------------ Released November 2024 diff --git a/data/icons/meson.build b/data/icons/meson.build index c1ba06da87761b53e1e44896080a5235e15f81c3..5a1737d68b04cc5fa443454cb8d6e1687db23f0c 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -1,2 +1,2 @@ -install_data('sm.puri.Phosh-symbolic.svg', +install_data('mobi.phosh.Shell-symbolic.svg', install_dir: join_paths(datadir, 'icons','hicolor','symbolic', 'apps')) diff --git a/data/icons/sm.puri.Phosh-symbolic.svg b/data/icons/mobi.phosh.Shell-symbolic.svg similarity index 100% rename from data/icons/sm.puri.Phosh-symbolic.svg rename to data/icons/mobi.phosh.Shell-symbolic.svg diff --git a/data/meson.build b/data/meson.build index fe1f804b4b4568e37cba0cd8712e0e919f2fa2d7..e2a3391272427d569edf10aced4adc53a6c4f0be 100644 --- a/data/meson.build +++ b/data/meson.build @@ -18,7 +18,7 @@ gsd_required_components = [ ] desktop_required_components = gsd_required_components + [ - 'sm.puri.Phosh', + 'mobi.phosh.Shell', 'sm.puri.OSK0', ] @@ -29,7 +29,7 @@ desktopconf.set('required_components', ';'.join(desktop_required_components) + ' desktop_utils = find_program('desktop-file-validate', required: false) desktop_files = { - 'sm.puri.Phosh.desktop': true, + 'mobi.phosh.Shell.desktop': true, } foreach desktop_file, install : desktop_files merged = i18n.merge_file( @@ -135,5 +135,5 @@ install_data('phoc.ini', install_dir : pkgdatadir) install_data('wayland-sessions/phosh.desktop', install_dir : 'share/wayland-sessions') -install_data('phosh.portal', install_dir : join_paths(datadir, 'xdg-desktop-portal', 'portals')) +install_data('phosh-shell.portal', install_dir : join_paths(datadir, 'xdg-desktop-portal', 'portals')) install_data('phosh-portals.conf', install_dir : join_paths(datadir, 'xdg-desktop-portal')) diff --git a/data/sm.puri.Phosh.desktop.in.in b/data/mobi.phosh.Shell.desktop.in.in similarity index 94% rename from data/sm.puri.Phosh.desktop.in.in rename to data/mobi.phosh.Shell.desktop.in.in index 51d8a7841bf702700e8511ada81b521a43316137..981ad919576997773d4bd6ef3c8d69956d861006 100644 --- a/data/sm.puri.Phosh.desktop.in.in +++ b/data/mobi.phosh.Shell.desktop.in.in @@ -6,7 +6,7 @@ Exec=@libexecdir@/phosh Categories=System;GNOME;GTK;Core; OnlyShowIn=GNOME; NoDisplay=true -Icon=sm.puri.Phosh +Icon=mobi.phosh.Shell X-GNOME-Autostart-Phase=DisplayServer X-GNOME-Provides=panel;windowmanager; X-GNOME-Autostart-Notify=true diff --git a/data/phosh-portals.conf b/data/phosh-portals.conf index 97a5bf95038bdeadce4ae18204258f0f62bf9c91..3b0abda1863b9bce5ee609051417d603be9b4d43 100644 --- a/data/phosh-portals.conf +++ b/data/phosh-portals.conf @@ -1,6 +1,6 @@ [preferred] -default=gtk; -org.freedesktop.impl.portal.Access=phosh; +default=phosh;gtk; +org.freedesktop.impl.portal.Access=phosh-shell; org.freedesktop.impl.portal.Background=none; org.freedesktop.impl.portal.Clipboard=none; org.freedesktop.impl.portal.InputCapture=none; @@ -8,5 +8,3 @@ org.freedesktop.impl.portal.RemoteDesktop=none; org.freedesktop.impl.portal.ScreenCast=wlr; org.freedesktop.impl.portal.Screenshot=gtk;wlr; org.freedesktop.impl.portal.Secret=gnome-keyring; -org.freedesktop.impl.portal.Settings=pmp; -org.freedesktop.impl.portal.Wallpaper=pmp; diff --git a/data/phosh.portal b/data/phosh-shell.portal similarity index 67% rename from data/phosh.portal rename to data/phosh-shell.portal index 9d9fe5f9d6da0f7e9c721f224551f9bce6c15885..1c67fa7d5b61118597a4b94688cab49c591c0736 100644 --- a/data/phosh.portal +++ b/data/phosh-shell.portal @@ -1,4 +1,4 @@ [portal] -DBusName=sm.puri.Phosh.Portal +DBusName=mobi.phosh.Shell.Portal Interfaces=org.freedesktop.impl.portal.Access UseIn=phosh diff --git a/data/systemd/meson.build b/data/systemd/meson.build index bc3c4738801711ea9c1cf3a46f98bd747454eeef..66ef23c134f5f5d9d289a5e0191187780350d619 100644 --- a/data/systemd/meson.build +++ b/data/systemd/meson.build @@ -9,6 +9,7 @@ session_dropins = [ sessionconf = configuration_data() sessionconf.set('gsd_wants', gsd_wants) +sessionconf.set('app_id', app_id) foreach session_dropin : session_dropins configure_file( @@ -23,12 +24,11 @@ endforeach serviceconf = configuration_data() serviceconf.set('libexecdir', libexecdir) configure_file( - input: 'sm.puri.Phosh.service.in', - output: 'sm.puri.Phosh.service', + input: 'mobi.phosh.Shell.service.in', + output: 'mobi.phosh.Shell.service', install_dir: systemduserdir, configuration: serviceconf, install: true ) -install_data('sm.puri.Phosh.target', install_dir: systemduserdir) - +install_data('mobi.phosh.Shell.target', install_dir: systemduserdir) diff --git a/data/systemd/sm.puri.Phosh.service.in b/data/systemd/mobi.phosh.Shell.service.in similarity index 100% rename from data/systemd/sm.puri.Phosh.service.in rename to data/systemd/mobi.phosh.Shell.service.in diff --git a/data/systemd/sm.puri.Phosh.target b/data/systemd/mobi.phosh.Shell.target similarity index 72% rename from data/systemd/sm.puri.Phosh.target rename to data/systemd/mobi.phosh.Shell.target index c7f50d8f5730c088348f4b51c443cf6ea7cf321c..fd261e0b4fdb314e05484d47e8ded01425d4f03f 100644 --- a/data/systemd/sm.puri.Phosh.target +++ b/data/systemd/mobi.phosh.Shell.target @@ -6,5 +6,5 @@ Requisite=gnome-session-initialized.target PartOf=gnome-session-initialized.target Before=gnome-session-initialized.target -Requires=sm.puri.Phosh.service -After=sm.puri.Phosh.service +Requires=mobi.phosh.Shell.service +After=mobi.phosh.Shell.service diff --git a/data/systemd/phosh.session.conf.in b/data/systemd/phosh.session.conf.in index a07938eea2c5f9e41a830c4b83b5ffeebd3b89ae..67ebbd84c5a87745c0eeaa3b3635da6ccac989e4 100644 --- a/data/systemd/phosh.session.conf.in +++ b/data/systemd/phosh.session.conf.in @@ -1,4 +1,4 @@ [Unit] @gsd_wants@ -Requires=sm.puri.Phosh.target +Requires=@app_id@.target diff --git a/debian/changelog b/debian/changelog index 6b802da40a3e64404b4c3ce3c89c762226fb9c9b..b8b2c1a66d9e315ef5a0acf22b55c035daf4eb90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +phosh (0.44~dev) experimental; urgency=medium + + [ Guido Günther ] + * docs: Drop submodule init. + We're using subproject wraps since some time + * docs: Be less L5 specific + * docs: Fix path to session script. + Fixes ea33170db ("data: Rename phosh startup script to phosh-session") + * brightness: Use automatic cleanup + * overview: Bind template vars past signals. + This matches the class_init layout in other classes. Sort alphabetically + while at that and use our current indent. + * app-grid: Use g_timeout_add_once. + Simpler and less error prone + * app-grid: Avoid expand packaging for search. + That won't work with GTK4 and we can has hexpand just as well + * app-grid: Prefix signal handlers. + Make them match our `on_` style + * app-grid: Bind template vars past signals. + This matches the class_init layout in other classes. Also use our + current indent. + * notification-banner: Use minimal size for banner. + Size the banner based on the allocation. This ensures areas around the + notification will still remain touchable. + We keep a min width of 360px to ensure the notification doesn't get too + narrow. + Fixes: c0b37ad5c ("notification-banner: Drop unused hard coded values") + * tests/notification-frame: Don't leak actions. + Fixes fa92b3cbd ("tests/test-notification-frame: Add testcase for + need_separator function") + * shell: Use consistent resource prefix. + We could use the longer /mobi/phosh/shell but let's use the shorter + /mobi/phosh as these don't leak outside the binary. + * session: Move to phosh.mobi. + Move desktop file and icons as well + * debian: Drop unused files + * portal: Move to consistent prefix. + Use mobi.phosh.Shell here too + * build: Switch app-id to mobi.phosh. + Fix the fallout in the calendarserver and the upcoming events plugin + triggered by that. + * portals: Add 'shell' to portal name. + We only provide the access portal so add 'shell' name and free the + namespace for the actual portal so we don't have to use 'pmp' for it. + * portals: Use phosh as portal name. + Use the canonical name for the portal implementation + * packaging: Conflict with older phosh portal. + This ensures we don't run against a portal that is still + named pmp + * treewide: Bump version to 0.44~dev. + This allows packaging relations to work + + [ Gotam Gorabh ] + * notification-frame: Add separator for default-action notification. + Closes: https://gitlab.gnome.org/World/Phosh/phosh/-/issues/901 + * tools/check-notification: Rewrite to generate notifications for all the cases + * notification-frame: Don't add separator to row at index 0 + * tests/test-notification-frame: Add testcase for need_separator function + + [ Tim Sabsch ] + * Update German translation + + [ Pierre Michel Augustin ] + * Update Haitian Creole translation + + [ Ekaterine Papava ] + * Update Georgian translation + + [ Yaron Shahrabani ] + * Update Hebrew translation + + -- Guido Günther Sat, 07 Dec 2024 23:44:41 +0100 + phosh (0.43.0) experimental; urgency=medium [ Juliano de Souza Camargo ] diff --git a/debian/clean b/debian/clean index 35c19363e678f4ba5b390544d484f11cb9054d6a..ad0c83de5220f86a68494b0e8a628316e3583302 100644 --- a/debian/clean +++ b/debian/clean @@ -2,5 +2,3 @@ debian/phosh.postinst debian/phosh.postrm debian/phosh.service debian/phosh.triggers -debian/sm.puri.Phosh.service -debian/sm.puri.Phosh.target diff --git a/debian/control b/debian/control index 10c0f118e96c933c61d8a7185453f0b56d70f0a3..62ba3740d7d4c6c49994ea1738f246b3e4f57220 100644 --- a/debian/control +++ b/debian/control @@ -82,6 +82,7 @@ Provides: polkit-1-auth-agent, Breaks: gnome-calls (<< 42), + xdg-desktop-portal-phosh (<< 0.44~), Description: Pure Wayland shell for mobile devices Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch diff --git a/debian/phosh.install b/debian/phosh.install index b3c9b69b4bd1808dbdc546a632c5d23b1accc858..db40a5128cfd69eeb6fa8d63a52f275adf1bf169 100644 --- a/debian/phosh.install +++ b/debian/phosh.install @@ -2,14 +2,14 @@ usr/bin/phosh-session usr/lib/systemd/user/ usr/libexec/phosh usr/libexec/phosh-calendar-server -usr/share/icons/hicolor/symbolic/apps/sm.puri.Phosh-symbolic.svg +usr/share/icons/hicolor/symbolic/apps/mobi.phosh.Shell-symbolic.svg usr/share/locale usr/share/wayland-sessions/phosh.desktop usr/share/phosh/phoc.ini usr/share/glib-2.0/schemas/sm.puri.phosh.enums.xml usr/share/glib-2.0/schemas/sm.puri.phosh.gschema.xml usr/share/gnome-session/sessions/phosh.session -usr/share/applications/sm.puri.Phosh.desktop -usr/share/dbus-1/services/sm.puri.Phosh.CalendarServer.service +usr/share/applications/mobi.phosh.Shell.desktop +usr/share/dbus-1/services/mobi.phosh.Shell.CalendarServer.service usr/share/xdg-desktop-portal/phosh-portals.conf -usr/share/xdg-desktop-portal/portals/phosh.portal +usr/share/xdg-desktop-portal/portals/phosh-shell.portal diff --git a/meson.build b/meson.build index 04a29e10cbb974a698508e6fed9f2fd2510a373d..d02b41774ecc481b3b21bffb70e01e682e1c1938 100644 --- a/meson.build +++ b/meson.build @@ -1,11 +1,11 @@ project('phosh', 'c', - version: '0.43.0', + version: '0.44-dev', license: 'GPL-3.0-or-later', meson_version: '>= 1.0.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], ) -app_id = 'sm.puri.Phosh' +app_id = 'mobi.phosh.Shell' ver_parts = meson.project_version().split('.') libversion = '@0@.@1@'.format(ver_parts[0], ver_parts[1]) lib_inc_subdir = 'libphosh-@0@'.format(libversion) diff --git a/plugins/emergency-info/emergency-info-row.c b/plugins/emergency-info/emergency-info-row.c index 252827010ccd1070d9279c688b662215e98146fb..e4ab5d42ab8c38048468f56f4307ac53b9d150cb 100644 --- a/plugins/emergency-info/emergency-info-row.c +++ b/plugins/emergency-info/emergency-info-row.c @@ -86,7 +86,7 @@ phosh_emergency_info_row_class_init (PhoshEmergencyInfoRowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/emergency-info/emergency-info-row.ui"); + "/mobi/phosh/plugins/emergency-info/emergency-info-row.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfoRow, label_contact); } diff --git a/plugins/emergency-info/emergency-info.c b/plugins/emergency-info/emergency-info.c index 9b4ce995516c72e8177c79b795a85c5eba26e0e8..d13a3e63f77a7edd4566a5354d7d9bd95febd521 100644 --- a/plugins/emergency-info/emergency-info.c +++ b/plugins/emergency-info/emergency-info.c @@ -284,7 +284,7 @@ phosh_emergency_info_class_init (PhoshEmergencyInfoClass *klass) g_type_ensure (PHOSH_TYPE_EMERGENCY_INFO_ROW); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/emergency-info/emergency-info.ui"); + "/mobi/phosh/plugins/emergency-info/emergency-info.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfo, label_owner_name); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfo, label_dob); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfo, label_language); @@ -318,7 +318,7 @@ phosh_emergency_info_init (PhoshEmergencyInfo *self) gtk_widget_init_template (GTK_WIDGET (self)); css_provider = gtk_css_provider_new (); gtk_css_provider_load_from_resource (css_provider, - "/sm/puri/phosh/plugins/emergency-info/stylesheet/common.css"); + "/mobi/phosh/plugins/emergency-info/stylesheet/common.css"); gtk_style_context_add_provider (gtk_widget_get_style_context (GTK_WIDGET (self)), GTK_STYLE_PROVIDER (css_provider), diff --git a/plugins/emergency-info/phosh-plugin-emergency-info.gresources.xml b/plugins/emergency-info/phosh-plugin-emergency-info.gresources.xml index bdd9229de08caeb8d6099ea796f19c0636902ba1..c124775e8f09f1be4cf428e1100e40be4a98ba45 100644 --- a/plugins/emergency-info/phosh-plugin-emergency-info.gresources.xml +++ b/plugins/emergency-info/phosh-plugin-emergency-info.gresources.xml @@ -1,6 +1,6 @@ - + emergency-info.ui emergency-info-row.ui stylesheet/common.css diff --git a/plugins/emergency-info/prefs/emergency-info-prefs-row.c b/plugins/emergency-info/prefs/emergency-info-prefs-row.c index a08b0b0903b834dd896b83f42a97deedd52e04ba..2a813609f190f6596bbcdca8bc6cdf8046912f1a 100644 --- a/plugins/emergency-info/prefs/emergency-info-prefs-row.c +++ b/plugins/emergency-info/prefs/emergency-info-prefs-row.c @@ -109,7 +109,7 @@ phosh_emergency_info_prefs_row_class_init (PhoshEmergencyInfoPrefsRowClass *klas g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/emergency-info-prefs/emergency-info-prefs-row.ui"); + "/mobi/phosh/plugins/emergency-info-prefs/emergency-info-prefs-row.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfoPrefsRow, label_contact); gtk_widget_class_bind_template_callback (widget_class, on_delete_button_clicked); diff --git a/plugins/emergency-info/prefs/emergency-info-prefs.c b/plugins/emergency-info/prefs/emergency-info-prefs.c index 176e3025291e6aefd9f0d171b55a98bf52eafb0f..b82d8f6ed8fbbd4c6c2265aaff8742bc56588168 100644 --- a/plugins/emergency-info/prefs/emergency-info-prefs.c +++ b/plugins/emergency-info/prefs/emergency-info-prefs.c @@ -452,7 +452,7 @@ phosh_emergency_info_prefs_class_init (PhoshEmergencyInfoPrefsClass *klass) object_class->finalize = phosh_emergency_info_prefs_finalize; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/emergency-info-prefs/emergency-info-prefs.ui"); + "/mobi/phosh/plugins/emergency-info-prefs/emergency-info-prefs.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfoPrefs, dob_entry_buffer); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyInfoPrefs, owner_name_entry_buffer); diff --git a/plugins/emergency-info/prefs/phosh-plugin-prefs-emergency-info.gresources.xml b/plugins/emergency-info/prefs/phosh-plugin-prefs-emergency-info.gresources.xml index eca1447aaa1a9816ee0bf969b803b4fd6e5f9a46..3a9375af45d3c728cbeca7e761a0b9b255c6f751 100644 --- a/plugins/emergency-info/prefs/phosh-plugin-prefs-emergency-info.gresources.xml +++ b/plugins/emergency-info/prefs/phosh-plugin-prefs-emergency-info.gresources.xml @@ -1,6 +1,6 @@ - + emergency-info-prefs.ui emergency-info-prefs-row.ui diff --git a/plugins/launcher-box/sm.puri.phosh.plugins.launcher-box.gschema.xml b/plugins/launcher-box/sm.puri.phosh.plugins.launcher-box.gschema.xml index 68f2879984820adffa4c4eaf12dad43288eb6f37..602309e2f8f8aaabc3bae951fa603930e98d5dd2 100644 --- a/plugins/launcher-box/sm.puri.phosh.plugins.launcher-box.gschema.xml +++ b/plugins/launcher-box/sm.puri.phosh.plugins.launcher-box.gschema.xml @@ -1,6 +1,6 @@ + path="/mobi/phosh/plugins/launcher-box/"> '' Folder containing the launchers diff --git a/plugins/ticket-box/phosh-plugin-ticket-box.gresources.xml b/plugins/ticket-box/phosh-plugin-ticket-box.gresources.xml index 7351859ed9ce0cbaf6ffa77bd12c25baafe43613..112c261d41b901e04fd340ba84b698f1c3288d4c 100644 --- a/plugins/ticket-box/phosh-plugin-ticket-box.gresources.xml +++ b/plugins/ticket-box/phosh-plugin-ticket-box.gresources.xml @@ -1,6 +1,6 @@ - + ticket-box.ui stylesheet/common.css diff --git a/plugins/ticket-box/prefs/phosh-plugin-prefs-ticket-box.gresources.xml b/plugins/ticket-box/prefs/phosh-plugin-prefs-ticket-box.gresources.xml index efca8e6e237c6e14860ef1584bfd7867d280b6be..4aedbf006fae9e291fabb2be5565c97036960c8c 100644 --- a/plugins/ticket-box/prefs/phosh-plugin-prefs-ticket-box.gresources.xml +++ b/plugins/ticket-box/prefs/phosh-plugin-prefs-ticket-box.gresources.xml @@ -1,6 +1,6 @@ - + ticket-box-prefs.ui diff --git a/plugins/ticket-box/prefs/ticket-box-prefs.c b/plugins/ticket-box/prefs/ticket-box-prefs.c index edbe7aee4cca903905c91dcdbd1304f9ec82c2d7..7849224f5a9874f86acdf1861f9478d68df1f657 100644 --- a/plugins/ticket-box/prefs/ticket-box-prefs.c +++ b/plugins/ticket-box/prefs/ticket-box-prefs.c @@ -122,7 +122,7 @@ phosh_ticket_box_prefs_class_init (PhoshTicketBoxPrefsClass *klass) object_class->finalize = phosh_ticket_box_prefs_finalize; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/ticket-box-prefs/ticket-box-prefs.ui"); + "/mobi/phosh/plugins/ticket-box-prefs/ticket-box-prefs.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshTicketBoxPrefs, folder_entry); gtk_widget_class_bind_template_callback (widget_class, on_folder_button_clicked); } diff --git a/plugins/ticket-box/sm.puri.phosh.plugins.ticket-box.gschema.xml b/plugins/ticket-box/sm.puri.phosh.plugins.ticket-box.gschema.xml index d17f2663f0bfcaf306ecd72b08ec16478540ccba..1342c1c32e3794d6789e848497c3c320956c8969 100644 --- a/plugins/ticket-box/sm.puri.phosh.plugins.ticket-box.gschema.xml +++ b/plugins/ticket-box/sm.puri.phosh.plugins.ticket-box.gschema.xml @@ -1,6 +1,6 @@ + path="/mobi/phosh/plugins/ticket-box/"> 'phosh-ticket-box' Folder containing tickets diff --git a/plugins/ticket-box/ticket-box.c b/plugins/ticket-box/ticket-box.c index 5a619dbb75c6fea65edc37f7cfee765f2a84cb34..636c61711a3691fb73db48489a45b2ff0699d75b 100644 --- a/plugins/ticket-box/ticket-box.c +++ b/plugins/ticket-box/ticket-box.c @@ -110,7 +110,7 @@ phosh_ticket_box_class_init (PhoshTicketBoxClass *klass) g_type_ensure (PHOSH_TYPE_TICKET_ROW); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/ticket-box/ticket-box.ui"); + "/mobi/phosh/plugins/ticket-box/ticket-box.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshTicketBox, lb_tickets); gtk_widget_class_bind_template_child (widget_class, PhoshTicketBox, stack_tickets); gtk_widget_class_bind_template_child (widget_class, PhoshTicketBox, view); @@ -229,7 +229,7 @@ phosh_ticket_box_init (PhoshTicketBox *self) css_provider = gtk_css_provider_new (); gtk_css_provider_load_from_resource (css_provider, - "/sm/puri/phosh/plugins/ticket-box/stylesheet/common.css"); + "/mobi/phosh/plugins/ticket-box/stylesheet/common.css"); gtk_style_context_add_provider (gtk_widget_get_style_context (GTK_WIDGET (self)), GTK_STYLE_PROVIDER (css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); diff --git a/plugins/upcoming-events/event-list.c b/plugins/upcoming-events/event-list.c index a1e1a9f581eb233d7b0c6eed4c77733bf76a715b..bec8df74dd95380358bad87b28dd5d6cf3d2210b 100644 --- a/plugins/upcoming-events/event-list.c +++ b/plugins/upcoming-events/event-list.c @@ -302,7 +302,7 @@ phosh_event_list_class_init (PhoshEventListClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/upcoming-events/event-list.ui"); + "/mobi/phosh/plugins/upcoming-events/event-list.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEventList, label); gtk_widget_class_bind_template_child (widget_class, PhoshEventList, lb_events); gtk_widget_class_bind_template_child (widget_class, PhoshEventList, stack_events); diff --git a/plugins/upcoming-events/sm.puri.Phosh.CalendarServer.xml b/plugins/upcoming-events/mobi.phosh.Shell.CalendarServer.xml similarity index 92% rename from plugins/upcoming-events/sm.puri.Phosh.CalendarServer.xml rename to plugins/upcoming-events/mobi.phosh.Shell.CalendarServer.xml index 42eab0fe4f1b5c99a9443994488e62e4abc0832e..c100d7ca37fd6091d260def3d9cd560298b68bdb 100644 --- a/plugins/upcoming-events/sm.puri.Phosh.CalendarServer.xml +++ b/plugins/upcoming-events/mobi.phosh.Shell.CalendarServer.xml @@ -1,5 +1,5 @@ - + diff --git a/plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml b/plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml index c1434ac587c2bb46afa41b01ec5ddb7a650933b1..546b2f43553c9a8387986c4dd3ecbbb9c254a49a 100644 --- a/plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml +++ b/plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml @@ -1,6 +1,6 @@ - + event-list.ui upcoming-event.ui upcoming-events.ui diff --git a/plugins/upcoming-events/prefs/phosh-plugin-prefs-upcoming-events.gresources.xml b/plugins/upcoming-events/prefs/phosh-plugin-prefs-upcoming-events.gresources.xml index db56f0fe862026d7d10a80aa157a7005e21242fb..66deeb874f3947f1d0b84acf6ac5fb34ad7378d2 100644 --- a/plugins/upcoming-events/prefs/phosh-plugin-prefs-upcoming-events.gresources.xml +++ b/plugins/upcoming-events/prefs/phosh-plugin-prefs-upcoming-events.gresources.xml @@ -1,6 +1,6 @@ - + upcoming-events-prefs.ui diff --git a/plugins/upcoming-events/prefs/upcoming-events-prefs.c b/plugins/upcoming-events/prefs/upcoming-events-prefs.c index 637f93f0c5ea8828303b2097d7e836d2f33c4907..f359a73178aafc3225cec775439ec5cb0f0b5fd1 100644 --- a/plugins/upcoming-events/prefs/upcoming-events-prefs.c +++ b/plugins/upcoming-events/prefs/upcoming-events-prefs.c @@ -48,7 +48,7 @@ phosh_upcoming_events_prefs_class_init (PhoshUpcomingEventsPrefsClass *klass) object_class->finalize = phosh_upcoming_events_prefs_finalize; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/upcoming-events-prefs/upcoming-events-prefs.ui"); + "/mobi/phosh/plugins/upcoming-events-prefs/upcoming-events-prefs.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshUpcomingEventsPrefs, adjustment); } diff --git a/plugins/upcoming-events/sm.puri.phosh.plugins.upcoming-events.gschema.xml b/plugins/upcoming-events/sm.puri.phosh.plugins.upcoming-events.gschema.xml index c39fa7ae591b7b577966534ca439457070b4c1ab..b35c90bdd17093a9b8fb76d0c1c90d768f4c47f2 100644 --- a/plugins/upcoming-events/sm.puri.phosh.plugins.upcoming-events.gschema.xml +++ b/plugins/upcoming-events/sm.puri.phosh.plugins.upcoming-events.gschema.xml @@ -1,7 +1,7 @@ + path="/mobi/phosh/plugins/upcoming-events/"> 7 Number of days to display diff --git a/plugins/upcoming-events/upcoming-event.c b/plugins/upcoming-events/upcoming-event.c index 2b58c0e8c8dc918153cd9bf34659d71c52d19df7..7388b7f2db2844822f4998fd93229a814c6037ce 100644 --- a/plugins/upcoming-events/upcoming-event.c +++ b/plugins/upcoming-events/upcoming-event.c @@ -348,7 +348,7 @@ phosh_upcoming_event_class_init (PhoshUpcomingEventClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/upcoming-events/upcoming-event.ui"); + "/mobi/phosh/plugins/upcoming-events/upcoming-event.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshUpcomingEvent, color_bar); gtk_widget_class_bind_template_child (widget_class, PhoshUpcomingEvent, lbl_begin); gtk_widget_class_bind_template_child (widget_class, PhoshUpcomingEvent, lbl_summary); diff --git a/plugins/upcoming-events/upcoming-events.c b/plugins/upcoming-events/upcoming-events.c index 9cea7bc3f8afb48d44e21d2dd3c500aba7ba8441..cc5d686f7ddbba3ce7453c2598aca20145611564 100644 --- a/plugins/upcoming-events/upcoming-events.c +++ b/plugins/upcoming-events/upcoming-events.c @@ -75,7 +75,7 @@ phosh_upcoming_events_class_init (PhoshUpcomingEventsClass *klass) g_type_ensure (PHOSH_TYPE_EVENT_LIST); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/plugins/upcoming-events/upcoming-events.ui"); + "/mobi/phosh/plugins/upcoming-events/upcoming-events.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshUpcomingEvents, events_box); gtk_widget_class_set_css_name (widget_class, "phosh-upcoming-events"); @@ -395,7 +395,7 @@ phosh_upcoming_events_init (PhoshUpcomingEvents *self) css_provider = gtk_css_provider_new (); gtk_css_provider_load_from_resource (css_provider, - "/sm/puri/phosh/plugins/upcoming-events/stylesheet/common.css"); + "/mobi/phosh/plugins/upcoming-events/stylesheet/common.css"); gtk_style_context_add_provider_for_screen (gdk_screen_get_default (), GTK_STYLE_PROVIDER (css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); diff --git a/po/POTFILES.in b/po/POTFILES.in index 81a623e2081f882cb9fde375d39e265fab7be2d8..a479e4fc2d478af0f1252591eb324197284b0b67 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # Desktop files +data/mobi.phosh.Shell.desktop.in.in data/phosh.session.desktop.in.in -data/sm.puri.Phosh.desktop.in.in data/wayland-sessions/phosh.desktop plugins/caffeine-quick-setting/caffeine-quick-setting.desktop.in.in plugins/calendar/calendar.desktop.in.in diff --git a/po/am.po b/po/am.po index e0ee976e15311215fe25c73a849fc528ea943ea0..4a571e1dbe7d956acb5172b1b1750dfa78862a2a 100644 --- a/po/am.po +++ b/po/am.po @@ -14,11 +14,11 @@ msgstr "" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" diff --git a/po/ar.po b/po/ar.po index 818fc7b04cefa2605931c9d91e8ddc762fcf9ff7..8e98f0d0d01873985be6520c195e9f4a362e40b7 100644 --- a/po/ar.po +++ b/po/ar.po @@ -15,11 +15,11 @@ msgstr "" "Plural-Forms: nplurals=6; plural= n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" diff --git a/po/be.po b/po/be.po index 1dd39ccc7e0e4189ec75057bf6b7bb680595959e..b93e503e7eb4a185fb4d0b79b1bdcd141616ba8a 100644 --- a/po/be.po +++ b/po/be.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Абалонка тэлефона" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Кіраванне вокнамі і запуск праграм для мабільных прылад" diff --git a/po/bg.po b/po/bg.po index ec1a3298b2737c69ddde44dd5d92103f33f7c682..9462fcf06d7b0b29300826fe7821fe44185f6d5d 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,11 +14,11 @@ msgstr "" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Телефон" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" "Управление на прозорци и стартиране на приложения за мобилни устройства" diff --git a/po/ca.po b/po/ca.po index 214d97c2c67d24be55222b4043d63d17508634dc..dcc58f25a160f5e8cc912bcc9c22a80bb363650e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -22,11 +22,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell del telèfon" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestió de finestres i inici d'aplicacions per a mòbils" diff --git a/po/cs.po b/po/cs.po index 436a6f76778ff70130471d8583ccebbe5e6378e1..98c1a34cb8a37fe453cc391b03609f9bc30ecc3f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -22,11 +22,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell telefonu" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Správa oken a spouštění aplikací pro mobilní zařízení" diff --git a/po/da.po b/po/da.po index faf8a2a2b6e7e79e0d176b5f4b737b6a630e9a1c..79d763e5e9dc4acc679cea0e46c1cc8a889e1dcf 100644 --- a/po/da.po +++ b/po/da.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Telefonskal" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Vindueshåndtering og programstarter til mobiltelefon" diff --git a/po/de.po b/po/de.po index 895a5686b7a5e8c3109cd9f574394d890aecac77..fd472d9e615d86ecc39ad91253a8c5c243dd9f1a 100644 --- a/po/de.po +++ b/po/de.po @@ -39,11 +39,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Telefon-Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Fensterverwaltung und Starten von Anwendungen für Mobilgeräte" diff --git a/po/el.po b/po/el.po index 231c96c7a5eacd22ad842feec4b1cc959dd91581..3a75fccafb888af75043959ae06b440d6aa822a9 100644 --- a/po/el.po +++ b/po/el.po @@ -22,11 +22,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Κέλυφος τηλεφώνου" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Διαχείριση παραθύρων και εκκίνησης εφαρμογών κινητού" diff --git a/po/en_GB.po b/po/en_GB.po index 9d53e94161f150ca71b2b676051adacc033c967f..1b419d64a13c8462fcf70ec10f1838f16672944f 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Window management and application launching for mobile" diff --git a/po/eo.po b/po/eo.po index e6c39a1299c4cca33793883f1be7a9d14496e019..b8128ec41f5b2c780c214946daf7a7e6b745ef6d 100644 --- a/po/eo.po +++ b/po/eo.po @@ -25,11 +25,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Telefona Ŝelo" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Administrado de fenestroj kaj lanĉado de aplikaĵoj por poŝtelefono" diff --git a/po/es.po b/po/es.po index 43ad8fb74169c7b26678ef83a8d57341c4afa972..82f7ea3b740c528a1b9f31950bbb40211e8fde5b 100644 --- a/po/es.po +++ b/po/es.po @@ -30,11 +30,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interfaz para Móviles" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestor de ventanas y lanzador de aplicaciones para móviles" diff --git a/po/eu.po b/po/eu.po index ee55e10d952f445f7676e6c35e907260175ef214..4567c9bbc679c1bf98f7c0b8d000b1b0474e3958 100644 --- a/po/eu.po +++ b/po/eu.po @@ -17,11 +17,11 @@ msgstr "Project-Id-Version: phosh\n" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell mugikorra" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Leihoen kudeaketa eta aplikazioen abioa mugikorrentzako" diff --git a/po/fa.po b/po/fa.po index 347e2257deb0b7b7899b6e9859daa433a16e49bc..b86ff871c8bfe9163b10454bf77f81e6c373639b 100644 --- a/po/fa.po +++ b/po/fa.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "فوش" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "پوستهٔ تلفن" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "مدیریت پنجره‌ها و اجرا کنندهٔ برنامه‌ها برای تلفن همراه" diff --git a/po/fi.po b/po/fi.po index a6eb8ae125a552e71dace4ccb44e5aeb7e7439bf..eef93aecf15ee1fb690f7924c6ca86988daa86f5 100644 --- a/po/fi.po +++ b/po/fi.po @@ -21,11 +21,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Puhelimen käyttöliittymä" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" "Ikkunointijärjestelmän hallinta ja ohjelmien käynnistys mobiililaitteille" diff --git a/po/fr.po b/po/fr.po index 50ab2f0615010764b54cbd9fc1ca0228340b86e6..abaa06f1f4b5c9767518efa3ef4032f2fc22ceb1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -29,11 +29,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interface système" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestion de fenêtres et lancement d’applications pour mobile" diff --git a/po/fur.po b/po/fur.po index a03651d96f1955c2afc64963a69ab75c889188de..3e772c9103c070a9dcda1416e575bb4f14d34adb 100644 --- a/po/fur.po +++ b/po/fur.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gjestion barcons e inviament aplicazions par celulârs" diff --git a/po/fy.po b/po/fy.po index 05d88658038daeac9cc3bd181fdc565b1d319c97..981960d914559d838992f426e29e5452a2822a0b 100644 --- a/po/fy.po +++ b/po/fy.po @@ -29,11 +29,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" diff --git a/po/gl.po b/po/gl.po index a40a242d53058dc31abdae5ce1c54dd63208e25e..45565a484c7688ced3c0751ad9d61ecf6b974d7d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -29,11 +29,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell do móvil" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Xestión de xanelas e inicio de aplicacións para o móvil" diff --git a/po/he.po b/po/he.po index 6a7e1792c1a9090bbfb3c0a05e8d8a98ca0d9977..3eb67e1a622e1bee8040fb9ec9b2fbf927a0b2c2 100644 --- a/po/he.po +++ b/po/he.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "מעטפת לטלפון" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "מנהל חלונות ומשגר יישומים לטלפון נייד" diff --git a/po/hi.po b/po/hi.po index 67842888816a9282977f477726c3e107304c2c91..a314b4acbbb5ae2ccde8b547f1e489a1487546f0 100644 --- a/po/hi.po +++ b/po/hi.po @@ -25,11 +25,11 @@ msgstr "" msgid "Phosh" msgstr "फ़ॉश" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "फोन शैल" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "मोबाइल के लिए विंडो प्रबंधन और अनुप्रयोग लॉंचिंग" diff --git a/po/hr.po b/po/hr.po index 4cbe0898c8e4b579cf44b6ba0a276efd54c3a709..3a68277df2cea8591dea378185056b2b53ca9893 100644 --- a/po/hr.po +++ b/po/hr.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Telefonska ljuska" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Upravljanje prozorima i aplikacijama na mobilnim telefonima" diff --git a/po/ht.po b/po/ht.po index cd0e2f4c90cd4df65931f2771888b0fa40252fad..699e27d23d9ac553ef87461daf175bd55dd68133 100644 --- a/po/ht.po +++ b/po/ht.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell Telefòn" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Jesyon fenèt ak lansman aplikasyon pou mobil" diff --git a/po/hu.po b/po/hu.po index 171cfe4191ca7241dbc91c9f91554a58f014d74e..950836189678e8f226c210f370a6c7b30a6caa73 100644 --- a/po/hu.po +++ b/po/hu.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Telefonos parancsértelmező" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Ablakkezelés és alkalmazásindítás mobilra" diff --git a/po/id.po b/po/id.po index 16cf25dbca2293952aedf45ad50979ed47cec95f..e4f51cdcca6024e04329144d232210e873675276 100644 --- a/po/id.po +++ b/po/id.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Shell Telepon" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Manajemen jendela dan peluncuran aplikasi untuk telepon genggam" diff --git a/po/it.po b/po/it.po index b3cdff909431a197539ca44a1e59df2d5b0d3200..29034c201d9eb0d72f23138264e7efb5d0029563 100644 --- a/po/it.po +++ b/po/it.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interfaccia per telefono" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestore di finestre e lanciatore di applicazioni per cellulare" diff --git a/po/ja.po b/po/ja.po index 331c20207dad2b6bceeb5f99279e5fc10060470c..8f7f0114442098cc10367e64f6d2014264af0c1a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -29,11 +29,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "モバイルでアプリケーションを整理したり、開いたりするためのグラフィカルシェル" diff --git a/po/ka.po b/po/ka.po index 02165e2ab2f7e3bde4f25094a5df5acba37ceee2..f83171224794c434e925bff77e7d05a15e21cff8 100644 --- a/po/ka.po +++ b/po/ka.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "ტელეფონის შელი" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "მობილურზე ფანჯრების მართვა და აპლიკაციის გაშვება" diff --git a/po/ko.po b/po/ko.po index 52ee8441a6593b89aa355ec0fae4756f5f52697c..dcac090fa3b45e7ed11caaf82a875414c3fac621 100644 --- a/po/ko.po +++ b/po/ko.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "폰 셸" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "모바일에서 창을 관리하고 프로그램을 실행합니다" diff --git a/po/la.po b/po/la.po index 09648b428dd575e52e474c9afcf99565800dfe28..6e3c0bec818c47e61cbf934bc885dbeb112c239e 100644 --- a/po/la.po +++ b/po/la.po @@ -14,11 +14,11 @@ msgstr "" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=1; plural=0\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Terminale Telephonicus" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" "Administratio fenestrarum et pellere programmarum pro machinatione mobile" diff --git a/po/lv.po b/po/lv.po index b7809516da6e5ee15bfdc986d014d3ce8db499a0..93524a3467f22cc203bb0949dfdb6d683a5bc256 100644 --- a/po/lv.po +++ b/po/lv.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Logu pārvaldība un lietotņu palaišana mobilajām iekārtām" diff --git a/po/nb.po b/po/nb.po index dfafefd9e7677cf480151882e6f525148f007dc1..03e1374236511a4cc23e4cc6921406a7f8327172 100644 --- a/po/nb.po +++ b/po/nb.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "" diff --git a/po/nl.po b/po/nl.po index 71a8bc61f9356553a9f0ecadec0546aecac216e9..afca3061089da703bbad7f82ab1defa2286e5aa7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Telefoonshell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Vensterbeheer en opstarten van mobiele toepassingen" diff --git a/po/oc.po b/po/oc.po index 2c81c64750dee9193cc06b9217ef540019c1f222..3bdbafd00c8b5f7073fd906cb2325d38a70643dc 100644 --- a/po/oc.po +++ b/po/oc.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestion de fenèstra e aviada d’aplicacions per mobil" diff --git a/po/pl.po b/po/pl.po index 8940022587b3510b71fb936f0f07d4282466d663..5070fcd44e41ca122fef52c21efbdef0d2fc23a8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -24,11 +24,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Powłoka telefonu" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Zarządzanie oknami i uruchamianiem programów na telefonie" diff --git a/po/pt.po b/po/pt.po index da06ce9585e5d62fd790aa6c3ff25b0e7c0482a9..9f875ce508486092fd8dd56fe17c86b7c680e586 100644 --- a/po/pt.po +++ b/po/pt.po @@ -30,11 +30,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interface do telemóvel" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestão de janelas e lançamento de aplicações para telemóveis" diff --git a/po/pt_BR.po b/po/pt_BR.po index d567edbcd6a5efc0e3c22bbb12021de7b77ab077..2dd967927d3803960f0eb37ea7e6eb404be5f5a5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -26,11 +26,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interface de telefone" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gerenciador de janelas e lançador de aplicativos para telefone" diff --git a/po/ro.po b/po/ro.po index 26fb79116652cb70889c21ed5ee3e80affffdb04..30c3ecb022f3cca8da5b11bc7d128d03577e42d0 100644 --- a/po/ro.po +++ b/po/ro.po @@ -25,11 +25,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Interfață pentru telefon" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Gestionarea ferestrei și pornirea aplicațiilor pentru mobil" diff --git a/po/ru.po b/po/ru.po index 46bf53bc400b77aba21d9d12ef275e4b8e36d2ac..92322017dba734ff846d9dc9f60d40cc89ad2947 100644 --- a/po/ru.po +++ b/po/ru.po @@ -22,11 +22,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Оболочка телефона" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Управление окнами и запуск приложений для мобильных устройств" diff --git a/po/sat.po b/po/sat.po index cfdacc900e6577e928ebe4a69782952781909ed6..cecba32969629dfe28360c27ecb6d4c6643ffe20 100644 --- a/po/sat.po +++ b/po/sat.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "ᱯᱷᱚᱱ ᱪᱚᱠᱟᱜ" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "ᱢᱳᱵᱟᱭᱤᱞ ᱞᱟᱹᱜᱤᱫ ᱣᱤᱱᱰᱚ ᱢᱮᱱᱮᱡᱽᱢᱮᱸᱱᱴ ᱟᱨ ᱮᱯᱞᱤᱠᱮᱥᱚᱱ" diff --git a/po/sk.po b/po/sk.po index 6da2611e8e2dc2d04c330c4425946da30cef3a99..692432940fa7652abe8476aa9a4c6ef73f712a46 100644 --- a/po/sk.po +++ b/po/sk.po @@ -16,11 +16,11 @@ msgstr "" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Správa okien a spúšťanie aplikácií pre mobilné zariadenia" diff --git a/po/sl.po b/po/sl.po index 2993f2df48e29724d96ee19437c74bd0dd6d7308..7c4e96bbecb0d8884555f6896886c1999f93b2ad 100644 --- a/po/sl.po +++ b/po/sl.po @@ -25,11 +25,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Lupina telefona" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Upravljanje oken in zagon programja za mobilnike" diff --git a/po/sr.po b/po/sr.po index 8d625a6a03863bce478e5569ade1ff394e8f200c..24a9f27328046919d114b8a656d727dc6fd42626 100644 --- a/po/sr.po +++ b/po/sr.po @@ -26,11 +26,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Телефонска шкољка" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Управљање прозорима и покретање програма на мобилним уређајима" diff --git a/po/sv.po b/po/sv.po index 54788dfbbb8913e0e93c1603b64e721e271e393b..46efcbe5ae1c410df1207ceca1bdd4543e933a09 100644 --- a/po/sv.po +++ b/po/sv.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Phone Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Fönsterhantering och programstartare för mobil" diff --git a/po/tr.po b/po/tr.po index e309459abd897dab6a6738fb75ad04973af439a2..6f88ed7ffef30d73ef0bfffec361caae840cc45f 100644 --- a/po/tr.po +++ b/po/tr.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Telefon Kabuğu" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Mobil için pencere yönetimi ve uygulama başlatımı" diff --git a/po/uk.po b/po/uk.po index 524353ca6abc4aa621fa3b5cdb43e57f48fd958f..cb440453296f73441d6ab98d0d3e2c9bec0d0e0c 100644 --- a/po/uk.po +++ b/po/uk.po @@ -25,11 +25,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "Інтерфейс користувача телефону" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "Керування вікнами і запуск програм для мобільних" diff --git a/po/zh_CN.po b/po/zh_CN.po index 0dfb06ff63be438d5b347bdb1d7d046fffe4e076..2e369d4afcf69f604ec9d262c22ff5be2b3a968f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -23,11 +23,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 data/wayland-sessions/phosh.desktop:4 msgid "Phone Shell" msgstr "手机 Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "用于移动设备的窗口管理和应用程序启动" diff --git a/po/zh_Hans_CN.po b/po/zh_Hans_CN.po index e1f56cd56f2a0bd12764136e3f71082edfdbd18a..d7e2023c3f86b0350d0aadb0d863520e0ffa5fc1 100644 --- a/po/zh_Hans_CN.po +++ b/po/zh_Hans_CN.po @@ -14,11 +14,11 @@ msgstr "" "X-Generator: Zanata 4.6.2\n" "Plural-Forms: nplurals=1; plural=0\n" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "手机Shell" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "窗口管理和应用启动" diff --git a/po/zh_TW.po b/po/zh_TW.po index 0657656046213c42f4fdc73d0e5cbac9c7ec46d0..057b2f753f52256ca80cf2ac9b11f0a7aa50a393 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -20,11 +20,11 @@ msgstr "" msgid "Phosh" msgstr "Phosh" -#: data/sm.puri.Phosh.desktop.in.in:4 +#: data/mobi.phosh.Shell.desktop.in.in:4 msgid "Phone Shell" msgstr "手機殼層" -#: data/sm.puri.Phosh.desktop.in.in:5 +#: data/mobi.phosh.Shell.desktop.in.in:5 msgid "Window management and application launching for mobile" msgstr "視窗管理與手機的應用程式啟動器" diff --git a/src/activity.c b/src/activity.c index 4395029deadd0f457aad870a8e79e66072a6a5af..46d76caed0a5f91a4f8064b3ad8cfd508b82ca66 100644 --- a/src/activity.c +++ b/src/activity.c @@ -627,7 +627,7 @@ phosh_activity_class_init (PhoshActivityClass *klass) g_type_ensure (PHOSH_TYPE_SWIPE_AWAY_BIN); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/activity.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/activity.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshActivity, btn_close); gtk_widget_class_bind_template_child_private (widget_class, PhoshActivity, button); diff --git a/src/app-auth-prompt.c b/src/app-auth-prompt.c index 19f453e9727ba8c3399944f6c8eda9b7c404fb8a..556e32876c93acdf1c04cb729320c342b1879015 100644 --- a/src/app-auth-prompt.c +++ b/src/app-auth-prompt.c @@ -405,7 +405,7 @@ phosh_app_auth_prompt_class_init (PhoshAppAuthPromptClass *klass) NULL, G_TYPE_NONE, 0); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/app-auth-prompt.ui"); + "/mobi/phosh/ui/app-auth-prompt.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshAppAuthPrompt, icon_app); gtk_widget_class_bind_template_child (widget_class, PhoshAppAuthPrompt, lbl_subtitle); gtk_widget_class_bind_template_child (widget_class, PhoshAppAuthPrompt, lbl_body); diff --git a/src/app-grid-base-button.c b/src/app-grid-base-button.c index 4d60995fb10935fb347aacda94913af439d1049a..b06434b86e6471e35c188cef534dc7a1bfcb2442 100644 --- a/src/app-grid-base-button.c +++ b/src/app-grid-base-button.c @@ -133,7 +133,7 @@ phosh_app_grid_base_button_class_init (PhoshAppGridBaseButtonClass *klass) g_type_ensure (PHOSH_TYPE_CLAMP); g_type_ensure (PHOSH_TYPE_FADING_LABEL); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/app-grid-base-button.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/app-grid-base-button.ui"); gtk_widget_class_bind_template_callback (widget_class, on_clicked_cb); diff --git a/src/app-grid-button.c b/src/app-grid-button.c index 4021b983504575a0a7bb106c333da104b43b3c41..ea067a60576a626ffcee905fe21cc9fbe9395b11 100644 --- a/src/app-grid-button.c +++ b/src/app-grid-button.c @@ -298,7 +298,7 @@ phosh_app_grid_button_class_init (PhoshAppGridButtonClass *klass) g_object_class_install_properties (object_class, LAST_PROP, props); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/app-grid-button.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/app-grid-button.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshAppGridButton, icon); gtk_widget_class_bind_template_child_private (widget_class, PhoshAppGridButton, popover); diff --git a/src/app-grid-folder-button.c b/src/app-grid-folder-button.c index b16e095e3704761230985b2f45fe5db67832d88d..fb8db42f272fdb1b364123c0045ce6c602928f25 100644 --- a/src/app-grid-folder-button.c +++ b/src/app-grid-folder-button.c @@ -185,7 +185,7 @@ phosh_app_grid_folder_button_class_init (PhoshAppGridFolderButtonClass *klass) 0, NULL, NULL, NULL, G_TYPE_NONE, 1, PHOSH_TYPE_FOLDER_INFO); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/app-grid-folder-button.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/app-grid-folder-button.ui"); gtk_widget_class_bind_template_callback (widget_class, on_activated_cb); gtk_widget_class_bind_template_child (widget_class, PhoshAppGridFolderButton, grid); diff --git a/src/app-grid.c b/src/app-grid.c index a2d337acc35edaa5b9c9b71e208a2c7c387bcc79..799df3abfd1b67b73f4c1eb0004d78373beaba4b 100644 --- a/src/app-grid.c +++ b/src/app-grid.c @@ -721,7 +721,7 @@ phosh_app_grid_class_init (PhoshAppGridClass *klass) NULL, NULL, NULL, G_TYPE_NONE, 1, G_TYPE_APP_INFO); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/app-grid.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/app-grid.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshAppGrid, apps); gtk_widget_class_bind_template_child_private (widget_class, PhoshAppGrid, btn_adaptive); diff --git a/src/bt-device-row.c b/src/bt-device-row.c index 8f06b485eb27be6fa084488a6db6f2dca1ab24bb..da39a4ac38db16c3ae0efbaadbdc8a19725e7bd6 100644 --- a/src/bt-device-row.c +++ b/src/bt-device-row.c @@ -207,7 +207,7 @@ phosh_bt_device_row_class_init (PhoshBtDeviceRowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/bt-device-row.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/bt-device-row.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshBtDeviceRow, revealer); gtk_widget_class_bind_template_child (widget_class, PhoshBtDeviceRow, spinner); diff --git a/src/bt-status-page.c b/src/bt-status-page.c index 7cab47fa07dabc6172847be8df882df832f7aa60..0ade6b8b985522cfa0c526bf0d7e834f98ee0acc 100644 --- a/src/bt-status-page.c +++ b/src/bt-status-page.c @@ -70,7 +70,7 @@ phosh_bt_status_page_class_init (PhoshBtStatusPageClass *klass) object_class->dispose = phosh_bt_status_page_dispose; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/bt-status-page.ui"); + "/mobi/phosh/ui/bt-status-page.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshBtStatusPage, empty_state); gtk_widget_class_bind_template_child (widget_class, PhoshBtStatusPage, devices_list_box); diff --git a/src/call-notification.c b/src/call-notification.c index e2844e29b4b039ee3479c920853736ff1a03ef2d..c20ce57eff90cca192609fdabae67ca3c5f17e5a 100644 --- a/src/call-notification.c +++ b/src/call-notification.c @@ -268,7 +268,7 @@ phosh_call_notification_class_init (PhoshCallNotificationClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/call-notification.ui"); + "/mobi/phosh/ui/call-notification.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshCallNotification, avatar); gtk_widget_class_bind_template_child (widget_class, PhoshCallNotification, call_duration); gtk_widget_class_bind_template_child (widget_class, PhoshCallNotification, call_state); diff --git a/src/emergency-contact-row.c b/src/emergency-contact-row.c index b5bfc92c29d3d493f3d007f001aca4738c653593..184c3af4319f3515006a0175166afe73ba991bc3 100644 --- a/src/emergency-contact-row.c +++ b/src/emergency-contact-row.c @@ -142,7 +142,7 @@ phosh_emergency_contact_row_class_init (PhoshEmergencyContactRowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/emergency-contact-row.ui"); + "/mobi/phosh/ui/emergency-contact-row.ui"); } diff --git a/src/emergency-menu.c b/src/emergency-menu.c index 0b1f572e47536d74af9265adf26755a7df0bbf18..ebb7b2cea501e7a9e159f7bb261f7f8739acae94 100644 --- a/src/emergency-menu.c +++ b/src/emergency-menu.c @@ -227,7 +227,7 @@ phosh_emergency_menu_class_init (PhoshEmergencyMenuClass *klass) 0, NULL, NULL, NULL, G_TYPE_NONE, 0); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/emergency-menu.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/emergency-menu.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyMenu, emergency_carousel); gtk_widget_class_bind_template_child (widget_class, PhoshEmergencyMenu, emergency_dialpad_box); diff --git a/src/end-session-dialog.c b/src/end-session-dialog.c index 96113906177b8341809b97c97eb112a59778d5c6..474ecfa45be9991710cd9ed08a315a365cc0b3a7 100644 --- a/src/end-session-dialog.c +++ b/src/end-session-dialog.c @@ -536,7 +536,7 @@ phosh_end_session_dialog_class_init (PhoshEndSessionDialogClass *klass) NULL, G_TYPE_NONE, 0); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/end-session-dialog.ui"); + "/mobi/phosh/ui/end-session-dialog.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshEndSessionDialog, lbl_subtitle); gtk_widget_class_bind_template_child (widget_class, PhoshEndSessionDialog, lbl_warn); gtk_widget_class_bind_template_child (widget_class, PhoshEndSessionDialog, listbox); diff --git a/src/gtk-mount-prompt.c b/src/gtk-mount-prompt.c index 687cb2175aa605ef3b0cabdcd6742e334b9eb34e..8a6d229213b7e888098e617e6e7551523bcbb382 100644 --- a/src/gtk-mount-prompt.c +++ b/src/gtk-mount-prompt.c @@ -431,7 +431,7 @@ phosh_gtk_mount_prompt_class_init (PhoshGtkMountPromptClass *klass) NULL, G_TYPE_NONE, 0); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/gtk-mount-prompt.ui"); + "/mobi/phosh/ui/gtk-mount-prompt.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshGtkMountPrompt, lbl_msg); gtk_widget_class_bind_template_child (widget_class, PhoshGtkMountPrompt, lbl_password); gtk_widget_class_bind_template_child (widget_class, PhoshGtkMountPrompt, lbl_user); diff --git a/src/home.c b/src/home.c index 818016f752a9163fd4fb3330dfa7971235eb06d7..6c166d788f55a6bcb2d72f94b229ee326437dd66 100644 --- a/src/home.c +++ b/src/home.c @@ -555,7 +555,7 @@ phosh_home_class_init (PhoshHomeClass *klass) g_type_ensure (PHOSH_TYPE_OVERVIEW); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/home.ui"); + "/mobi/phosh/ui/home.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshHome, click_gesture); gtk_widget_class_bind_template_child (widget_class, PhoshHome, home_bar); gtk_widget_class_bind_template_child (widget_class, PhoshHome, osk_toggle_long_press); diff --git a/src/keypad.c b/src/keypad.c index ed61ccf0770cb74b9dfa9bba44587603f17e5836..5328f8c777d93c0750f65323b4e537187ce7818f 100644 --- a/src/keypad.c +++ b/src/keypad.c @@ -272,7 +272,7 @@ phosh_keypad_class_init (PhoshKeypadClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/keypad.ui"); + "/mobi/phosh/ui/keypad.ui"); for (int i = 0; i < NUM_DIGITS; i++) { g_autofree char *name = g_strdup_printf ("btn_%d", i); diff --git a/src/location-manager.c b/src/location-manager.c index 8564cc870f21d8aec8fc3363b86ae7a1f1a5d22a..86037b564576376d4589d997f7a67ef80108bab8 100644 --- a/src/location-manager.c +++ b/src/location-manager.c @@ -382,7 +382,8 @@ on_manager_proxy_ready (GObject *source_object, } phosh_geo_clue_dbus_manager_call_add_agent (self->manager_proxy, - PHOSH_APP_ID, + /* Agent whitelisted in geoclue conf */ + "sm.puri.Phosh", NULL, (GAsyncReadyCallback)on_add_agent_ready, NULL); diff --git a/src/lockscreen.c b/src/lockscreen.c index 250232f35a0756af234846a4b9c145380679e563..6b842b8e4fdaac46c976064cd73ae0bb5d624cd4 100644 --- a/src/lockscreen.c +++ b/src/lockscreen.c @@ -1034,7 +1034,7 @@ phosh_lockscreen_class_init (PhoshLockscreenClass *klass) g_type_ensure (PHOSH_TYPE_WIDGET_BOX); gtk_widget_class_set_css_name (widget_class, "phosh-lockscreen"); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/lockscreen.ui"); + "/mobi/phosh/ui/lockscreen.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshLockscreen, carousel); gtk_widget_class_bind_template_callback_full (widget_class, "carousel_position_notified_cb", diff --git a/src/media-player.c b/src/media-player.c index fe80957fc2002237922a37b51a4e5bf45da241f0..37402a91ebaf6143b49e9141a0b15e98402f3dc5 100644 --- a/src/media-player.c +++ b/src/media-player.c @@ -671,7 +671,7 @@ phosh_media_player_class_init (PhoshMediaPlayerClass *klass) gtk_widget_class_set_css_name (widget_class, "phosh-media-player"); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/media-player.ui"); + "/mobi/phosh/ui/media-player.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshMediaPlayer, btn_next); gtk_widget_class_bind_template_child (widget_class, PhoshMediaPlayer, btn_play); gtk_widget_class_bind_template_child (widget_class, PhoshMediaPlayer, btn_prev); diff --git a/src/network-auth-manager.c b/src/network-auth-manager.c index 58c0423e4070fd4a8c6903ef52b31fdc9f5d96a2..8e59c3f127722a9c9c29faecb6c0c80ee595eeb4 100644 --- a/src/network-auth-manager.c +++ b/src/network-auth-manager.c @@ -703,7 +703,7 @@ setup_network_agent (PhoshNetworkAuthManager *self) on_network_agent_ready, self, "capabilities", NM_SECRET_AGENT_CAPABILITY_VPN_HINTS, - "identifier", "sm.puri.phosh.NetworkAgent", + "identifier", PHOSH_APP_ID ".NetworkAgent", "auto-register", FALSE, NULL); } diff --git a/src/network-auth-prompt.c b/src/network-auth-prompt.c index 9c68d93aadd99a2975dd6605d6cef2fcef72e644..8f7fb0a2687bbbfc2116dd5924c076e3b669847e 100644 --- a/src/network-auth-prompt.c +++ b/src/network-auth-prompt.c @@ -440,7 +440,7 @@ phosh_network_auth_prompt_class_init (PhoshNetworkAuthPromptClass *klass) G_TYPE_NONE, 1, G_TYPE_BOOLEAN); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/network-auth-prompt.ui"); + "/mobi/phosh/ui/network-auth-prompt.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshNetworkAuthPrompt, cancel_button); gtk_widget_class_bind_template_child (widget_class, PhoshNetworkAuthPrompt, connect_button); diff --git a/src/notifications/notification-content.c b/src/notifications/notification-content.c index 2318bc3ffa9edcd704ef7368743d7fd1f8f63ce6..44fcbe87519b232ed69770a5c276c9febdbe0e50 100644 --- a/src/notifications/notification-content.c +++ b/src/notifications/notification-content.c @@ -378,7 +378,7 @@ phosh_notification_content_class_init (PhoshNotificationContentClass *klass) g_object_class_install_properties (object_class, LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/notification-content.ui"); + "/mobi/phosh/ui/notification-content.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshNotificationContent, lbl_summary); gtk_widget_class_bind_template_child (widget_class, PhoshNotificationContent, lbl_body); diff --git a/src/notifications/notification-frame.c b/src/notifications/notification-frame.c index 2ff8e3c79c7f70f0ad9a824487f31eec5366d54f..c541496b9fc43b3271bba9d7afcd30013e1b2b70 100644 --- a/src/notifications/notification-frame.c +++ b/src/notifications/notification-frame.c @@ -405,7 +405,7 @@ phosh_notification_frame_class_init (PhoshNotificationFrameClass *klass) g_type_ensure (PHOSH_TYPE_TIMESTAMP_LABEL); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/notification-frame.ui"); + "/mobi/phosh/ui/notification-frame.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshNotificationFrame, revealer); gtk_widget_class_bind_template_child (widget_class, PhoshNotificationFrame, box); gtk_widget_class_bind_template_child (widget_class, PhoshNotificationFrame, lbl_app_name); diff --git a/src/osd-window.c b/src/osd-window.c index 1e01836f0923c3abc5251ef99f2ba19be18011b3..94bba1adb1ada923823d0868faf059a840432c2c 100644 --- a/src/osd-window.c +++ b/src/osd-window.c @@ -238,7 +238,7 @@ phosh_osd_window_class_init (PhoshOsdWindowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/osd-window.ui"); + "/mobi/phosh/ui/osd-window.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshOsdWindow, lbl); gtk_widget_class_bind_template_child (widget_class, PhoshOsdWindow, icon); gtk_widget_class_bind_template_child (widget_class, PhoshOsdWindow, bar); diff --git a/src/overview.c b/src/overview.c index 1ee8ddbb4d24e67cecc4618ecb9542665442f5de..d31c3c6cf6497545059d6c7f1f404ef84aa84be1 100644 --- a/src/overview.c +++ b/src/overview.c @@ -543,7 +543,7 @@ phosh_overview_class_init (PhoshOverviewClass *klass) /* ensure used custom types */ PHOSH_TYPE_APP_GRID; - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/overview.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/overview.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshOverview, app_grid); gtk_widget_class_bind_template_child_private (widget_class, PhoshOverview, diff --git a/src/password-entry.c b/src/password-entry.c index d447dcad2355ceba852aab38b662a7caa3cff3f0..0c8d7d1d9c0adeea7633b3114d84de4703f3d73d 100644 --- a/src/password-entry.c +++ b/src/password-entry.c @@ -49,7 +49,7 @@ phosh_password_entry_class_init (PhoshPasswordEntryClass *klass) GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/password-entry.ui"); + "/mobi/phosh/ui/password-entry.ui"); gtk_widget_class_bind_template_callback (widget_class, on_icon_press); } diff --git a/src/phosh.gresources.xml b/src/phosh.gresources.xml index 7f670bf068a382521b063df574b6a6c8b3249cbe..79e1bb8d7553a1880edf19ceeecc86e332e1ffcc 100644 --- a/src/phosh.gresources.xml +++ b/src/phosh.gresources.xml @@ -1,6 +1,6 @@ - + ui/activity.ui ui/app-auth-prompt.ui ui/app-grid-base-button.ui @@ -48,11 +48,11 @@ stylesheet/common.css ../data/icons/fake-app.svg - + ../data/icons/app-icon-unknown.svg ../data/icons/app-icon-unknown-symbolic.svg - + ../data/icons/app-close-symbolic.svg ../data/icons/asterisk-symbolic.svg ../data/icons/audio-handsfree-symbolic.svg diff --git a/src/polkit-auth-prompt.c b/src/polkit-auth-prompt.c index 71a5193be0f797d6d1ee90d36c064572b9a92198..d220a14d9214748b02d568a641d19ec0e3cf41a3 100644 --- a/src/polkit-auth-prompt.c +++ b/src/polkit-auth-prompt.c @@ -490,7 +490,7 @@ phosh_polkit_auth_prompt_class_init (PhoshPolkitAuthPromptClass *klass) NULL, G_TYPE_NONE, 1, G_TYPE_BOOLEAN); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/polkit-auth-prompt.ui"); + "/mobi/phosh/ui/polkit-auth-prompt.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshPolkitAuthPrompt, lbl_message); gtk_widget_class_bind_template_child (widget_class, PhoshPolkitAuthPrompt, lbl_user_name); gtk_widget_class_bind_template_child (widget_class, PhoshPolkitAuthPrompt, lbl_password); diff --git a/src/portal-access-manager.c b/src/portal-access-manager.c index 3f950993f214fbf30ae0af5b1e7b44a5d9cc2629..906ec1ac97322d927c2298d6e2811c96a237e52e 100644 --- a/src/portal-access-manager.c +++ b/src/portal-access-manager.c @@ -15,7 +15,7 @@ #include "shell.h" #include "util.h" -#define PORTAL_DBUS_NAME "sm.puri.Phosh.Portal" +#define PORTAL_DBUS_NAME "mobi.phosh.Shell.Portal" #define PORTAL_OBJECT_PATH "/org/freedesktop/portal/desktop" #define PORTAL_ACCESS_DIALOG_GRANTED 0 #define PORTAL_ACCESS_DIALOG_DENIED 1 diff --git a/src/power-menu.c b/src/power-menu.c index 02532cac1ad35cf14b49ee44759cb07bc1fce165..2192c81bae5cd69dc6f5c455c41718fa2fafb6f1 100644 --- a/src/power-menu.c +++ b/src/power-menu.c @@ -120,7 +120,7 @@ phosh_power_menu_class_init (PhoshPowerMenuClass *klass) g_type_ensure (PHOSH_TYPE_FADING_LABEL); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/power-menu.ui"); + "/mobi/phosh/ui/power-menu.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshPowerMenu, stack); gtk_widget_class_bind_template_callback (widget_class, on_power_menu_done); diff --git a/src/quick-setting.c b/src/quick-setting.c index ac9d8199ac582e0e3f14d0d3a4443d7c02aea539..1d886fdf8fa26b20d437719eb01d9e3565cd5a7a 100644 --- a/src/quick-setting.c +++ b/src/quick-setting.c @@ -399,7 +399,7 @@ phosh_quick_setting_class_init (PhoshQuickSettingClass *klass) 0, NULL, NULL, NULL, G_TYPE_NONE, 0); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/quick-setting.ui"); + "/mobi/phosh/ui/quick-setting.ui"); gtk_widget_class_bind_template_callback (widget_class, on_arrow_clicked); gtk_widget_class_bind_template_callback (widget_class, on_button_clicked); diff --git a/src/quick-settings-box.c b/src/quick-settings-box.c index 34babc4373f7893604728b5b6addc3de4deb31b6..a6b8b79bf82bf1f1da08ec16bd80f832ec6e51e0 100644 --- a/src/quick-settings-box.c +++ b/src/quick-settings-box.c @@ -774,7 +774,7 @@ phosh_quick_settings_box_class_init (PhoshQuickSettingsBoxClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/quick-settings-box.ui"); + "/mobi/phosh/ui/quick-settings-box.ui"); gtk_widget_class_bind_template_callback (widget_class, on_child_revealed_changed); gtk_widget_class_bind_template_child (widget_class, PhoshQuickSettingsBox, revealer); diff --git a/src/quick-settings.c b/src/quick-settings.c index dcb0ff0b7694b55909731c6c990f7d6c037100db..2f09ed4404a1bc0122867257d82a5d9e3065cc6a 100644 --- a/src/quick-settings.c +++ b/src/quick-settings.c @@ -279,7 +279,7 @@ phosh_quick_settings_class_init (PhoshQuickSettingsClass *klass) g_type_ensure (PHOSH_TYPE_WIFI_STATUS_PAGE); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/quick-settings.ui"); + "/mobi/phosh/ui/quick-settings.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshQuickSettings, box); diff --git a/src/run-command-dialog.c b/src/run-command-dialog.c index 5e1d092865a1cc03823b58f88b328f206422c128..937e3689164ab0cc77dafd361a3c605edad57ef0 100644 --- a/src/run-command-dialog.c +++ b/src/run-command-dialog.c @@ -99,7 +99,7 @@ phosh_run_command_dialog_class_init (PhoshRunCommandDialogClass *klass) 0, NULL, NULL, NULL, G_TYPE_NONE, 0); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/run-command-dialog.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/run-command-dialog.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshRunCommandDialog, entry_command); gtk_widget_class_bind_template_child (widget_class, PhoshRunCommandDialog, lbl_description); gtk_widget_class_bind_template_callback (widget_class, on_activated); diff --git a/src/settings.c b/src/settings.c index 0fb607a84b3c80dfe6d5f5703551302db54a6818..31d1a7f21491f56516e8d6f0958852bd671d22d0 100644 --- a/src/settings.c +++ b/src/settings.c @@ -474,7 +474,7 @@ phosh_settings_class_init (PhoshSettingsClass *klass) object_class->get_property = phosh_settings_get_property; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/settings.ui"); + "/mobi/phosh/ui/settings.ui"); /* PhoshSettings:on-lockscreen: * diff --git a/src/settings/audio-device-row.c b/src/settings/audio-device-row.c index 4cea579d794263467904ba59f668ae0ce84c72fe..7ae26ead23e6499456667cc8e099efd71eedbb1d 100644 --- a/src/settings/audio-device-row.c +++ b/src/settings/audio-device-row.c @@ -143,7 +143,7 @@ phosh_audio_device_row_class_init (PhoshAudioDeviceRowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/audio-device-row.ui"); + "/mobi/phosh/ui/audio-device-row.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshAudioDeviceRow, description); gtk_widget_class_bind_template_child (widget_class, PhoshAudioDeviceRow, icon); gtk_widget_class_bind_template_child (widget_class, PhoshAudioDeviceRow, revealer); diff --git a/src/settings/audio-settings.c b/src/settings/audio-settings.c index 2b5e685eb1c76c02dd57188f6eed064843cc18f0..1b130352f81e79ea5323f84e9e4f8ebd2ba2ca57 100644 --- a/src/settings/audio-settings.c +++ b/src/settings/audio-settings.c @@ -338,7 +338,7 @@ phosh_audio_settings_class_init (PhoshAudioSettingsClass *klass) g_type_ensure (GVC_TYPE_CHANNEL_BAR); g_type_ensure (PHOSH_TYPE_FADING_LABEL); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/audio-settings.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/audio-settings.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshAudioSettings, box_audio_input_devices); gtk_widget_class_bind_template_child (widget_class, PhoshAudioSettings, box_audio_output_devices); gtk_widget_class_bind_template_child (widget_class, PhoshAudioSettings, listbox_audio_input_devices); diff --git a/src/settings/gvc-channel-bar.c b/src/settings/gvc-channel-bar.c index 248f3542803acd4b0a51f3d7673eabe9abcf2295..9231677860e37a8c4d9184dfb317f3f0907d645b 100644 --- a/src/settings/gvc-channel-bar.c +++ b/src/settings/gvc-channel-bar.c @@ -430,7 +430,7 @@ gvc_channel_bar_class_init (GvcChannelBarClass *klass) G_TYPE_NONE, 0); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/gvc-channel-bar.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/gvc-channel-bar.ui"); gtk_widget_class_bind_template_child (widget_class, GvcChannelBar, adjustment); gtk_widget_class_bind_template_child (widget_class, GvcChannelBar, scale_box); gtk_widget_class_bind_template_child (widget_class, GvcChannelBar, image); diff --git a/src/shell.c b/src/shell.c index d85bdea7a9acf0f539eac5e940eaa020ab5a376c..f5a66e2c9ee58c7703e8671134cc54fa092c8b24 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1008,7 +1008,7 @@ phosh_shell_constructed (GObject *object) } gtk_icon_theme_add_resource_path (gtk_icon_theme_get_default (), - "/sm/puri/phosh/icons"); + "/mobi/phosh/icons"); priv->calls_manager = phosh_calls_manager_new (); priv->launcher_entry_manager = phosh_launcher_entry_manager_new (); diff --git a/src/splash.c b/src/splash.c index 1f0354657c33f8c0036403b4954fb63b5eebc379..2df4f50cf74c616f50ef894d8d0992b628ca33f7 100644 --- a/src/splash.c +++ b/src/splash.c @@ -252,7 +252,7 @@ phosh_splash_class_init (PhoshSplashClass *klass) NULL, G_TYPE_NONE, 0); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/splash.ui"); + "/mobi/phosh/ui/splash.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshSplash, img_app); gtk_widget_class_bind_template_child_private (widget_class, PhoshSplash, box); diff --git a/src/status-page-placeholder.c b/src/status-page-placeholder.c index c876cbda7ae9c27161643115c8031f6d04365480..d1fa7b9f375891b6a7cc8870a9777785905343a1 100644 --- a/src/status-page-placeholder.c +++ b/src/status-page-placeholder.c @@ -222,7 +222,7 @@ phosh_status_page_placeholder_class_init (PhoshStatusPagePlaceholderClass *klass g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/status-page-placeholder.ui"); + "/mobi/phosh/ui/status-page-placeholder.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshStatusPagePlaceholder, icon); gtk_widget_class_bind_template_child (widget_class, PhoshStatusPagePlaceholder, title_label); diff --git a/src/status-page.c b/src/status-page.c index babd5c9facb9f051b007e3296043468b455c17dd..edc5517033755fea390cf114e75a6992a3126a9b 100644 --- a/src/status-page.c +++ b/src/status-page.c @@ -225,7 +225,7 @@ phosh_status_page_class_init (PhoshStatusPageClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); g_type_ensure (PHOSH_TYPE_STATUS_PAGE_PLACEHOLDER); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/status-page.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/status-page.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshStatusPage, content_bin); gtk_widget_class_bind_template_child_private (widget_class, PhoshStatusPage, footer_bin); diff --git a/src/style-manager.c b/src/style-manager.c index 377df7bb5a212197a8e3907e4874525c6b3fb477..84bbd254ec8ca7e2ce13e661a4897f88bd25331e 100644 --- a/src/style-manager.c +++ b/src/style-manager.c @@ -207,9 +207,9 @@ phosh_style_manager_get_stylesheet (const char *theme_name) const char *style; if (g_strcmp0 (theme_name, "HighContrast") == 0) - style = "/sm/puri/phosh/stylesheet/adwaita-hc-light.css"; + style = "/mobi/phosh/stylesheet/adwaita-hc-light.css"; else - style = "/sm/puri/phosh/stylesheet/adwaita-dark.css"; + style = "/mobi/phosh/stylesheet/adwaita-dark.css"; return style; } diff --git a/src/stylesheet/adwaita-dark.css b/src/stylesheet/adwaita-dark.css index 904850ad3622d0a059a4b086ff8b6c7193b8e65b..a202df28013e4ad3653c3172a8d86a0617769101 100644 --- a/src/stylesheet/adwaita-dark.css +++ b/src/stylesheet/adwaita-dark.css @@ -19,4 +19,4 @@ @define-color phosh_emergency_button_bg_color #e01b24; @define-color phosh_emergency_button_fg_color #ffffff; -@import url("resource:///sm/puri/phosh/stylesheet/common.css"); +@import url("resource:///mobi/phosh/stylesheet/common.css"); diff --git a/src/stylesheet/adwaita-hc-light.css b/src/stylesheet/adwaita-hc-light.css index a21208f63660e2f1c0130a979961f3229298d806..5cfad866beaad792010bcbb1e0790b939477f15a 100644 --- a/src/stylesheet/adwaita-hc-light.css +++ b/src/stylesheet/adwaita-hc-light.css @@ -19,7 +19,7 @@ @define-color phosh_emergency_button_bg_color #e01b24; @define-color phosh_emergency_button_fg_color #ffffff; -@import url("resource:///sm/puri/phosh/stylesheet/common.css"); +@import url("resource:///mobi/phosh/stylesheet/common.css"); #top-bar, #home-bar { box-shadow: inset 0 0 0 1px @phosh_borders_color; diff --git a/src/stylesheet/common.css b/src/stylesheet/common.css index 0635a473295fb2e2210dce88af373e77cb792e46..c60b2fccd6e40b62f1afbe8603df3ec554df5404 100644 --- a/src/stylesheet/common.css +++ b/src/stylesheet/common.css @@ -221,7 +221,7 @@ phosh-status-page-placeholder > box > label.title { /* phosh-home */ #powerbar { - background: -gtk-recolor(url('resource:///sm/puri/phosh/icons/scalable/status/input-powerbar-symbolic.svg')); + background: -gtk-recolor(url('resource:///mobi/phosh/icons/scalable/status/input-powerbar-symbolic.svg')); background-position: center; background-size: 150px 15px; background-repeat: no-repeat; @@ -281,7 +281,7 @@ phosh-activity box button { } phosh-activity.phosh-empty { - background: url('resource:///sm/puri/phosh/fake-app.svg'); + background: url('resource:///mobi/phosh/fake-app.svg'); background-size: cover; } diff --git a/src/system-modal-dialog.c b/src/system-modal-dialog.c index 42bd0ee5ef078286a546b3fe0cac333e30ccd5b4..a9fe266465e6dea8eb420114bf4eec14627098b5 100644 --- a/src/system-modal-dialog.c +++ b/src/system-modal-dialog.c @@ -215,7 +215,7 @@ phosh_system_modal_dialog_class_init (PhoshSystemModalDialogClass *klass) g_type_ensure (PHOSH_TYPE_SWIPE_AWAY_BIN); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/system-modal-dialog.ui"); + "/mobi/phosh/ui/system-modal-dialog.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemModalDialog, lbl_title); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemModalDialog, box_dialog); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemModalDialog, box_buttons); diff --git a/src/system-prompt.c b/src/system-prompt.c index 05e0a868708b6e2d627df325837105027658a449..6d33a45906bc9e41b1dccf1dd019b54dd37c13a6 100644 --- a/src/system-prompt.c +++ b/src/system-prompt.c @@ -673,7 +673,7 @@ phosh_system_prompt_class_init (PhoshSystemPromptClass *klass) FALSE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/system-prompt.ui"); + "/mobi/phosh/ui/system-prompt.ui"); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemPrompt, grid); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemPrompt, lbl_description); gtk_widget_class_bind_template_child_private (widget_class, PhoshSystemPrompt, lbl_password); diff --git a/src/top-panel.c b/src/top-panel.c index 7028aae6255ca9848ea0f4bb794b42b1a26ba020..d631f6fb8124ebca69529d621947af56e037f377 100644 --- a/src/top-panel.c +++ b/src/top-panel.c @@ -723,7 +723,7 @@ phosh_top_panel_class_init (PhoshTopPanelClass *klass) g_type_ensure (PHOSH_TYPE_ARROW); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/top-panel.ui"); + "/mobi/phosh/ui/top-panel.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshTopPanel, arrow); gtk_widget_class_bind_template_child (widget_class, PhoshTopPanel, batteryinfo); gtk_widget_class_bind_template_child (widget_class, PhoshTopPanel, box); diff --git a/src/widget-box.c b/src/widget-box.c index 6d27464d7903ea895c4fa181dcd6fbf4bbb98c6e..78b5185d55f63230a32ff1f81fb454883619fb79 100644 --- a/src/widget-box.c +++ b/src/widget-box.c @@ -186,7 +186,7 @@ phosh_widget_box_class_init (PhoshWidgetBoxClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/widget-box.ui"); + "/mobi/phosh/ui/widget-box.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshWidgetBox, carousel); diff --git a/src/wifi-network-row.c b/src/wifi-network-row.c index 2d0dd89b3fec6713cfcc1be7441403b4a2f0d360..7e0060c3d9802a2cb38d616bb4fe176b942c1dfa 100644 --- a/src/wifi-network-row.c +++ b/src/wifi-network-row.c @@ -140,7 +140,7 @@ phosh_wifi_network_row_class_init (PhoshWifiNetworkRowClass *klass) g_object_class_install_properties (object_class, PROP_LAST_PROP, props); - gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/phosh/ui/wifi-network-row.ui"); + gtk_widget_class_set_template_from_resource (widget_class, "/mobi/phosh/ui/wifi-network-row.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshWifiNetworkRow, wifi_icon); gtk_widget_class_bind_template_child (widget_class, PhoshWifiNetworkRow, encrypted_icon); diff --git a/src/wifi-status-page.c b/src/wifi-status-page.c index 6fa3d148e16f54f40cebd206a4b39c2029be9768..ac1630235a1f5cc95f56433362d3f4c1f96c1ead 100644 --- a/src/wifi-status-page.c +++ b/src/wifi-status-page.c @@ -142,7 +142,7 @@ phosh_wifi_status_page_class_init (PhoshWifiStatusPageClass *klass) object_class->dispose = phosh_wifi_status_page_dispose; gtk_widget_class_set_template_from_resource (widget_class, - "/sm/puri/phosh/ui/wifi-status-page.ui"); + "/mobi/phosh/ui/wifi-status-page.ui"); gtk_widget_class_bind_template_child (widget_class, PhoshWifiStatusPage, wifi_scan); gtk_widget_class_bind_template_child (widget_class, PhoshWifiStatusPage, stack); diff --git a/tests/test-css.c b/tests/test-css.c index 860b61f221f2709716e86bf76155702e223d2361..07cc5177a81d7272e350b687576f132896de1205 100644 --- a/tests/test-css.c +++ b/tests/test-css.c @@ -31,14 +31,14 @@ load_theme (const char *theme_name) static void test_phosh_css_default(void) { - g_assert_cmpstr (load_theme ("Adwaita"), ==, "/sm/puri/phosh/stylesheet/adwaita-dark.css"); + g_assert_cmpstr (load_theme ("Adwaita"), ==, "/mobi/phosh/stylesheet/adwaita-dark.css"); } static void test_phosh_css_highcontrast(void) { - g_assert_cmpstr (load_theme ("HighContrast"), ==, "/sm/puri/phosh/stylesheet/adwaita-hc-light.css"); + g_assert_cmpstr (load_theme ("HighContrast"), ==, "/mobi/phosh/stylesheet/adwaita-hc-light.css"); } diff --git a/tests/test-mount-notification.c b/tests/test-mount-notification.c index a11392b50baa2da1b0cf26ab3cf09da9300e4028..c905b8efc18eb9795da451c75e8e0da7e7b5252b 100644 --- a/tests/test-mount-notification.c +++ b/tests/test-mount-notification.c @@ -76,7 +76,7 @@ test_phosh_mount_notification_new (void) g_assert_true (g_strcmp0 (g_themed_icon_get_names (G_THEMED_ICON (icon))[0], "applications-system-symbolic") == 0 || g_strcmp0 (g_themed_icon_get_names (G_THEMED_ICON (icon))[0], - "sm.puri.Phosh") == 0); + "mobi.phosh.Shell") == 0); icon = phosh_notification_get_image (PHOSH_NOTIFICATION (mn)); g_assert_true (G_IS_THEMED_ICON (icon)); diff --git a/tests/test-take-screenshots.c b/tests/test-take-screenshots.c index 8565867da12750964745662f1212f73dc1993e59..20d2f5eea9332c2df42ce905a9865ae12749dc16 100644 --- a/tests/test-take-screenshots.c +++ b/tests/test-take-screenshots.c @@ -420,7 +420,7 @@ screenshot_portal_access (GMainLoop *loop, proxy = phosh_dbus_impl_portal_access_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, - "sm.puri.Phosh.Portal", + "mobi.phosh.Shell.Portal", "/org/freedesktop/portal/desktop", NULL, &err); @@ -428,8 +428,8 @@ screenshot_portal_access (GMainLoop *loop, options = get_portal_access_options ("audio-input-microphone-symbolic"); phosh_dbus_impl_portal_access_call_access_dialog ( proxy, - "/sm/puri/Phosh/Access", - "sm.puri.Phosh", + "/mobi/phosh/Shell/Access", + "mobi.phosh.Shell", "", "Give FooBar Microphone and Storage Access?", "FooBar wants to use your microphone and storage.", diff --git a/tools/app-buttons.c b/tools/app-buttons.c index 5f91d8df99a62bcf9d82268a5b979f9fab0754a5..5307cb0830cb548d81dcaa5f6bb25b3c43bbd5af 100644 --- a/tools/app-buttons.c +++ b/tools/app-buttons.c @@ -24,7 +24,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/app-grid-standalone.c b/tools/app-grid-standalone.c index feb867d9b8c05902914f5a85266c57f6b8d0d183..1333f12a13b5836821425250f70a290e3132bfa3 100644 --- a/tools/app-grid-standalone.c +++ b/tools/app-grid-standalone.c @@ -18,7 +18,7 @@ css_setup (void) GError *error = NULL; provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/app-scroll.c b/tools/app-scroll.c index c3df68b833e826a9e76f1315e64726ccf0bdc32f..34cc5a0d7c7c6bd437db59f454033bfd553cc928 100644 --- a/tools/app-scroll.c +++ b/tools/app-scroll.c @@ -23,7 +23,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/check-access-portal b/tools/check-access-portal index 92c2ee1c01c161ed33a714ea2dff430cfc5eacfb..9092da34b8778bce243d14fed1d5953f8634d632 100755 --- a/tools/check-access-portal +++ b/tools/check-access-portal @@ -47,7 +47,7 @@ done echo "$OPTIONS" -DEST="sm.puri.Phosh.Portal" +DEST="mobi.phosh.Shell.Portal" OBJECT_PATH="/org/freedesktop/portal/desktop" METHOD="org.freedesktop.impl.portal.Access.AccessDialog" @@ -55,5 +55,5 @@ gdbus call --session \ --dest $DEST \ --object-path $OBJECT_PATH \ --method $METHOD \ - /sm/puri/Phosh/Access sm.puri.Phosh '' \ + /mobi/phosh/Shell/Access mobi.phosh.Shell '' \ "$TITLE" "$SUBTITLE" "$BODY" "$OPTIONS" diff --git a/tools/custom-quick-settings-standalone.c b/tools/custom-quick-settings-standalone.c index b0731d2c067a4bcb501b24ffef6bbb3c64e4a42b..8eca6daf94637a801e8c8ebdaf15c83f6c1b2541 100644 --- a/tools/custom-quick-settings-standalone.c +++ b/tools/custom-quick-settings-standalone.c @@ -30,7 +30,7 @@ css_setup (void) g_autoptr (GError) error = NULL; provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/notify-blocks.c b/tools/notify-blocks.c index 3471023f196c0a664c855dea69c05283df1faf1d..0df37b7419947f8cee05a33bc02154075e572560 100644 --- a/tools/notify-blocks.c +++ b/tools/notify-blocks.c @@ -43,7 +43,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/notify-server-standalone.c b/tools/notify-server-standalone.c index b2b89f7fe4195d35cdd9c5029190398d1a0bfd19..9c6c28aef3173d213673145da5222cff49a1036f 100644 --- a/tools/notify-server-standalone.c +++ b/tools/notify-server-standalone.c @@ -53,7 +53,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/quick-settings-box-standalone.c b/tools/quick-settings-box-standalone.c index db2289686b5e03d06e1948c4227631a424cb9354..62f037ef6a2cefaa196913e3af90c238df9c87d7 100644 --- a/tools/quick-settings-box-standalone.c +++ b/tools/quick-settings-box-standalone.c @@ -245,7 +245,7 @@ css_setup (void) g_autoptr (GError) error = NULL; provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message); diff --git a/tools/widget-box-standalone.c b/tools/widget-box-standalone.c index 19c4ba8379663b12faed0c731ad1f356e995dc53..642f61a5af5532f4fc0f9867cf271957d3441a54 100644 --- a/tools/widget-box-standalone.c +++ b/tools/widget-box-standalone.c @@ -26,7 +26,7 @@ css_setup (void) g_autoptr (GError) error = NULL; provider = gtk_css_provider_new (); - file = g_file_new_for_uri ("resource:///sm/puri/phosh/stylesheet/adwaita-dark.css"); + file = g_file_new_for_uri ("resource:///mobi/phosh/stylesheet/adwaita-dark.css"); if (!gtk_css_provider_load_from_file (provider, file, &error)) { g_warning ("Failed to load CSS file: %s", error->message);