Fedora :: GThumb - Extension Installed But Rename Option Not On Menu

Aug 2, 2010

I'm not found of shotwell so I installed gthumb. According to the extensions it has the rename extension installed but renaming a file isn't on the menu when you right click on a image.

View 10 Replies


ADVERTISEMENT

General :: Rename Multiple File By Moving Part Of The Name To End Of Extension?

Aug 26, 2009

How do you rename:

abc123.txt
abc124.txt
abc125.txt

to

abc.txt.123
abc.txt.124
abc.txt.125

Basically, I want to move the digits from the filename to after the extension.

It works for one file if I type:
rename 123.txt .txt.123 abc.txt.123

but I have thousands of files like these.

View 1 Replies View Related

Programming :: Rename Files Recursively, Only Keeping Last X Digits Plus Extension?

Nov 29, 2009

My problem is this:I have a number of directories, all containing files of different name lenghts, including letters, numbers and possibly spaces. I want to recursively rename all of these files, so that only the _last_ 5 digits (not counting the extension) remain. In other words: I want to cut off all but the last 5 digits and not touch the extension.

I've tried to read up on tr, rename (perl version), sed, cut etc. and browsed through some threads here, but so far couldn't quite figure out how to do it.

If someone could point me to the right (standard) CLI tools and syntax.

View 2 Replies View Related

Programming :: Rename File Names : Replace Dots By Spaces, Keep The Extension?

Mar 28, 2011

I am trying to rename a lot of files but need to keep the extension :

the files are films names :

a.b.c.d.***.iso

the result should be replacing "." by spaces " "

this command :

for files in *.iso ; do mv "$files" `echo "$files" | tr '.' ' '`; done

put a space also before the extension iso ??

How can I rename files from

"a.b.c.d.iso" to "a b c d.iso"

View 5 Replies View Related

Fedora Installation :: Upgrade Option Doesn't Appear In Boot Menu

Jul 2, 2009

