OpenSUSE :: K3B Project Can't Find Files
Aug 10, 2011
A couple of months ago I saved an audio-project in k3B. I wanted to burn a new cd today, but the CD-list remains empty when loading the project. I suspect I removed/renamed the folder where the mp3-files are located, but I cannot remember how or where. Is there a way to read in the project-files where the mp3-files were located at the time of saving it?
View 1 Replies
ADVERTISEMENT
Apr 16, 2011
I was working on my Ubuntu lab machine and unconsciously deleted the project files I was working on. I have been working on the project since last 10 days now. Is there a way to restore the files? I do not have sudo access. I was working in my home directory which is served by a common file system (serving all the lab machines).
View 1 Replies
View Related
Aug 19, 2010
I have two files fasta file and qual file and i need to run mira3.Is it possible to run the mira3 project without the .sff files.and if so where do i get the .sff files since i have only the fasta and qual files.
View 1 Replies
View Related
Jun 28, 2010
I'm using NetBeans for editing some php files ( in a php project ) at remote server.
all go normal, but when saving the edited file using NetBeans, the file's permissions are set to 0600 by default, making me not able to browse to the file at the remote server till chmod it to 0777 or else.
the main project folder have permissions 0777 and owned to me.
Also the all sub-folders and files under the project's folder have the same permission 0777.
What is the problem ? And how to get over it ?
I'm using Ubuntu 10.04, NetBeans 6.9 ( Final Edition ).
The Connection to the remote server is via FTP in Passive Mode.
View 1 Replies
View Related
Feb 2, 2011
i am getting segmentation fault while porting project having c,c++,fortran files which has been developed in vc++ windows to linux.this project is working fine in windows but not in linux.when i runned in linux using makefile it is going through some output but again am getting segmentation fault.
View 1 Replies
View Related
May 25, 2010
How do I find files in opensuse 11.2 without using the command line. I see in dolphin "nepomuksearch", but it doesn't work. Even in the command line you cannot whereis a file like Monday, Monday.mp3. whereis also seems to be case sensitive.
View 5 Replies
View Related
Aug 9, 2010
I'm trying to find kdm configuration files where I could add post user login script to execute. I just cannot figure out what files are read and executed at what time. I'm trying to load ICC profile after user login. I needs to be executed by root before starting users KDE/Gnome/... session. Loading ICC profile requires running X, so /etc/init.d would not work. Setting s bit on a script run by user is the last resort due to obvious security implication. ... produced nothing useful. I would know what to do in older SuSE versions. In Ubuntu I'd put it in /etc/gdm/PostLogin/Default ...
View 1 Replies
View Related
Jan 11, 2011
I am looking for an application (better kde one) that can search two external hard disks I have and find any duplicate files. I did some backups before to one disk which i copied few years ago to the other disk. Right now I would like some program to check files and tell me if there are the same.
View 9 Replies
View Related
May 20, 2011
I've just installed a nas on my system. All is ok apart from Kaffeine. It will play the file from the home dir, a usb disc but not for some reason the same file over the network located on a nas. It come up with the following error message:
The connection was configured as a MS Windoze network drive.via dolphin. No problems with compressed,pdf or doc files or copying etc just playing an avi with kaffeine.
View 1 Replies
View Related
Jan 29, 2010
I was following the help file tutorial for creating a New Java Project using the Eclipse IDE, but neither the finish, the next buttons do anything when I click them... Does anyone know why this is happening, and how can I fix this completely unacceptable issue?
View 4 Replies
View Related
Apr 6, 2010
after giving up to install kdevelop3.5.5 under 11.0 since after searching and installing a lot of missing components following by installing another lot of missing components for python I would like to convert my C project from 3 to 4.Can anybody tell me what the best way might be.
View 1 Replies
View Related
Aug 27, 2010
I just installed OpenSUSE 11.3 and I want to use Kdevelop 4.0 for programming in fortran. when I try to start a new project (Project/New from template) I only get the choice between C++ and PHP. What can I do so that I can also use fortran.
View 1 Replies
View Related
Jul 12, 2011
im trying to burn an audio cd with brasero,when i select the audio files to add to the project i get an error message saying :"Track 1.wav" could not be opened." and :"Track 1.wav" is not suitable for audio or video media."i also tried the "copy cd" option,the program recognizes the audio cd in my drive but when i press the copy button the window disappears and nothing happen.i had a similar problem lately see thread - cant burn dvd,but this time i want to try and use brasero instead of k3b
View 7 Replies
View Related
Mar 2, 2011
Is there any reason why taskjuggler is not included in openSUSE? I can see a version available in openSUSE Factory but it is not built with latest libs. I have several of my friends asking for Project Management software under openSUSE and I don't know what to advise them.
View 9 Replies
View Related
Mar 15, 2010
Anyone else notice this. You can't increase the view area for the lower section where the project islisted.I could also only burn one data dvd. It wouldn't see the next blank dvd. I had to shut k3b and start again.reported to packman and packager
View 9 Replies
View Related
Sep 20, 2010
I'm currently on vacation, and noted that the kdenlive version on my laptop (running 64-bit openSUSE-11.3 with KDE-4.4.4) will crash when loading a kdenlive file that has an audio track previously saved.
ie one can no longer reload a project, after saving it, if one has an audio track in the project.
I note my desktop (just before I went on vacation) did not have this behaviour. Has anyone else encountered this?
When I get back from vacation, I'll compare the packages between the two (ie between laptop and desktop). I note these packages on my laptop, which may or may not be relevant.
Code:
kde4-kdenlive-0.7.7.1-1.pm.2.1.x86_64
libmlt++3-0.5.6-1.pm.1.16.x86_64
python-mlt-0.5.6-1.pm.1.16.x86_64
libmlt2-0.5.6-1.pm.1.16.x86_64
mlt-0.5.6-1.pm.1.16.x86_64
sox-14.3.1-1.11.x86_64
ladspa-1.13-3.8.x86_64
View 7 Replies
View Related
Sep 11, 2009
I am trying to do a find/grep/wc command to find matching files, print the filename and then the word count of a specific pattern per file. Here is my best (non-working) attempt so far:
wc `find . ( -name "*.as" -o -name "*.mxml" ) -exec grep -H HeightResizableList {}` ;
View 10 Replies
View Related
Jul 15, 2011
Is there a way to specify to find that I only want text files (and not binary files)? Grep has an option to exclude binary files, so I thought find probably has a similar feature, but I've been unable to find it.
View 2 Replies
View Related
Sep 3, 2011
When i open project in code blocks and click build and run, it pop out debug report and exit after that
View 3 Replies
View Related
Jan 25, 2009
I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for each file, why setuid mechanism is necessary for the command to function properly"
View 1 Replies
View Related
Aug 9, 2011
The find command does not seem to find all files in my directory hierarchy. My home directory is automounted from a server. The command to illustrate this is:find | sed -e 's/^.///' | sed -e 's//.*//' | sort -uThe result misses several directories. Likewise, a find of a particular file, like:find . -iname *sample* -printwhere sample_file.txt resides in one of the directories that is missing in the first find command, finds nothing
View 4 Replies
View Related
Oct 5, 2010
I know I can do find . -type f, but that includes binary file and I couldn't find a way to exclude them with find
View 4 Replies
View Related
Oct 11, 2010
I found this command that works great finding and replacing a simple string to another in files located in that folder and all sub-folders.
Code: find . -name '*.php' | xargs perl -pi -e 's/OldText/NewText/g'
The problem I have is that I need to replace a more complex string, like this: Old string: /mnt/stor6-wc2-dfw1/627896/982574/ New string: /mnt/stor8-wc2-dfw1/369587/302589/ There I don't know how to do it... since the / is what separates the old from the new strings, and the strings that I want to replace have / in it. Also, I would like to know how to specify under what folder replace the files, for example, I want that it search/replaces all files under /var/www/mysite/htdocs folder.
View 1 Replies
View Related
May 18, 2011
shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"
smthing like Code: #!/bin/bash
for files in /home/user/*
do
[code]....
View 1 Replies
View Related
Jul 30, 2010
Is there any way to find the core files with out using the FIND command?
View 1 Replies
View Related
Jan 26, 2010
I've got a collection of MP3 files, but sometimes I stumble across a double file in Rhythmbox. At first, I thought they were the real files, but after trying to fix the tags (artist names were incorrect or missing) in tag editor, I didn't see any change in the files in Rhythmbox.
This made me search for the album in which the files were (in Rhythmbox). I found out that these incorrectly named files were doubles, but they didn't show in the actual folder.
So, I deduced, They had to be fakes. I threw the doubles in the trash bin, and there it was. They were hidden files (with a dot in front).
How can I find all these hidden files, so I can remove them?
View 3 Replies
View Related
Aug 29, 2010
I want to use find and scp to copy files. Is there a way to copy files that have spaces in their names? I know you can add " tags for a single file but can find do that? This is the command that i use:
scp $(find -iname "*.avi") destination
View 12 Replies
View Related
Jan 21, 2011
I have a lot of mp3 files without any ID3 tag information. This is very annoying, because my iPod does not show them correctly. My Banshee shows them as "unknown artist" and the title. I would like to find them all in a bunch to batch update them.
View 2 Replies
View Related
May 20, 2010
I am trying to find out how to search for folders that do not contain certain files. My music collection of 20+GB a is organised into folders (Artist-Album). I would now like to ensure that every album folder contains the respective cover art image as a cover.jpg file. Quite a few do already, but many don't. So I would like to find all folders (not files) that fulfill the following criteria:is a subfolder of /home/user/Music;
Does not contain further subfolders (i.e. don't want to find artist folders);
Does not contain a file named cover.jpg.
View 6 Replies
View Related
Sep 17, 2010
My husband partictioned our hard drive Ubuntu/Windows. I use Itunes and Lime Wire a lot. When I am using Ubuntu I cant find the files we used on windows. Can anyone tell me how to access these music and pic files so I can view them and listen to them while on Ubuntu?
View 4 Replies
View Related