• Home
  • Blog
  • Add-ons
  • Forum
  • Wiki
  • Developers
Nightingale - The tune of life, the tune of yours
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
Guest Hi, Guest
  • Login
  • Register
Login
Username:
Password: Lost Password?
 
Nightingale Forums Nightingale Operating System support GNU/Linux Install on Fedora / Korora and rpm based distros (gnome/cinnamon)

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Install on Fedora / Korora and rpm based distros (gnome/cinnamon)
pajafumo Offline
Junior Member
**
Posts: 2
Threads: 2
Joined: May 2013
Reputation: 0
#1
Wink  05-04-2013, 02:24 AM (This post was last modified: 05-15-2013, 03:10 AM by pajafumo.)
You can use the next script to install Nightingale on rpm based distros like Fedora or Korora, just saved as sh file (install.sh) then execute as root and enjoy!! Big Grin
Code:
#!/bin/bash
#    Fedora Tunning: Haciendo mas facil la instalacion y tuning de Fedora!!!!
#     Hecho por: pajafumo
#    email:  pajafumo@hotmail.com
#   twitter: @pajafumo
cd /tmp
#setting system architecture
chkmysql=`uname -r | egrep -c "x86_64"`
if [ "${chkmysql}" = "1" ]; then
    echo "Sistema de 64 bits"
    arquitectura="sixtyfour"
    url="http://sourceforge.net/projects/ngale/files/1.12.0-Release/Nightingale_1.12-2432_linux-x86_64.tar.bz2"
    sleep 2
else
    echo "Sistema de 32 bit"
    arquitectura="thirtytwo"
    url="http://sourceforge.net/projects/ngale/files/1.12.0-Release/Nightingale_1.12-2432_linux-i686.tar.bz2"
fi
# downloading nightingale
wget ${url}
# decompressing to opt dir
tar xfj Nightingale_1.12-2432_linux-x86_64.tar.bz2 -C /opt
cd /opt
mv Nightingale nightingale

# creating the icon on gnome menu
# https://linuxcritic.wordpress.com/2010/04/07/anatomy-of-a-desktop-file/
cd /tmp
echo "[Desktop Entry]" >nightingale.desktop
echo "Name=nightingale" >>nightingale.desktop
echo "Comment=mp3 player" >>nightingale.desktop
echo "Exec=/opt/nightingale/nightingale-bin %f" >>nightingale.desktop
echo "Icon=/opt/nightingale/chrome/icons/default/default.xpm" >>nightingale.desktop
echo "Type=Application" >>nightingale.desktop
echo "StartupNotify=false" >>nightingale.desktop
echo "Terminal=false" >>nightingale.desktop
echo "Categories=AudioVideo;" >>nightingale.desktop
mv nightingale.desktop ~/.local/share/applications/nightingale.desktop
cd ~
Find
Reply
ilikenwf Offline
Developer/Project Manager
*******
Posts: 412
Threads: 22
Joined: Nov 2010
Reputation: 8
#2
05-06-2013, 07:18 AM (This post was last modified: 05-06-2013, 07:19 AM by ilikenwf.)
Nice! Thanks for the contribution! Feel free to put it in some [code] blocks on a wiki page!

http://wiki.getnightingale.com/doku.php
How to Build Nightingale | Nightingale on GitHub
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 01-31-2023, 10:38 PM Powered By MyBB, © 2002-2023 MyBB Group.
Design By AliReza_Tofighi In WhiteCrow Software Group.
white outlined nightingale project logo

Nightingale is free!
It is an Open Source project released under the terms of the GNU General Public License v2 (GPL v2).
For more details, please read the license information.

Follow us!
f  g  t

Support
  • Community Forum
  • Official Blog
  • Add-ons
  • Wiki
  • Help Forum
Contribute
  • Developer's Center
  • Translate Nightingale
  • Source Code
  • Report a Bug
Ressources
  • Download Nightingale
Linear Mode
Threaded Mode