diff --git a/Scripts/copyDVD.sh b/Scripts/copyDVD.sh index 2755fd9..e8b7dc1 100755 --- a/Scripts/copyDVD.sh +++ b/Scripts/copyDVD.sh @@ -1,5 +1,6 @@ #!/bin/bash +# could use 'volname' command to initialize the entry field name=`~/.gnome2/nautilus-scripts/.prompt-output.py` if [ "$?" == "0" ] then diff --git a/Scripts/copyDVD.sh b/Scripts/copyDVD.sh index 2755fd9..e8b7dc1 100755 --- a/Scripts/copyDVD.sh +++ b/Scripts/copyDVD.sh @@ -1,5 +1,6 @@ #!/bin/bash +# could use 'volname' command to initialize the entry field name=`~/.gnome2/nautilus-scripts/.prompt-output.py` if [ "$?" == "0" ] then diff --git a/Scripts/setup_dev_ubuntu.sh b/Scripts/setup_dev_ubuntu.sh index ffacf12..b50b869 100644 --- a/Scripts/setup_dev_ubuntu.sh +++ b/Scripts/setup_dev_ubuntu.sh @@ -22,6 +22,8 @@ sudo apt-get install fp-ide # Optional if doing GTK+ programming sudo apt-get install anjuta +# Enables us to 'compile' images from GIMP in XCF format in to PNGs +sudo apt-get install xcftools echo echo Add to ~/.bashrc echo export PATH=/usr/lib/ccache:$PATH diff --git a/Scripts/copyDVD.sh b/Scripts/copyDVD.sh index 2755fd9..e8b7dc1 100755 --- a/Scripts/copyDVD.sh +++ b/Scripts/copyDVD.sh @@ -1,5 +1,6 @@ #!/bin/bash +# could use 'volname' command to initialize the entry field name=`~/.gnome2/nautilus-scripts/.prompt-output.py` if [ "$?" == "0" ] then diff --git a/Scripts/setup_dev_ubuntu.sh b/Scripts/setup_dev_ubuntu.sh index ffacf12..b50b869 100644 --- a/Scripts/setup_dev_ubuntu.sh +++ b/Scripts/setup_dev_ubuntu.sh @@ -22,6 +22,8 @@ sudo apt-get install fp-ide # Optional if doing GTK+ programming sudo apt-get install anjuta +# Enables us to 'compile' images from GIMP in XCF format in to PNGs +sudo apt-get install xcftools echo echo Add to ~/.bashrc echo export PATH=/usr/lib/ccache:$PATH diff --git a/Scripts/setup_ubuntu.sh b/Scripts/setup_ubuntu.sh index 395f42c..78da525 100755 --- a/Scripts/setup_ubuntu.sh +++ b/Scripts/setup_ubuntu.sh @@ -111,3 +111,7 @@ fi +# Setup Nautilus scripts +ln -s Nautilus ~/.gnome2/nautilus-scripts + +