Clipit indicator

Asked by Bolvary Ors

Clipit appears in the applet indicator when started but there is no possibility to start it at login. Is there a way to load it automatically?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu indicator-applet Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

How do you run the app yourself?

Revision history for this message
Bolvary Ors (bolvary) said :
#2

I can run it from dash and then appears as indicator, but after restart it does not appear any longer. Thus, I have to start it again from dash.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

what is the output of:

ls /usr/share/applications | grep -i clip

Thanks

Revision history for this message
Bolvary Ors (bolvary) said :
#4

Output is:

clipit.desktop

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

Great! Then this is easy.

ln -s /usr/share/applications/clipit.desktop ~/.config/autostart/clipit.desktop

There is a startup application for configuring startup stuff but all it does is make files in ~/.config/autotart. That command does it manually :)

Revision history for this message
Bolvary Ors (bolvary) said :
#6

Thanks actionparsnip, that solved my question.

Revision history for this message
Bolvary Ors (bolvary) said :
#7

Thanks for your help.