Mageia Bugzilla – Attachment 11590 Details for
Bug 17873
Add Atom text editor to mageia
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
atom patch to build with python2
atom-python.patch (text/plain), 499 bytes, created by
Kristoffer Grundström
on 2020-04-17 03:27:14 CEST
(
hide
)
Description:
atom patch to build with python2
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2020-04-17 03:27:14 CEST
Size:
499 bytes
patch
obsolete
>--- a/usr/share/applications/atom.desktop >+++ b/usr/share/applications/atom.desktop >@@ -2,7 +2,7 @@ > Name=Atom > Comment=A hackable text editor for the 21st Century. > GenericName=Text Editor >-Exec=/usr/share/atom/atom %F >+Exec=env PYTHON=python2 /usr/share/atom/atom %U > Icon=atom > Type=Application > StartupNotify=true > > >--- a/usr/share/atom/resources/app/apm/bin/apm >+++ b/usr/share/atom/resources/app/apm/bin/apm >@@ -2,6 +2,8 @@ > > set -e > >+export PYTHON=python2 >+ > initialCwd=`pwd -P` > > apmPath=$0
--- a/usr/share/applications/atom.desktop +++ b/usr/share/applications/atom.desktop @@ -2,7 +2,7 @@ Name=Atom Comment=A hackable text editor for the 21st Century. GenericName=Text Editor -Exec=/usr/share/atom/atom %F +Exec=env PYTHON=python2 /usr/share/atom/atom %U Icon=atom Type=Application StartupNotify=true --- a/usr/share/atom/resources/app/apm/bin/apm +++ b/usr/share/atom/resources/app/apm/bin/apm @@ -2,6 +2,8 @@ set -e +export PYTHON=python2 + initialCwd=`pwd -P` apmPath=$0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17873
:
11589
| 11590 |
11591
|
11592
|
11593