LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-06-2010, 11:26 AM   #16
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743

Quote:
Originally Posted by elishac View Post
Well, now that you've understood what my problem is, maybe you'll be able to help me ?
Sure!! If you absolutely need this behavior, then use a file manager that has it!

In principle, you can install any file manager on any distro. Here's one list of possibilities:
http://www.linuxlinks.com/article/20...eManagers.html

The only ones not available on my system (Arch) are: Endeavor, Rox-Filer, and 4Pane
 
Old 02-06-2010, 11:28 AM   #17
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by elishac View Post
Meaning that would be too difficult ?
Almost certainly. Unless the Nautilus dev team decides to implement it.

Quote:
Originally Posted by elishac View Post
I'm not familiar with such big applications. How many .exe files are there, and where are they located on my computer ?
Executables aren't ".exe"s in Linux. Linux doesn't even have a built-in concept of "extensions". They instead have no extension and are executable because their executable permission is set, not because of the name.

Quote:
Originally Posted by elishac View Post
Is the source code on my computer, or only the compiled version ?
You only have the executables, not the source, and you would have to understand Naitilus's code to do this.
 
Old 02-06-2010, 11:31 AM   #18
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by elishac View Post
Meaning that would be too difficult ?
I'm not familiar with such big applications. How many .exe files are there, and where are they located on my computer ? Is the source code on my computer, or only the compiled version ?
How many .exe files to recompile a Linux app? NONE!!---exe is a Windows executable.

You could certainly grab the source code for Nautilus (Google will find it), but my guess is that---unless you already know the source--- you are talking many days or even weeks to make this change.

IMHO, recompiling Nautilus to get this one feature is NOT the way to go. (See my post about all the other choices.)
 
Old 02-06-2010, 11:33 AM   #19
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Well if it's too difficult nevermind then.
According to the link given by carbonfiber, may we assume that this 'bug' is being dealt with, and shall be fixed in the next nautilus version? (when is it supposed to be released?)
In order to help me understand better how linux works, can someone answer my questions of the post 13 please (even though it's not directly linked to the issue at hand) ?
edit: nevermind, i think it's been answered while i was writing this. Let me read it.

Last edited by elishac; 02-06-2010 at 11:34 AM.
 
Old 02-06-2010, 11:34 AM   #20
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Also, executables do not contain human-readable source code. You cannot modify them. You must get the code to modify it, and then compile it into executables.
 
Old 02-06-2010, 11:38 AM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
To understand how Linux works, forget completely about how Windows works. Some things you might think cannot be made different, but they are.

Quote:
Originally Posted by elishac View Post
How many .exe files are there, and where are they located on my computer ?
As I explained in another post, there is no such thing as ".exe" in Linux.

They are usually located in /bin (command-line essentials), /usr/bin (most programs go here), or /usr/local/bin (some programs go here, too. Usually when you compile a program it goes here by default).

Quote:
Originally Posted by elishac View Post
Is the source code on my computer, or only the compiled version ?
Only the compiled version.
 
Old 02-06-2010, 11:42 AM   #22
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

In addition to MTK358's post, you can find some more information about differences between Linux and Windows, explained in a very comprehensible way on this site:
Linux is not Windows

Kind regards,

Eric
 
Old 02-06-2010, 11:42 AM   #23
carbonfiber
Member
 
Registered: Sep 2009
Location: Sparta
Posts: 237

Rep: Reputation: 46
Quote:
Originally Posted by elishac View Post
may we assume that this 'bug' is being dealt with
You may assume what you like.
 
Old 02-06-2010, 11:43 AM   #24
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Well I know you guys always get all huffy when someone talks about .exe's in linux. But as far as I've understood (and I'm new to all this), it's just a way of speech. One could say that all files whose permissions are set to executables are called .exe files. There certainly is a difference between a text file that can be read by humans and a .exe file (or whatever you call it) that cannot. That's not my point anyway.
I just wanted to know where are the files that make nautilus run on my computer...
 
Old 02-06-2010, 11:53 AM   #25
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Ahem---no one is getting huffy......We are only trying to help based on our knowledge.

In normal usage, any time you say ".xxx file" it means a file with the extension "xxx". There are a long list of common extensions that are used differently (or not at all) by various OSes and apps.

".exe" is the common extension for Windows executables, but I believe that you can add ".exe" to a Linux executable and it will still run (easy to test).

Quote:
I just wanted to know where are the files that make nautilus run on my computer...
Do you mean the executables or the source code? The executables will be in /bin, /sbin, /usr/bin, /usr/sbin, maybe /usr/share/*/, and in various /*/*/lib locations. Finding all of them might be a problem.
 
Old 02-06-2010, 11:57 AM   #26
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I still think that saying that a file is a ".exe" refers to the fact that it has the extension "exe" and is a Windows executable.

If you want to keep talking like that, at least call them "exe"s (without the dot that implies Windows extension).

Last edited by MTK358; 02-06-2010 at 11:58 AM.
 
Old 02-06-2010, 12:04 PM   #27
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
ok, thanks. Just one last question before closing this topic :
is there any way to know when the next nautilus version is going to be released, and if it will include a fix for this slight inconvenience ?
 
Old 02-06-2010, 12:08 PM   #28
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by elishac View Post
ok, thanks. Just one last question before closing this topic :
is there any way to know when the next nautilus version is going to be released, and if it will include a fix for this slight inconvenience ?
Well, I wouldn't call it a "bug" as you did before. The program just wasn't intended to do that in the first place. A bug is when a program doesn't behave the way it was intended.

It just depends on whether the developers either decide they want that feature or get enough requests for it. Personally I don't miss it (not that I didn't like it, but I didn't really pay attention to it).
 
Old 02-06-2010, 12:08 PM   #29
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

If you're into customizing Nautilus you might want to have a look at this site:
http://live.gnome.org/Nautilus

It mentions extending functionality, writing extensions for it, and so on.

Kind regards,

Eric
 
Old 02-06-2010, 12:12 PM   #30
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by MTK358 View Post
Well, I wouldn't call it a "bug" as you did before. The program just wasn't intended to do that in the first place. A bug is when a program doesn't behave the way it was intended.

It just depends on whether the developers either decide they want that feature or get enough requests for it. Personally I don't miss it (not that I didn't like it, but I didn't really pay attention to it).
Ditto---If I were maintaining Nautilus, adding this feature would probably never get on my "top ten" list.

I recommend that you try Dolphin.....It is the best file manager I have ever seen, and is better than anything I ever saw on Windows (at least up to XP professional)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SQUID, Ubuntu, Transparent Proxy ThePhoton Linux - Networking 0 07-07-2008 11:44 AM
LXer: Howto create a Transparent Terminal in Ubuntu Desktop LXer Syndicated Linux News 0 02-14-2008 11:40 PM
Ubuntu, Squid Transparent Proxy server is not working pocs Linux - Networking 6 10-31-2007 10:42 AM
Transparent PNGs show up as transparent in Firefox - opaque in IE? vharishankar General 10 01-11-2005 06:54 AM
Transparent access to file system n99joker Programming 2 08-21-2003 09:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration