• 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 Development Technical Development Readme file

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Readme file
nighthawk Offline
Member
***
Posts: 58
Threads: 7
Joined: Apr 2011
Reputation: 0
#1
12-16-2011, 07:03 AM
I'm pleased about todays release and downloaded on to my ubuntu machine (had trouble on that 'corrupt files') so tried my Fedora desktop which had a working nightingale. Downloaded, unpacked and noticed this time that there is no README. file to help with installing.

I cann't get it to work Sad , Mostly because I am not very experienced with installing from source and also my normal ploy of clicking on nightingale in the file browser produces nothing.

Any help or suggests appreciated, Thanks
always willing to learn...........and a lot still to learn.

May have guessed, I'm learning as I go
Find
Reply
ilikenwf Offline
Developer/Project Manager
*******
Posts: 412
Threads: 22
Joined: Nov 2010
Reputation: 8
#2
12-16-2011, 08:47 AM
What method did you use to download? Git? Or by one of the archives?

Either way, you shouldn't be getting a corruption error - that was most likely your browser failing you...did you try redownloading?

As for installing, just extract the archive somewhere and run the nightingale binary inside of the nightingale directory...

We plan on having debs available in the very immediate future...
How to Build Nightingale | Nightingale on GitHub
Find
Reply
Manko10 Offline
Lead Designer
***
Posts: 144
Threads: 7
Joined: Sep 2010
Reputation: 2
#3
12-16-2011, 08:59 AM (This post was last modified: 12-16-2011, 09:00 AM by Manko10.)
What I did is the following:

I created the folders:

~/.local/opt
~/.local/opt/bin
~/.local/share/applications
~/.local/share/pixmaps

Then I added ~/.local/opt/bin to my PATH variable:
Code:
PATH="${PATH}:${HOME}/.local/opt/bin"
(put this in your .bashrc or .zshrc or whatever)

Next I unpacked the tarball to ~/.local/opt/nightingale and placed the following script file in ~/.local/opt/bin:
Code:
#!/bin/sh
${HOME}/.local/opt/nightingale/nightingale
and made it executable:
Code:
chmod +x ~/.local/opt/bin/nightingale

That's basically it. To be able to run it from your application menu, the only thing left to do is to create a file called nightingale.desktop in ~/.local/share/applications with the following contents (do NOT make it executable):
Code:
[Desktop Entry]
Name=Nightingale
Exec=$HOME/.local/opt/nightingale/nightingale
Icon=nightingale
Type=Application
Categories=Audio;Music;Player;AudioVideo;
StartupNotify=true
and then place a version of the Nightingale icon in ~/.local/share/pixmaps/nightingale.png (about 128 or 256px is best).

Now you should be able to run Nightingale like any other application on your system from the command line and from the applications menu as well.

I use this local folder structure for all applications which I do not install from the repository.
Read my Blog Refining Linux!
Website Find
Reply
nighthawk Offline
Member
***
Posts: 58
Threads: 7
Joined: Apr 2011
Reputation: 0
#4
12-17-2011, 06:10 AM (This post was last modified: 12-18-2011, 10:17 PM by nighthawk.)
Thanks guys,

I downloaded from the home page of the website for both Fedora and Ubuntu.

Tonight I redownloaded from the download page (after clicking the 'other systems link') and unpacked on the Fedora machine, clicked on 'nightingale' directory. Hey presto, my favorite music player is back. Despite deleting the old original version all my settings are still there but the version number is correct.

Not to worried about the laptop at the moment as that is mostly for Uni stuff but will retry this weekend.
I fixed the laptop this morning using one of the Deb's from one of the other posts. Works really well and will now test it to find any bugs, etc.
always willing to learn...........and a lot still to learn.

May have guessed, I'm learning as I go
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: 03-24-2023, 09:58 AM 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