Ubuntu :: F-Spot To Digikam - Cannot Easily Drag Tags Around To Recreate Hierarchy

Apr 11, 2010

I'm trying to switch my photo collection from F-spot to Digikam. Things have gone surprisingly well, considering I'm running a GNOME system. I have ~2000 photos with a hierarchal tag system to categorize them. I've come to grips with the fact that Digikam won't be able to read this tag hierarchy, and will completely flatten it.

My real problem is that I cannot easily drag tags around to recreate my hierarchy. Digikam only lets me drag one tag at a time (instead of allowing me to ctrl-select or shift-select multiple tags simultaneously), and when I release that tag, a popup appears, requiring me to click "Move Here" before the tag actually goes where I dropped it. Is there any way to speed up tag management in Digikam?

View 1 Replies


ADVERTISEMENT

General :: Copy Folder Hierarchy / Recreate All Folders From One Directory Without Copying Over Contents Of Folder?

Jul 2, 2010

Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,

Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.

$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.

View 1 Replies View Related

Ubuntu Multimedia :: Configure Vlc That It Won't Show Tags - Ffmpeg Should Strip Tags

Dec 19, 2010

I have a lot of avis with annoying metadata that show in vlc. Since I cannot figure out how to configure vlc in a way that it won't show the tags, ffmpeg should strip the tags. This is supposed to do the trick:

[Code]...

View 7 Replies View Related

Ubuntu :: Assign The Hierarchy To Correctly Rank The Data?

May 23, 2011

I want to filter data that has been ranked as A+, A, A-, B+, etc. I want to find items that have rank B or better. I'm finding that awk does not recognize the + or the -; so, I have to filter for < C and manually remove data ranked as B-. I've tried assigning "B+" < B and B < "B-" without success. how to assign the hierarchy to correctly rank the data?

View 6 Replies View Related

Ubuntu Multimedia :: Modify Folder Hierarchy For Importing Music?

Jun 16, 2010

I dual-boot, and in Windows, I use an awesome program for music maintenance called MediaMonkey, which sadly, isn't Open Source, but still awesome nonetheless. Anyway, one of the things it lets you do is sort and import your libraries by practically any format you could find imaginable. I have that program setup to import and store my music in the following format:

G:Tunes<Genre><Album Artist><Album><Track Number> - <Track Artist> - <Track Title>.<Extension>

Is there a way to change the default setups in whatever music program I choose to use? It seems to be the same no matter what program I use if it's a GNOME-based program. I've used Banshee and Rhythmbox, but both only leave me with the following options:

Folder:
Album Artist/Album/
Album Artist/Album Artist - Album/
Album Artist/Album (Year)
Album
Album Artist

[Code]...

View 1 Replies View Related

General :: UNIX File System Hierarchy?

Oct 3, 2010

What are the directories and files in Unix file-system that has default user permission set. For eg. home directory of a user can't be seen by the other users on the system without his permission. In the same way what are the other directories that by default has user permission set at the time user account has opened. Eg. /etc,/bin or what

View 3 Replies View Related

Ubuntu :: Any Way To Recreate LVM RAID 1 Partition?

Sep 6, 2010

How do I recreate an LVM raid 1 partition, without destroying data on the discs? I have a 650GB data partition which is a raid 1 array with ext3. Two days ago, the system (Ubuntu 9.04) started to refuse to write to it, claiming no space left on device - even if there is ca. 102GB free left, if the disk is 85% full (according to df)! Interestingly, removing a couple of GB did not help, after reboot the disk was again full..

I did the "tune2fs -m 0" trick and then forced file check on next reboot by "sudo touch /forcefsck" .. and the result is that the raid partition is gone. I have the two physical drives /dev/sd*, unmounted, but the /dev/md1 is no longer there. What can I do to re-create it, without losing the data? I realized that I ran tune2fs on the physical partitions /dev/sd* - was I supposed to run it on /dev/md1?

View 1 Replies View Related

General :: In Folder Hierarchy / Find Last Updated File

Jun 2, 2011

I have a folder hierarchy with many sub-folder levels under a set of parent folders. Based on the application design and business use, files are written to different locations on a daily basis. I want to find out the last updated file in the folder structure and its location at any given time. How can I do that?

View 2 Replies View Related

General :: Tar Ball A Directory Hierarchy With Soft Links In System?

May 4, 2010

Can you please tell me how can I tar ball/compress a directory hierarchy with soft links in Linux?

View 2 Replies View Related

General :: Copy Entire File System Hierarchy From One Drive To Another?

Jul 7, 2011

I would like to copy the entire file system hierarchy from one drive to another..i.e contents of each directory as well as regular files in Linux platform. Would be gratefull to know the best way to do that with possibly Linuxes in-built functions. The file system is a ext family.

