Desktop file for MX Package Installer

For suggestions, procedures and requests for translations of documentation and apps to languages other than English.
Message
Author
User avatar
Jerry3904
Administrator
Posts: 21960
Joined: Wed Jul 19, 2006 6:13 am

Desktop file for MX Package Installer

#1 Post by Jerry3904 »

And again

Code: Select all

[Desktop Entry]
Name=MX Package Installer
Name[de]=MX Paket-Installer
Name[es]=
Name[fr]=
Name[it]=
Name[nl]=MX pakket installeerder
Name[sv]=MX Paket-installerare
Name[el]=Εγκατάσταση πακέτων του MX
Name[ru]=
Name[jp]=
Comment=Simple Package Installer
Comment[de]=einfache Paket-Installation
Comment[es]=
Comment[fr]=
Comment[it]=
Comment[nl]=eenvoudige pakket installeerder
Comment[sv]=Enkel Paket-installerare
Comment[el]=Απλή εγκατάσταση πακέτων
Comment[ru]=
Comment[jp]=
Exec=gksu mx-packageinstaller
Icon=/usr/share/pixmaps/mx/mx-packageinstaller.png
NoDisplay=false
Categories=System;
Type=Application
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
fu-sen
Posts: 86
Joined: Tue May 27, 2014 9:33 am

Re: Desktop file for MX Package Installer

#2 Post by fu-sen »

Japanese

Code: Select all

[Desktop Entry]
Name=MX Package Installer
Name[de]=MX Paket-Installer
Name[es]=
Name[fr]=
Name[it]=
Name[nl]=MX pakket installeerder
Name[sv]=MX Paket-installerare
Name[el]=Εγκατάσταση πακέτων του MX
Name[ru]=
Name[ja]=MX パッケージインストーラー
Comment=Simple Package Installer
Comment[de]=einfache Paket-Installation
Comment[es]=
Comment[fr]=
Comment[it]=
Comment[nl]=eenvoudige pakket installeerder
Comment[sv]=Enkel Paket-installerare
Comment[el]=Απλή εγκατάσταση πακέτων
Comment[ru]=
Comment[ja]=シンプルなパッケージインストーラー
Exec=gksu mx-packageinstaller
Icon=/usr/share/pixmaps/mx/mx-packageinstaller.png
NoDisplay=false
Categories=System;
Type=Application
🎈 BALLOON | FU-SEN from Japan 🗾 - https://balloon.gdn/ - https://github.com/fu-sen

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: Desktop file for MX Package Installer

#3 Post by Stevo »

I think we should replace gksu in the exec lines with this

Code: Select all

Exec=su-to-root -c -X mx-packageinstaller

and the same for all our desktop files that need to launch as root. The advantage is that this does not depend on one program only, so the launcher will automatically use gksu in MX and kdesu in MEPIS, for example.

User avatar
anticapitalista
Developer
Posts: 4167
Joined: Sat Jul 15, 2006 10:40 am

Re: Desktop file for MX Package Installer

#4 Post by anticapitalista »

Stevo wrote:I think we should replace gksu in the exec lines with this

Code: Select all

Exec=su-to-root -c -X mx-packageinstaller

and the same for all our desktop files that need to launch as root. The advantage is that this does not depend on one program only, so the launcher will automatically use gksu in MX and kdesu in MEPIS, for example.
Ok, but does the mx-packageinstaller work in MEPIS?
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
Adrian
Developer
Posts: 8269
Joined: Wed Jul 12, 2006 1:42 am

Re: Desktop file for MX Package Installer

#5 Post by Adrian »

I don't see why it wouldn't, the documentation will point to missing mxapps.html but other than that it should work fine.

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: Desktop file for MX Package Installer

#6 Post by Stevo »

Yes, it does. We can then also remove gksu from the package's dependencies.

It's just good practice to make a package as portable as possible, with the fewest dependencies.

User avatar
Jerry3904
Administrator
Posts: 21960
Joined: Wed Jul 19, 2006 6:13 am

Re: Desktop file for MX Package Installer

#7 Post by Jerry3904 »

If these MX apps are going to be used in M12, can we include the help document in the deb:

/usr/local/share/doc/mxapps.html
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: Desktop file for MX Package Installer

#8 Post by Stevo »

Jerry3904 wrote:If these MX apps are going to be used in M12, can we include the help document in the deb:

/usr/local/share/doc/mxapps.html
If that's the help for all the MX apps, how about we put that in its own package, mx-apps-help? Then we can have the MX apps have a "Recommends: mx-apps-help".

The Debian package build system doesn't like stuff in /usr/local, but I think I have a handle on how to override that.

User avatar
Jerry3904
Administrator
Posts: 21960
Joined: Wed Jul 19, 2006 6:13 am

Re: Desktop file for MX Package Installer

#9 Post by Jerry3904 »

Right now "MX Apps" is in the documentation set with many cross-refs from other docs. We would also have to change all the links in the apps. Color me reluctant.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: Desktop file for MX Package Installer

#10 Post by Stevo »

I meant I can get it to install in the same /usr/local location, overriding any objections from the packaging system. That should keep the links intact.

Post Reply

Return to “Translations”