I have a /boot partition, and the online update process has downloaded the upgrade to /boot/upgrade. The problem is that grub is actually booting from a directory /boot which is in the root partition, but is invisible once the machine has booted, because the /boot partition is mounted over it. The result of all this is that the upgrade option does not appear in the boot menu, because that option has been inserted in the menu.lst (or grub.conf) in the /boot partition. is it ok for me to run:grub-install /dev/sda4(that's the device that contains the /boot partition where the upgrade menu option and data). Also, do I need the --root-directory option, given that the boot directory is the root directory of that partition.

View 3 Replies View Related

Fedora :: Right-click The Result Is The Automatic Selection Of The Option In The Context Menu?

Feb 23, 2011

I'm a Fedora user, and recently I switched from KDE to Gnome. Since then I'm experiencing a nerve-wracking problem when I use the right-click. Almost every time when I right-click the result is the automatic selection of the option in the context menu which is at the same level as the cursor. This happens more than 50% of the cases. Is that normal in Gnome or am I the only one that experiences this kind of problem?

View 6 Replies View Related

Fedora :: How To Disable GThumb Importer

Mar 12, 2010

When I plug in a USB camera I have gthumb-importer kicking in, I don't like it and would like to disable this.I have checked everything I could, google, man page, the gthumb package itself (pre/post script) gthumb schema (/etc/gconf/schemas/gthumb.schemas) but I could not figure out how
to disable this thing. Did anybody figure this out ?

View 2 Replies View Related

Fedora :: Edit Pictures Tags In Gthumb?

Sep 8, 2010

Does anyone know how to edit the tags You can use in gthumb for tagging pictures?
As the ones in the attached picture:

I would like to add or remove an item in the list:
I'm using F13 and I suppose it is a gnome setting, but searching in google for the word "tag" seems impossible because it appears everywhere

View 6 Replies View Related

Ubuntu :: Bulk Rename From Context Menu?

Mar 16, 2010

Looking for a rename utility that I can start from the context menu. Would like to be able to highlight a bunch of dig-cam pix on my desktop, right click to the context menu and open a bunch rename utility.

View 5 Replies View Related

Ubuntu :: Gnome Menu: Rename Submenus

Apr 9, 2010

I'm having difficulties setting up my openbox with pipe-menus because of "Sound & Video" submenu as it contains unsupported character. So I'd like to ask if there's any way to rename that submenu or to make openbox somehow accept it?

View 3 Replies View Related

Fedora :: GThumb Slideshow Will Not Stop On Current Image

Nov 29, 2010

I started using gThumb for viewing images and it's perfect except for one thing. Sometimes I have many pictures in a folder and I want to interrupt the slide show to browse the net or send an email. The problem is that after pressing F5, the slideshow reverts to the first picture in the set and I've got to find where I was up to, which can be very time consuming. Since gThumb is now at version 2.12.0 it's absolutely certain there's a setting for this but, try as I might, I can't find it.

View 1 Replies View Related

Fedora :: GThumb Image Viewer Delete - Files Moved To Trash

Mar 4, 2010

When I am deleting pictures using gThumb image viewer it asks "The selected images will be moved to Trash, are you sure?" And if I press "yes" button - it moves message to ~/.Trash, can it be configured to move them into "real" trash? I have created symbolic link and it solved part of my problems, but files "restore" option is unavailable to files which were moved in to trash by this method.

View 3 Replies View Related

Ubuntu :: Installed Global Menu Bar Applet For Top Panel / Removed Menu Bar

Jul 12, 2010

I installed the Global Menu Bar applet for my top panel, thus removing the menu bar from most, if not, all of my apps on Ubuntu. I removed the applet, mainly because of how God-Awful and inconvenient it was. Now, I don't have any menu bars on my apps!

View 3 Replies View Related

OpenSUSE :: 11.4 - No Option To Choose OS In Restart Menu

Mar 29, 2011

First, openSuse 11.4 64bit fresh install, KDE 4.6.0. Clicking on the "Adios" button brings up a window offering the Logout, Turnoff and Restart options. In openSuse 11.3 the Restart option had a drop down menu which allowed one to choose the operating system to restart. This useful feature seems to have disappeared in 11.4. Is there any way in which I can reinstate it?

View 6 Replies View Related

Ubuntu :: Bash Menu Option Loop

Mar 19, 2010

I am trying to make a bash menu that loops with options but it does not work as I want:

Code:

I want to make it read an option and do the action then return to menu.

View 2 Replies View Related

Ubuntu :: Option To Edit The Grub Menu?

Mar 22, 2010

I have Windows XP as well as Ubuntu in my desktop. I would like to temporarily disable XP for a month or so, so that One cannot see Windows XP appearing in the grub menu list or during the boot. Is there is any option to edit the grub menu?

View 1 Replies View Related

General :: Setting Up Menu.lst Option For Usb Drive?

Feb 25, 2010

since my computer don't support booting from USB, can we set it up in the menu.lst option so it will read?

View 1 Replies View Related

General :: Grub - Which Menu Option Selected After All

Jan 9, 2010

if it's possible to see or retrieve from the system which menu option from the grub boot menu was selected afterall.

View 1 Replies View Related

Ubuntu Installation :: 10.04 Menu Option Does Not Show Up In Grub

Jun 10, 2010

I've had two students report a problem whereby Ubuntu does not show up as a menu option in Grub. Both systems used Wubi installations of Ubuntu 10.04 Desktop for x86 on Windows XP. In both cases, Ubuntu completed the installation process. Upon reboot, we have the options to choose between Windows XP and Ubuntu. However, once we enter into Grub, only the Windows XP option shows.

View 8 Replies View Related

Ubuntu :: Grub Menu Does Not Work For Windows Option

Jun 21, 2010

i have a dual boot. i loaded 9.1 on one disk and windows xp is on another. grub worked fine. i downloaded 10.4 and i must have selected the wrong option cause when i restarted it dropped me into a shell. i reloaded 9.1 and wiped out 10.4. again i must have selected the wrong option cause i get the grub menu with an option for windows but nothing happens. 9.1 comes up alright and i can select windows office files from ubuntu.

View 1 Replies View Related

Ubuntu :: Grub Menu - No Windows Vista Option

Oct 21, 2010

I installed Ubuntu onto a separate partition I have. Now however when i boot up, Grub (v1.98 ) gives m 5 options.

Ubuntu, with Linux 2.6.35-22-generic
Ubuntu, with Linux 2.6.35-22-generic (recovery)
Memory Test (memtest86+)
Memory Test (memtest86+, serial console)
Windows Recovery Environment (loader)
With no Vista option.

When I run the recovery environment however, it runs just my regular vista boot would have. Is this just a name issue? Ideally I would like to have my Vista option back.

View 8 Replies View Related

Ubuntu :: Hibernate Option Disappears From Power Down Menu

Mar 9, 2011

I increasingly use Ubuntu so swapped SATA ports 1&2 around so now 7 boots from BIOS F11 pop out menu. Windows did not complain so far but hibernate is missing from Ubuntu's power down options. I installed Ubuntu Tweak, but cannot see an option to re-enable. Is this something to do with the swapped HDDs &/or the swap partition? Or more likely a recent update?

View 3 Replies View Related

Ubuntu :: GRUB Menu Showed The Memtest86+ Option?

May 7, 2011

recently performed an upgrade to Ubuntu 10.10. when I rebooted, my GRUB menu showed only the memtest86+ option, rather than the usual options for Ubuntu, Fedora, Debian, Arch, and WinXP (which I haven't booted in a very long time, so I am almost 100% sure that it is not WinXP's fault. I was able to boot using a Live CD, and when I checked grub.cfg, all of my boot entries were still there. However, when GRUB itself actually loads, only memtest86+ is in the menu. I also checked that I can still boot by editing the memtest86+ option in grub so that it matched the entry for Ubuntu in grub.cfg, and it still booted correctly. However, I am curious as to why my GRUB is now forcing me to manually enter the boot entry on each boot. Here is my grub.cfg:

Code:

# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub

[Code]...

View 9 Replies View Related

Ubuntu :: Get The Option To Boot - Installed On System?

Oct 16, 2010

Here is the log for what I have already done: Downloaded ubuntu.iso for my 64bit Sony Vaio Burned DVD System showed 2 option Windows 7 and Ubuntu (to boot from DVD) Booted to live Ubuntu from DVD (using option 2)Installed Ubuntu along with my existing Windows 7 After installing Ubuntu, system is still showing 2 options viz. Windows 7 and Ubuntu. On taking option 2 (Ununtu)...it says Not able to find a media with live boot... I think it is pointing to my DVD drive. How can I get the option to boot to Ubuntu installed on my system?

View 1 Replies View Related

Debian :: Grub Menu No Boot Option Showing To Window

Mar 1, 2016

After installation of windows 7 installed debian 8.3. But in grub menu no boot option showing to windows.There ar only two option 1.)to boot in debian and 2.)advanc option for debian ONLY!!

View 1 Replies View Related

OpenSUSE Install :: Lost Windows Option From Boot Menu?

Dec 5, 2009

I already had windows installed on the c drive so linux suse 11.2 has been installed onto d. There was a problem after I finished the install - after I rebooted no menu appeared, the pc just hung on a black screen with flashing cursor, so I put the linux DVD in again and rain a repair. It repaired the boot menu but now there is no option to boot into windows.

View 9 Replies View Related

Ubuntu Security :: No Option To Encrypt/Sign Files On Pop-up Menu

May 16, 2010

I'm using Ubuntu 10.04 64-bit. I created a PGP key pair using Applications|Accessories|Passwords and Encryption Keys. I used DSA El Gamal as the encryption type and a key strength of 2048 bits. However; when I right click on a file or folder I don't see the Encyrpt... and Sign options.

View 4 Replies View Related

Ubuntu :: Missing Menu Icons In Lucid With NO Option To Restore Them?

Jun 8, 2010

Ubuntu Lucid not all the icons in the menus on the panel at the top of the screen are there any more.how do I get those back? I really miss my bookmarks icon, and the icons in the system menu. I don't care if the icons are there by default, I just want the choice of whether or not they are displayed.

View 1 Replies View Related

Ubuntu Installation :: 10.0 Not Showing In Dual Boot Option Menu

Jun 27, 2010

I have install ubuntu and windows in the same computer in their own partition. I think that I have remove something while I was reinstalling some wireless stuff using synaptic. When I launch the computer I get the dual booting but only with memory test and windows. I have the ubuntu installation cd. What can I do to get back the dual booting with the facility to launch ubuntu.

View 1 Replies View Related

Ubuntu Multimedia :: Can't Find Any Option On Sound Preference Menu?

Jul 3, 2010

I am using 9.10(64bit). I want to add custom .wav sound as system sound theme.i.e when i close a program ubuntu will play a sound(custom). I can't find any option on sound preference menu. I searched in google but failed to find any useful post.

View 1 Replies View Related







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