Ubuntu :: Nautilus Segfaulting In Libgtk-x11?

Apr 10, 2011

Every once in a while (at least once a day; my computer is on 24/7) nautilus segfaults for no particular reason. Relevant lines from kern.log:

Code:
[1025306.206524] nautilus[4932]: segfault at 14 ip 00007f21e272f681 sp 00007fff15d60020 error 4 in libgtk-x11-2.0.so.0.2200.0[7f21e266c000+412000]
[1036388.690123] nautilus[22488]: segfault at 14 ip 00007fdfac3f5bcf sp 00007ffffc3d0220 error 4 in libgtk-x11-2.0.so.0.2200.0[7fdfac336000+412000]
[1277941.447685] nautilus[6944]: segfault at 14 ip 00007f01c578b681 sp 00007fffb95aed40 error 4 in libgtk-x11-2.0.so.0.2200.0[7f01c56c8000+412000]

[Code]...

View 2 Replies


ADVERTISEMENT

Ubuntu :: Leafpad Segfaulting When Not Root?

Jul 15, 2011

I've been happily using jaunty until yesterday. After reinstalling kubuntu to natty everything works fine except leafpad:

nick@rilmir:~$ sudo leafpad
[sudo] password for nick:
nick@rilmir:~$ leafpad
Segmentation fault
nick@rilmir:~$

So, when I run it as root, it works, but when I run it as ordinary user, it segfaults.Where do I even start looking?

View 1 Replies View Related

Ubuntu Security :: Feature Is Segfaulting Stack Overflow?

Sep 22, 2010

I'm working with some basic stack overflows. The following code compiles & runs fine in a non-ubuntu VM that's has no security features installed. On Ubuntu 10.04 it segfaults every time. I'm compiling on Ubuntu with the gcc -fno-stack-protector flag. If someone could point me to the security feature that's causing the segfaults (and how to disable it),

[Code]...

View 1 Replies View Related

CentOS 5 :: Unable To Find An Answer To Yum Segfaulting?

May 15, 2010

I have been looking for a while and I am unable to find an answer to yum segfaulting.

I have tried:
yum clean all
rm -f /var/lib/rpm/__*
rpm --rebuilddb

I tried upgrading yum and rpm to the newest versions in 5.5 and I still run into the same problem.

fcntl64(6, F_SETLK64, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}, 0xbfcaf694) = 0
fcntl64(6, F_SETLK64, {type=F_RDLCK, whence=SEEK_SET, start=1073741826, len=510}, 0xbfcaf694) = 0
fcntl64(6, F_SETLK64, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=1}, 0xbfcaf694) = 0
access("/var/cache/yum/base/primary.xml.gz.sqlite-journal", F_OK) = -1 ENOENT (No such file or directory)
fstat64(6, {st_mode=S_IFREG|0644, st_size=20480, ...}) = 0

[Code]...

View 9 Replies View Related

Ubuntu :: Package LibGTK 1.2 Not Available

Apr 7, 2010

I type into the terminal
:sudo apt-get install libgtk1.2
Obviously to install libgtk and the outcome
: Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgtk1.2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgtk1.2 has no installation candidate
Anybody know a workaround to get it installed?

View 1 Replies View Related

Ubuntu Installation :: Libgtk-1.2.so.0: Cannot Open Shared Object File: No Such File Or Directory

Aug 8, 2010

I was looking to download "America's Army" and was doing alright until I hit a slight snag, It had an error while loading libgtk1.2, so I scoured the Internet for a way to fix this and the find command I found just told me it couldn't find the package, this is the first error I got when I tried to uncompress the "America's Army" version I downloaded:

/home/zac/.setup3597: error while loading shared libraries: libgtk-1.2.so.0: can not open shared object file: No such file or directory.

View 1 Replies View Related

Ubuntu :: Libgtk-1.2.so.0: Cannot Open Shared Object File: No Such File Or Directory

Sep 6, 2010

