From 2e3b0b7950af6e90e99ad637d98cb01e02a3a12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 20:35:49 +0100 Subject: [PATCH 01/12] shell: Use consistent resource prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We could use the longer /mobi/phosh/shell but let's use the shorter /mobi/phosh as these don't leak outside the binary. Signed-off-by: Guido Günther Part-of: --- plugins/emergency-info/emergency-info-row.c | 2 +- plugins/emergency-info/emergency-info.c | 4 ++-- .../phosh-plugin-emergency-info.gresources.xml | 2 +- plugins/emergency-info/prefs/emergency-info-prefs-row.c | 2 +- plugins/emergency-info/prefs/emergency-info-prefs.c | 2 +- .../prefs/phosh-plugin-prefs-emergency-info.gresources.xml | 2 +- .../sm.puri.phosh.plugins.launcher-box.gschema.xml | 2 +- plugins/ticket-box/phosh-plugin-ticket-box.gresources.xml | 2 +- .../prefs/phosh-plugin-prefs-ticket-box.gresources.xml | 2 +- plugins/ticket-box/prefs/ticket-box-prefs.c | 2 +- .../ticket-box/sm.puri.phosh.plugins.ticket-box.gschema.xml | 2 +- plugins/ticket-box/ticket-box.c | 4 ++-- plugins/upcoming-events/event-list.c | 2 +- .../phosh-plugin-upcoming-events.gresources.xml | 2 +- .../prefs/phosh-plugin-prefs-upcoming-events.gresources.xml | 2 +- plugins/upcoming-events/prefs/upcoming-events-prefs.c | 2 +- .../sm.puri.phosh.plugins.upcoming-events.gschema.xml | 2 +- plugins/upcoming-events/upcoming-event.c | 2 +- plugins/upcoming-events/upcoming-events.c | 4 ++-- src/activity.c | 2 +- src/app-auth-prompt.c | 2 +- src/app-grid-base-button.c | 2 +- src/app-grid-button.c | 2 +- src/app-grid-folder-button.c | 2 +- src/app-grid.c | 2 +- src/bt-device-row.c | 2 +- src/bt-status-page.c | 2 +- src/call-notification.c | 2 +- src/emergency-contact-row.c | 2 +- src/emergency-menu.c | 2 +- src/end-session-dialog.c | 2 +- src/gtk-mount-prompt.c | 2 +- src/home.c | 2 +- src/keypad.c | 2 +- src/lockscreen.c | 2 +- src/media-player.c | 2 +- src/network-auth-prompt.c | 2 +- src/notifications/notification-content.c | 2 +- src/notifications/notification-frame.c | 2 +- src/osd-window.c | 2 +- src/overview.c | 2 +- src/password-entry.c | 2 +- src/phosh.gresources.xml | 6 +++--- src/polkit-auth-prompt.c | 2 +- src/power-menu.c | 2 +- src/quick-setting.c | 2 +- src/quick-settings-box.c | 2 +- src/quick-settings.c | 2 +- src/run-command-dialog.c | 2 +- src/settings.c | 2 +- src/settings/audio-device-row.c | 2 +- src/settings/audio-settings.c | 2 +- src/settings/gvc-channel-bar.c | 2 +- src/shell.c | 2 +- src/splash.c | 2 +- src/status-page-placeholder.c | 2 +- src/status-page.c | 2 +- src/style-manager.c | 4 ++-- src/stylesheet/adwaita-dark.css | 2 +- src/stylesheet/adwaita-hc-light.css | 2 +- src/stylesheet/common.css | 4 ++-- src/system-modal-dialog.c | 2 +- src/system-prompt.c | 2 +- src/top-panel.c | 2 +- src/widget-box.c | 2 +- src/wifi-network-row.c | 2 +- src/wifi-status-page.c | 2 +- tests/test-css.c | 4 ++-- tools/app-buttons.c | 2 +- tools/app-grid-standalone.c | 2 +- tools/app-scroll.c | 2 +- tools/custom-quick-settings-standalone.c | 2 +- tools/notify-blocks.c | 2 +- tools/notify-server-standalone.c | 2 +- tools/quick-settings-box-standalone.c | 2 +- tools/widget-box-standalone.c | 2 +- 76 files changed, 84 insertions(+), 84 deletions(-) diff --git a/plugins/emergency-info/emergency-info-row.c b/plugins/emergency-info/emergency-info-row.c index 252827010..e4ab5d42a 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 9b4ce9955..d13a3e63f 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 bdd9229de..c124775e8 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 a08b0b090..2a813609f 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 176e30252..b82d8f6ed 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 eca1447aa..3a9375af4 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 68f287998..602309e2f 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 7351859ed..112c261d4 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 efca8e6e2..4aedbf006 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 edbe7aee4..7849224f5 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 d17f2663f..1342c1c32 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 5a619dbb7..636c61711 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 a1e1a9f58..bec8df74d 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/phosh-plugin-upcoming-events.gresources.xml b/plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml index c1434ac58..546b2f435 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 db56f0fe8..66deeb874 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 637f93f0c..f359a7317 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 c39fa7ae5..b35c90bdd 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 2b58c0e8c..7388b7f2d 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 9cea7bc3f..cc5d686f7 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/src/activity.c b/src/activity.c index 4395029de..46d76caed 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 19f453e97..556e32876 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 4d60995fb..b06434b86 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 4021b9835..ea067a605 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 b16e095e3..fb8db42f2 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 a2d337acc..799df3abf 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 8f06b485e..da39a4ac3 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 7cab47fa0..0ade6b8b9 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 e2844e29b..c20ce57ef 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 b5bfc92c2..184c3af43 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 0b1f572e4..ebb7b2cea 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 961139061..474ecfa45 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 687cb2175..8a6d22921 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 818016f75..6c166d788 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 ed61ccf07..5328f8c77 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/lockscreen.c b/src/lockscreen.c index 250232f35..6b842b8e4 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 fe80957fc..37402a91e 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-prompt.c b/src/network-auth-prompt.c index 9c68d93aa..8f7fb0a26 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 2318bc3ff..44fcbe875 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 2ff8e3c79..c541496b9 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 1e01836f0..94bba1adb 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 1ee8ddbb4..d31c3c6cf 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 d447dcad2..0c8d7d1d9 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 7f670bf06..79e1bb8d7 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 71a5193be..d220a14d9 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/power-menu.c b/src/power-menu.c index 02532cac1..2192c81ba 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 ac9d8199a..1d886fdf8 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 34babc437..a6b8b79bf 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 dcb0ff0b7..2f09ed440 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 5e1d09286..937e36891 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 0fb607a84..31d1a7f21 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 4cea579d7..7ae26ead2 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 2b5e685eb..1b130352f 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 248f35428..923167786 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 d85bdea7a..f5a66e2c9 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 1f0354657..2df4f50cf 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 c876cbda7..d1fa7b9f3 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 babd5c9fa..edc551703 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 377df7bb5..84bbd254e 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 904850ad3..a202df280 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 a21208f63..5cfad866b 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 0635a4732..c60b2fccd 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 42bd0ee5e..a9fe26646 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 05e0a8687..6d33a4590 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 7028aae62..d631f6fb8 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 6d27464d7..78b5185d5 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 2d0dd89b3..7e0060c3d 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 6fa3d148e..ac1630235 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 860b61f22..07cc5177a 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/tools/app-buttons.c b/tools/app-buttons.c index 5f91d8df9..5307cb083 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 feb867d9b..1333f12a1 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 c3df68b83..34cc5a0d7 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/custom-quick-settings-standalone.c b/tools/custom-quick-settings-standalone.c index b0731d2c0..8eca6daf9 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 3471023f1..0df37b741 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 b2b89f7fe..9c6c28aef 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 db2289686..62f037ef6 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 19c4ba837..642f61a5a 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); -- GitLab From 9978f0c9944d79207b1b5ca3514f01adedd4a242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 20:53:16 +0100 Subject: [PATCH 02/12] session: Move to phosh.mobi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move desktop file and icons as well Signed-off-by: Guido Günther Part-of: --- data/icons/meson.build | 2 +- ...uri.Phosh-symbolic.svg => mobi.phosh.Shell-symbolic.svg} | 0 data/meson.build | 4 ++-- ...i.Phosh.desktop.in.in => mobi.phosh.Shell.desktop.in.in} | 2 +- data/systemd/meson.build | 6 +++--- ...sm.puri.Phosh.service.in => mobi.phosh.Shell.service.in} | 0 .../{sm.puri.Phosh.target => mobi.phosh.Shell.target} | 4 ++-- debian/phosh.install | 4 ++-- po/POTFILES.in | 2 +- tests/test-mount-notification.c | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) rename data/icons/{sm.puri.Phosh-symbolic.svg => mobi.phosh.Shell-symbolic.svg} (100%) rename data/{sm.puri.Phosh.desktop.in.in => mobi.phosh.Shell.desktop.in.in} (94%) rename data/systemd/{sm.puri.Phosh.service.in => mobi.phosh.Shell.service.in} (100%) rename data/systemd/{sm.puri.Phosh.target => mobi.phosh.Shell.target} (72%) diff --git a/data/icons/meson.build b/data/icons/meson.build index c1ba06da8..5a1737d68 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 fe1f804b4..f29fccd3e 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( 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 51d8a7841..981ad9195 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/systemd/meson.build b/data/systemd/meson.build index bc3c47388..c268cd9d4 100644 --- a/data/systemd/meson.build +++ b/data/systemd/meson.build @@ -23,12 +23,12 @@ 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 c7f50d8f5..fd261e0b4 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/debian/phosh.install b/debian/phosh.install index b3c9b69b4..1b50ef9da 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/applications/mobi.phosh.Shell.desktop usr/share/dbus-1/services/sm.puri.Phosh.CalendarServer.service usr/share/xdg-desktop-portal/phosh-portals.conf usr/share/xdg-desktop-portal/portals/phosh.portal diff --git a/po/POTFILES.in b/po/POTFILES.in index 81a623e20..a479e4fc2 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/tests/test-mount-notification.c b/tests/test-mount-notification.c index a11392b50..c905b8efc 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)); -- GitLab From ffe6d881e2d896e8aa867f715c5e285bd1a6bc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 21:02:44 +0100 Subject: [PATCH 03/12] debian: Drop unused files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- .gitignore | 2 -- debian/clean | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3de1ca051..b7d440f7b 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/debian/clean b/debian/clean index 35c19363e..ad0c83de5 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 -- GitLab From d4ccda0e5b1e8fee37dfd52062c2705f546837e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 21:11:14 +0100 Subject: [PATCH 04/12] portal: Move to consistent prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use mobi.phosh.Shell here too Signed-off-by: Guido Günther Part-of: --- data/phosh.portal | 2 +- src/portal-access-manager.c | 2 +- tests/test-take-screenshots.c | 6 +++--- tools/check-access-portal | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/phosh.portal b/data/phosh.portal index 9d9fe5f9d..1c67fa7d5 100644 --- a/data/phosh.portal +++ b/data/phosh.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/src/portal-access-manager.c b/src/portal-access-manager.c index 3f950993f..906ec1ac9 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/tests/test-take-screenshots.c b/tests/test-take-screenshots.c index 8565867da..20d2f5eea 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/check-access-portal b/tools/check-access-portal index 92c2ee1c0..9092da34b 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" -- GitLab From 03c88729106faa28fdb3f74c175a4bb407696f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 8 Dec 2024 18:47:08 +0100 Subject: [PATCH 05/12] network-auth-manager: Don't hardcode app-id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- src/network-auth-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network-auth-manager.c b/src/network-auth-manager.c index 58c0423e4..8e59c3f12 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); } -- GitLab From 108421e9d7677ba8d91ebc7693e7f11fb83cd404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 8 Dec 2024 18:51:17 +0100 Subject: [PATCH 06/12] data: Don't hardcode app-id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- data/systemd/meson.build | 2 +- data/systemd/phosh.session.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/systemd/meson.build b/data/systemd/meson.build index c268cd9d4..66ef23c13 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( @@ -31,4 +32,3 @@ configure_file( ) install_data('mobi.phosh.Shell.target', install_dir: systemduserdir) - diff --git a/data/systemd/phosh.session.conf.in b/data/systemd/phosh.session.conf.in index a07938eea..67ebbd84c 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 -- GitLab From c11c639a03514c0b99245bca98ccaee04c69b552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 23:15:23 +0100 Subject: [PATCH 07/12] build: Switch app-id to mobi.phosh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the fallout in the calendarserver and the upcoming events plugin triggered by that. Signed-off-by: Guido Günther Part-of: --- debian/phosh.install | 2 +- meson.build | 2 +- ....CalendarServer.xml => mobi.phosh.Shell.CalendarServer.xml} | 2 +- src/location-manager.c | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) rename plugins/upcoming-events/{sm.puri.Phosh.CalendarServer.xml => mobi.phosh.Shell.CalendarServer.xml} (92%) diff --git a/debian/phosh.install b/debian/phosh.install index 1b50ef9da..c2d263842 100644 --- a/debian/phosh.install +++ b/debian/phosh.install @@ -10,6 +10,6 @@ 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/mobi.phosh.Shell.desktop -usr/share/dbus-1/services/sm.puri.Phosh.CalendarServer.service +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 diff --git a/meson.build b/meson.build index 04a29e10c..431d20c2e 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project('phosh', 'c', 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/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 42eab0fe4..c100d7ca3 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/src/location-manager.c b/src/location-manager.c index 8564cc870..86037b564 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); -- GitLab From 995c7751c00da9aa7d43e67899fc4c4fb60c1dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 23:32:10 +0100 Subject: [PATCH 08/12] portals: Add 'shell' to portal name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Guido Günther Part-of: --- data/phosh-portals.conf | 2 +- data/{phosh.portal => phosh-shell.portal} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{phosh.portal => phosh-shell.portal} (100%) diff --git a/data/phosh-portals.conf b/data/phosh-portals.conf index 97a5bf950..a2d5fafc1 100644 --- a/data/phosh-portals.conf +++ b/data/phosh-portals.conf @@ -1,6 +1,6 @@ [preferred] default=gtk; -org.freedesktop.impl.portal.Access=phosh; +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; diff --git a/data/phosh.portal b/data/phosh-shell.portal similarity index 100% rename from data/phosh.portal rename to data/phosh-shell.portal -- GitLab From 6ac3b8df1817604fa7f80fefaa80af2b8f46b682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 23:34:29 +0100 Subject: [PATCH 09/12] portals: Use phosh as portal name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the canonical name for the portal implementation Signed-off-by: Guido Günther Part-of: --- data/meson.build | 2 +- data/phosh-portals.conf | 4 +--- debian/phosh.install | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/data/meson.build b/data/meson.build index f29fccd3e..e2a339127 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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/phosh-portals.conf b/data/phosh-portals.conf index a2d5fafc1..3b0abda18 100644 --- a/data/phosh-portals.conf +++ b/data/phosh-portals.conf @@ -1,5 +1,5 @@ [preferred] -default=gtk; +default=phosh;gtk; org.freedesktop.impl.portal.Access=phosh-shell; org.freedesktop.impl.portal.Background=none; org.freedesktop.impl.portal.Clipboard=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/debian/phosh.install b/debian/phosh.install index c2d263842..db40a5128 100644 --- a/debian/phosh.install +++ b/debian/phosh.install @@ -12,4 +12,4 @@ usr/share/gnome-session/sessions/phosh.session 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 -- GitLab From 7daf43aefe3d6412c84ad995a997f72a993222b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 23:42:16 +0100 Subject: [PATCH 10/12] packaging: Conflict with older phosh portal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ensures we don't run against a portal that is still named pmp Signed-off-by: Guido Günther Part-of: --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 10c0f118e..62ba3740d 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 -- GitLab From 70dea49c1613e046efff3d0f3aa572f178034b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Dec 2024 23:43:50 +0100 Subject: [PATCH 11/12] treewide: Bump version to 0.44~dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows packaging relations to work Signed-off-by: Guido Günther Part-of: --- .gitlab-ci.yml | 2 +- NEWS | 4 +++ debian/changelog | 73 ++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 4 files changed, 79 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18008dc52..c2f4ecfe7 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 3a46ee369..e33b932e9 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/debian/changelog b/debian/changelog index 6b802da40..b8b2c1a66 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/meson.build b/meson.build index 431d20c2e..d02b41774 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ 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' ], -- GitLab From e3f0695cd3e31ce6738b01b3a59668a8f6c2ee1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 9 Dec 2024 15:35:30 +0100 Subject: [PATCH 12/12] po: Update app-id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to break all the translations Signed-off-by: Guido Günther Part-of: --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/ca.po | 4 ++-- po/cs.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_GB.po | 4 ++-- po/eo.po | 4 ++-- po/es.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fur.po | 4 ++-- po/fy.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hr.po | 4 ++-- po/ht.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/ka.po | 4 ++-- po/ko.po | 4 ++-- po/la.po | 4 ++-- po/lv.po | 4 ++-- po/nb.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sat.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/tr.po | 4 ++-- po/uk.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_Hans_CN.po | 4 ++-- po/zh_TW.po | 4 ++-- 49 files changed, 98 insertions(+), 98 deletions(-) diff --git a/po/am.po b/po/am.po index e0ee976e1..4a571e1db 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 818fc7b04..8e98f0d0d 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 1dd39ccc7..b93e503e7 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 ec1a3298b..9462fcf06 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 214d97c2c..dcc58f25a 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 436a6f767..98c1a34cb 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 faf8a2a2b..79d763e5e 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 895a5686b..fd472d9e6 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 231c96c7a..3a75fccaf 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 9d53e9416..1b419d64a 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 e6c39a129..b8128ec41 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 43ad8fb74..82f7ea3b7 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 ee55e10d9..4567c9bbc 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 347e2257d..b86ff871c 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 a6eb8ae12..eef93aecf 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 50ab2f061..abaa06f1f 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 a03651d96..3e772c910 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 05d886580..981960d91 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 a40a242d5..45565a484 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 6a7e1792c..3eb67e1a6 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 678428888..a314b4acb 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 4cbe0898c..3a68277df 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 cd0e2f4c9..699e27d23 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 171cfe419..950836189 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 16cf25dbc..e4f51cdcc 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 b3cdff909..29034c201 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 331c20207..8f7f01144 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 02165e2ab..f83171224 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 52ee8441a..dcac090fa 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 09648b428..6e3c0bec8 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 b7809516d..93524a346 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 dfafefd9e..03e137423 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 71a8bc61f..afca30610 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 2c81c6475..3bdbafd00 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 894002258..5070fcd44 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 da06ce958..9f875ce50 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 d567edbcd..2dd967927 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 26fb79116..30c3ecb02 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 46bf53bc4..92322017d 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 cfdacc900..cecba3296 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 6da2611e8..692432940 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 2993f2df4..7c4e96bbe 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 8d625a6a0..24a9f2732 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 54788dfbb..46efcbe5a 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 e309459ab..6f88ed7ff 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 524353ca6..cb4404532 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 0dfb06ff6..2e369d4af 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 e1f56cd56..d7e2023c3 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 065765604..057b2f753 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 "視窗管理與手機的應用程式啟動器" -- GitLab