View 3 Replies View Related

General :: Directory Hierarchy Getting Repeated In Mvfs File System

Feb 9, 2011

I have a mvfs file system mounted.

[code]...

View 1 Replies View Related

Fedora :: How To Recreate /boot Partition

Oct 21, 2010

way to recreate /boot partition for Fedora 13.

For some reason my system crash yesterday and I had to power down the machine (the only bit of information I still remember it mentioned CPU2 stop for few seconds). The next day my system only shows grub console. I tried to mount the partition but failed. here's what i tried

Code:
# mount -t ext4 /dev/dm-1 /mnt/oldboot
mount: wrong fs type, bad option, bad superblock on /dev/mapper/XXXXXX,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try

[Code].....

View 14 Replies View Related

General :: Calling Gurus And Noobs - Review Filesystem Hierarchy Explanation?

Jun 10, 2010

Back when I was first learning Linux, one of the questions that I kept wondering about was "what are all these files and directories for?" I couldn't find a resource that would explain them in a digestible manner. Specifically, I was looking for one that would allow me to look at a Linux filesystem interactively, collapsing and expanding folders to look at just the ones I was interested in at the moment. So later, when I got the opportunity, I wrote it.

But despite a ton of research, I'm still not totally knowledgeable on the subject. The most important thing I'm looking for right now is for experienced Linux/Unix people to tell me where I got stuff wrong, and for newbies to tell me how useful it is to them and which things need clarification. I'm also interested in technical and graphical ways to improve usability, like better icons, layout, etc. I know I need to be able to collapse long descriptions, but what would you like to see? The Works Cited list and a full introduction are still on the way as of this writing.

Without further ado: Linux Filesystem Hierarchy Explanation. You'll need a fairly recent browser that can handle XSLT; the actual info is stored as XML, and transformed into HTML with an XSLT stylesheet. This is still a work in progress, and I'll be updating it as the thread progresses.

Finally, would people be interested in collaborating with me on this, as an open-source project? I've never done anything like that, and I'm not sure how much time I'll be able to give it in the future, but I really think this should be continued and expanded.

Edit: Works Cited and decent intro are now in place.

View 3 Replies View Related

Hardware :: How To Recreate Overwritten Partition Table

May 29, 2010

I reformatted a ntfs drive to fat32, meaning to only reformat one partition on the drive. Because the partition table is overwritten I cannot simply restore the old partition table. Any thoughts on tools that I can use to manually re-create the partitions and save the data?

View 2 Replies View Related

Server :: Recreate Raid-5 Array Without Loosing Data

Dec 11, 2010

I rebuilt a server and am now trying to recover my large data arrays. The server was ubuntu 10.04lts before. I decided to rebuild it with CentOS simply because I am more familiar with it. I had 2 raid-5 arrays on the old server:4 x 1tb -> md0 5 x 2tb -> md1 The newly built server does not know about these arrays yet. How can I reassemble the arrays without loosing my data? I know the data can still be accessed because booting the server with a live-cd mounts and shows the arrays just fine. Should I boot with a live cd and copy the mdadm config file?

View 5 Replies View Related

Server :: Recreate Samba PDC - Local And Domain SIDs

Aug 26, 2010

One of our servers crashed due to hard drive problems. We were able restore data from backups; however the only info on the samba PDC portion of the server we have are the local and domain SIDs. Armed with only this info; is there a way to recreate the previous domain so the users and machine accounts could recognize it?

View 1 Replies View Related

Fedora :: Recreate Aclocal.m4 With Macros From An Older Version Of Libtool?

Jan 22, 2011

Although I am new to Fedora/Linux I hope to contribute to the community once I'm on my feet with the OS.I am trying to update the graphics driver (Intel), so I downloaded the file, realized I needed to update libdrm, downloaded that, too, and am now on the step of installing libdrm 2.4.23.I am at the step of typing 'make install' on the command line, and get this error message:libtool: Version mismatch eror. This is libtool 2.2.6b Debian Debian-2.2.6b-2, but the definition of this LT_INIT comes from libtool 2.2.10. You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2 and run autoconf again.It appears that I have a newer version of libtools than is needed. How do I recreate aclocal.m4 with macros from an older libtool version, specifically 2.2.6b Debian-2.2.6b-2? Or is the problem with LT_INIT?

View 1 Replies View Related

OpenSUSE Install :: Recreate(after Zero-superblock) Raid 10 But Get Stuck With Near=1, Far=2 Layout?

Sep 16, 2010

i trying to recreate(after zero-superblock) raid 10 but get stuck with near=1, far=2 layout, how i can setup this layout using mdadm.

View 2 Replies View Related

General :: Recreate A User With/without Impacting Existing Filesystem/permissions/shell?

