Warning: session_start(): open(/tmp/sess_je1rnt8c1c6msgskusk2cun282, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
nadavkav's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- nadavkav's profile .- Fan of (1) .- CV  .- Friends  .- Content (2) .- Latest Comments (7) . 
.
Re: Re: /usr/bin/fake.pl missing ?
Oct 9 2009  on content 2ManDVD

thanks !!! :-)

issue solved.

i just had to add:
#!/usr/bin/perl

as the first line to that fake.pl script, for it to work. ( i was getting errors )

all works fine, now. thanks !

btw,
beautiful application !

.
.
/usr/bin/fake.pl missing ?
Oct 8 2009  on content 2ManDVD

i was unable to make a dvd

while using 2mandvd which uses dvdauthor (to make a dvd out of an mpeg2 video)
i got this error:
Can't open perl script "/usr/bin/fake.pl": No such file or directory

after getting the fake.pl from an old smile(tool) tar.gz
(https://bugs.launchpad.net/getdeb.net/+bug/421604)
i was getting a new error : "binmode missing" (a perl, function)

i am attaching the logfile.

here is a short snapshot of the error:

FFmpeg version SVN-r17132, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr/local --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libx264 --enable-libtheora --enable-swscale --enable-libdc1394 --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --enable-libschroedinger --enable-avfilter-lavf --enable-yasm
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.14. 0 / 52.14. 0
libavformat 52.26. 0 / 52.26. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 3. 0 / 0. 3. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Feb 10 2009 19:24:30, gcc: 4.3.3
Input #0, wav, from 'silent.wav':
Duration: 00:00:01.00, bitrate: 3072 kb/s
Stream #0.0: Audio: pcm_s32le, 48000 Hz, stereo, s16, 3072 kb/s
Output #0, mp2, to '1.mp2':
Stream #0.0: Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
size= 8kB time=0.98 bitrate= 64.0kbits/s
video:0kB audio:8kB global headers:0kB muxing overhead 0.000000%
Can't open perl script "/usr/bin/fake.pl": No such file or directory
**ERROR: [mplex] Unable to open file 1.m2v for reading.
DVDAuthor::spumux, version 0.6.14.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>

.
.
patch for kde4
Mar 27 2009  on content Attach to Email Service Menu

i had to remark lines 105 >> 109

#if os.path.isabs(path):
#if find(emailclient,"kmail")!=-1 or find(emailclient,"evolution")!=-1:
#kmail and evolution will interpret http char codes even for local files;
#this compensates for that.
#path=urlsafe(path)

for attachments to work fine in kmail

and copy the generated .desktop file from the current folder to
/usr/share/kde4/services/ServiceMenus
(for global kde4 availability)

thank you for a beautiful and useful service menu :-)

.
.
fix minor bug
Oct 21 2008  on content Kdenlive Builder Wizard

i used to get failure at the end of the download sources and update process.
"Unable to create startup script - cp failed"

to fix it i added these two lines before line 1923:

mkdir $FINAL_INSTALL_DIR
mkdir $FINAL_INSTALL_DIR/bin

before:

$SUDO cp $TMPFILE $FINAL_INSTALL_DIR/bin/kdenlive_start || die "Unable to create startup script - cp failed"

thank you for a great application :-)

.
.
you are the best !
Aug 4 2008  on content Krusader

it is a great pleasure to use kommander
what a beautiful application !

bless you !

:-)

.
.
Re: good job done
Jun 18 2008  on content Krsync

i changed this line (install.sh)
if ! [ -z "$(cat /etc/lsb-release|grep -i Ubuntu)" ]; then

too...
if ! [ -z "$(lsb_release -d|grep -i Debian)" ]; then

to get it installed in my debian system.

please see if you can add cron support :-)

great great application !!!
sueper thanks :-)

.
.
compiling errors...
Dec 8 2004  on content Kdenlive

well, i got it all working now but...
there were compiling errors on the piave backend in which i had to add #include < math . h > into two files on the account of missing dec' of ceil function.
and an extra ; was left on 6-8 file on the kdenlive main project.

anyways... now all looks great :-)
thanks !

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team