
dolphin patch autoplay on video\aud file
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
Video https://www.youtube.com/watch?v=7OQuDUoTHEo
this works for me , i have checked on ogv and webm it should work for other files if you have codecs installed .
any insult is welcomed
WHY
well i was missing to much this feature that there was on kde 3.x so i finally did it.
INSTALLATION THIS SCRIPT WILL DOWNLOAD THE SOURCE CODE APPLY THE PATCH AND COMPILE IT ON /HOME/USER
NOTE this will NOT OVERWRITE your original dolohin IT WILL RUN IT LOCALLY from /HOME/USER
INSTALL DEPENDENCIES
for debian
sudo apt-get build-dep kde-baseapps
INSTALL
cd /tmp ; wget https://kde-peace-settings.googlecode.com/git/dolphinExperiments/patchdolphin ; chmod +x patchdolphin ; ./patchdolphin
this code will download the script file that will:
-download patch
-download source code from kde website
-apply the patch
-compile it (MAKE SURE YOU HAVE EVERY PACKAGE YOU NEED TO COMPILE.)
-run dolphin locally
if you want install it ....
cd $HOME/patchdolphin/kde-baseapps-4.12.3/build ; sudo make install
if you prefer do not install it in your system , you could just copy the dolphin bin in your $HOME/bin renaming it with your prefered name
6 years ago
New script to do the job
detect multicore and use it
accept 1 argument , link vanilla kde-baseapps
version for 4.12.3
6 years ago
New script to do the job
detect multicore and use it
accept 1 argument , link vanilla kde-baseapps
version for 4.12.3
Strek
6 years ago
Report
nowardev
6 years ago
sudo apt-get build-dep dolphin
on other distro i dunno but with this command in ubuntu and debian you are able to download every packages you need to compile it ...
Report