Software :: Text Files Shown As Adobe Bridge Workspace
Sep 6, 2010
I installed wine and photoshop cs2. After that Adobe bridge hijacked all my plain text files and shows the adobe bridge workspace icon and Thunar File Manager shows the type as adobe bridge workspace file. It will still open with text editors in the GUI or CLI, but it's still a little irritating.
View 6 Replies
ADVERTISEMENT
Jul 2, 2010
I'm running openSUSE 11.2 kde on msi wind u123. Everything runs fine except that whenever i try to shutdown or restart system i see both splash background and the rolling text. I think i should only see the splash with the progress bar until shutting down finishes. But for no apparent reasons i see both which is very annoying.
It might help that i changed the splash screen to a custom one. Here is the one i use and i followed every single instruction.
View 9 Replies
View Related
Jan 6, 2011
I have a headless server running Centos and I often login in remotely to administer it. I have passwordless login and sometimes run commands remotely via ssh from a client machine. I've tried to shut the server remotely but have come across a small problem. Here is the output of the command I use to shutdown :Code:unclec@linux-desktop $ ssh centos 'sudo /sbin/shutdown -h now 'PASSWORD : 123ABCAs passwordless login is set up I do not need to enter a password to ssh BUT as I am running sudo on the server I am asked to enter my centos unclec password and this is shown in clear text on my local machine terminal. Is there a way to prevent this or should I edit the sudoers file on centos so it does not ask me to enter the password when "sudoing" ?
View 1 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Mar 9, 2011
I have a Kingston 8gb Datatraveler that has been giving me troubles lately. For some reason after I delete files from it it still shows up as full and the files are shown in the hidden trash files. How do I get rid of these files? I can't delete them as they just show back up. Also, I tried to format the drive with gparted and it won't unmount. When I right click and select information, at the bottom it says: Unable to find mount point. Unable to read the contents of the file system. Because of this, some operations may be unavailable.
View 1 Replies
View Related
Sep 1, 2010
I create pdf files, from postscript files created by windows printer drivers:
/usr/local/bin/ps2pdfwr "$PSFILE" "$PDFFILE"
All the pdf files created this way seem to be empty, i.e. no text is rendered by Adobe Reader on the display, if the original document only contains TimesNewRoman font. However, if the document also contains any other font (e.g. Arial), then the whole document will be converted correctly, including TimesNewRoman, and also the other font(s).
In both cases, the following font is in the pdf:
Type: Type 1
Encoding: Custom
Actual Font: TimesNewRomanPSMT
Actual Font Type: True Type
For the time being, I have not found a way to create pdfs that are correct in all respect by ghostscript.
View 3 Replies
View Related
Jul 20, 2011
I believe I may have found a bug in Unity. Under the right circumstances an application will jump from the workspace where I left them to my current workspace. This is most noticeable with VirtualBox. I built an Ubuntu 11.04 virtual machine so that I could test out new packages before I push them out to the rest of my machines. But the window for the virtual machine constantly appears in my current workspace. It may take a few minutes, or 30 minutes, but it will happen.
I can kind of understand it if a new window appears, but at least with VirtualBox, this happens on a running virtual machine seemingly randomly.
View 1 Replies
View Related
Jan 31, 2010
I got the serious problem after update my opensuse 11.2, after update the message appeared and said restart my machine to updates take effect and after restart system doesn't boot GUI workspace it boot into text like space named "Emerald - Kernel 2.6.31.8.0.1 - desktop (tty1)".What can I do to boot my machine into GUI again?
View 4 Replies
View Related
Nov 13, 2010
Running Ubuntu 10.04 64bit.Is there a way to setup each workspace to have different icons on each workspace. Example:
Workspace 1 = Internet icon stuff (IM, Browsers, Etc...)
Workspace 2 = Multimedia icons (Video Editors, Music Clients)
View 2 Replies
View Related
Mar 31, 2011
Is there any way to have workspaces on multiple rows without the workspace switcher added to a panel? I have limited screen space so i want to try and remove any unnecessary items. I have tried using a drawer, but the workspace application is not loaded until the drawer is opened once. Also note I am not running compiz as the computer is a netbook.
View 2 Replies
View Related
Dec 8, 2008
I want to set up a bridge using bridge-utils within /etc/network/interfaces like is shown here in this guide: [URL] The problem is that, at the same time, I want eth0 to have a specific static IP address. Right now I have a configuration for eth0. This guide tells me that I should not configure eth0 outside of the br0 configuration.
View 3 Replies
View Related
Sep 26, 2010
I just reinstalled Ubuntu Lucid Lynx and an old problem has come back. For some reason I couldn't fix it even in my previous installation. The problem is the top gnome panel. See the photo below: As you can see, the network icon is not shown properly while the Me menu is being shown twice. I can't even restart or log out or shut down at this situation without pressing the keystroke to turn the power off.
View 9 Replies
View Related
Jun 1, 2010
Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.
View 4 Replies
View Related
Oct 16, 2010
On my new 32-bit dell-vostro-1014 with debian-lenny OS I have installed via apt-get both smplayer and vlc-mediaplayer and have ripped the movie dvds by k3b and kept them as .avi files. While smplayer can play them, vlc-mediaplayer does not show the picture, only the voices are played. If I play the dvd from the optical tray then vlc poses no problem. Is it an inherent defect of the vlc package? If not what's the remedy?
View 14 Replies
View Related
Nov 5, 2009
I would like to write a text user interface (TUI) to adjust some text config files etc. Is there a tool or application for creating TUIs like this. I�m talking about those types of config tools which you see executed at first boot.
View 19 Replies
View Related
Jan 15, 2010
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
View 1 Replies
View Related
Apr 21, 2010
Currently, when I'm searching text in files of my PHP project, I use this line :
Code:
grep -r 'myTextToFind' *
But now, I would like to search only in ".lang" files. How can I do that ?
View 7 Replies
View Related
Jul 5, 2010
I've always been a fan of Fedora since the first distro. I remember downloading 4 cds and then relizing that I only needed one. ;D Anyways, I've been using Ubuntu for years. I've gotten tired of the Ubuntu fan boys and just the responses I get from saying that Ubuntu was my distro. I've moved to Fedora to simply learn and understand the yum system which I already enjoy using in the terminal.
All of that set aside, I've kept my Ubuntu /home partition (ext4) in tact as I always do moving from distro to distro and have never had a problem. The thing is, all the distros I've tried have deb based. Now, my /home partition is roughly 56gbs. Nautilus shows free space as 8gbs currently on my parition so I know the files are still there but why won't Fedora read them? It must be a permission thing, but what? If I must loose my /home it's fine, however I'd much prefer not to.
View 5 Replies
View Related
Mar 11, 2010
I will be getting an older PC back in the near future. It is a Pentium 3 with 256 MB RAM and 40 GB HDD. I would like to use it as a media file sharing PC and a jukebox for my living room stereo. I can stream music to my living room using my Linksys WMB54G, unfortunately it only natively supports Windows XP. Does anyone have experience connecting a WMB54G to Linux, particularly a light-weight distro?
View 1 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
Jan 20, 2009
I want to automate this using script.How to automate it?
File1:
s.no# 1 name:aaaaaa
city:abcd
[code]...
View 1 Replies
View Related
Apr 15, 2011
Fedora provides several compression techniques. E.g tar, tar.gz, zip etc. I want to know which among them provides
1. the best compression ratio for text files
2. the best compression ratio for binary files
3. fastest compression
View 6 Replies
View Related
May 25, 2011
How do you convert Open Office (ODT) documents to Text files?
I have made a report using libre office. Now I wish to continue editing the document using lyx (latex front end). So the ODT file needs to be saved as some .tex file.
I don't see an option to do this in File menu (export/save as). So is there any other plugin to do this?
View 1 Replies
View Related
Jun 17, 2011
installed Adobe Reader as the root user. In KDE I can click the Adobe icon and it brings up he Adobe program. I can then do a search via the Adobe options for PDF files and display the PDF's. I can do this from just about any user.
However, what doesn't work is being able to try to open a PDF file and have the Adobe PDF reader display the file.
Is there any way I can associate Adobe or PDF files with Adobe so PDF file are opened with the Adobe reader.
View 2 Replies
View Related
Feb 3, 2010
are there any light-weight program in slackware to edit a .AI files.. i only need a software that can edit(mainly slice) an image in an adobe illustrator file.
View 7 Replies
View Related
Jan 6, 2010
I have been trying to get Adobe flash player to work for sometime now. I have got it to work in Kubuntu, Xubuntu and OZOS but nogo for Ubuntu. Some have said that should look in the repository only to find out that the repository would correctly be named the software center and that it has no files named flash or adobe. I installed flash from adobe directly but it did not work. I am using 32bit Ubuntu.
View 8 Replies
View Related
May 7, 2011
On a Debian system, I installed Adobe Acrobat Reader using the Linux binary (AdbeRdr9.4.2-1_i486linux_enu.bin) downloaded from Adobe's website. I realized there's a way to install it from a Debian package as opposed to Adobe's binary (and be able to keep up better with security updates), so I want to remove Adobe's version and install the Debian package. What's the right way to uninstall Reader when it was installed this way?
View 5 Replies
View Related
Jun 9, 2011
First post, please forgive me if this is placed in an inappropriate forum. I have a pdf file from my company which I am required to fill out, but I cannot find a suitable program to open it.
Creator: Adobe LiveCycle Designer ES 8.2
Producer: Adobe LiveCycle Designer ES 8.2
CreationDate: Thu Apr 14 14:51:37 2011
ModDate: Mon Apr 18 13:06:51 2011
Tagged: yes
[Code]...
Installing acroread is not an option for me, if I have to I will go down the library and use their computer to view it, but I am hoping there is some decent free software out there or a converter. I don't mind at all not having an interactive form (Which is what I think this is), converting to a normal pdf or image woudl suffice perfectly. The document itself is not sensitive and I am prepared to share it around if anyone wants to have a crack at opening it (I'd have to be told where/how to upload it).
View 1 Replies
View Related
Aug 7, 2011
I used ubuntu 11.04 to upload files from my laptop to the website. I installed lubuntu 11.04 on a desktop and when i tried to download the files that i uploaded from my laptop, I could not see them! I have checked if i am logged in a right account, but that's not the case.
View 1 Replies
View Related
Jul 4, 2011
I downloaded Adobe Air, both the rpm and the .bin versions. First I tried the rpm, it went through the motions of installing but just disappeared. then I tied the .bin, got tot the installer, accepted the license, entered my root password, but it stopped installing with "an error occurred. Adobe AIR could not be installed. Install either Gnome Keyring or KDE KWallet before installing Adobe AIR". I opened Kwallet and tried again, but to no avail. I am running OS11.4 64 bit. What can I do to get this thing working?
View 6 Replies
View Related