Marcel Telka
2024-03-31 2ba18872f5c70e96d18c8760e6c835c39eb2caca
transforms/actuators
@@ -20,8 +20,7 @@
#
#
# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
#
# SFW service manifests
@@ -47,3 +46,43 @@
# GNOME/XDG desktop files
<transform file path=usr/share/applications/.*\.desktop$ -> \
    default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default>
# GNOME/XDG icons
<transform file path=usr/share/icons/.*$ -> \
    default restart_fmri svc:/application/desktop-cache/icon-cache:default>
# GNOME/XDG mime-types
<transform file path=usr/share/mime/packages/.*\.xml$ -> \
    default restart_fmri svc:/application/desktop-cache/mime-types-cache:default>
# GNOME gtk Input Method modules
<transform file path=usr/lib.*/gtk-.*/.*/immodules/.*.so$ -> \
    default restart_fmri svc:/application/desktop-cache/input-method-cache:default>
# GNOME gdk-pixbuf image loader modules
<transform file path=usr/lib.*/gdk-pixbuf-.*/.*/loaders/.*.so$ -> \
    default refresh_fmri svc:/application/desktop-cache/pixbuf-loaders-installer:default>
# GNOME gconf schemas
<transform file path=etc/gconf/.* ->  \
    default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
<transform file path=usr/share/glib-2.0/schemas/.* ->  \
    default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
# GNOME GIO modules
<transform file link hardlink path=usr/lib.*/gio/modules/.*\.so$ -> \
    default restart_fmri svc:/application/desktop-cache/gio-module-cache:default>
# Dconf databases
<transform file path=etc/dconf/.* -> \
    default restart_fmri svc:/application/desktop-cache/dconf-update:default>
# RAD
<transform file path=usr/lib/rad/.* -> add restart_fmri \
    svc:/system/rad:local>
<transform file path=usr/lib/rad/.* -> add restart_fmri \
    svc:/system/rad:remote>
<transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
    svc:/system/rad:local>
<transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
    svc:/system/rad:remote>