sudo apt-get install nautilus
Subscribe to:
Post Comments (Atom)
How to download a portion of Youtube Video with youtube-dl
First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...
-
OsmocomBB is an Open Source GSM Baseband software implementation. By using the sofware on a compatible phone (e.g. Motorola C118), you are a...
-
Scid vs PC Scid vs PC is definitely the best and most comprehensive chess software for Linux. Unfortunately I struggled quite a bit to ge...
-
Requirements --> Banana Pi running Raspbian for Banana Pi --> Breadboard --> Jumper Wires --> DS18b20 --> 4.7K Ohm re...
Thanks for this - had tried everything
ReplyDelete...or create the executable file 'nautilus' at /usr/bin an with that content:
ReplyDelete#!/bin/bash
exec thunar $3
exit 0
for cinnamon replace thunar with nemo in above script
ReplyDeletethanks. this script worked for me (xubuntu 14.04)
ReplyDelete