How to auto start SeaFile Client?Auto-Starting Seafile Server 12.04 (Server Edition)How do I get redshift to...
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
Giving a talk in my old university, how prominently should I tell students my salary?
Is there any relevance to Thor getting his hair cut other than comedic value?
Why did John Williams use a march to symbolise Indiana Jones?
Reason why dimensional travelling would be restricted
Where is the line between being obedient and getting bullied by a boss?
Wrap all numerics in JSON with quotes
Can you be healed or stabilized (if downed) while petrified?
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
Why do phishing e-mails use faked e-mail addresses instead of the real one?
What is a term for a function that when called repeatedly, has the same effect as calling once?
How to substitute values from a list into a function?
Is there a full canon version of Tyrion's jackass/honeycomb joke?
In Adventurer's League, is it possible to keep the Ring of Winter if you manage to acquire it in the Tomb of Annihilation adventure?
Skis versus snow shoes - when to choose which for travelling the backcountry?
Are paired adjectives bad style?
Citing contemporaneous (interlaced?) preprints
lead or lag function to get several values, not just the nth
Where is the fallacy here?
What are the issues with an additional (limited) concentration slot instead of Bladesong?
Why I cant see italic font at the header?
How to mitigate "bandwagon attacking" from players?
What could trigger powerful quakes on icy world?
Six real numbers so that product of any five is the sixth one
How to auto start SeaFile Client?
Auto-Starting Seafile Server 12.04 (Server Edition)How do I get redshift to start with my computer?How do I start a program automatically when I boot?Simple command not executing on start uphow to add f.lux to startup applications on lubuntu?Start applications in SystemtrayHow do I start conky when ubuntu starts up?OSSEC installation auto-start?How to stop Ubuntu from launching the Atom editor at startup?How to start User Accounts on startup?How to disable Plank application on Ubuntu startup
SeaFile Client automatically starts in Windows but not is Ubuntu
How to add seafile entry into startup application so that it always starts automatically?
startup-applications
add a comment |
SeaFile Client automatically starts in Windows but not is Ubuntu
How to add seafile entry into startup application so that it always starts automatically?
startup-applications
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08
add a comment |
SeaFile Client automatically starts in Windows but not is Ubuntu
How to add seafile entry into startup application so that it always starts automatically?
startup-applications
SeaFile Client automatically starts in Windows but not is Ubuntu
How to add seafile entry into startup application so that it always starts automatically?
startup-applications
startup-applications
asked Dec 31 '14 at 4:10
Nikhil SinhaNikhil Sinha
815
815
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08
add a comment |
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08
add a comment |
4 Answers
4
active
oldest
votes
To start Seafile when you login to KDE: Launch autostart
Select 'desktop file' then 'add program' on right.
Type 'seafile-applet' in the search box and press OK.
Press OK to confirm the addition
add a comment |
I am using Gnome desktop and the launch via the seafile destop file would not work. What worked for me: I opened the seafile.desktop (/usr/share/applications) file in an editor and checked out the exec line (seafile-applet). I tested to start seafile with typing 'seafile-applet' in the terminal, which worked fine. I then added this line in the command field of the dialog of the startup application.
So basically very similar to the KDE version as described above.
add a comment |
In Ubuntu, a symlink in ~/.config/autostart works fine:
cd ~/.config/autostart/
ln -s /usr/share/applications/seafile.desktop
add a comment |
You can also use GNOME Tweaks. You can install it with:
sudo apt install gnome-tweak-tool
Tweaks has a Startup Applications menu entry, where you can search for installed applications and add them to the list of startup applications.
IMG of Tweaks Application
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f567270%2fhow-to-auto-start-seafile-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
To start Seafile when you login to KDE: Launch autostart
Select 'desktop file' then 'add program' on right.
Type 'seafile-applet' in the search box and press OK.
Press OK to confirm the addition
add a comment |
To start Seafile when you login to KDE: Launch autostart
Select 'desktop file' then 'add program' on right.
Type 'seafile-applet' in the search box and press OK.
Press OK to confirm the addition
add a comment |
To start Seafile when you login to KDE: Launch autostart
Select 'desktop file' then 'add program' on right.
Type 'seafile-applet' in the search box and press OK.
Press OK to confirm the addition
To start Seafile when you login to KDE: Launch autostart
Select 'desktop file' then 'add program' on right.
Type 'seafile-applet' in the search box and press OK.
Press OK to confirm the addition
answered Apr 1 '15 at 20:08
Tom ChivertonTom Chiverton
1113
1113
add a comment |
add a comment |
I am using Gnome desktop and the launch via the seafile destop file would not work. What worked for me: I opened the seafile.desktop (/usr/share/applications) file in an editor and checked out the exec line (seafile-applet). I tested to start seafile with typing 'seafile-applet' in the terminal, which worked fine. I then added this line in the command field of the dialog of the startup application.
So basically very similar to the KDE version as described above.
add a comment |
I am using Gnome desktop and the launch via the seafile destop file would not work. What worked for me: I opened the seafile.desktop (/usr/share/applications) file in an editor and checked out the exec line (seafile-applet). I tested to start seafile with typing 'seafile-applet' in the terminal, which worked fine. I then added this line in the command field of the dialog of the startup application.
So basically very similar to the KDE version as described above.
add a comment |
I am using Gnome desktop and the launch via the seafile destop file would not work. What worked for me: I opened the seafile.desktop (/usr/share/applications) file in an editor and checked out the exec line (seafile-applet). I tested to start seafile with typing 'seafile-applet' in the terminal, which worked fine. I then added this line in the command field of the dialog of the startup application.
So basically very similar to the KDE version as described above.
I am using Gnome desktop and the launch via the seafile destop file would not work. What worked for me: I opened the seafile.desktop (/usr/share/applications) file in an editor and checked out the exec line (seafile-applet). I tested to start seafile with typing 'seafile-applet' in the terminal, which worked fine. I then added this line in the command field of the dialog of the startup application.
So basically very similar to the KDE version as described above.
answered Mar 23 '16 at 8:16
user522051user522051
111
111
add a comment |
add a comment |
In Ubuntu, a symlink in ~/.config/autostart works fine:
cd ~/.config/autostart/
ln -s /usr/share/applications/seafile.desktop
add a comment |
In Ubuntu, a symlink in ~/.config/autostart works fine:
cd ~/.config/autostart/
ln -s /usr/share/applications/seafile.desktop
add a comment |
In Ubuntu, a symlink in ~/.config/autostart works fine:
cd ~/.config/autostart/
ln -s /usr/share/applications/seafile.desktop
In Ubuntu, a symlink in ~/.config/autostart works fine:
cd ~/.config/autostart/
ln -s /usr/share/applications/seafile.desktop
answered Nov 11 '17 at 9:05
JFLJFL
58137
58137
add a comment |
add a comment |
You can also use GNOME Tweaks. You can install it with:
sudo apt install gnome-tweak-tool
Tweaks has a Startup Applications menu entry, where you can search for installed applications and add them to the list of startup applications.
IMG of Tweaks Application
New contributor
add a comment |
You can also use GNOME Tweaks. You can install it with:
sudo apt install gnome-tweak-tool
Tweaks has a Startup Applications menu entry, where you can search for installed applications and add them to the list of startup applications.
IMG of Tweaks Application
New contributor
add a comment |
You can also use GNOME Tweaks. You can install it with:
sudo apt install gnome-tweak-tool
Tweaks has a Startup Applications menu entry, where you can search for installed applications and add them to the list of startup applications.
IMG of Tweaks Application
New contributor
You can also use GNOME Tweaks. You can install it with:
sudo apt install gnome-tweak-tool
Tweaks has a Startup Applications menu entry, where you can search for installed applications and add them to the list of startup applications.
IMG of Tweaks Application
New contributor
New contributor
answered 11 mins ago
la99erla99er
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f567270%2fhow-to-auto-start-seafile-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This might help you askubuntu.com/questions/382765/…
– vembutech
Dec 31 '14 at 6:03
@vembutech that's for the server, not the end user client
– Tom Chiverton
Apr 1 '15 at 20:08