Jun 1, 2010

I am trying to run a cron job as an oracle user. I put the user in the cron.allow file but it still won't run. Other users are able to run a cron job though. I think it's the way the oracle user was created and I wanted to recreate it. However it owns a lot of other file systems as well as the database. Is there a way to recreate or reset the oracle account without impacting what is currently in place?

View 1 Replies View Related

OpenSUSE Hardware :: External SATA Drive Not Recognized / Cant Recreate The Partition On Server?

May 2, 2010

OpenSUSE 11.2 server, Gigabyte GA-MA790X-UD4P sda for system, 3 ext4 partitions, working fine.sdb promise RAID1 for data, 1 ext4 partition, working fine.sdc is an eSATA docking station for data backup, 1 encrypted ext4 partition -- here lies the problem.

This configuration has been functional for months until I decided to add two more external drives (sdc) to rotate through backups. I had difficulty with encyption on the first new drive and eventually decided to start over. Using the gui Yast Expert Partitioner, I deleted the single partition. That began a real nightmare...

Since deleting the partition, the system detects drives inserted in the docking station, but does not report them (including a different fully functional drive and a brand new unused drive). I have tested all drives on other computers and they function perfectly. I have rebooted the system several times while troubleshooting this issue.

Could not recreate the partition on server (since it does not recognize the drive), so I used Gparted on another computer - it all went without a hitch, formatted ext4. But when I placed the drive in the dock, the drive still was detected but not recognized.

Details:

BIOS lists the eSATA drive

Entering Yast Expert Partitioner, error message follows:

The partitioning on disk /dev/sdc is not readable by the partitioning tool parted, which is used to change the partition table.

You can use the partitions on disk /dev/sdc as they are. You can format them and assign mount points to them, but you cannot add, edit, resize, or remove partitions from that disk with this tool.

Yast partitioner shows drives: sda, sda1, sda2, sda3, sdb, sdb1 sbc is not listed.

# fdisk sdc results in: Unable to open sdc
# dmesg | grep tail reports:
[48442.370779] sd 0:0:0:0: [sdc] Unhandled error code
[48442.370793] sd 0:0:0:0: [sdc] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
code....

So how did partition deletion cause this issue, and how do I correct the problem? It is possible that my difficulties encrypting the first new drive are related (it's not my first time doing it successfully). It seems the problem is in the Kernel or configuration. I have invested many hours in forums and on google - tried dozens of possible fixes. I'm beginning to suspect system corruption or a bug, however all other system functions are working perfectly.

View 5 Replies View Related

Ubuntu :: CPU Maxing Out Easily?

Dec 16, 2010

I recently bought an old desktop off ebay to give to my dad with lubuntu installed on it. He doesnt do much - just the usual web browsing and storing photos - so i went with something reasonably old and cheap - 2.6ghz celeron (ugh I Know) emachine (again ugh, but I thought it would the job). I made the RAM up to 512Mb and installed lubuntu.

Unfortunately when I installed flash the video was all jumpy when watching anything online. So I looked into the onboard graphics and found that there are driver issues with some of that series. So I bought a graphics card (NVIDIA Geforce 5500 128mb - PCI cos the lame MB doesnt have PCI -e or AGP).

Sadly the video is still jumpy and lame. I've tried it in firefox as well so this isnt a Chromium issue. The video is watchable if you download it and then play through VLC (which it wasnt before the NVIDIA card). Xfce4 Taskmanager shows CPU useage maxing when I use Chromium to watch flash but RAM staying around half used.

I know I've been a tool buying an emachine - particularly with a Celery processor and no AGP or PCI-e (ebay is a cruel mistress at times) but Im appealing for any help people might have to sort this out. Im hoping there might be something I can do.

View 9 Replies View Related

Ubuntu :: Install Digikam On 10.10?

Jul 3, 2011

i'm happy ubuntu 10.10 users with macubuntu installed but again i'm almost a novice i would like to install digikam i read it's the best photo organizer under ubuntu software download i type digikam but did not found

in this page there are 6 download[URL]..but i don't know the differents between them.i got 32bit system with 4gb should i enable the swap file to run digikam faser?

View 9 Replies View Related

Ubuntu :: Can't Boot Into Recovery Mode So Easily

Mar 8, 2010

This is an urgent problem. I removed my propreitary ati display drivers because I had to update them but I don't know what happened. Now I can't boot. The screen shows the Ubuntu splash screen but then the login screen does not come on. I get a blank screen. Worst of all, I had removed Recovery entries from the grub so I can't boot into recovery mode so easily. It's urgent. I don't want to reinstall with my exams a week away.

View 2 Replies View Related

Ubuntu Networking :: File Share In 10.04 Easily And Using GUI's Only?

Jun 5, 2010

How to File Share in Ubuntu 10.04 Easily and using GUI's only.Disclaimer: Sharing files in this way is not secure; so please make sure you only do this on a private network that has been properly secured. Otherwise any user on the network can access and modify your shared files; you have been warned!

1. "Applications" menu ->"Ubuntu Software Center" -> in the search box type "Samba" then install "Samba".Because even though you enabled file share and tried to share the files 10.04 seems to not actually install "Samba". Plus this installs the "Samba" GUI.)2. This step was removed to prevent confusion.3."System" menu -> "Administration" -> "Samba". Enter your password. In the GUI that opens up choose "Preferences" menu -> "Server Settings" then the "Security" tab change the authentication mode to share and the guest account to your user name account. This prevents permission problems later on.4. Choose the "Add a Samba Share"; the green plus icon; browse to the directory you wish to share. Place a check mark in "Writable" and "Visible". Then on the "Access" tab choose "Allow access to everyone".

