Cisco packet tracer isn't displayed in Activities

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
I installed Cisco Packet Tracer 7.0 on Ubuntu 18.04 but I don't have it displayed in Activities so I have to start it from Terminal every time. How can I make shortcut of Packet Tracer to Activities so I can start it from there?
cisco activities-overview
add a comment |Â
up vote
2
down vote
favorite
I installed Cisco Packet Tracer 7.0 on Ubuntu 18.04 but I don't have it displayed in Activities so I have to start it from Terminal every time. How can I make shortcut of Packet Tracer to Activities so I can start it from there?
cisco activities-overview
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I installed Cisco Packet Tracer 7.0 on Ubuntu 18.04 but I don't have it displayed in Activities so I have to start it from Terminal every time. How can I make shortcut of Packet Tracer to Activities so I can start it from there?
cisco activities-overview
I installed Cisco Packet Tracer 7.0 on Ubuntu 18.04 but I don't have it displayed in Activities so I have to start it from Terminal every time. How can I make shortcut of Packet Tracer to Activities so I can start it from there?
cisco activities-overview
edited May 23 at 15:37
pomsky
21.4k76594
21.4k76594
asked May 23 at 15:28
G.M
135
135
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You can create a custom .desktop launcher for Cisco Packet Tracer. To do that create a text file, say packet-tracer.desktop in ~/.local/share/applications/ directory. You can do this by running the following command in Terminal
touch ~/.local/share/applications/packet-tracer.desktop
Open the file with the text editor by running
gedit ~/.local/share/applications/packet-tracer.desktop
Add something like the following to the file and save the file.
[Desktop Entry]
Comment=Launch Cisco Packet Tracer
Terminal=false
Name=Cisco Packet Tracer
Exec=command-to-launch-packet-tracer
Type=Application
Icon=/full/path/to/your/preferred/icon-image
NoDisplay=false
I't works. Thanks a lot!
â G.M
May 23 at 16:13
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You can create a custom .desktop launcher for Cisco Packet Tracer. To do that create a text file, say packet-tracer.desktop in ~/.local/share/applications/ directory. You can do this by running the following command in Terminal
touch ~/.local/share/applications/packet-tracer.desktop
Open the file with the text editor by running
gedit ~/.local/share/applications/packet-tracer.desktop
Add something like the following to the file and save the file.
[Desktop Entry]
Comment=Launch Cisco Packet Tracer
Terminal=false
Name=Cisco Packet Tracer
Exec=command-to-launch-packet-tracer
Type=Application
Icon=/full/path/to/your/preferred/icon-image
NoDisplay=false
I't works. Thanks a lot!
â G.M
May 23 at 16:13
add a comment |Â
up vote
1
down vote
accepted
You can create a custom .desktop launcher for Cisco Packet Tracer. To do that create a text file, say packet-tracer.desktop in ~/.local/share/applications/ directory. You can do this by running the following command in Terminal
touch ~/.local/share/applications/packet-tracer.desktop
Open the file with the text editor by running
gedit ~/.local/share/applications/packet-tracer.desktop
Add something like the following to the file and save the file.
[Desktop Entry]
Comment=Launch Cisco Packet Tracer
Terminal=false
Name=Cisco Packet Tracer
Exec=command-to-launch-packet-tracer
Type=Application
Icon=/full/path/to/your/preferred/icon-image
NoDisplay=false
I't works. Thanks a lot!
â G.M
May 23 at 16:13
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can create a custom .desktop launcher for Cisco Packet Tracer. To do that create a text file, say packet-tracer.desktop in ~/.local/share/applications/ directory. You can do this by running the following command in Terminal
touch ~/.local/share/applications/packet-tracer.desktop
Open the file with the text editor by running
gedit ~/.local/share/applications/packet-tracer.desktop
Add something like the following to the file and save the file.
[Desktop Entry]
Comment=Launch Cisco Packet Tracer
Terminal=false
Name=Cisco Packet Tracer
Exec=command-to-launch-packet-tracer
Type=Application
Icon=/full/path/to/your/preferred/icon-image
NoDisplay=false
You can create a custom .desktop launcher for Cisco Packet Tracer. To do that create a text file, say packet-tracer.desktop in ~/.local/share/applications/ directory. You can do this by running the following command in Terminal
touch ~/.local/share/applications/packet-tracer.desktop
Open the file with the text editor by running
gedit ~/.local/share/applications/packet-tracer.desktop
Add something like the following to the file and save the file.
[Desktop Entry]
Comment=Launch Cisco Packet Tracer
Terminal=false
Name=Cisco Packet Tracer
Exec=command-to-launch-packet-tracer
Type=Application
Icon=/full/path/to/your/preferred/icon-image
NoDisplay=false
answered May 23 at 15:43
pomsky
21.4k76594
21.4k76594
I't works. Thanks a lot!
â G.M
May 23 at 16:13
add a comment |Â
I't works. Thanks a lot!
â G.M
May 23 at 16:13
I't works. Thanks a lot!
â G.M
May 23 at 16:13
I't works. Thanks a lot!
â G.M
May 23 at 16:13
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039467%2fcisco-packet-tracer-isnt-displayed-in-activities%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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