Ubuntu :: Alphabet - File Browser Ignores The Brackets - Making Old Method Ineffective
Mar 21, 2010
The way I organize all my files into their folders, they add up quickly. I like having a quick way to keep more frequently accessed folders at the top of the list in explorer. In windows, folder "[zippidy do da]" would appear above folder "aardvark" because of the brackets, but Ubuntu's file browser ignores the brackets, making my old method ineffective. I could put a zero in front of such folders
View 5 Replies
ADVERTISEMENT
Jan 1, 2010
it is possible to make the "File Browser UI" transparent?
View 5 Replies
View Related
Aug 17, 2011
However - is there such a thing as a decent HTML editor like dreamweaver? Komposer is buggy as hell - useless! Bluegriffon, well umm - screen fonts are bizarre, especially in viewing source code - brake down, multicoloured obviously a bug - no deb either, looks like a windows program install (?). This does look really good, but is unusable as I cant see in souce code view without getting a headache! Also, ignores css on links.
Seamonkey - you have to open browser then editor, then open your file. Ignores css totally. Amaya - ignores used fonts unless you re-edit - and ignores css on links. Weird way to select things as well, such as images. There must be at least one decent editor?
View 1 Replies
View Related
Sep 11, 2011
this seems to be a strange question, i know. I've a database sqlite file called "a.db".I need to copy it 20 times (1 time for each letter of the alphabet) to have : b.db, c.db , d.db.
View 1 Replies
View Related
Mar 24, 2011
How is possible, that vim can write to file and changes his ownerchip ?
View 4 Replies
View Related
Apr 19, 2011
I have my default text files (also source codes etc.) associated with gedit (checked with ubuntu tweak).However, nautilus tries it to open with some "notepad" - dunno what it is I don't even have such a program. Files are OK, opening them directly from gedit or vim is fine.Some weird things:- nautilus correctly displays gedit icon- I have dualboot system with windows 7 and notepad command looks like it came from "there"- when I click on open with -> gedit, file is correctly open. However this option is not remembered by nautilus (even though I checked it as always open with ...)- nautilus (after clicking on open with) also suggest to use some "iexplore" command, I totally don't have idea where that came from Any suggestions? I really don't feel like using another file manager, but opening text files is pretty elementeray action and should work properly
View 9 Replies
View Related
Feb 27, 2011
i just plugged in my new speakers and the master volume control has nearly no effect. Its either the same consistent volume unless brought all the way down and at the very end there is some change in the volume right before it becomes muted.
View 3 Replies
View Related
Apr 18, 2011
Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?
View 7 Replies
View Related
Feb 18, 2011
On startup, I get messages which look like this:
[Code]...
What do the numbers in brackets mean? (I tried looking, but I don't know how to start to search for the answer to that without being too vague). I've noticed they're nearly always progressive (increasing). Do they just refer to the event number? And in my log file viewer, why is there a dmesg and a dmesg.0?
View 2 Replies
View Related
Apr 17, 2011
I have been searching for some time for a font that can be used to put together letters and words for examples to get children learn how to write. I need letters with and without arrows pointing in the direction of how to write the letter. This font will be used for creating worksheets for letters and words. I need to be also able to change the colour of the font to really light gray so that children can also trace the letters.
I found alot of commercial software but was looking something thats free and can be used by a tuition company/tutor to print materials for their students without any license restrictions. In a worst case I can blow up individual letters in open office and manually draw the arrows but would be great if a font exists that can be used as would give great scope in future projects.
View 3 Replies
View Related
Feb 1, 2011
I have a compressed text file. The method of compress is unknown.I can see the file contents by using Midnight Commander without a problem but I would like to view the file just with cat. So I am trying to uncompress the file with unzip or gunzip but it does not work.How to check the method the file is compressed with? Is any way to find it with Midnight Commander?
View 4 Replies
View Related
Feb 18, 2010
When using Evolution and forwarding a message, the composer automatically wraps the subject in [square brackets], I've looked at Preferences but cannot see where to disable them,
View 2 Replies
View Related
Sep 1, 2011
Whenever I hit this letter, it opens my home folder since upgrade to 11.04 Sorry if this is a repeat... not sure how to search for problem without using the letter.
View 1 Replies
View Related
Jul 9, 2010
i am trying to represent alphabet into a array, and then i can count the frequency
for example
array[a]=0
array[b]=0
but i find the index of the array seems to be
array[1]=0
array[2]=0
I was try this way get the ascii for them, actually I have done this in java and it is simple.
something like this format
array[ascii{a}-ascii{a}]=0
array[ascii{b}-ascii{a}]=0
I have done a lot of searching , but cannot get what I want.'%d' "'$char" like this would not work.
View 2 Replies
View Related
Apr 15, 2011
I'm trying to clean up an iTunes-sorted Music directory. For whatever reason, it contains a large number of folders that have album art, but no music. I'm actually more concerned about a safe way to test my removal batch, but I thought I'd paste everything I did in case it's useful to someone. Based on this thread, I came up with the following script:
Code:
#!/bin/bash
find ./*/* -type f -iregex ".*(mp3|m4a)" | sort | while read line ; do
echo "${line%/*}" >> file1
done
sort -u file1 > fileuniq
[Code]...
But I'm scared to just run this on my music folder. Is there any way to run rm in "test mode", so that I would just see verbose output, but it wouldn't actually delete anything? Failing that, does anyone see anything wrong with my plan?
View 4 Replies
View Related
Oct 6, 2009
In the file /var/log/kern.log, I see kernel logs in the following format,
Oct 6 11:18:30 machine kernel: [212.443755] Some logs...
What are the numbers in the bracket [212.443755] stands for?
View 2 Replies
View Related
Apr 15, 2009
I'm looking into using fedora as my first Linux OS, read rookie, I have an old HP PC with a brand new hard drive. I downloaded the 'F10-i686-Live.iso' file and tried to boot from it. It brought up a Fedora screen with various boot options and a memory test. I did the test which completed a successful pass. I then tried to boot from it, it showed the horizontal loading bar which turned white, after which the screen went black. From there the screen switched from blank to 'lit up black' , sometimes it showed a cursor which was mouse responsive, sometimes it showed a blinking underline cursor in the top left corner of the screen. Eventually it just stayed blank. Any threads I've checked are irrelevant or refer to a more options or command line option that isn't on the setup screen. Have I the right file/method?
View 1 Replies
View Related
Jul 21, 2010
I am trying to compile C source file to generate .trb file (turbo file) which will then burn on trubo sim using TP2. When I comiple the code following error is occuring. before going through belwo error I was getting error 'Unknown MCU atmega128', known MCU are: (list appread), then I change the configuration and set the MCU to supported list then following error is occuring.
XXXXXXX@MYN8G5R52S /home/my-aip/my-aip
$ make
avr-ld -o my-aip.elf my-aip.o -L../../turbo-devel/lib -T turbo.lds -d -r --emit-
relocs -R ../../turbo-devel/lib/public_calls -lformlib -laes -lm -lc `avr-gcc -p
[code]....
Now strange thing is that whats so ever the value is of atmegs.. is I am facing same issue.
View 1 Replies
View Related
May 3, 2011
I've Intellij Idea and Netbeans installed on my Ubuntu desktop. Both worked fine while I was on 10.10.After upgrading to 11.04 both of them became irresponsive to Ctrl+C/Ctrl+V/Ctrl+{Any alphabet letter} combinations. However these combinations work in non-Java apps (e.g. gedit).Besides that Ctrl+Alt+L (Lock screen) is not handled by the system, no matter what application is active.Disabling unity does not help. Starting in ubuntu classic w/o effects does not help either.
View 2 Replies
View Related
Feb 4, 2011
I have a file that is a list of other files, lets say FilesIWantToTar.dat. I want to say something along the lines of tar -c input-file=FilesIWantToTar.dat archive.tar or similar. Does the tar utility provide this functionality, or do I need to write a simple script?
View 1 Replies
View Related
Mar 16, 2011
I have created a customized RHEL 5.4 DVD and placed a Kickstart file in it.It is running fine except I have to manually choose "Local CDROM" in the installation process. (see attached pic)Any idea how to skip this.
View 3 Replies
View Related
Jan 24, 2010
The letters in brackets in bookmarks in Opera? and how can i delete them because they are not visible in manage bookmarks?
Also how can i get rid of the "Shut-down in 60 secs" message when i shut it down? Or at least can i alter the time till shutdown? Ubuntu 9.10 64 bit by the way
View 3 Replies
View Related
Oct 28, 2010
Is there any gedit plugin, which expands folders of file browser side pane and shows currently editing file, while user switches between tabs?
View 1 Replies
View Related
Oct 4, 2009
i am wanting to put a list of common passwords on a usb stick, but i want the file to be password protected. I also need to be able to access it from more than one computer (all linux, maybe a mac too).
View 5 Replies
View Related
Oct 17, 2015
I need to make a function combination to get for: If cell A1 then for B1 as:
A1 B1
--- ---
abc abc
hello hello
empty empty
0 0
-3 -3
5 5
and like wise
View 1 Replies
View Related
May 30, 2011
I came across this reult of the type command (hashed) in another post. (see below).
Code:
fraespappp8:/data/apps > type topic_file_publish.sh
topic_file_publish.sh is hashed (/data/apps/pnbgstk/publication/topic_file_publish.sh)
This (result = hashed) is new to me.
I wonder which kernel/distro/shell it is from.
View 1 Replies
View Related
May 27, 2011
I'm using rhel6. Using File Browser Nautilus 2.28.4 I could easily locate any file I'm interested in by it name. I'd like to use this File Browser to locate the file name based on it content e.g. based on some word in the text file. It doesn't work for me that way ... My question: does Nautilus support the search of file based on it content or only based on the name of the file itself?
View 4 Replies
View Related
Sep 11, 2010
i installed "littler" from Synaptic. it's a front end for R, for those curious. it's not in my start menu. i searched for the app and don't know where it is. assuming i can find it, how do i set things up so that i can run it from a listing in the start menu? sorry to be so basic, but i mean from locating this app to getting it to start to making it available in the start menu, how would i do this
View 1 Replies
View Related
May 22, 2011
for some reason copied my recovery disk directly as a file to file copy and not creating a ISO image. So thats all I have, a non ISO image and I need to burn it on a DVD to make it bootable. nothing I have tried seems to work. I know K3B has some options but I dont know it so well.
View 4 Replies
View Related
Mar 7, 2010
i download files from megaupload and hotfile. is there any possibility of making wget download more than 1 file at a time? or do you suggest any other download programme? i have ubuntu 9.10
View 3 Replies
View Related