Whenever I try to install a game thats in a .run file format, I get the following error. libgtk-1.2.so.0: cannot open shared object file: No such file or directory

I am trying to install Unreal Tournament.

View 4 Replies View Related

Ubuntu :: Error While Loading Shared Libraries: Libgtk-1.2.so.0: Cannot Open Shared Object File

Aug 21, 2010

I'm running lucid 32-bit. I get this error when I try to run the installer for Unreal Tournament GOTY:

Code:
Verifying archive integrity... All good. Uncompressing Unreal Tournament 436-multilanguage.goty Installer. /home/computer/.setup1548: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory computer@computer-desktop:~/UnrealInstall$ I tried installing libgtk1.2 (as told by some people in other threads), but couldn't do that:

Code:
E: Couldn't find package libgtk1.2
However, I checked that I do have libgtk2.0
So what should I do?

View 2 Replies View Related

Ubuntu :: Lucid Lynx "libgtk-1.2.so.0" Missing?

Jun 16, 2011

I'm trying to run Ultimate Duke Nukem 3D for Ubuntu, when I find out I'm missing libgtk-1.2.so.0. I've tried googling it, and every thread in this forum seems to be useless to me (e.g. E: Couldn't find package libgtk1.2). So I was wondering what I need to do to get the libgtk-1.2.so.0 for Lucid.

View 6 Replies View Related

General :: Libgtk-x11-2.0.so.0: Cannot Open Shared Object File: No Such File Or Directory

Mar 28, 2010

I'm trying to install PCSX2 (PS2 emulator) and I get the following error: ./pcsx2: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

I've followed the instructions here http://pcsx2.net/downloads.php and believe I have all the dependencies installed. My system has the following file:

/usr/lib/libgtk-x11-2.0.so.0

View 6 Replies View Related

Ubuntu :: Shortcut To Access Sudo Nautilus (gksudo Nautilus) From The Current Window

Feb 11, 2011

Is it possible to change my current nautilus window to have sudo capabilities,? e.g. to delete locked files. It may be lazy but if it takes a lot of navigation then it would be handy to somehow activate sudo from the open window without the terminal command (gksudo nautilus) which always begins at root.

View 5 Replies View Related

Ubuntu :: Nautilus Not Work Correctly After Install Nautilus Elementary From PPA?

Jun 20, 2010

I attempted to install Nautilus Elementary...the results were not what I expected however. First of all, it doesn't seem to even have installed correctly, but thats not the main issue...after installing, Nautilus looks like this...

View 2 Replies View Related

Ubuntu :: How To Change A Nautilus Icon (an Nautilus Action)

May 16, 2010

I've added a new Nautilus action and I'd like to use another icon that those provided in the nautilus item con list (see attachment).

But whatever image I try (some PNG or even SVG files) I can't get them to be displayed. It seems there is a very special format, size, type to match the Gnome/GTK+/Nautilus icon requirements...

View 3 Replies View Related

Ubuntu :: Move Nautilus Location Bar In Nautilus Up By Toolbar?

Apr 11, 2010

Does anyone know how I can move the location bar in nautilus up by the toolbar, as shown by this pic:
http://i39.tinypic.com/2qdsyll.jpg

I'd rather not have to download the source of nautilus and edit the code / compile it myself.

By the way, a guy on Ubuntu Forums thought this was a mockup. It's not. It's the regular version of Nautilus, only I removed some toolbar buttons through the /usr/share/nautilus/ui xml files.

I just want the location bar next to the toolbar to conserve screen space, and be a bit more like Finder.

View 3 Replies View Related

Fedora :: Nautilus-2.32.0-1.fc14 Reason: Process/usr/bin/nautilus Was Killed By Signal 11 (SIGSEGV)

Apr 28, 2011

I was transferring data from one computer to my laptop and crash error came up on my laptop...

Error 1:

