Ubuntu :: Weird Error When Start Emacs?
May 14, 2010
I do not know what makes this error when I start emacs from the terminal** (emacs:30705): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failedDoes anyone know how to get rid of this error ?
View 3 Replies
ADVERTISEMENT
May 17, 2010
I was using the following code in my .emacs file to start emacs maximized:
Quote:
(defun toggle-fullscreen ()
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0))
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
[Code]...
View 2 Replies
View Related
Feb 11, 2011
So I just turned my computer on and it was beeping rapidly, and it would stop if I hit "Enter". Also this came on my screen: Cannot set Fray", something like that. It boots fine..just what is that?
View 1 Replies
View Related
Feb 22, 2011
When I start up my computer and it gets to the login screen I hear these 2 weird noises from my speakers and I do not know where they come from since I disabled the start up sound. Anybody know what this can be? I disabled the start up sound because it did not sound right, it was stuttering.All music listening and playing games (Heroes of Newerth) works like a charm. Only application where I can get the same stuttering effect is when I start Ventrilo with wine (world of warcraft works without any issues)Please let me know if you need any information about my system and I will supply it, I run 10.10 Maverick 64 bit.
View 3 Replies
View Related
Nov 9, 2010
I can run emacs just fine as "me", but it consistently fails after a su:
Code:
#emacs
**
[code]....
View 7 Replies
View Related
Mar 7, 2011
I have a really weird problem, when I play any ..... video, gnome crashes. I've tried other similar services, and everything works just fine. As soon any ..... video starts, gui crashes, audio actually keeps on going and I get some weird picture on screen that keeps on blinking. I've tried searching around for a similar problem, but couldn't find anything.
I tried looking in /var/log/messages, and tried looking into dmesh, kerneloops...but no luck.
Any idea how to start troubleshooting this?
View 14 Replies
View Related
May 10, 2010
GNU Emacs 23.1.1 I've noticed that if I run Emacs and M-x server-start, I can use the emacsclient program as usual, but if if I start Emacs using emacs --daemon and then try to use emacsclient the new frame locks up and the shell outputs *ERROR*: Arithmetic error. This issue doesn't happen if I use the -t flag to force terminal mode when running emacsclient.
View 2 Replies
View Related
Feb 6, 2010
I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:
Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1
View 4 Replies
View Related
Mar 19, 2011
I went to visit a website that I frequent and firefox through a error that basically said that the internet connection might be being tampered with and that the website was not authenticated. Meaning someone might be trying to load a fake website into my browser and impersonate the website to give me viruses or something.It's a website I frequent. Also the website doesn't have the www. in the url.[URL]..
View 9 Replies
View Related
Aug 3, 2010
I am getting a weird compilation error with malloc.h/usr/include/malloc.h:86: error: expected ')' before '__size'This is what the code looks like inside malloc.hextern void *(*__morecore) __MALLOC_PMT ((ptrdiff_t __size))When I did some googling, it was stating that ptrdiff_t was not defined; but, it is.#define __malloc_ptrdiff_t ptrdiff_t
View 4 Replies
View Related
Mar 18, 2010
a zone file (db.example.edu.br) starts like this:
Code:
; BIND version named 8.4.6-REL-NOESW Tue Jan 25 19:11:36 UTC 2005
; BIND version lamont@mix:/build/lamont/bind-8.4.6/src/bin/named
; zone 'example.edu.br' last serial 200806011
; from [201.138.35.4].53 (local [201.138.35.15].51183) using AXFR at Wed Mar 12 18:44:01 2008
; NOT TSIG verified
[Code]...
View 2 Replies
View Related
Jul 15, 2015
I just upgraded my system from wheezy to jessie. For the most part, the upgrade was painless, but there's one bit of weirdness that I can't seem to fix on my own.
In my .Xdefaults, I set the font for Emacs with this line:
Code: Select allEmacs.font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-1
When I do this, however. the font that appears in Emacs is not any misc-fixed font. See the following image for what Emacs displays. The window for xfontsel shows what font it should be selecting.
Note that both emacs23 and emacs24 (both Debian packages) exhibit this behavior. I also see it with an installation of emacs24 that I compiled myself.
If I use xlsfonts to see what's available matching this pattern, four choices are presented:
Code: Select all$ xlsfonts | grep 'misc-fixed-medium-r-normal--13-.*-iso8859-1$'
-misc-fixed-medium-r-normal--13-100-100-100-c-70-iso8859-1
-misc-fixed-medium-r-normal--13-100-100-100-c-80-iso8859-1
-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
-misc-fixed-medium-r-normal--13-120-75-75-c-80-iso8859-1
If I change the font-spec in Emacs to specify one of the avgWidth parameters (70 or 80), then Emacs displays the correct font. Note that with this spec, Emacs's choice matches what xfontsel displays.
With avgWidth 70:
With avgWidth 80:
Why Emacs is using the wrong font family when the avgWidth is set to "*". As I understand X font strings, using "*" should make it pick either 70 or 80, but it clearly isn't doing that. A "*" worked with wheezy, so I'm assuming the upgrade changed my font configuration, but I don't know what it might have changed.
View 3 Replies
View Related
Jul 7, 2011
Been trying to get Enlightenment to install on my 13.37 multilib. Used sbo to install most of the libraries (ecore needed the LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" fix so I manually did that). All installed correctly. Then started enlightenment itself in sbopkg. It did the 'file in wrong format' thing, so I manually dled the slackbuild, added the LDFLAGS line, and ran it. It produced this error, and I have no idea what its telling me.
Code:
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
[Code]...
View 9 Replies
View Related
Jun 13, 2011
When I open a gtk app from the command line this error pops up:
Code:
Gtk: Unable to locate theme engine in module_path: "clearlooks", and I can not find clearlooks theme engine anywhere as it is supposed to be part of gtk by default?
View 2 Replies
View Related
Jan 29, 2011
I'm trying to use emacs in the auctex mode. But Flymake complains about something I could not understand. This is the error it shows whenever I open a tex file.
Code:
Flymake:Configuration error has occured while running (texify --pdf --tex-option=-c-style-errors PATH_TO_FILE_DIRECTORY/FILE_flymake.tex).
Flymake will be switched OFF.
I have texify installed on my system. I also tried suggestions in the emacs wiki on FlymakeTex, added the following lines in my .emacs file:
Code:
(defun flymake-get-tex-args (file-name)
(list "pdflatex" (list "-file-line-error" "-draftmode"
"-interaction=nonstopmode" file-name)))
How do I stop this msg and use flymake.
View 1 Replies
View Related
Aug 5, 2010
I recently switched over to Fedora 13 but I'm having a bit of trouble. I've tried writing simple programs in Emacs and Eclipse but neither will compile. It always gives the error, "make: *** No targets specified and no makefile found. Stop."
I've looked around at a couple of forums, but people with the same issue can't install software, but I can. I got Fedora from the Fedora website so I know its complete, but I have the sneaking suspicion that I'm just missing a file or something.
View 2 Replies
View Related
Apr 29, 2011
when i start qmail seervice it gives error#/etc/init.d/qmail startStarting qmail-toaster:
svscansupervise: fatal: unable to acquire pop3/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire pop3-ssl/supervise/lock: temporary failure
View 9 Replies
View Related
Nov 28, 2010
I've tried installing Ubuntu 10.10 several times on my computer and i keep getting an invalid argument and I've tried running it off the cd but The computer boots straight into Windows and i've tried to boot from the cd but the computer bypasses it and boots straight to Windowsthis is the log error i received.
Code:
11-24 16:51 INFO root: === wubi 10.10 rev197 ===
11-24 16:51 DEBUG root: Logfile is c:usersjavierappdatalocal empwubi-10.10-rev197.log
[code]....
View 9 Replies
View Related
Sep 7, 2010
I've tried searching everywhere and I can't find any detailed help on setting up my murmur server. This is my first attempt doing anything within Ubuntu.Here are my issues:I'd like help with the murmur.ini setup. I'm having a hard time getting the server to start up in Ubuntu. I have a wireless router in the mix as well. It looks like I can get the SuperUser password set and have murmur see the correct ini for it's settings, but I get an error when i finally try to start the server. The error says:
"Server: TCP Listen on xxx.xxx.x.x:64738 failed. The address is not available"I'm confused as to what IP I need to point murmur to. I've tried a bunch of IPs with nothing working.Should I be using the IP of the server (the laptop I'm running murmur on)?Should it be pointing to the IP of the wireless router (192.168.2.1) that connects the server (laptop) to the internet?Should the IP be the dynamic IP that I get from my ISP? Here are the lines of code from the ini file: # Specific IP or hostname to bind to. If this is left blank (default), murmur will bind to all available addresses.
host=My ISP gives me a dynamic IP but I'll deal with DynDNS later if I want the server running 24/7. For now I just want the server to start up and be able to get to it from Mumble.I'd like to know what PORT to bind it to. I read that 64738 is the default port that murmur uses, but then I read something about ICE needing murmur to use port 6502.Now I'm confused. I've tried both with no success. I have no idea what ICE is or how it affects murmur. The ICE line in the ini was commented out, so I don't know if that's an issue or not. Here is that line of code from the ini for the port:# Port to bind TCP and UDP sockets toport=LASTLY, here is how I'm starting the server. Maybe I'm doing something wrong there. In the terminal screen in Ubuntu I type:
View 3 Replies
View Related
Feb 19, 2011
A recently installed 10:10 displays this message at start up:
FATAL: Cannot load generic modules /lib/modules/2.6.35-25-generic/modules.deb
(As best I can remember.It disappears so fast).
As I am having trouble getting a fingerprint reader to work, I thought I ought get it fixed.e.
View 5 Replies
View Related
May 20, 2011
I recently plugged the hard drive from my parents' old computer into my computer's motherboard to copy some files (it's an IDE drive if that makes a difference). I copied all the old family photos and whatnot into a folder on my Vista 64bit desktop which runs off of my computer's main hard drive. I shut the computer down and unplugged the old IDE drive and tried to start it up again. After going through the typical start up screens it gets stuck on a black screen that says:"error: no such device: 66727dd9 (morenumbers).e3cbf9f71233grub rescue>_"the cursor is blinking where the underscore is. Typically, it would go to the screen where I choose whether I want to run ubuntu 10.10 or vista.I went into boot preferences and everything looks okay.. I tried plugging the hard drive into different ports on the mobo and still nothing. All my useful files are in the Vista partition of my hard drive so I'm fine with wiping everything and doing a fresh install of both vista and ubuntu so long as I can keep those files. Does anyone know what could be causing this? I've never heard of "grub rescue"
View 3 Replies
View Related
Jan 28, 2010
when I try to open Banshee I get an error message telling me that the disk is malformed and then Banshee closes itself (faster than I can copy and paste the exact error). I did some searching and apparently it's caused by the configuration file, but I did a complete removal of Banshee from the package manager, restarted the computer, and re-installed Banshee, but it's still giving me the error.
View 1 Replies
View Related
May 24, 2010
I am trying to get Skype running on my Dell Laptop. I am quiet new to Linux, but have e decent understanding of it.
Anyway, the problem is that I as soon as I start skype the error: 1814 occures
System error: Code 1814
Resource name not found
It says in a different window
The programm skype.exe has encountered a serioys problem and needs to close...
This can be caused by a problem in the programm or a defiency in Wine You may want to check...for tips.
Well I cant find anything with the same or similar problem and I also can not uninstall skype using the wine uninstaller. It just doenst do it.
View 7 Replies
View Related
Oct 29, 2010
When I try to start the program Gparted in Ubuntu, the window opens up, and it looks like it is initializing, but then it just disappears, without an error message or anything to go by.
View 4 Replies
View Related
Dec 4, 2010
I was upgrading from 10.04 to 10.10 but my laptop battery went down so the installation did not ended up correctly.
When trying to reboot now, the system is not able to start correctly. No desktop, no icons... nothing.
Starting in recovery mode is impossible too.
Now I am running with live cd.
View 9 Replies
View Related
Jul 27, 2011
My Torrents will not start due to a "Permissions denied" error.The folders with the files being download have it set 777, so I'm thinking it's something else.When I look at the auth log, It does appear that it is that folder causing the issue.I can keep guessing the cause of permissions, but I do not know how to trace the problem.
View 1 Replies
View Related
Oct 14, 2010
Since upgrading to Ubuntu 10.10 I have been unable to use Emacs23. Upon starting Emacs, it immediately causes X to crash and I am returned to the login screen.I thought of looking for a log file and providing it here or in a Launchpad post to shed some light on the problem, but I don't know which log I could provide (if there is one).
View 4 Replies
View Related
Dec 11, 2010
After I installed GNU Emacs 23 to my Ubuntu system, every time I invoke the "emacs file" command, it launches Emacs.Because opening up Emacs takes time on my PC's last century hardware, and it consumes quite a big chunk of memory too. I wonder if I can still do some quick text editing using Terminal's emacs mode?
View 1 Replies
View Related
Jun 30, 2011
I am using emacs at work, and when I am home I use ssh through the terminal to connect to my computer at work. However starting emacs through ssh only gives me emacs in the terminal. As it is a bit awkward to work with I would like to open the GUI version of emacs through ssh. I tried installing tramp, but that did not seem to have any effect.
View 7 Replies
View Related
Jun 16, 2010
I think this happened after I upgraded to 10.04. Any ideas?
View 9 Replies
View Related