Skip to main content

All Questions

Tagged with
0 votes
1 answer
603 views

How to load (add to a panel) by terminal (CLI) a Cinnamon applet newly added to /usr/share/cinnamon/applets?

I've found out to edit Cinnamon panel I can use dconf: dconf read /org/cinnamon/enabled-applets ['panel1:left:0:[email protected]:0', 'panel1:left:1:[email protected]:1', 'panel1:left:2:...
Martian2020's user avatar
  • 1,219
1 vote
1 answer
407 views

Terminal Window always puts a path from .bashrc out how to fix?

System: Linux Mint 20 (ubuntu) So I installed emscripten the wasm compiler for C/C++ the other day and the path that was added to my bashrc always seems to start a new terminal shell with telling me ...
ekr990011's user avatar
  • 111
0 votes
2 answers
158 views

alias help='compgen -c | sort -b' doesn't work in .bashrc but only in terminal [closed]

.bashrc: alias cls="echo -en '\033c\033[3J'" alias help='compgen -c | sort -b' terminal: cls works fine. help gives me the error: "ort: opzione non valida -- " Try 'sort --help' for more ...
Riccardo La Marca's user avatar
0 votes
1 answer
355 views

Using the shell, how to determine percentage of torrent file downloaded?

I am busy downloading files over Deluge and would like to know how to check the percentages of the files downloaded, using the Terminal. Ideally, I would like to be able to check individual files as ...
infinitquest's user avatar
-1 votes
3 answers
28k views

How to add more directiories in PATH [closed]

Okay, first thing first, I'm new to Linux and I'm using Linux Mint. I learned that when I want to add more directories to my PATH (specifically my home directory) I need a Bash command that looks ...
Ridza mnto's user avatar
4 votes
1 answer
3k views

Gnome-terminal cannot open in working directory

I have got a strange problem with gnome-terminal after upgrading from Linux Mint 17.3 to 18.3. Now, --working-directory does not work anymore. Eg: gnome-terminal --working-directory=/home/user/...
marlar's user avatar
  • 366
1 vote
1 answer
2k views

Getting Python errors whenever I try to use terminal in Linux Mint

I've had Mint installed as a dual boot on my laptop for some time. I use it as my dev environment, for desktop and web related coding. I recently started getting errors which have rendered my terminal ...
Brae's user avatar
  • 133
14 votes
1 answer
10k views

What's those underscore commands?

When I tab tab _ in terminal, Bash suggests 206 posibilities. I tried to run one of them _git_rm but nothing happend, what are they? Here is a screenshot:
draw's user avatar
  • 273