Nautilus-2.32.0-1.fc14 Reason: Process/usr/bin/nautilus was killed by signal 11 (SIGSEGV)

Error 2:

Openoffice.Org-Brand Crash

Reason: Process/usr/lib/openoffice.org3/program/soffice.bin was killed by signal (SIGABRT)

What could be the problem? Is it serious issue? I have been having security issues with Windows and are those issues begun once again? I have been under targeted attack since 2005.

View 2 Replies View Related

Ubuntu :: Difference Between Nautilus And Nautilus-Elementary?

Jul 28, 2010

what's the difference between Nautilus and Nautilus-Elementary?

View 5 Replies View Related

CentOS 5 :: Call Nautilus File Browser With Root Permissions - "sudo Nautilus" Does Not Work

Feb 12, 2011

How to call Nautilus file browser with root permissions? "sudo nautilus" does not work. Under Ubuntu there is a command:

"gksu nautilus"

but this does not work in CentOS either.

View 2 Replies View Related

Ubuntu :: Nautilus Actions - This XML File Is Not A Valid Nautilus-actions Config File

Feb 18, 2010

I've been trying out Nautilus-actions (Gnome 2.28.4), but have been unable to import most config files from [url].

When I attempt to import an action, it complains:

Quote:

Can't parse file 'convert_flv_to_avi.schemas' as GConf schema description file!

This XML file is not a valid Nautilus-actions config file (missing keys: )

So far, the only one that has worked for me is "Move to custom folder" [url].

View 2 Replies View Related

Ubuntu :: Usb Not Seen By Nautilus

Oct 31, 2010

Got a Dell GX280, and it is not seeing any usb drives. The usb keyboard works fine, the usb wireless adapter works fine, and if I run "lsusb" the thumb drive is listed, but it does show up in nautilus. I reinstalled nautilus, but it didn't help. What else do I need to do to get it to show up in nautilus so I can copy files?

View 9 Replies View Related

Ubuntu :: No Previews In The Nautilus?

Mar 14, 2010

In Nautilus->Edit->Preferences->Preview everything is set to Always and the size for previews is set to any files under 100Mb of size.

Still I can't see any previews. I am trying to look at the icons inside usrshareicons but all I get is a little icon that looks like piece of paper with an analog clock on it.I gotta see the images without having to open image viewer every time.

View 3 Replies View Related

Ubuntu :: Nautilus Won't See Files

Jun 2, 2010

Since a couple of days back mostly all the folders and files I had on my download directory are not visible in Nautilus. Some of them are still there, but the majority it's like vanished. The folder is where everything I download with Transmission goes into. The tricky thing is that all those files are visible through the terminal, pcman file manager or konqueror, but not Nautilus, which is very annoying. I've tried reinstalling Nautilus from Synaptic, checking the 'show hidden files' option, checking and changing files and folder permissions and I also checked that there's no hidden instance of Nautilus running. I have Ubuntu 10.04 (upgraded from a 9.10) and the files are on a ext4 drive. Nautilus version is 2.30.1

View 2 Replies View Related

Ubuntu :: Nautilus Won't Open / What To Do?

Jun 12, 2010

I've just been changing some of my icons in /usr/share/applications with the "gksu nautilus" command and now Nautilus won't open at all.

If click any of the options in 'Places' my PC just hangs then does nothing. If I try to open nautilus from the terminal I get the following output code...

View 4 Replies View Related

Ubuntu :: Using Wildcards In Nautilus?

Aug 21, 2010

I'm try the use wildcards for file searches in Nautilus (ctrl+s) but using sets and character classes doesn't return any results. For example

[[:upper:]]*
[![:digit]]*
*[[:alpha:]]
[crm]*

Is this kind of notation supported in Ubuntu or do I have something wrong in my syntax.

View 1 Replies View Related

Ubuntu :: Inconsistency Between LS And Nautilus

Sep 8, 2010

