I recently installed KDE 3.5 on Debian 5.0. I also installed kword, kspread, and the rest of koffice. I find, the installed applications don't appear in the kmenu and they also won't start from a terminal. They print no error message when started from the terminal.
When I'm using KWord and I try to highlight text or even click to another line, it doesn't show the highlight or the cursor.I ran the program via Konsole and got the following output:
Code: (Soprano::Redland::BackendPlugin) creating model of type "hashes" with options "hash-type='memory',contexts='yes'"
I am a graduate student writing a dissertation in modern history. More than half of my computer work takes place on a word processor.I take notes, make outlines, and then write drafts of papers, chapters, presentations, etc. I regularly have to share these files with others who use operating systems other than Linux.I have just switched from OS X (after 5 years and half of using Mac) and I am still figuring out how to write my next dissertation chapter in Ubuntu.
There seems to be no consensus on what is or what are the best word processing softwares -- especially for academic writers -- in Ubuntu or Linux for that matter.I have read a number of posts on various forums and I find them either dated by several years or not dealing with the problems I am facing :
namely writing a serious, book-length academic work in the humanities and desiring to work with a user-friendly and fast word processor that would also be powerful enough to accomplish most or all academic tasks such as footnotes, style change, bibliography, accessibility, etc. There are people who suggest using LaTeX (LyX, Kile, etc.) but it seems to me that they're mostly based in the exact sciences and benefit from the math and science features that exist in LyX or another LaTeX editor. LaTeX is moreover not very accessible to those who do not know the LaTeX language or do not have an editor and work primarily with a word processor: meaning that when I share a LaTex document with my colleagues they have difficulty editing my work. See for instance this discussion which took place 5 years ago on this forum:
http://ubuntuforums.org/showthread.php?t=98120
I wonder if those of you who are in similar fields (i.e., humanities, social sciences, law, etc.)could chip in and talk about your experience as academic writers working primarily from a Linux (specifically Ubuntu) platform. What are the word processing applications you use to write your serious papers?What are the advantages and disadvantages of OpenOffice.org Word Processor, Kword, and AbiWord? How easy or difficult is it to share your documents with others who do not use Linux? In what format/s do you share your documents? Can others easily modify and edit your texts? Do you use LaTeX at all?Opinions may vary with respect to discipline,which word processor to use for writing their articles, dissertations, or books.
My own personal experience with OpenOffice.org has not been very positive. It's pretty slow and has problems with multiple language input. Switching from Nisus Writer Pro and Mellel (both OS X softwares), OpenOffice.org Word Processor seems also not very user-friendly. It seems to follow the design of MS Word (or what MS Word used to be) and feels above all *cluttered.* I am however trying to like it as I understand there's probably no other word processor better than OpenOffice.org in Ubuntu. Am I correct to assume this? I also downloaded Kword which in terms of interface and egronomic design seems quite nice. It is also a bit faster -- although I don't know how powerful Kword is at the moment and whether it can accomplish all that my academic work requires from a word processor. I have also read somewhere that AbiWord is really not all that powerful. It is meant to be a fast but "lean" word processor which would do basic things quickly.
I am trying to change the current association for MS word documents from Kword to openoffice. I guess I'm following closely the indicated step in the manual, i.e.: ~ xdg-mime default openoffice.org-writer.desktop application/msword but when I check it I get this: ~ xdg-mime query default application/msword kword.desktop
Im trying to run synergy on startup. This works fine on the client, but it wont start automatically on the server. I put this line in an entry in startup applications:
I'm trying to find how to schedule a process to start at a specific time (not on start up). How would I schedule a process/application to start at a specific time (if it matters, it will be a background process). For instance, have process abc start every weekday at 5am. I've done this for windows many times though have only been using linux regularly for a few months and haven't figured out the best way of doing this.
So far the best solution I have is to create a program that will start on boot and have it check the time and sleep until the required time and then start the required process(es) at the required time(s). But this seems more of a hack since I'd expect there to be a proper way of doing this.
I did a clean install of Ubuntu 11.04 64bit and the start up time is abnormally slow. If I start up the computer and don't press anything, the start up time is 30 minutes but it usually doesn't start up at all. It just boots into a purple screen, no splash, then it sits there and the computer doesn't have any loading lights flashing.
I had a similar problem with 10.10, but I assumed it would go away when I did a clean install of 11.04.
I can't get a read out of what's going wrong because when I press Esc it doesn't display anything, though weirdly it can sometimes get the start up process moving. I have also found that pressing enter really fast can sometimes help and something that seems completely oxymoronic, if I press the power button while it's starting up that can make it work, but nothing works every time.
I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?
I am using Rhel5 and I'm new to linux so pardon me for sounding a bit green around the ears.Anyway..I got an error message a few weeks ago about how the start up script that displays icons on the far right of my start panel was malfunctioning and it was going to be deleted from the start-up. didn't really know what it really meant and I just clicked ok.wireless eth0 status icon as well as my amarok status icon are hidden on the start panel. How do I get it back/add that script back to the start-up
I have setup a CentOS 5.5 server as a DHCP server. That will be it's only task in a Cisco callmanger VoIP environment The DHCP server that comes with CentOS 5.5 is from ISC V3.0.5 -redhat.
The server (HP DL360) has two physical NIC's of which only NIC1 is used (ETH0)
ifconfig shows:
Code:
The interface has a fixed IP setup.
My dhcp.conf file looks like this:
Code:
When I start (try to) dhcpd via the service interface or via the prompt as
Code: service dhcpd start
I get an [FAILED] message and the following is in /var/log/messages
Code:
But when I start the DHCPD on the comamnd prompt in debug mode it looks as follows:
Code:
and /var/log/messages shows:
Code:
Why does the system ask a declaration for eth0 0.0.0.0?
I just moved my / from sda1 to an ide drive, hde1. i dont see how this could have caused any of these issues, but it did.
First my network card failed to start. i added a line in my rc.local file (where i put all of my additional programs, etc i want to start):/etc/rc.d/rc.inet1
The above now starts my network card with my static ip configured. dhcpcd also worked but i wanted this static.
Now samba will not start. i have the following line in my rc.local: /etc/rc.d/init.d/samba start
This used to work just fine. at first i thought that samba may be trying to start before my network card gets an ip, but the line is *after* the network startup line. just to make sure, i made an additional script called startsamba which contained a sleep 60 followed by samba start, to delay the startup of samba even further.
The message samba reports is very vague, something like failed - core dumped. most of the core dump log is garbage characters, but here is the beginning which seems like it might contain some info:
Code:
ERROR: Can't log to stdout (-S) unless daemon is in foreground (-F) or interactive (-i) after the system starts, i can drop to a console and type "/etc/rc.d/init.d/samba start" and the service starts just fine. i've also tried starting samba manually with "smbd -d" which also produces the core dump when started from rc.local, but not when started from a console after startup.
I'm configuring a new Centos 5.5 server in replacement of an old W2K server.The topology of our network is simple : one file/dhcp/dns relay server and workstations (PC's and some MAC's) plus network printers and scanners.All the workstations have dynamic IP addresses (easier because a lot of 'dynamic' changes : new persons with their own laptop, ...) and the server and printers/scanners have fixed IP addresses.I edited the dhcpd.conf (see here underneath), I have the file dhcpd.leases but it doesn't start !
I want to monitor my work on the terminal.I know we can use script command.But every time when I start the terminal, I have to type script to start it.I want to automate it. So where should I include this command so that it will start as soon as I start the terminal ?
MY WORK TILL NOW: I have put this "script" command in the .profile.The when I start the terminal, it became an INFINITE LOOP.I am able to "echo".Thats coming only once.....but if I write a "script" command then it is becoming an INFINITE LOOP.
I've been fighting to get my wireless working and I've finally made some progress. I can actually manage to connect to my wireless network and so far it has been quite stable (fingers crossed).
However there is one slight nag. My wlan0 interface driver refuses to start at startup. When I type iwconfig its just not there. To fix this I have to manually run "rmmod rtl8187" and then "modprobe rtl8187". Then it works fine.
I've been trying to make a script to automate this but without success. I've tried both editing my rc.local and kde startup .xinitrc
How I could get those two commands to run automatically at startup after the boot process? I'm running Arch Linux and KDE 4.3
I use Opensuse 11 with fvwm. How can I get conky start automatically when I start fvwm?
I setup the conky under fvwm session for my Opensuse 11 but it won't start automatically. I am wondering how to write some kind of scripts to force it to start automatically and with a delay about 10 seconds after fvwm starts.
I just installed TuxGuitar - very cool - and to get the sound to work I had to install Timidity++ as well. Before I start TuxGuitar I have to execute:timidity -iA -Osin a terminal window first, which is kind of a pain to do every time I run TuxGuitar.How do I get this line to execute on startup such that timidity is running when I start up? I tried adding that line to rc.local
when i start the computer i will have 3 seconds to choose windows xp or else it will go on linux but someone told me that by changing the grub.cfg when i start my computer i will have 3 seconds to start linux or else it will be xp is this true ? and if it is can someone explain me how to do it because i would like that
I'm currently running SUSE 11.1 and trying to start Amavis so I can use Kmail. I have just run the latest updates via Yast. I'm getting the following when I try to start Amavis: /etc/init.d/amavis start returned 7 (program is not running):
i've made a big update of almost 300Mb.I'had a working DNS server.Now, when i boot the box, named works and it resolves all the clients.If i make any change (enter a new client for example) and of course i restart named (service named restart), named stop but does not start again !!!In order to get a working named, i 'm obliged to reboot the box?
I'm new to this linux.I installed "fedora 14" on my desktop.I just changeed text mode.(etc/inttab -> id:3:initdefaultSo, when my pc powers on, I want automatically start "vi" program.
Ok so i have the tor browser bundle but when clicking start-tor-browser. I get : "Do you want to run "start-tor-browser", or display its content" ,"start-tor-browser" is an executable text file." So i click run but Vidalia doesn't start and nothing happens.