How do I set uget as a startup application

Arpan Biswas

I want to make uget as a startup application in ubuntu. I am unable to understand how to add uget to startup application preferences as I cannot find its command. Please help.

Jacob Vlijm

The command to run uGet is:

uget-gtk

To find the command to run a (globally installed) application, simply look into its .desktop file in /usr/share/applications, and look for the first line, starting with Exec=.

In this case, the file is /usr/share/applications/uget-gtk.desktop. To open the file with gedit, drag it over an opened gedit window.

Alternatively
to find the (complete) command, you can make an "educated guess" on what the command should start with, in this case, typing:

uget + Tab

will complete the command into:

uget-gtk

Adding it to Startup Applications

This part you probably already know, but to be complete:
Open Dash > Startup Applications, click on the "Add" button, add the command uget-gtk

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I delay a startup application in Lubuntu?

From Dev

How do I set my startup applications?

From Dev

how do I send some headers with requests using uget?

From Dev

How do I execute an asynchronous startup on a WPF application?

From Java

Navigation drawer: How do I set the selected item at startup?

From Dev

How do I check if a set of commands are executed on startup?

From Dev

How do I set up a loop device at startup with service?

From Dev

How to set/change default Download folder for Uget?

From Dev

How to I set the default startup window size for an X11 application (such as xmgrace)

From Dev

How do I hide the mainform of my Delphi XE Forms Application on startup?

From Dev

How do I set environment variables in my Rails application?

From Dev

How do I set notification in android application at specific time?

From Dev

How do I set the locale for an ASP.NET 5 application?

From Dev

How do I set up a Rails application with Semantic UI?

From Dev

How do I set a default connection string in a console application?

From Dev

How do I set kile as the default application for .tex files?

From Dev

How do I set a color as a Static Resource to be used throughout an application?

From Dev

How do I set notification in android application at specific time?

From Dev

How do I permanently set an environment variable for a specific Flatpak application?

From Dev

How do I set kile as the default application for .tex files?

From Dev

How do I set an icon for the whole application using PyGObject

From Dev

How do I set the "executable project as the startup project" in Visual Studio 2013 Express?

From Dev

uGet looks like a linux application.How it runs on Windows?

From Dev

How do I run terminal code on startup and running VPN on startup?

From Dev

how set aria2 with uget and autostart them with starting system?

From Dev

how set aria2 with uget and autostart them with starting system?

From Dev

How do I measure JVM startup time?

From Dev

How do I measure JVM startup time?

From Dev

How do I run a command on startup?

Related Related

  1. 1

    How do I delay a startup application in Lubuntu?

  2. 2

    How do I set my startup applications?

  3. 3

    how do I send some headers with requests using uget?

  4. 4

    How do I execute an asynchronous startup on a WPF application?

  5. 5

    Navigation drawer: How do I set the selected item at startup?

  6. 6

    How do I check if a set of commands are executed on startup?

  7. 7

    How do I set up a loop device at startup with service?

  8. 8

    How to set/change default Download folder for Uget?

  9. 9

    How to I set the default startup window size for an X11 application (such as xmgrace)

  10. 10

    How do I hide the mainform of my Delphi XE Forms Application on startup?

  11. 11

    How do I set environment variables in my Rails application?

  12. 12

    How do I set notification in android application at specific time?

  13. 13

    How do I set the locale for an ASP.NET 5 application?

  14. 14

    How do I set up a Rails application with Semantic UI?

  15. 15

    How do I set a default connection string in a console application?

  16. 16

    How do I set kile as the default application for .tex files?

  17. 17

    How do I set a color as a Static Resource to be used throughout an application?

  18. 18

    How do I set notification in android application at specific time?

  19. 19

    How do I permanently set an environment variable for a specific Flatpak application?

  20. 20

    How do I set kile as the default application for .tex files?

  21. 21

    How do I set an icon for the whole application using PyGObject

  22. 22

    How do I set the "executable project as the startup project" in Visual Studio 2013 Express?

  23. 23

    uGet looks like a linux application.How it runs on Windows?

  24. 24

    How do I run terminal code on startup and running VPN on startup?

  25. 25

    how set aria2 with uget and autostart them with starting system?

  26. 26

    how set aria2 with uget and autostart them with starting system?

  27. 27

    How do I measure JVM startup time?

  28. 28

    How do I measure JVM startup time?

  29. 29

    How do I run a command on startup?

HotTag

Archive