I have a USB hard drive for backups using rdiff-backup (/media/backups/). I tried to do a backup last night but rdiff-backup could not find the appropriate destination directory of the drive. Sure enough a ls of the drive could not find it. Odd thing is that it is all visible in nautilus! An umount and a (re) mount did not help, even a re-boot did not help.

View 5 Replies View Related

Ubuntu :: How To Downgrade Nautilus

Nov 1, 2010

Ubuntu 10.04 has nautilus 2.31, which has a couple of features i don't like:space bar doesn't open multiple folders, like ENTER does. Sometimes it's more comfortable to hit the space bar instead of the enter key. I could do this in fomer versions (ubuntu 8.10 and 9.04).when i copy folders or files which are called the same as the ones in the destination folder, the prompt to replace/merge has the options accept and skip, and if i want to do the same every time the soincidence of names takes place, y have to first tick "always do the same" and then click "replace", for example. In former versions of nautilus/ubuntu (8.10, 9.04 at least) the prompt had buttons replace-replace all-skip-skip all, so a single click could do the job.How can i go back to those versions of nautilus, while still using ubuntu 10.04?

View 4 Replies View Related

Ubuntu :: Nautilus Not Loading?

Nov 7, 2010

I've been using Linux Ubuntu for about 2 months now, and this is an interesting error...Anyone know how to fix it?When I loaded up the past two times, I've had issues...I get the following series of message:Quote:Could not update ICEauthority file /home/atmarsden.ICEauthorityThere is a problem with the configuration server./usr/lib/libconf2-4/gconf-sanity-check-2 exited with status 256)Nautilus could not create the following required folders: /home/atmarsden/desktop, /home/atmarsden/nautilus.Before running Nautilus, please create these folders, or set permissions such that Nautilus can create them.Followed by a blank screen with just my background... screensavers worketh not, and Alt-F2 only seems to run terminal, no apps.Running an example app in terminal (Chrome):

Code:
atmarsden@ATMarsden-Acer:~$google-chrome
[1874:1874:900308257:FATAL:chrome/browser/browser_main.cc(881)] Check failed:

[code]....

View 1 Replies View Related

Ubuntu :: Nautilus - Usr/share/doc ?

Jan 14, 2011

Why would nautilus take several minutes to display the contents of usr/share/doc ?. There are 2783 items in the folder.

I am using dual-core 2.9MHz processor, 4G memory and 10.10, with no other applications running.

How to improve the response ?.

View 3 Replies View Related

Ubuntu :: How Can I Revert To Nautilus

Mar 13, 2011

I accidentially replaced default file manager Nautilus with Gnome Commander and now when browsing other hard drives or devices throught Places menu it opens in Gnome Commander. How can I revert to Nautilus?

View 5 Replies View Related

Ubuntu :: Too Many Columns Available - Nautilus

Apr 13, 2011

I had been playing around with various Python scripts in order to add certain columns to Nautilus, in particular bitrate, length, artist and genre for information on mp3 files. Well, I got greedy and installed something I shouldn't have and now I have massive duplicate columns available, and checking them to be visible has no effect at all. I have lost all the information that would populate the aforementioned columns.

I went to the Configuration Editor, went to apps>nautilus>list view>default visible columns and deleted the extraneous columns. I also disabled all the pythons scripts I put in ~/.nautilus/python-extensions. The extra columns never go away, and, if checked, never make visible the named information. Here is a screencap.

View 2 Replies View Related

Ubuntu One :: U1 Hangs Nautilus And Uses 100% CPU?

May 12, 2011

Code:

File Sync error. (org.freedesktop.DBus.Error.NoReply:

Message did not receive a reply (timeout by message bus))

Apparently, I am suffering from this bug:

[URL]

What I find particularly strange is there has been no update recently related to the U1 client. I am guessing this may be a server issue, but it seems that only a few of us are affected currently Until this is resolved, I can no longer use ubuntu one. Pretty much a show-stopper as I rely on it regularly.

View 2 Replies View Related







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