commit xfce4-branding-openSUSE for openSUSE:Factory

Hello community, here is the log from the commit of package xfce4-branding-openSUSE for openSUSE:Factory checked in at 2014-05-02 10:53:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xfce4-branding-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes 2013-10-31 10:13:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes 2014-05-02 10:53:55.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Apr 27 21:59:54 UTC 2014 - gber@opensuse.org + +- remove support for openSUSE < 12.3 +- add custom theme for xfce4-notifyd + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.XTz0Tk/_old 2014-05-02 10:53:56.000000000 +0200 +++ /var/tmp/diff_new_pack.XTz0Tk/_new 2014-05-02 10:53:56.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfce4-branding-openSUSE # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,10 +51,8 @@ BuildRequires: wallpaper-branding # owns %%{_datadir}/xfce/applications/defaults.list symlink target Requires: libgio-2_0-0 -%if 0%{?suse_version} > 1220 # for regenerating defaults.list BuildRequires: desktop-file-utils -%endif BuildRequires: thunar-volman BuildRequires: xfce4-notifyd BuildRequires: xfce4-panel @@ -99,10 +97,8 @@ Group: System/GUI/XFCE # owns %%{_datadir}/xfce/applications/defaults.list symlink target Requires: libgio-2_0-0 -%if 0%{?suse_version} > 1220 # for regenerating defaults.list Requires: desktop-file-utils -%endif Conflicts: otherproviders(xfce4-session-branding) Provides: xfce4-session-branding = %{xfce4_session_version} Supplements: packageand(xfce4-session:branding-openSUSE) @@ -356,6 +352,7 @@ %dir %{_sysconfdir}/xdg/xfce4/xfconf %dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml %config %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml +%{_datadir}/themes/openSUSE-Xfce %files -n %{libexo_libname}-branding-openSUSE %defattr(-,root,root) ++++++ xfce4-branding-openSUSE-4.10.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1220/etc/xfce_defaults.conf new/xfce4-branding-openSUSE-4.10.0/1220/etc/xfce_defaults.conf --- old/xfce4-branding-openSUSE-4.10.0/1220/etc/xfce_defaults.conf 2012-10-04 15:06:48.000000000 +0200 +++ new/xfce4-branding-openSUSE-4.10.0/1220/etc/xfce_defaults.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -# Xfce Default Applications Source -# /etc/xfcer_defaults.conf -# -# After any change of this file run -# suse-update-mime-defaults -# -# This list is a source for defaults.list. -# -# If application in this list is installed, it is used as default in GNOME. -# It works in following way: -# 1. Read this file. -# 2. Collect all available desktop files. -# 3. Go through all declared MIME types and search for default application -# for defaults.list in following order: -# 3.1 Installed application listed here for certain MIME type. -# 3.2 Installed application listed here as preferred default. -# 3.3 Installed application listed here as default. -# 3.4 Installed application with GNOME in Categories. -# 3.5 Installed application with GTK in Categories. -# 3.6 Installed application. -# If there are more applications in the same order, it uses pseudo-randomly -# one of them (last in aplhabetical order). -# -# Syntax: -# Use xxx as default for all MIME types it declares (see 3.3): -# xxx.desktop -# Use xxx as preferred default for all MIME types it declares (see 3.2): -# !xxx.desktop -# Use xxx as default for mime/type (see 3.1): -# mime/type=xxx.desktop - -# URI schemes -x-scheme-handler/http=firefox.desktop -x-scheme-handler/https=firefox.desktop -x-scheme-handler/ftp=firefox.desktop -x-scheme-handler/mailto=thunderbird.desktop -# All URI schemes declared by yelp -yelp.desktop - -# Prefer totem for multimedia where possible -!totem.desktop - -# Prefer Install Software over file-roller -application/x-rpm=package-manager.desktop -!gpk-install-file.desktop - -# Xfce default applications -ristretto.desktop -evince.desktop -leafpad.desktop -file-roller.desktop -# file-roller supports iso, but most people will prefer brasero: -application/x-cd-image=brasero.desktop -Thunar-folder-handler.desktop -# evince supports multi-page tiff, but most people will prefer ristretto: -image/tiff=ristretto.desktop -# evince supports odp, but we really want OOo -application/vnd.sun.xml.impress=impress.desktop -application/vnd.oasis.opendocument.presentation=impress.desktop - -# Firefox -firefox.desktop - -# OpenOffice -base.desktop -calc.desktop -draw.desktop -impress.desktop -math.desktop -web.desktop -writer.desktop -# Do not prefer writer for text/plain: -text/plain=leafpad.desktop diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1220/usr/share/xfce/applications/defaults.list new/xfce4-branding-openSUSE-4.10.0/1220/usr/share/xfce/applications/defaults.list --- old/xfce4-branding-openSUSE-4.10.0/1220/usr/share/xfce/applications/defaults.list 2014-05-02 10:53:56.000000000 +0200 +++ new/xfce4-branding-openSUSE-4.10.0/1220/usr/share/xfce/applications/defaults.list 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -symbolic link to /var/cache/gio-2.0/xfce-defaults.list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1230/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new/xfce4-branding-openSUSE-4.10.0/1230/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml --- old/xfce4-branding-openSUSE-4.10.0/1230/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml 2013-01-31 21:28:59.000000000 +0100 +++ new/xfce4-branding-openSUSE-4.10.0/1230/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<channel name="xfce4-panel" version="1.0"> - <property name="configver" type="int" value="2"/> - <property name="panels" type="array"> - <value type="int" value="1"/> - <property name="panel-1" type="empty"> - <property name="position" type="string" value="p=10;x=0;y=0"/> - <property name="length" type="uint" value="100"/> - <property name="position-locked" type="bool" value="true"/> - <property name="size" type="uint" value="24"/> - <property name="length-adjust" type="bool" value="false"/> - <property name="plugin-ids" type="array"> - <value type="int" value="1"/> - <value type="int" value="2"/> - <value type="int" value="3"/> - <value type="int" value="4"/> - <value type="int" value="5"/> - <value type="int" value="6"/> - <value type="int" value="7"/> - <value type="int" value="8"/> - <value type="int" value="9"/> - <value type="int" value="10"/> - <value type="int" value="11"/> - <value type="int" value="12"/> - </property> - </property> - </property> - <property name="plugins" type="empty"> - <property name="plugin-1" type="string" value="applicationsmenu"> - <property name="button-icon" type="string" value="xfce4-opensuse-dark"/> - <property name="button-title" type="string" value="openSUSE"/> - <property name="show-tooltips" type="bool" value="true"/> - </property> - <property name="plugin-2" type="string" value="separator"/> - <property name="plugin-3" type="string" value="showdesktop"/> - <property name="plugin-4" type="string" value="tasklist"/> - <property name="plugin-5" type="string" value="separator"> - <property name="expand" type="bool" value="true"/> - <property name="style" type="uint" value="0"/> - </property> - <property name="plugin-6" type="string" value="mixer"/> - <property name="plugin-7" type="string" value="systray"> - <property name="show-frame" type="bool" value="false"/> - </property> - <property name="plugin-8" type="string" value="pager"/> - <property name="plugin-9" type="string" value="separator"> - <property name="style" type="uint" value="0"/> - </property> - <property name="plugin-10" type="string" value="clock"> - <property name="show-frame" type="bool" value="false"/> - </property> - <property name="plugin-11" type="string" value="separator"> - <property name="style" type="uint" value="0"/> - </property> - <property name="plugin-12" type="string" value="actions"> - <property name="items" type="array"> - <value type="string" value="+lock-screen"/> - <value type="string" value="+switch-user"/> - <value type="string" value="+logout-dialog"/> - <value type="string" value="+separator"/> - <value type="string" value="+suspend"/> - <value type="string" value="+hibernate"/> - <value type="string" value="+separator"/> - <value type="string" value="+restart"/> - <value type="string" value="+shutdown"/> - <value type="string" value="-separator"/> - <value type="string" value="-logout"/> - </property> - <property name="appearance" type="uint" value="1"/> - </property> - </property> -</channel> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1230/etc/xfce_defaults.conf new/xfce4-branding-openSUSE-4.10.0/1230/etc/xfce_defaults.conf --- old/xfce4-branding-openSUSE-4.10.0/1230/etc/xfce_defaults.conf 2012-10-04 15:06:48.000000000 +0200 +++ new/xfce4-branding-openSUSE-4.10.0/1230/etc/xfce_defaults.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -# Xfce Default Applications Source -# /etc/xfcer_defaults.conf -# -# After any change of this file run -# suse-update-mime-defaults -# -# This list is a source for defaults.list. -# -# If application in this list is installed, it is used as default in GNOME. -# It works in following way: -# 1. Read this file. -# 2. Collect all available desktop files. -# 3. Go through all declared MIME types and search for default application -# for defaults.list in following order: -# 3.1 Installed application listed here for certain MIME type. -# 3.2 Installed application listed here as preferred default. -# 3.3 Installed application listed here as default. -# 3.4 Installed application with GNOME in Categories. -# 3.5 Installed application with GTK in Categories. -# 3.6 Installed application. -# If there are more applications in the same order, it uses pseudo-randomly -# one of them (last in aplhabetical order). -# -# Syntax: -# Use xxx as default for all MIME types it declares (see 3.3): -# xxx.desktop -# Use xxx as preferred default for all MIME types it declares (see 3.2): -# !xxx.desktop -# Use xxx as default for mime/type (see 3.1): -# mime/type=xxx.desktop - -# URI schemes -x-scheme-handler/http=firefox.desktop -x-scheme-handler/https=firefox.desktop -x-scheme-handler/ftp=firefox.desktop -x-scheme-handler/mailto=thunderbird.desktop -# All URI schemes declared by yelp -yelp.desktop - -# Prefer totem for multimedia where possible -!totem.desktop - -# Prefer Install Software over file-roller -application/x-rpm=package-manager.desktop -!gpk-install-file.desktop - -# Xfce default applications -ristretto.desktop -evince.desktop -leafpad.desktop -file-roller.desktop -# file-roller supports iso, but most people will prefer brasero: -application/x-cd-image=brasero.desktop -Thunar-folder-handler.desktop -# evince supports multi-page tiff, but most people will prefer ristretto: -image/tiff=ristretto.desktop -# evince supports odp, but we really want OOo -application/vnd.sun.xml.impress=impress.desktop -application/vnd.oasis.opendocument.presentation=impress.desktop - -# Firefox -firefox.desktop - -# OpenOffice -base.desktop -calc.desktop -draw.desktop -impress.desktop -math.desktop -web.desktop -writer.desktop -# Do not prefer writer for text/plain: -text/plain=leafpad.desktop diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1230/usr/share/xfce/applications/defaults.list new/xfce4-branding-openSUSE-4.10.0/1230/usr/share/xfce/applications/defaults.list --- old/xfce4-branding-openSUSE-4.10.0/1230/usr/share/xfce/applications/defaults.list 2014-05-02 10:53:56.000000000 +0200 +++ new/xfce4-branding-openSUSE-4.10.0/1230/usr/share/xfce/applications/defaults.list 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -symbolic link to /var/cache/gio-2.0/xfce-defaults.list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml --- old/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml 2012-06-05 09:48:42.000000000 +0200 +++ new/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml 2014-04-28 08:12:23.000000000 +0200 @@ -2,4 +2,6 @@ <channel name="xfce4-notifyd" version="1.0"> <property name="notify-location" type="uint" value="3"/> + <property name="theme" type="string" value="openSUSE-Xfce"/> + <property name="initial-opacity" type="double" value="0.920000"/> </channel> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml --- old/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml 2013-01-31 19:32:57.000000000 +0100 +++ new/xfce4-branding-openSUSE-4.10.0/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml 2013-01-31 21:28:59.000000000 +0100 @@ -44,11 +44,15 @@ <property name="show-frame" type="bool" value="false"/> </property> <property name="plugin-8" type="string" value="pager"/> - <property name="plugin-9" type="string" value="separator"/> + <property name="plugin-9" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> <property name="plugin-10" type="string" value="clock"> <property name="show-frame" type="bool" value="false"/> </property> - <property name="plugin-11" type="string" value="separator"/> + <property name="plugin-11" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> <property name="plugin-12" type="string" value="actions"> <property name="items" type="array"> <value type="string" value="+lock-screen"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/base/etc/xfce_defaults.conf new/xfce4-branding-openSUSE-4.10.0/base/etc/xfce_defaults.conf --- old/xfce4-branding-openSUSE-4.10.0/base/etc/xfce_defaults.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/xfce4-branding-openSUSE-4.10.0/base/etc/xfce_defaults.conf 2012-10-04 15:06:48.000000000 +0200 @@ -0,0 +1,73 @@ +# Xfce Default Applications Source +# /etc/xfcer_defaults.conf +# +# After any change of this file run +# suse-update-mime-defaults +# +# This list is a source for defaults.list. +# +# If application in this list is installed, it is used as default in GNOME. +# It works in following way: +# 1. Read this file. +# 2. Collect all available desktop files. +# 3. Go through all declared MIME types and search for default application +# for defaults.list in following order: +# 3.1 Installed application listed here for certain MIME type. +# 3.2 Installed application listed here as preferred default. +# 3.3 Installed application listed here as default. +# 3.4 Installed application with GNOME in Categories. +# 3.5 Installed application with GTK in Categories. +# 3.6 Installed application. +# If there are more applications in the same order, it uses pseudo-randomly +# one of them (last in aplhabetical order). +# +# Syntax: +# Use xxx as default for all MIME types it declares (see 3.3): +# xxx.desktop +# Use xxx as preferred default for all MIME types it declares (see 3.2): +# !xxx.desktop +# Use xxx as default for mime/type (see 3.1): +# mime/type=xxx.desktop + +# URI schemes +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop +x-scheme-handler/ftp=firefox.desktop +x-scheme-handler/mailto=thunderbird.desktop +# All URI schemes declared by yelp +yelp.desktop + +# Prefer totem for multimedia where possible +!totem.desktop + +# Prefer Install Software over file-roller +application/x-rpm=package-manager.desktop +!gpk-install-file.desktop + +# Xfce default applications +ristretto.desktop +evince.desktop +leafpad.desktop +file-roller.desktop +# file-roller supports iso, but most people will prefer brasero: +application/x-cd-image=brasero.desktop +Thunar-folder-handler.desktop +# evince supports multi-page tiff, but most people will prefer ristretto: +image/tiff=ristretto.desktop +# evince supports odp, but we really want OOo +application/vnd.sun.xml.impress=impress.desktop +application/vnd.oasis.opendocument.presentation=impress.desktop + +# Firefox +firefox.desktop + +# OpenOffice +base.desktop +calc.desktop +draw.desktop +impress.desktop +math.desktop +web.desktop +writer.desktop +# Do not prefer writer for text/plain: +text/plain=leafpad.desktop diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/base/usr/share/themes/openSUSE-Xfce/xfce-notify-4.0/gtkrc new/xfce4-branding-openSUSE-4.10.0/base/usr/share/themes/openSUSE-Xfce/xfce-notify-4.0/gtkrc --- old/xfce4-branding-openSUSE-4.10.0/base/usr/share/themes/openSUSE-Xfce/xfce-notify-4.0/gtkrc 1970-01-01 01:00:00.000000000 +0100 +++ new/xfce4-branding-openSUSE-4.10.0/base/usr/share/themes/openSUSE-Xfce/xfce-notify-4.0/gtkrc 2014-04-28 12:17:45.000000000 +0200 @@ -0,0 +1,29 @@ +style "notification_window" +{ + bg[NORMAL] = @tooltip_bg_color + + XfceNotifyWindow::border-radius = 10.0 + XfceNotifyWindow::border-width = 0.0 + XfceNotifyWindow::border-width-hover = 0.0 +} + +style "notification_body" +{ + fg[NORMAL] = @tooltip_fg_color + base[PRELIGHT] = @tooltip_bg_color + base[ACTIVE] = shade (1.2, @tooltip_bg_color) + + GtkWidget::link-color = @tooltip_fg_color + GtkWidget::visited-link-color = shade (0.8, @tooltip_fg_color) +} + +style "notification_summary" +{ + fg[NORMAL] = @tooltip_fg_color + + font_name = "Bold" +} + +class "XfceNotifyWindow" style "notification_window" +widget "XfceNotifyWindow.*.summary" style "notification_summary" +widget "XfceNotifyWindow.*.body" style "notification_body" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/base/usr/share/xfce/applications/defaults.list new/xfce4-branding-openSUSE-4.10.0/base/usr/share/xfce/applications/defaults.list --- old/xfce4-branding-openSUSE-4.10.0/base/usr/share/xfce/applications/defaults.list 1970-01-01 01:00:00.000000000 +0100 +++ new/xfce4-branding-openSUSE-4.10.0/base/usr/share/xfce/applications/defaults.list 2014-04-28 00:06:55.000000000 +0200 @@ -0,0 +1,447 @@ +# generated by suse-update-mime-defaults from /etc/xfce_defaults.conf +[Default Applications] +application/csv=calc.desktop +application/excel=calc.desktop +application/msexcel=calc.desktop +application/mspowerpoint=impress.desktop +application/msword=writer.desktop +application/mxf=totem.desktop +application/ogg=totem.desktop +application/oxps=evince.desktop +application/pdf=evince.desktop +application/pkcs10=gcr-viewer.desktop +application/pkcs10+pem=gcr-viewer.desktop +application/pkcs12=gcr-viewer.desktop +application/pkcs12+pem=gcr-viewer.desktop +application/pkcs7-mime=gcr-viewer.desktop +application/pkcs7-mime+pem=gcr-viewer.desktop +application/pkcs8=gcr-viewer.desktop +application/pkcs8+pem=gcr-viewer.desktop +application/pkix-cert=gcr-viewer.desktop +application/pkix-cert+pem=gcr-viewer.desktop +application/pkix-crl=gcr-viewer.desktop +application/pkix-crl+pem=gcr-viewer.desktop +application/postscript=evince.desktop +application/ram=totem.desktop +application/rtf=writer.desktop +application/sdp=totem.desktop +application/smil=totem.desktop +application/smil+xml=totem.desktop +application/tab-separated-values=calc.desktop +application/vnd.apple.mpegurl=totem.desktop +application/vnd.corel-draw=draw.desktop +application/vnd.lotus-1-2-3=calc.desktop +application/vnd.lotus-wordpro=writer.desktop +application/vnd.mozilla.xul+xml=firefox.desktop +application/vnd.ms-cab-compressed=file-roller.desktop +application/vnd.ms-excel=calc.desktop +application/vnd.ms-excel.sheet.binary.macroenabled.12=calc.desktop +application/vnd.ms-excel.sheet.macroenabled.12=calc.desktop +application/vnd.ms-excel.template.macroenabled.12=calc.desktop +application/vnd.ms-powerpoint=impress.desktop +application/vnd.ms-powerpoint.presentation.macroenabled.12=impress.desktop +application/vnd.ms-powerpoint.slideshow.macroEnabled.12=impress.desktop +application/vnd.ms-powerpoint.template.macroenabled.12=impress.desktop +application/vnd.ms-publisher=draw.desktop +application/vnd.ms-word=writer.desktop +application/vnd.ms-word.document.macroenabled.12=writer.desktop +application/vnd.ms-word.template.macroenabled.12=writer.desktop +application/vnd.ms-works=writer.desktop +application/vnd.ms-wpl=totem.desktop +application/vnd.ms-xpsdocument=evince.desktop +application/vnd.oasis.opendocument.chart=calc.desktop +application/vnd.oasis.opendocument.chart-template=calc.desktop +application/vnd.oasis.opendocument.database=base.desktop +application/vnd.oasis.opendocument.formula=math.desktop +application/vnd.oasis.opendocument.formula-template=math.desktop +application/vnd.oasis.opendocument.graphics=draw.desktop +application/vnd.oasis.opendocument.graphics-flat-xml=xsltfilter.desktop +application/vnd.oasis.opendocument.graphics-template=draw.desktop +application/vnd.oasis.opendocument.presentation=impress.desktop +application/vnd.oasis.opendocument.presentation-flat-xml=xsltfilter.desktop +application/vnd.oasis.opendocument.presentation-template=impress.desktop +application/vnd.oasis.opendocument.spreadsheet=calc.desktop +application/vnd.oasis.opendocument.spreadsheet-flat-xml=xsltfilter.desktop +application/vnd.oasis.opendocument.spreadsheet-template=calc.desktop +application/vnd.oasis.opendocument.text=writer.desktop +application/vnd.oasis.opendocument.text-flat-xml=xsltfilter.desktop +application/vnd.oasis.opendocument.text-master=writer.desktop +application/vnd.oasis.opendocument.text-template=writer.desktop +application/vnd.oasis.opendocument.text-web=writer.desktop +application/vnd.openofficeorg.extension=startcenter.desktop +application/vnd.openxmlformats-officedocument.presentationml.presentation=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.slide=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.slideshow=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.template=impress.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=calc.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.template=calc.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.document=writer.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.template=writer.desktop +application/vnd.rn-realmedia=vlc.desktop +application/vnd.stardivision.writer-global=writer.desktop +application/vnd.sun.xml.base=base.desktop +application/vnd.sun.xml.calc=calc.desktop +application/vnd.sun.xml.calc.template=calc.desktop +application/vnd.sun.xml.draw=draw.desktop +application/vnd.sun.xml.draw.template=draw.desktop +application/vnd.sun.xml.impress=impress.desktop +application/vnd.sun.xml.impress.template=impress.desktop +application/vnd.sun.xml.math=math.desktop +application/vnd.sun.xml.writer=writer.desktop +application/vnd.sun.xml.writer.global=writer.desktop +application/vnd.sun.xml.writer.template=writer.desktop +application/vnd.tcpdump.pcap=wireshark.desktop +application/vnd.visio=draw.desktop +application/vnd.wordperfect=writer.desktop +application/wordperfect=writer.desktop +application/x-123=calc.desktop +application/x-5view=wireshark.desktop +application/x-7z-compressed=file-roller.desktop +application/x-7z-compressed-tar=file-roller.desktop +application/x-ace=file-roller.desktop +application/x-alz=file-roller.desktop +application/x-app-package=gpk-install-local-file.desktop +application/x-ar=file-roller.desktop +application/x-archive=file-roller.desktop +application/x-arj=file-roller.desktop +application/x-bittorrent=transmission-gtk.desktop +application/x-brasero=brasero.desktop +application/x-bzdvi=evince.desktop +application/x-bzip=file-roller.desktop +application/x-bzip-compressed-tar=file-roller.desktop +application/x-bzip1=file-roller.desktop +application/x-bzip1-compressed-tar=file-roller.desktop +application/x-bzpdf=evince.desktop +application/x-bzpostscript=evince.desktop +application/x-cabinet=file-roller.desktop +application/x-catalog=gpk-install-catalog.desktop +application/x-cb7=evince.desktop +application/x-cbr=file-roller.desktop +application/x-cbt=evince.desktop +application/x-cbz=file-roller.desktop +application/x-cd-image=brasero.desktop +application/x-cdrdao-toc=brasero.desktop +application/x-chess-pgn=glchess.desktop +application/x-compress=file-roller.desktop +application/x-compressed-tar=file-roller.desktop +application/x-cpio=file-roller.desktop +application/x-cue=brasero.desktop +application/x-dbase=calc.desktop +application/x-dbf=calc.desktop +application/x-deb=file-roller.desktop +application/x-desktop=panel-desktop-handler.desktop +application/x-doc=writer.desktop +application/x-dos_ms_excel=calc.desktop +application/x-dvi=evince.desktop +application/x-ear=file-roller.desktop +application/x-etherpeek=wireshark.desktop +application/x-excel=calc.desktop +application/x-extension-m4a=totem.desktop +application/x-extension-mp4=totem.desktop +application/x-extension-txt=writer.desktop +application/x-flac=totem.desktop +application/x-flash-video=totem.desktop +application/x-gtar=file-roller.desktop +application/x-gzdvi=evince.desktop +application/x-gzip=file-roller.desktop +application/x-gzpdf=evince.desktop +application/x-gzpostscript=file-roller.desktop +application/x-hwp=writer.desktop +application/x-iptrace=wireshark.desktop +application/x-java-archive=file-roller.desktop +application/x-java-jnlp-file=javaws.desktop +application/x-lanalyzer=wireshark.desktop +application/x-lha=file-roller.desktop +application/x-lhz=file-roller.desktop +application/x-lrzip=file-roller.desktop +application/x-lrzip-compressed-tar=file-roller.desktop +application/x-lzip=file-roller.desktop +application/x-lzip-compressed-tar=file-roller.desktop +application/x-lzma=file-roller.desktop +application/x-lzma-compressed-tar=file-roller.desktop +application/x-lzop=file-roller.desktop +application/x-lzop-compressed-tar=file-roller.desktop +application/x-matroska=totem.desktop +application/x-ms-dos-executable=file-roller.desktop +application/x-ms-excel=calc.desktop +application/x-ms-wim=file-roller.desktop +application/x-msexcel=calc.desktop +application/x-netinstobserver=wireshark.desktop +application/x-netshow-channel=totem.desktop +application/x-nettl=wireshark.desktop +application/x-ogg=totem.desktop +application/x-pcapng=wireshark.desktop +application/x-pem-file=gcr-viewer.desktop +application/x-pem-key=gcr-viewer.desktop +application/x-pkcs12=gcr-viewer.desktop +application/x-pkcs7-certificates=gcr-viewer.desktop +application/x-quattropro=calc.desktop +application/x-quicktime-media-link=totem.desktop +application/x-quicktimeplayer=totem.desktop +application/x-radcom=wireshark.desktop +application/x-rar=file-roller.desktop +application/x-rar-compressed=file-roller.desktop +application/x-redhat-package-manager=package-manager.desktop +application/x-rpm=package-manager.desktop +application/x-rzip=file-roller.desktop +application/x-rzip-compressed-tar=file-roller.desktop +application/x-servicepack=gpk-install-local-file.desktop +application/x-shockwave-flash=vlc.desktop +application/x-shorten=totem.desktop +application/x-smil=totem.desktop +application/x-snoop=wireshark.desktop +application/x-spkac=gcr-viewer.desktop +application/x-spkac+base64=gcr-viewer.desktop +application/x-stuffit=file-roller.desktop +application/x-t602=writer.desktop +application/x-tar=file-roller.desktop +application/x-tarz=file-roller.desktop +application/x-toc=brasero.desktop +application/x-visualnetworks=wireshark.desktop +application/x-war=file-roller.desktop +application/x-wpg=draw.desktop +application/x-x509-ca-cert=gcr-viewer.desktop +application/x-x509-user-cert=gcr-viewer.desktop +application/x-xpinstall=firefox.desktop +application/x-xz=file-roller.desktop +application/x-xz-compressed-tar=file-roller.desktop +application/x-xzpdf=evince.desktop +application/x-zip=file-roller.desktop +application/x-zip-compressed=file-roller.desktop +application/x-zoo=file-roller.desktop +application/xhtml+xml=firefox.desktop +application/xspf+xml=totem.desktop +application/zip=file-roller.desktop +audio/3gpp=totem.desktop +audio/AMR=totem.desktop +audio/AMR-WB=totem.desktop +audio/ac3=totem.desktop +audio/amr=vlc.desktop +audio/amr-wb=vlc.desktop +audio/basic=totem.desktop +audio/flac=totem.desktop +audio/midi=totem.desktop +audio/mp2=totem.desktop +audio/mp4=totem.desktop +audio/mpeg=totem.desktop +audio/mpegurl=totem.desktop +audio/ogg=totem.desktop +audio/prs.sid=totem.desktop +audio/vnd.rn-realaudio=vlc.desktop +audio/webm=vlc.desktop +audio/x-aiff=totem.desktop +audio/x-ape=totem.desktop +audio/x-flac=totem.desktop +audio/x-gsm=totem.desktop +audio/x-it=totem.desktop +audio/x-m4a=totem.desktop +audio/x-matroska=totem.desktop +audio/x-mod=totem.desktop +audio/x-mp3=totem.desktop +audio/x-mp3-playlist=brasero.desktop +audio/x-mpeg=totem.desktop +audio/x-mpegurl=totem.desktop +audio/x-ms-asf=totem.desktop +audio/x-ms-asx=totem.desktop +audio/x-ms-wax=totem.desktop +audio/x-ms-wma=totem.desktop +audio/x-musepack=totem.desktop +audio/x-pn-aiff=totem.desktop +audio/x-pn-au=totem.desktop +audio/x-pn-realaudio=vlc.desktop +audio/x-pn-realaudio-plugin=vlc.desktop +audio/x-pn-wav=totem.desktop +audio/x-pn-windows-acm=totem.desktop +audio/x-real-audio=vlc.desktop +audio/x-s3m=totem.desktop +audio/x-sbc=totem.desktop +audio/x-scpls=totem.desktop +audio/x-speex=totem.desktop +audio/x-stm=totem.desktop +audio/x-tta=totem.desktop +audio/x-vorbis=totem.desktop +audio/x-vorbis+ogg=totem.desktop +audio/x-wav=totem.desktop +audio/x-wavpack=totem.desktop +audio/x-xm=totem.desktop +image/bmp=ristretto.desktop +image/g3fax=gimp.desktop +image/gif=ristretto.desktop +image/jp2=gimp.desktop +image/jpeg=ristretto.desktop +image/jpeg2000=gimp.desktop +image/jpg=shotwell-viewer.desktop +image/jpx=gimp.desktop +image/pjpeg=shotwell-viewer.desktop +image/png=ristretto.desktop +image/svg+xml=ristretto.desktop +image/tiff=ristretto.desktop +image/vnd.djvu=evince.desktop +image/vnd.rn-realpix=vlc.desktop +image/x-3fr=shotwell-viewer.desktop +image/x-adobe-dng=shotwell-viewer.desktop +image/x-arw=shotwell-viewer.desktop +image/x-bay=shotwell-viewer.desktop +image/x-bmp=shotwell-viewer.desktop +image/x-bzeps=evince.desktop +image/x-canon-cr2=shotwell-viewer.desktop +image/x-canon-crw=shotwell-viewer.desktop +image/x-cap=shotwell-viewer.desktop +image/x-cmu-raster=ristretto.desktop +image/x-compressed-xcf=gimp.desktop +image/x-cr2=shotwell-viewer.desktop +image/x-crw=shotwell-viewer.desktop +image/x-dcr=shotwell-viewer.desktop +image/x-dcraw=shotwell-viewer.desktop +image/x-dcs=shotwell-viewer.desktop +image/x-dng=shotwell-viewer.desktop +image/x-drf=shotwell-viewer.desktop +image/x-eip=shotwell-viewer.desktop +image/x-eps=evince.desktop +image/x-erf=shotwell-viewer.desktop +image/x-fff=shotwell-viewer.desktop +image/x-fits=gimp.desktop +image/x-fuji-raf=shotwell-viewer.desktop +image/x-gimp-gbr=gimp.desktop +image/x-gimp-gih=gimp.desktop +image/x-gimp-pat=gimp.desktop +image/x-gzeps=evince.desktop +image/x-ico=ristretto.desktop +image/x-icon=gimp.desktop +image/x-iiq=shotwell-viewer.desktop +image/x-k25=shotwell-viewer.desktop +image/x-kdc=shotwell-viewer.desktop +image/x-mef=shotwell-viewer.desktop +image/x-minolta-mrw=shotwell-viewer.desktop +image/x-mos=shotwell-viewer.desktop +image/x-mrw=shotwell-viewer.desktop +image/x-nef=shotwell-viewer.desktop +image/x-nikon-nef=shotwell-viewer.desktop +image/x-nrw=shotwell-viewer.desktop +image/x-olympus-orf=shotwell-viewer.desktop +image/x-orf=shotwell-viewer.desktop +image/x-panasonic-raw=shotwell-viewer.desktop +image/x-pcx=gimp.desktop +image/x-pef=shotwell-viewer.desktop +image/x-pentax-pef=shotwell-viewer.desktop +image/x-pict=totem.desktop +image/x-png=shotwell-viewer.desktop +image/x-portable-anymap=ristretto.desktop +image/x-portable-bitmap=ristretto.desktop +image/x-portable-graymap=ristretto.desktop +image/x-portable-pixmap=ristretto.desktop +image/x-psd=gimp.desktop +image/x-psp=gimp.desktop +image/x-ptx=shotwell-viewer.desktop +image/x-pxn=shotwell-viewer.desktop +image/x-r3d=shotwell-viewer.desktop +image/x-raf=shotwell-viewer.desktop +image/x-raw=shotwell-viewer.desktop +image/x-rw2=shotwell-viewer.desktop +image/x-rwl=shotwell-viewer.desktop +image/x-rwz=shotwell-viewer.desktop +image/x-sgi=gimp.desktop +image/x-sigma-x3f=shotwell-viewer.desktop +image/x-sony-arw=shotwell-viewer.desktop +image/x-sony-sr2=shotwell-viewer.desktop +image/x-sony-srf=shotwell-viewer.desktop +image/x-sr2=shotwell-viewer.desktop +image/x-srf=shotwell-viewer.desktop +image/x-sun-raster=ristretto.desktop +image/x-tga=ristretto.desktop +image/x-win-bitmap=ristretto.desktop +image/x-wmf=gimp.desktop +image/x-x3f=shotwell-viewer.desktop +image/x-xbitmap=ristretto.desktop +image/x-xcf=gimp.desktop +image/x-xcursor=gimp.desktop +image/x-xpixmap=ristretto.desktop +image/x-xpm=ristretto.desktop +image/x-xwindowdump=gimp.desktop +inode/directory=Thunar-folder-handler.desktop +misc/ultravox=totem.desktop +text/calendar=xfcalendar.desktop +text/comma-separated-values=calc.desktop +text/csv=calc.desktop +text/google-video-pointer=totem.desktop +text/html=firefox.desktop +text/mathml=math.desktop +text/mml=firefox.desktop +text/plain=leafpad.desktop +text/rtf=writer.desktop +text/spreadsheet=calc.desktop +text/tab-separated-values=calc.desktop +text/x-bibtex=jabref.desktop +text/x-comma-separated-values=calc.desktop +text/x-csv=calc.desktop +text/x-google-video-pointer=totem.desktop +text/x-suse-ymp=yast2-metapackage-handler.desktop +text/x-suse-ymu=yast2-metapackage-handler-ymu.desktop +text/xml=firefox.desktop +video/3gp=totem.desktop +video/3gpp=totem.desktop +video/divx=totem.desktop +video/dv=totem.desktop +video/fli=totem.desktop +video/flv=totem.desktop +video/mp2t=totem.desktop +video/mp4=totem.desktop +video/mp4v-es=totem.desktop +video/mpeg=totem.desktop +video/msvideo=totem.desktop +video/ogg=totem.desktop +video/quicktime=totem.desktop +video/vivo=totem.desktop +video/vnd.divx=totem.desktop +video/vnd.mpegurl=totem.desktop +video/vnd.rn-realvideo=vlc.desktop +video/vnd.vivo=totem.desktop +video/webm=totem.desktop +video/x-anim=totem.desktop +video/x-avi=totem.desktop +video/x-flc=totem.desktop +video/x-fli=totem.desktop +video/x-flic=totem.desktop +video/x-flv=totem.desktop +video/x-m4v=totem.desktop +video/x-matroska=totem.desktop +video/x-mpeg=totem.desktop +video/x-mpeg2=totem.desktop +video/x-ms-asf=totem.desktop +video/x-ms-asx=totem.desktop +video/x-ms-wm=totem.desktop +video/x-ms-wmv=totem.desktop +video/x-ms-wmx=totem.desktop +video/x-ms-wvx=totem.desktop +video/x-msvideo=totem.desktop +video/x-nsv=totem.desktop +video/x-ogm+ogg=totem.desktop +video/x-theora+ogg=totem.desktop +video/x-totem-stream=totem.desktop +x-content/audio-cdda=sound-juicer.desktop +x-content/audio-player=rhythmbox-device.desktop +x-content/image-dcf=shotwell.desktop +x-content/image-picturecd=brasero.desktop +x-content/video-dvd=totem.desktop +x-content/video-svcd=totem.desktop +x-content/video-vcd=totem.desktop +x-scheme-handler/ftp=firefox.desktop +x-scheme-handler/ghelp=yelp.desktop +x-scheme-handler/help=yelp.desktop +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop +x-scheme-handler/icy=totem.desktop +x-scheme-handler/icyx=totem.desktop +x-scheme-handler/info=yelp.desktop +x-scheme-handler/itms=rhythmbox.desktop +x-scheme-handler/magnet=transmission-gtk.desktop +x-scheme-handler/mailto=thunderbird.desktop +x-scheme-handler/man=yelp.desktop +x-scheme-handler/mms=totem.desktop +x-scheme-handler/mmsh=totem.desktop +x-scheme-handler/net=totem.desktop +x-scheme-handler/pnm=totem.desktop +x-scheme-handler/rtmp=totem.desktop +x-scheme-handler/rtp=totem.desktop +x-scheme-handler/rtsp=totem.desktop +x-scheme-handler/uvox=totem.desktop -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de