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 581340 Details for
Bug 817463
Users must be able to use PyMol as default molecular viewer application
[?]
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]
Patch fixing the issue
desktop-file.patch (text/plain), 2.34 KB, created by
Gökçen Eraslan
on 2012-05-01 09:57:26 UTC
(
hide
)
Description:
Patch fixing the issue
Filename:
MIME Type:
Creator:
Gökçen Eraslan
Created:
2012-05-01 09:57:26 UTC
Size:
2.34 KB
patch
obsolete
>commit 3c1221bd2a7e573aab721afb45f046b8f96e0a30 >Author: Gökçen Eraslan <gokcen.eraslan@gmail.com> >Date: Tue May 1 12:53:10 2012 +0300 > > * Tue May 01 2012 Gökçen Eraslan <gokcen.eraslan@gmail.com> - 1.5.0.2-2.20120218svn3982 > - Validate desktop file and add various mimetypes. > >diff --git a/pymol.desktop b/pymol.desktop >index cc95f4d..4b60c6f 100644 >--- a/pymol.desktop >+++ b/pymol.desktop >@@ -1,10 +1,12 @@ > [Desktop Entry] >-Encoding=UTF-8 > Name=PyMOL >-GenericName=Python Molecular Graphics >-Comment=Python Molecular Graphics >-Exec=pymol >+GenericName=PyMOL Molecular Graphics System >+GenericName[tr]=PyMOL Moleküler Grafik Sistemi >+Comment=View, render, animate and export molecular structures >+Comment[tr]=Moleküler yapıları görüntüleyin, canlandırın ve dönüÅtürün >+Exec=pymol %F > Icon=pymol-32 > Terminal=false > Type=Application >-Categories=Graphics;Science >+Categories=Graphics;Education;Science; >+MimeType=chemical/x-pdb;chemical/x-mdl-molfile;chemical/x-mol2;chemical/seq-aa-fasta;chemical/seq-na-fasta;chemical/x-xyz;chemical/x-mdl-sdf; >diff --git a/pymol.spec b/pymol.spec >index c044324..64c43b5 100644 >--- a/pymol.spec >+++ b/pymol.spec >@@ -3,7 +3,7 @@ > Summary: PyMOL Molecular Graphics System > Name: pymol > Version: 1.5.0.2 >-Release: 1.20120218svn3982%{?dist} >+Release: 2.20120218svn3982%{?dist} > License: MIT and BSD and ZPLv2.0 and Bitstream Vera and OFL > Group: Applications/Engineering > URL: http://www.pymol.org >@@ -34,6 +34,7 @@ Requires: python-numeric > Requires: python-pmw > Requires: tcl > Requires: tk >+Requires: chemical-mime-data > > %description > PyMOL is a molecular graphics system with an embedded Python >@@ -93,6 +94,12 @@ desktop-file-install --vendor='' --dir=%{buildroot}%{_datadir}/applications %{SO > mkdir -p %{buildroot}%{_datadir}/pixmaps > install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ > >+%post >+/usr/bin/update-desktop-database &> /dev/null || : >+ >+%postun >+/usr/bin/update-desktop-database &> /dev/null || : >+ > %clean > rm -rf %{buildroot} > >@@ -114,6 +121,9 @@ rm -rf %{buildroot} > %{python_sitearch}/pmg_wx/ > > %changelog >+* Tue May 01 2012 Gökçen Eraslan <gokcen.eraslan@gmail.com> - 1.5.0.2-2.20120218svn3982 >+- Validate desktop file and add various mimetypes. >+ > * Sat Feb 18 2012 Tim Fenn <tim.fenn@gmail.com> - 1.5.0.2-1.20120218svn3982 > - update to version 1.5.0.2 (SVN 3982), fixes bug related to loading maps >
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 817463
: 581340 |
581353