[opensuse] open a file explorer from command prompt
Hi, In Mac, I can open the current working directory from console like : (arup/rails)~: open . What's the equivalent native support in openSUSE 13.1 KDE version ? -- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Le 03/04/2015 16:47, Arup Rakshit a écrit :
Hi,
In Mac, I can open the current working directory from console like :
(arup/rails)~: open .
What's the equivalent native support in openSUSE 13.1 KDE version ?
#dolphin . jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Friday, April 03, 2015 05:52:19 PM jdd wrote:
Le 03/04/2015 16:47, Arup Rakshit a écrit :
Hi,
In Mac, I can open the current working directory from console like :
(arup/rails)~: open .
What's the equivalent native support in openSUSE 13.1 KDE version ?
#dolphin .
jdd
Hi Jdd, Thanks for the reply. I got some error and it is hanging. [arup@CSS3-Foundations-master]$ dolphin . Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath) -- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Le 03/04/2015 17:06, Arup Rakshit a écrit :
On Friday, April 03, 2015 05:52:19 PM jdd wrote:
#dolphin .
jdd
Hi Jdd,
Thanks for the reply.
I got some error and it is hanging.
[arup@CSS3-Foundations-master]$ dolphin . Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
do you have kde ? jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Friday, April 03, 2015 07:19:57 PM jdd wrote:
Le 03/04/2015 17:06, Arup Rakshit a écrit :
On Friday, April 03, 2015 05:52:19 PM jdd wrote:
#dolphin .
jdd
Hi Jdd,
Thanks for the reply.
I got some error and it is hanging.
[arup@CSS3-Foundations-master]$ dolphin . Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
do you have kde ?
jdd
Yes, I do use KDD version. -- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/03/2015 11:52 AM, jdd wrote:
Le 03/04/2015 16:47, Arup Rakshit a écrit :
Hi,
In Mac, I can open the current working directory from console like :
(arup/rails)~: open .
What's the equivalent native support in openSUSE 13.1 KDE version ?
#dolphin .
jdd
Or konqueror <path to directory> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Fri, 03 Apr 2015 11:59:37 -0400 James Knott <james.knott@rogers.com> пишет:
On 04/03/2015 11:52 AM, jdd wrote:
Le 03/04/2015 16:47, Arup Rakshit a écrit :
Hi,
In Mac, I can open the current working directory from console like :
(arup/rails)~: open .
What's the equivalent native support in openSUSE 13.1 KDE version ?
#dolphin .
jdd
Or konqueror <path to directory>
Or xdg-open . to avoid dependency on specific DE. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Friday, April 03, 2015 07:05:58 PM Andrei Borzenkov wrote:
В Fri, 03 Apr 2015 11:59:37 -0400 James Knott <james.knott@rogers.com> пишет:
On 04/03/2015 11:52 AM, jdd wrote:
Le 03/04/2015 16:47, Arup Rakshit a écrit :
Hi,
In Mac, I can open the current working directory from console like :
(arup/rails)~: open .
What's the equivalent native support in openSUSE 13.1 KDE version ?
#dolphin .
jdd
Or konqueror <path to directory>
I didn't try it, Still thanks for telling the option.
Or
xdg-open .
This command worked properly. Thanks :)
to avoid dependency on specific DE.
-- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Andrei Borzenkov
-
Arup Rakshit
-
James Knott
-
jdd