I have not tried this yet. Too late in the evening > just going to upload the tar.gz so it can be looked at. Some kind of new Music player that rips streaming radio kinda like stream tuner. I found a smaller Linux tar.gz that is current. To make up for my rambling in chat.
topic title: Foobnix
7 posts
• Page 1 of 1
-
Posts: 4,164
- Joined: 20 Feb 2009
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
Ran make install and tried to run it to see what it would do. Got a chardet error so I did a make uninstall to get rid of it. Deleted folder also.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#3
Roky there is a ubuntu deb available here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.foobnix.com/download?lang=en"
linktext was:"http://www.foobnix.com/download?lang=en"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.foobnix.com/download?lang=en"
linktext was:"http://www.foobnix.com/download?lang=en"
====================================
-
Posts: 4,164
- Joined: 20 Feb 2009
#4
Page load error on my end. I can find it though so don't sweat it.anticapitalista wrote:Roky there is a ubuntu deb available here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.foobnix.com/download?lang=en"
linktext was:"http://www.foobnix.com/download?lang=en"
====================================
-
Posts: 4,164
- Joined: 20 Feb 2009
#5
Does not look good
to uninstall deb. Just run dpkg -P foobnix.
Code: Select all
harry@bikertest2:~/Downloads$ sux
Password:
droot@bikertest2:/home/harry/Downloads# dpkg -i foobnix_0.2.3-1l_i386.deb
Selecting previously deselected package foobnix.
(Reading database ... 88828 files and directories currently installed.)
Unpacking foobnix (from foobnix_0.2.3-1l_i386.deb) ...
dpkg: dependency problems prevent configuration of foobnix:
foobnix depends on python-chardet; however:
Package python-chardet is not installed.
foobnix depends on python-mutagen; however:
Package python-mutagen is not installed.
foobnix depends on python-simplejson; however:
Package python-simplejson is not installed.
foobnix depends on python-gst0.10; however:
Package python-gst0.10 is not installed.
dpkg: error processing foobnix (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
foobnix
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#6
after doing dpkg -i *.deb
do
apt-get -f install
do
apt-get -f install
-
Posts: 4,164
- Joined: 20 Feb 2009
#7
I got it installed Anti after tracking down missing depends in my post above. I just got lazy and installed it again from my posted uploaded tar.gz. It gave some errors about me not having gnome desktop but opened any ways.
Funny thing was, It took over Icewm rox pinboard desktop. On all 4 desktops mind you. Becuase I could not bring up anything over the window (foobnix window) like screenshot or terminal. Moving screenshot to another desktop would greet me with another foobnix window. This baby don't wanna play nice with Icewm or rox pinboard. LOL __{{emoticon}}__
Code: Select all
@bikertest2:~$ foobnix
start program
WARNING:root:('Keybinder not instlled', ImportError('No module named keybinder',))
ERROR:root:('your DE is not GNOME', DBusException('The name org.gnome.SettingsDaemon was not provided by any .service files',))
******Foobnix run in 5.61616015434 seconds******
WARNING:root:('GET query_duration', QueryError('query failed',))
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
@bikertest2:~$