Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 603214 Details for
Bug 846466
pls add X-Mate to OnlyShowIn entry in desktop files
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add_mate_to_OnlyShowIn_3.2.1
add_mate_to_OnlyShowIn_3.2.1.patch (text/plain), 5.29 KB, created by
Wolfgang Ulbrich
on 2012-08-09 09:28:57 UTC
(
hide
)
Description:
add_mate_to_OnlyShowIn_3.2.1
Filename:
MIME Type:
Creator:
Wolfgang Ulbrich
Created:
2012-08-09 09:28:57 UTC
Size:
5.29 KB
patch
obsolete
>diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-gpg.desktop.in gnome-keyring-3.2.1/daemon/gnome-keyring-gpg.desktop.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-gpg.desktop.in 2011-10-17 22:42:14.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-gpg.desktop.in 2012-08-09 10:49:56.201628131 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=GPG Password Agent > _Comment=GNOME Keyring: GPG Agent > Exec= gnome-keyring-daemon --start --components=gpg >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-gpg.desktop.in.in gnome-keyring-3.2.1/daemon/gnome-keyring-gpg.desktop.in.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-gpg.desktop.in.in 2011-10-14 20:45:19.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-gpg.desktop.in.in 2012-08-09 10:50:06.451711215 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=GPG Password Agent > _Comment=GNOME Keyring: GPG Agent > Exec=@VALGRIND_RUN@ gnome-keyring-daemon --start --components=gpg >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-pkcs11.desktop.in gnome-keyring-3.2.1/daemon/gnome-keyring-pkcs11.desktop.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-pkcs11.desktop.in 2011-10-17 22:42:14.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-pkcs11.desktop.in 2012-08-09 10:50:14.656773652 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=Certificate and Key Storage > _Comment=GNOME Keyring: PKCS#11 Component > Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11 >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-pkcs11.desktop.in.in gnome-keyring-3.2.1/daemon/gnome-keyring-pkcs11.desktop.in.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-pkcs11.desktop.in.in 2011-10-14 20:45:19.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-pkcs11.desktop.in.in 2012-08-09 10:50:23.475822201 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=Certificate and Key Storage > _Comment=GNOME Keyring: PKCS#11 Component > Exec=@VALGRIND_RUN@@BINDIR@/gnome-keyring-daemon --start --components=pkcs11 >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-secrets.desktop.in gnome-keyring-3.2.1/daemon/gnome-keyring-secrets.desktop.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-secrets.desktop.in 2011-10-17 22:42:14.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-secrets.desktop.in 2012-08-09 10:50:30.773863167 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=Secret Storage Service > _Comment=GNOME Keyring: Secret Service > Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-secrets.desktop.in.in gnome-keyring-3.2.1/daemon/gnome-keyring-secrets.desktop.in.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-secrets.desktop.in.in 2011-10-14 20:45:19.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-secrets.desktop.in.in 2012-08-09 10:50:39.581913575 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=Secret Storage Service > _Comment=GNOME Keyring: Secret Service > Exec=@VALGRIND_RUN@@BINDIR@/gnome-keyring-daemon --start --components=secrets >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-ssh.desktop.in gnome-keyring-3.2.1/daemon/gnome-keyring-ssh.desktop.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-ssh.desktop.in 2011-10-17 22:42:14.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-ssh.desktop.in 2012-08-09 10:50:48.445965315 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=SSH Key Agent > _Comment=GNOME Keyring: SSH Agent > Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true >diff -upr gnome-keyring-3.2.1-orig/daemon/gnome-keyring-ssh.desktop.in.in gnome-keyring-3.2.1/daemon/gnome-keyring-ssh.desktop.in.in >--- gnome-keyring-3.2.1-orig/daemon/gnome-keyring-ssh.desktop.in.in 2011-10-14 20:45:19.000000000 +0200 >+++ gnome-keyring-3.2.1/daemon/gnome-keyring-ssh.desktop.in.in 2012-08-09 10:50:56.042010450 +0200 >@@ -3,7 +3,7 @@ Type=Application > _Name=SSH Key Agent > _Comment=GNOME Keyring: SSH Agent > Exec=@VALGRIND_RUN@@BINDIR@/gnome-keyring-daemon --start --components=ssh >-OnlyShowIn=GNOME;LXDE;XFCE;Unity; >+OnlyShowIn=GNOME;LXDE;XFCE;Unity;MATE; > X-GNOME-Autostart-Phase=Initialization > X-GNOME-AutoRestart=false > X-GNOME-Autostart-Notify=true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846466
: 603214