Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

3 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
# #
#firefox System Initialisierung #firefox System Initialisierung
PATH=$PATH:/opt/thunderbird/bin PATH=$PATH:/opt/firefox/bin
MOZILLA_FIVE_HOME=/opt/firefox MOZILLA_FIVE_HOME=/opt/firefox
MOZ_DIST_BIN=/opt/firefox/ MOZ_DIST_BIN=/opt/firefox/
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/thunderbird/lib/pkgconfig PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/firefox/lib/pkgconfig
export PATH MOZILLA_FIVE_HOME MOZ_DIST_BIN PKG_CONFIG_PATH export PATH MOZILLA_FIVE_HOME MOZ_DIST_BIN PKG_CONFIG_PATH

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Comment= Comment=
Exec=/opt/thunderbird/bin/thunderbird Exec=/opt/firefox/bin/thunderbird
Hidden=false Hidden=false
Icon=/opt/kde/share/icons/nuvola/16x16/apps/mozilla-thunderbird.png Icon=/opt/kde/share/icons/kdeclassic/16x16/apps/mozilla.png
Name=Thunderbird Name=Thunderbird
Path= Path=
Terminal=0 Terminal=0

View File

@ -57,8 +57,8 @@
# #
if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then
echo "/opt/thunderbird/lib/thunderbird" >>/etc/ld.so.conf echo "/opt/firefox/lib" >>/etc/ld.so.conf
if [ -d /opt/firefox/lib64 ]; then if [ -d /opt/firefox/lib64 ]; then
echo "/opt/thunderbird/lib64/thunderbird" >>/etc/ld.so.conf echo "/opt/firefox/lib64" >>/etc/ld.so.conf
fi fi
fi fi