Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Firefox.desktop
===================================================================
--- Firefox.desktop	(nonexistent)
+++ Firefox.desktop	(revision 293)
@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Type=Application
+Terminal=false
+Name[en_US]=Firefox
+Exec=/usr/lib/firefox/firefox
+Icon=firefox
+Icon[en_US]=firefox
+Name=Firefox

Property changes on: Firefox.desktop
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: Thunderbird.desktop
===================================================================
--- Thunderbird.desktop	(nonexistent)
+++ Thunderbird.desktop	(revision 293)
@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Type=Application
+Terminal=false
+Exec=/usr/lib/thunderbird/thunderbird
+Icon=thunderbird
+Icon[en_US]=thunderbird
+Name[en_US]=Thunderbird
+Name=Thunderbird

Property changes on: Thunderbird.desktop
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property