5. Press OK; now your should be able to see the share from the other computers just choose "Places" menu -> "Network" then either the computer name if it shows up or select "Windows Network" -> "WORKGROUP" ->omputer Name then the Shared folder.Quote:2. Share the selected folder via natuilus, right-click on the folder and choose "Sharing Options" or "Properties" -> "Sharing" Tab. This may be an unnecessary step but at least we know Nautilus has applied the proper permissions for us; on the pop-up choose "Automatically Update Permissions".I hope that this helps as many of you as possible. If anyone has any updates please let me know. I am glad to see that this can finally be done all using GUI's now but it still should be as simple as sharing the folder with the "Sharing Options" selection in Nautilus. There is still work to be done on this in Ubuntu.

I am going to jump on Launch Pad and look for all of the bugs that I can find related to these issues and see if I can contribute what I have learned and maybe I can try to organize some of the bugs to get a collective fix in the works. I will post back any updates.Please If you used my method please note this is not the way it is supposed to be done in 10.04 so you are affected by the bug. Please go to this bug and be counted.

View 9 Replies View Related

Ubuntu Servers :: GUI Programs That Can Be Easily Installed On 10.04?

Sep 28, 2010

I wanted to set up a small file/print server using Ubuntu. I'm planning on using a spare nano ITX board running C7 processor with 2GB and an 80GB drive for right now. I've set up desktop and systems and like using KDE. I've read installing KDE and X Server and have had problems running on 10.04. I can run command line but wanted to know if there are there any good GUI programs that are reasonably easy to install on server 10.04?

View 4 Replies View Related

Ubuntu :: Get The F-spot Screensaver Working Under KDE?

Feb 10, 2010

I'm trying to get the f-spot screensaver working under KDE. I found the f-spot-screensaver executable in usr/lib/gnome-screensaver/gnome-screensaver/f-spot-screensaver, and the executable works just fine under KDE when run from the command line. I also found a .desktop file in /usr/share/applications/screensavers/f-spot-screensaver.desktop.

I also installed xscreensavers, and they all seem to work just fine, but I can't figure out how to make the f-spot version show up in control panel.

View 1 Replies View Related

Ubuntu :: F-Spot Won't Run Using 9.10 Karmic Koala

Mar 27, 2010

using 9.10 Karmic Koala I have a folder of JPGs. Rightclick on one, choose Open With F=Spot. A small window opens. Then a larger one, identifying the F-Spot program. Then everything goes away. Or I go to Applications/Graphics/F-SpotPhotoManager the same thing happens: small window, big window, gone.

View 5 Replies View Related

Ubuntu :: F-spot Database Has Disappeared?

Apr 16, 2010

When I opened F-spot this morning I got an error message, then it opened a new database - which has nothing in it. Reopening f-spot simply loads the new empty database again. find my old database and get f-spot to use it again? The new database appears to be located in ~/.config/f-spot/photos.db (I'll print out the contents below).

[Code]...

View 4 Replies View Related

Ubuntu :: F-Spot Import Of A Directory?

Apr 21, 2010

I have my data on an NTFS drive. When I try to import pictures from this drive, I only get an option for the drive. That is, I cannot choose a sub-folder from which to import. I understand I can tell F-Spot to use sub-folders, but I have many sub-folders with pictures, and I do not want all of them in F-Spot. Is there any way to import a single folder with F-Spot?

I have also tried drag and drop, but I have a hard time getting that to work as well.

View 1 Replies View Related

Ubuntu Multimedia :: F-Spot Crashes / Fix This?

Jan 3, 2011

So, I was just importing some images to F-Spot, when it suddenly crashed.
Now, when I try starting it, it flashes with some error that I can't read. It appears and disappears very quickly.
Here's the output from the terminal code...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved