Ubuntu :: Add Emblem To File Via Terminal?

Mar 22, 2011

I would like to add an emblem to a file/folder via terminal. The idea is to be able to select certain folders/files via nautilus and then using a nautilus-script, add a predefined emblem to them. Is there any way to do this?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Does Unity Have A Symbol Or Emblem

Apr 24, 2011

Does Unity have a symbol or emblem? I know Gnome has the little foot with "gnome", but does unity have one of those? If not, can we make one? I propose we/I make a thread were people post their own ideas for a symbol. If one becomes popular should we adopt it?

View 4 Replies View Related

Ubuntu :: Export/save Nautilus Emblem Assignments?

Sep 1, 2010

i want to backup some of my personal settings. for work i used emblems in nautilus to flag files i already processed (manually). now, i do not find any possiblity to back up the emblem-assignments. from older threads i figured out, that these assignments were in an .xml file in the ~/.nautilus/metadata folder, which is empty since newer versions of nautilus.i also tried to get some useful information out of the
.local/share/gvfs-metadata/* files, but i did not succeed with this approach either (just used the "strings" command on them).edit: i'm aware, that i could write a script reading the metadata of the files via gvfs-info. the problem is, i cannot access the files from home, only at work via windows share.

View 6 Replies View Related

Ubuntu One :: Removing 'check Mark' Emblem From Files And Folders

Jun 20, 2011

Is it possible to remove the "ubuntuone-synchronized" emblem from files and folders that are being synchronized with Ubuntu One? Seeing the check mark on all my files and folders is just really annoying and distracts from the thumbnail preview that nautilus provides.I've tried going into folder properties -> emblems and de-selecting the emblem but it won't let me.

View 3 Replies View Related

Ubuntu :: Possibility To Have Custom Background/emblem In List View Of Nautilus?

Aug 25, 2010

I'm just curious as to if anybody has figured out a way to hack the ability to add a background and/or pattern for Nautilus while in List view. As it stands now, it won't work while in List view. Sadly, that's the only view I ever use, and so I always have the boring white background. I would love a brushed metal look or something.

View 2 Replies View Related

Fedora :: Unable To Boot - Emblem In The Centre Of Screen Appears And Starts To Turn From White To Dark Blue

Dec 7, 2010

I am unable to boot my laptop in the usual way. The fedora emblem in the centre of the screen appears and starts to turn from white to dark blue in the usual way. When it is almost complete it stops.

In order to make the machine boot i hit escape and a message says leaving interactive startup mode. At this point the machine continues to start up.

When i do manage to get it to boot i get the following message repeated many times:

I should also add... The laptop will not close down, once i click switch off the screen turns blue and displays the fedora emblem in the centre. At the top right text says "Shutting Down" but at this point the system hangs.

View 3 Replies View Related

Ubuntu Multimedia :: Use .flac Files Instead Of .ogg In A Sound Theme File Via Terminal Or Gediting A File?

Jul 26, 2011

there is any way (via terminal or gediting a file) to use .flac files instead of .ogg in a sound theme file? I am creating a sound theme (several truthfully) and I would like to use the FLAC format if possible.

View 5 Replies View Related

General :: Read .gz File Direct On Shell/terminal Without Decompressing The File?

Dec 9, 2008

How can I read .gz file direct on shell/terminal without decompressing the file?
satimis

View 5 Replies View Related

Programming :: Redirecting Stdout To File And Terminal And Stderr To File?

Apr 20, 2010

I have a script where I want to redirect stdout to the terminal and also to a log file aswell as redirecting stderr to the same log file but not the terminal.I have the following code which I found on the net which redirects both stderr and stdout to a file and the logfile,

Code: if [ -p $PIPE1 ]
then
rm $PIPE1

[code]...

View 3 Replies View Related

Ubuntu :: Get File Permissions In Terminal?

Mar 23, 2010

Is there a command I can use to get the permissions of a folder in a terminal? Everything I've seen says how to change permissions, not see current ones.

View 6 Replies View Related

Ubuntu :: Running A .jar File From Terminal?

Apr 11, 2011

I'm trying to run a .jar file from the terminal (so that I can set up a launcher) but I can't seem to get it to work. The file is marked as an executable, and all works fine if right click the file and open with java in gui, but when I enter:

Code:
java -jar minecraft.jar
... from the directory the jar is located in, I get:

[code]...

View 7 Replies View Related

Ubuntu :: Run A File In Terminal With Pcmanfm?

Jun 21, 2011

I am using pcmanfm.I connect to internet using wvdial.I know that if I write a command in a text file and give it .sh extension and make it executable, then whenever I'll click that file the command will run.In nautilus you have the privilege that when you click a file you can select whether you will run it in terminal or display the contents or just run.But in pcmanfm or konqueror you do not get that option. I want that I will make a file named wvdial.sh and In the file the command wvdial will be written.When I will click it ,gnome-terminal will open and wvdial will run.Please tell me how I can do this with other file managers like pcmanfm or konqueror.know that if I give this command in terminal:./wvdial.sh it will run

View 5 Replies View Related

Ubuntu :: Write To A File From Terminal?

Aug 21, 2011

I have created a file newfile.txt using: touch newfile.txt Now I want to write to that file from terminal i.e whatever I will type after the $ will be written to the file this is what I want. How can I do that?

View 6 Replies View Related

Ubuntu :: Capturing ALL Output From Terminal To File?

Apr 17, 2010

I would like to capture all output spewed to a terminal session including processes that are terminated that were invoked from a script running in a terminal window. this is beyond capturing just stderr and stdout . for example

{
./script
} 2> stderr.cap 1>stdout.cap

if script is terminated (including because of memory violations) I get spewed output to the terminal I would like to capture that spewing to a file automatically or to a bit bucket /dev/null Is there another filehandle which can be redirected to do this? If so how or is there another way???

View 3 Replies View Related

Ubuntu :: Capture The Information On The Terminal To A File?

Jun 4, 2010

I have some output on the console on the gnome-terminal.

View 2 Replies View Related

Ubuntu :: Exclude File From Terminal Command?

Jul 12, 2010

Well i downloaded a program with many .deb files ( At least 15 ) so i wanna execute them all trough the terminal so i typed

Code:
patowlmc@patowlmc-desktop:~$ cd /home/patowlmc/Downloads/i386
patowlmc@patowlmc-desktop:~/Downloads/i386$ sudo dpkg -i *.deb
Readme.deb: command not found

As you can see all files in the folder are .deb packages, but one: The Readme file, wich is a text file.

I know I just have to move the file to somewhere else, and everything should work, but i wanna know if there's a command for excluding a file or something.

P.D. I totally trust the program, so don't worry about so many .deb files.

View 9 Replies View Related

Ubuntu :: Open A File Browser Through Terminal?

Sep 16, 2010

In Gnome, How do I open a file browser in the current directory? I assume its [command] . Whats the command?

View 3 Replies View Related

Ubuntu :: Execute The Magicq File In The Terminal?

Oct 31, 2010

so i followed the directions on the MagicQ website, but when I try to execute the magicq file in the terminal it says that it is not a command. I figured this when i unpacked it, but i think that i am missing something..

View 2 Replies View Related

Ubuntu :: Accessing File System In Terminal?

Nov 7, 2010

i just installed ubuntu on my old dell inspiron 4000 laptop. I have a problem with my screen though thats making ubuntu split in half makign it nearly impossible to use.. i found the possible solution at [URL] but im havin g trouble accessing File System where the document i need is located The solution states to open etc/X11 then to do some other line and change something in a text but i have no idea how to access File System using terminal?

View 5 Replies View Related

Ubuntu :: Save All Terminal Output To A .txt File?

Mar 15, 2011

I sometimes stick my neck out and provide somewhat detailed, and often risky, "Mr-fix-it" remedies for boot problems. Now, I know it's possible to amend each command with "whatever_command > whatever.txt" in which case it'll place the command output in a file in /home.

But if you're directing someone to run a lot of commands as I did here is it possible to save the output of all commands to a .txt file without amending each command?

Or is it already saved somewhere that I'm not yet aware of? I wouldn't be surprised if the latter were true, I just haven't yet found it

View 4 Replies View Related

Ubuntu :: Checking Status Of File In Terminal?

Jun 1, 2011

How do I check if a file is a soft link in the terminal? They're usually color coded, but I gave permissions to a colleague and now every file is green. Is there a simple command for this?

View 3 Replies View Related

Ubuntu Installation :: Can't Get Tar.gz File Found In Terminal?

Jun 12, 2011

i am a ubuntu user for about a year now. i ok with most things. but ive noticed the only things i can use are ones that are supplied for me. so i been trying to figure out how to install new programs not just from synaptic and the ubuntu add/remove. my issue is i have ubuntu 11.04 and i cant get my extracted tar.gz file to be recognized in terminal.

i first put cd home/nicholas/desktop/ndiswrapper-1.56 then nothin it just says no file or directory found. now i thought this was supposed to be a basic comand. am i missing something? is there a new way to write it now that were using 11.04 and not 10.10?

View 1 Replies View Related

Ubuntu :: Close File Browser In Terminal?

Jul 26, 2010

i would like to be able to close an instance of the "File Browser" in a terminal command. This needs to be done without killing nautilus completely.

View 2 Replies View Related

General :: Run A File Check From Terminal In Ubuntu 10.10?

Dec 22, 2010

Occasionally Ubuntu runs a file check, and I assume repair if necessary, at start-up. what do I type into Terminal if I want to run a file check without waiting for the automatic file check to start? The reason I ask is that my system wouldn't boot last week and after several attempts to reboot, the automatic file check came into play and corrected whatever was wrong. This process of rebooting my system several times before Ubuntu fixed itself was very time consuming and frustrating. I dare say that there is a command line to trigger this file check.

View 3 Replies View Related

Ubuntu :: Need Commands For File Processing In Terminal?

May 8, 2011

I need something about file processing tutorial in terminal, about its commands.

View 2 Replies View Related

Ubuntu :: Use Gedit To Open And Edit A File Through Terminal?

May 9, 2010

getting this error when I try to use gedit to open and edit a file through terminal: (gedit:4423): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply:Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL]... 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) GConf Error: Failed I'm using ubuntu 10.04.

View 5 Replies View Related

Ubuntu :: How To Rename File To System Date In Terminal

Nov 4, 2010

is there a way in terminal to rename a file to system date?

View 2 Replies View Related

Ubuntu :: Give The Path And File Name In A Terminal Window?

Apr 7, 2011

p { margin-bottom: 0.08in; } I don't know how to give the path and file name for the 'dd' command in a terminal window.I'm trying copy a file (smb.bin) on my cd file (in the install directory) to a floppy disk.

The command format is:dd if=in-file of=out-file

in dos it would be dd if=D:/install/sbm.bin of=A:/sbm.bin

You can see I'm a nubee if I can't even give a path and file name in linux!

View 8 Replies View Related

Ubuntu :: Copy A File To A Flash Drive From Terminal?

Jun 2, 2011

how can I either copy a file (say, ~/file.txt) directly to the flash drive? I know that I can use the command

Code:
sudo cp ~/file.txt ???
to copy it, but what goes in the question marks?

View 1 Replies View Related

Ubuntu :: Change Alt+F Key To Not Access File Menu In Terminal

Aug 16, 2011

I want to change the Alt+F key in terminal to not access thefile menu (can't think of what it is called but File, Edit, View, etc...at the top). Alt is bound to access the first letter of the names in the file menus. This eliminates the Alt+F shortcut to move forward a word. I don't even mind so much if I permanently remove the alt binding to access the file menus.

View 3 Replies View Related







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