LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-08-2009, 08:59 AM   #1
odocoileus
LQ Newbie
 
Registered: May 2008
Posts: 15

Rep: Reputation: 1
looking for dolphin like fm in gnome


I have recently become more of a gnome user than a kde user, but I cant find anything like dolphin.

I have circled the key features I am looking for on an image.

[img=http://img248.imageshack.us/img248/1337/screenshot1nx.png]

I really like the buttons to switch from detailed/icon/preview modes, and the show hidden file button is nice. the close button becomes 'split' when only a single pane is open. plus the tab feature is present, but not shown in the image. having a terminal at the bottom is great, others I have tried only seem to have a single command line at most. and the left panel is real convenient for switching between mounts.

I have tried xnc, gnome commander, and tux commander. None of them seem to have the right stuff.

Is there any option that does not involve installing kde?
 
Old 11-08-2009, 09:15 AM   #2
wfh
Member
 
Registered: Sep 2009
Location: Northern California
Distribution: Ubuntu Debian CentOS RHEL Suse
Posts: 164

Rep: Reputation: 44
I can tell you exactly what has the right stuff....wait for it....."Dolphin"!

You can run KDE apps in Gnome, now. Case in point, I am lost without "k3b" and I mostly always have Gnome as my desktop.

Just do...

Code:
apt-get install dolphin
This will install kde-common, et al, but you are still launching a Gnome desktop rather than KDE.

Last edited by wfh; 11-08-2009 at 09:18 AM.
 
Old 11-08-2009, 09:23 AM   #3
odocoileus
LQ Newbie
 
Registered: May 2008
Posts: 15

Original Poster
Rep: Reputation: 1
Yeah, I do have it installed like that on my desktop, but I have a fairly small amount of monthly bandwidth where I live, and was hoping to find a way to do this on my laptop this month, but installing the whole kde thing is probably more than what I should do.
 
Old 11-08-2009, 10:37 PM   #4
wfh
Member
 
Registered: Sep 2009
Location: Northern California
Distribution: Ubuntu Debian CentOS RHEL Suse
Posts: 164

Rep: Reputation: 44
Hmmm...I don't know, it took 1 min 6 sec to install dolphin and libkonq4 on my Hardy laptop (over standard ADSL).

Admittedly, I had the following already installed:

Depends: kdelibs4c2a (>= 4:3.5.8-1), libacl1 (>= 2.2.11-1), libart-2.0-2 (>= 2.3.18), libattr1 (>= 2.4.4-1), libaudio2, libc6 (>= 2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1, libice6 (>= 1:1.0.0), libidn11 (>= 0.5.18), libjpeg62, libpng12-0 (>= 1.2.13-4), libqt3-mt (>= 3:3.3.8-b), libsm6, libstdc++6 (>= 4.1.1-21), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, zlib1g (>= 1:1.2.3.3.dfsg-1)
 
Old 11-09-2009, 07:50 PM   #5
odocoileus
LQ Newbie
 
Registered: May 2008
Posts: 15

Original Poster
Rep: Reputation: 1
I did end up installing dolphin, and then making dolphin the default manager so when i click on something under places I get dolphin.

I did this by modifying the script in this thread http://www.linuxquestions.org/questi...anager-700122/

namely this post:
Quote:
I found the perfect way to change the Default File Manager under Ubuntu (gnome)..

From Nautilus to Thunar

1. Backup the official Nautilus file
Code:

sudo mv /usr/bin/nautilus /usr/bin/nautilus.real

2. Now make the new Nautilus file
Code:

sudo gedit /usr/bin/nautilus

3. place this code and save it
Code:

#!/bin/bash

#zenity --info --text="${1}/${@}" #DEBUG
if [ -n "${1}" ]; then
if [ "${1:0:1}" == "/" ]; then
thunar "${1}"
elif [ "${1}" == "--no-desktop" ]; then
if [ -n "${2}" ]; then
if [ "${2:0:7}" == "file://" ] || [ "${2:0:1}" == "/" ]; then
thunar "${2}"
else
nautilus.real "${2}"
fi
else
thunar


fi
else
nautilus.real "${@}"
fi
else
thunar
fi

4. Make sure that you own the file
Code:

sudo chmod 755 /usr/bin/nautilus

Done!
except i didnt use thunar, and i didnt use nautilus either, i just replaced everything with dolphin
 
  


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
Dolphin JJV Mandriva 3 08-22-2009 05:33 PM
Dolphin and ext3 partitions Myxoloid Mandriva 5 07-30-2009 10:33 AM
Dolphin doesn't work in SuperUserMode peteyperson Linux - Newbie 6 03-06-2009 06:58 AM
Uncluttering Dolphin... adred SUSE / openSUSE 2 09-21-2008 09:55 PM
how do i create a link using dolphin? granpa Linux - Newbie 4 07-24-2008 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:07 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