Software for the Bodhi Repositories
#41
Posted 28 February 2011 - 06:50 PM
#42
Posted 01 March 2011 - 12:10 PM
M1C4HTRON13, on 28 February 2011 - 06:50 PM, said:
Added it to my TODO list for the evening.
~Jeff
#44
Posted 03 April 2011 - 07:32 PM
#45
Posted 03 April 2011 - 08:35 PM
Jeff, on 03 April 2011 - 07:32 PM, said:
~Jeff
Thanks
#46
Posted 03 April 2011 - 11:51 PM
~Jeff
#48
Posted 09 May 2011 - 05:16 PM
This is my vote for a piece of software I consider essential to be added to the repositories. I downloaded and installed the Ubuntu .deb file and it seems to be working just fine, but it would be nice to eventually see it in the repositories.
#51
Posted 11 May 2011 - 04:34 AM
- Wuala (available from: http://www.wuala.com/en/download/linux )
- F-Prot Antivirus (available from http://www.f-prot.co...ad_fplinux.html ). Some may ask what for. The thing is that I use my laptop in mostly Windows environment and a lot of pendrives contain viruses. F-Prot is very good and it is lightweight. I guess quite a lot of Bodhi uses also work in mixed OS environments.
- drivers for Canon printers (and other devices). Canon supports their printers, however, most Linux drivers have limited functionality if compared to the Windows counterparts, e.g. the Linux driver for my Pixma 4500 does not utilize duplex and direct printing on CDs/DVDs. The drivers are available from http://software.canon-europe.com, e.g. the Linux drivers for my printer are here: http://www.canon.co....download&page=1
Thanks in advance!
#52
Posted 11 May 2011 - 09:58 AM
Can we have F.lux in repo?
It's a software that automatically adjust color of our screen based on time,
I was using this back then on Ubuntu,
it's very good, make monitor easier to stare for a long time
but when I tried to install from PPA
the Gui can't run
Thanks
#53
Posted 11 May 2011 - 11:28 AM
There are already two online sync/backup applications in the Bodhi Software Wiki - Dropbox and Spideroak. Have you tried them? What is different with Wuala?
#54
Posted 11 May 2011 - 11:55 AM
Kilian Valkhof's package doesn't work for me, either.
When updating the apt repository, I get:
Err http://ppa.launchpad.net lucid/main Packages 404 Not Found Atteint http://archive.getdeb.net lucid-getdeb Release Atteint http://archive.getdeb.net lucid-getdeb/apps Packages Atteint http://archive.getdeb.net lucid-getdeb/games Packages 1o réceptionnés en 1s (1o/s) W: Impossible de récupérer http://ppa.launchpad.net/killian/f.lux/ubuntu/dists/lucid/main/binary-i386/Packages.gz 404 Not Found E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
And, when I try to run it, I get:
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 381, in <module>
app = Fluxgui()
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 17, in __init__
self.indicator = Indicator(self)
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 149, in __init__
self.setup_indicator()
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 162, in setup_indicator
'gtk-icon-theme-name')
ValueError: could not find settingI don't know how to interpret those errors, but maybe you could comunicate with Mr. Valkhof and see what he suggests.
#55
Posted 11 May 2011 - 03:31 PM
Jeff Schallenberg, on 11 May 2011 - 11:55 AM, said:
Kilian Valkhof's package doesn't work for me, either.
When updating the apt repository, I get:
Err http://ppa.launchpad.net lucid/main Packages 404 Not Found Atteint http://archive.getdeb.net lucid-getdeb Release Atteint http://archive.getdeb.net lucid-getdeb/apps Packages Atteint http://archive.getdeb.net lucid-getdeb/games Packages 1o réceptionnés en 1s (1o/s) W: Impossible de récupérer http://ppa.launchpad.net/killian/f.lux/ubuntu/dists/lucid/main/binary-i386/Packages.gz 404 Not Found E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
And, when I try to run it, I get:
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 381, in <module>
app = Fluxgui()
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 17, in __init__
self.indicator = Indicator(self)
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 149, in __init__
self.setup_indicator()
File "/usr/lib/pymodules/python2.6/fluxgui/fluxgui.py", line 162, in setup_indicator
'gtk-icon-theme-name')
ValueError: could not find settingI don't know how to interpret those errors, but maybe you could comunicate with Mr. Valkhof and see what he suggests.
Yes, same error
I manage to get it run after a few hack-fu
1. Run these 3 command
wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb sudo dpkg -i getlibs-all.deb sudo getlibs -l libcanberra-gtk-module.so
2. Edit file fluxgui.py
sudo leafpad /usr/lib/pymodules/python2.6/fluxgui/fluxgui.py
then comment out line 160 to 166
#if gtk.gdk.screen_get_default():
# theme = gtk.gdk.screen_get_default().get_setting(
# 'gtk-icon-theme-name')
# if theme == 'ubuntu-mono-dark':
# self.indicator.set_icon('fluxgui-dark')
# elif theme == 'ubuntu-mono-light':
# self.indicator.set_icon('fluxgui-light')
those code check if you are using UBUNTU THEME
3. If exist, delete file /tmp/fluxgui_username.pid
4. run fluxgui
It runs the gui, but after I give the latitude and longitude, nothing happens.... I guess it just doesn't work
even worse, after that I can't call the GUI even though tray icon and menu run just fine.
#56
Posted 11 May 2011 - 03:38 PM
Jeff said:
~Jeff
Jeff, on 09 May 2011 - 11:19 PM, said:
~Jeff
Thanks, sorry I missed the reply. Yes, kind of like Drop Box only more secure. Also about half the price of Drop Box for extra storage!
#57
Posted 11 May 2011 - 06:11 PM
Brandon, on 11 May 2011 - 03:38 PM, said:
I see that! It has also been added to the software page (I like to have several entries in each category - user choice and all that).
@Przemek Looking at those softwares you listed now.
~Jeff
#58
Posted 13 May 2011 - 01:56 PM
Flac
Vorbis? Edit: This was already pulled in by something else on my install, but I'm not sure if every program that can use it will install it.
I mean really, we have the non-free up there, but not the FOSS ones!
This post has been edited by Brandon: 13 May 2011 - 04:14 PM
#59
Posted 13 May 2011 - 04:06 PM
#60
Posted 15 May 2011 - 01:02 PM
Cheers,
Tolcarael
build environment is grinning and holding a spatula...
Guess not...
from: XKCD
Proud user of Bodhi 0.1.6 legacy...'CAUSE IT JUST WORKS ^^

Help
This topic is locked













