
fortunoid
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Fortunoid show you a quote every x sec, using "fortune script".
Need: Fortune , kde 4.2
Install:
Install first fortune!
Then compile it :
mkdir build
cd build
cmake ..
make
make install
kbuildsycoca4;
restart plasma!
12 years ago
=====0.2
-Correct Settings bug! Now, information are saved!
- Auto-detect "fortune path" on your system.
- Add Color change!
======0.2.1
Add Licence
12 years ago
=====0.2
-Correct Settings bug! Now, information are saved!
- Auto-detect "fortune path" on your system.
- Add Color change!
======0.2.1
Add Licence
HardinComp
8 years ago
Instead of using
Quote:cmake ..
I used
Quote:cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
That's the command I used to install QuickAccess. I tried that just now and sure enough, I now have fortunoid on my desktop again. if anyone is still having problems building this they could try that cmake line and see if it works for them.
Report
bitcrazy
12 years ago
Any suggestions?
Greetings
m0nk
Report
fumantsu
11 years ago
On Arch the fortune was on /usr/bin, a symbolic on /usr/games and the quotes on /usr/share. Fix the path and probably with work.
Report
fumantsu
11 years ago
the problem is in the code. the code after whereis -b fortune doesn't isolate the bin. so if there is more that one "fortune" (which is normal one is the bin and the other is the directory) is doesn't undestand which is the binary.
Report
lmanik
12 years ago
Report
Ketrel
12 years ago
Report
joth666
12 years ago
The other problem is that it is taken for granted that the fortune binary is located in /usr/games, which is not always the case (it's not in OpenSUSE for example, where the default location is /usr/bin). Note: it still worked. I just got an additional "fortune can not be found" or words to that effect until I made a symlink into /usr/games.
Report
dridk
12 years ago
Please, tell me about other wish or bug!
Report
TotoKid
12 years ago
Report
Ketrel
12 years ago
The settings don't even stick if you go back into the preferences after saying ok.
Report