LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-13-2016, 09:03 AM   #1
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Rep: Reputation: Disabled
Installed application not listed on the Menu of All applications


Hi

I'm running LM 17.2 from a live USB (with no persistence) and installed GUFW from the Software Manager. But although the Software Manager shows GUFW as installed, GUFW is not listed in the menu of All applications. The same thing happened after I installed another application, ie. this application was not listed in the Menu of All applications.

How can I get these installed applications to be listed in the menu?


Previously I used LM 17.1 on a different live USB without these problems.


Thanks in advance for any suggestions.
 
Old 10-13-2016, 09:38 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,036

Rep: Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619Reputation: 2619
See your other post. Basically, a Live usb without persistence will not maintain any changes on reboot and that is by design. You need either persistence of a full install.
 
Old 10-13-2016, 09:51 AM   #3
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
OK I understand what you say, and I should have explained that I installed GUFW from the Software Manager as soon as the live USB had booted. I've gone through this process previously many times when using LM 17.1 on a different live USB after booting the live USB, ie. installing GUFW and then going straight to the menu of all applications and clicking on the GUFW icon to run it. But when I went to the menu of all applications, the GUFW icon was not listed. And also after installing a different program, this program also was not listed on the menu of all applications.


How can I get these program icons to be listed in the menu?


Thanks.
 
Old 10-13-2016, 09:57 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
create a desktop file for it shove it into /usr/share/applications that should be it.
example
Code:
[Desktop Entry]
Name=Blender
GenericName=3D modeler
Comment=3D modeling, animation, rendering and post-production
Keywords=3d;cg;modeling;animation;painting;sculpting;texturing;video editing;video tracking;rendering;render engine;cycles;game engine;python;

Exec=/opt/blender-2.78-linux-glibc211-x86_64/blender %f
Icon=/opt/blender-2.78-linux-glibc211-x86_64/blender.svg

Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
MimeType=application/x-blender;
 
Old 10-13-2016, 10:19 AM   #5
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
OK thanks. But why is the GUFW menu icon not shown in the menu of applications after I booted the LM 17.2 live USB, and installed GUFW? It always used to be shown as soon as I'd installed GUFW. And why isn't the other program I installed shown in the menu of applications?
 
Old 10-13-2016, 10:43 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by lqnewbie2 View Post
OK thanks. But why is the GUFW menu icon not shown in the menu of applications after I booted the LM 17.2 live USB, and installed GUFW? It always used to be shown as soon as I'd installed GUFW. And why isn't the other program I installed shown in the menu of applications?
you're just looking for the icon for it? menus have their own way of finding icons, find you icon yourself and open the desktop file for it, then add try adding absolute path to your icon. why it stopped showing it sometimes it has to do the the theme you're using as well.
 
Old 10-13-2016, 11:05 AM   #7
urbanwks
Member
 
Registered: Sep 2003
Distribution: Slackware64-Current, FreeBSD 12.1, Alpine 5.4, Manjaro 19, Alpine on WSL [Win10]
Posts: 194

Rep: Reputation: 213Reputation: 213Reputation: 213
I have to ask: is there a reason behind booting from a live USB without persistence, then installing software, creating users, updating menus, etc. every single time? Why not just use persistence, do it once, and never have to do it again? Or install?

I'm not saying don't do that, just curious as to the reasoning.
 
Old 10-13-2016, 11:51 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191

Rep: Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327
It may just be that the system is set to show what's available on the live image rather than things you've only got in the memory. I can see the logic of that, and if you've installed a program just for one session, it can be presumed that you'll remember it's there! GUFW is, after all, something you'd only use once in the session and all you need is two commands in the terminal emulator:
sudo apt-get install gufw
sudo gufw
 
Old 10-13-2016, 12:20 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
sorry my eyes skipped that very first part about you using a usb live non persistent. but if you where not then what i said would apply, try using FATDOG64 (64bit x86_x64, amd64) or puppy or other persistent USB's Linuxes as suggested/questioned?

it'd save a head ache
 
Old 10-13-2016, 12:51 PM   #10
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Re. urbanwks:
"I have to ask: is there a reason behind booting from a live USB without persistence, then installing software, creating users, updating menus, etc. every single time? Why not just use persistence, do it once, and never have to do it again? Or install?

I'm not saying don't do that, just curious as to the reasoning."


The reasoning is to reduce the possibility of malware installing itself which might happen if I have persistence on the live USB, or if I install LM on my hard drive. I'm not a security expert, but I read on a system-security-focused website blog (scneier.com, I don't have the exact web page) that if a live distro is used without persistence then it reduces the chances of getting a malware infection on the PC. I just use live LM 17.1 for internet browsing and the Office apps. And now as a restricted user - I realize the insecurity of using the administrator level login. I don't need to shutdown my laptop too often so booting is occasional.

The only software I install is GUFW (from the Software Manager), an updated Firefox, and a few Firefox add-ons. This is quite tedious and I'll install LM when it becomes too impractical.

I think it would be good if GUFW or a similar firewall was pre-installed in LM.

In LM 17.1 GUFW used to install itself and put its icon in the application menu. But my live LM 17.2 on a new USB doesn't do this, and when I boot it the Menu icon in the lower left corner of the Mint screen is also missing. As a semi-newbie I don't know all the other ways of getting to the screens beyond the startup screen. Any suggestions appreciated.
 
Old 10-13-2016, 01:50 PM   #11
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Quote:
Originally Posted by BW-userx View Post
create a desktop file for it shove it into /usr/share/applications that should be it.
example
Code:
[Desktop Entry]
Name=Blender
GenericName=3D modeler
Comment=3D modeling, animation, rendering and post-production
Keywords=3d;cg;modeling;animation;painting;sculpting;texturing;video editing;video tracking;rendering;render engine;cycles;game engine;python;

Exec=/opt/blender-2.78-linux-glibc211-x86_64/blender %f
Icon=/opt/blender-2.78-linux-glibc211-x86_64/blender.svg

Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
MimeType=application/x-blender;
^ This + google 'freedesktop onlyshowin' and will tell you why it's not showing up in your DE (provided its a GUI application)

Last edited by c0wb0y; 10-13-2016 at 01:54 PM.
 
Old 10-14-2016, 11:53 AM   #12
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191

Rep: Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327
Quote:
Originally Posted by lqnewbie2 View Post
The reasoning is to reduce the possibility of malware installing itself which might happen if I have persistence on the live USB, or if I install LM on my hard drive.
I don't know what Mint does when run from usb — stays on the usb probably — but Puppy copies itself into RAM and runs from the copy, so any malware winds up in RAM and dies when the computer is switched off.
 
Old 10-16-2016, 08:51 AM   #13
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thanks very much for all the replies and I'll try Puppy soon.

Separate from the persistence issue, is the Trisquel OS designed any more securely generally than Puppy or Mint? I read that the Trisquel distro comprises only free software (binaries?) without any of the non-free programs that usually comprise other Ubuntu derivatives. And therefore all the Trisquel code can be checked and no parts of the programming are hidden.
Is there any security advantage for the average (non-expert) Linux user using Trisquel on a single laptop PC instead of Mint or Puppy?
 
Old 10-16-2016, 12:47 PM   #14
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191

Rep: Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327Reputation: 2327
I'd say no. Things like proprietary drivers for video or wifi are not going to contain spyware. If you just like the idea of a "pure" Linux, you could try it and see if it supports your hardware.
 
Old 10-17-2016, 02:32 PM   #15
lqnewbie2
LQ Newbie
 
Registered: Oct 2016
Posts: 9

Original Poster
Rep: Reputation: Disabled
OK thanks for your suggestion, I'll give it a try.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add my application to the Applications menu and system tray? AndreLi Linux - Software 3 07-24-2009 04:35 AM
Add applications to SLED application menu? amlucent23 SUSE / openSUSE 4 09-05-2006 06:54 PM
Getting the installed application in the start menu talpa_sai Linux - Newbie 3 05-21-2006 06:31 AM
KDE themes are installed, but NOT listed in Menu tubatodd Slackware 2 04-13-2005 07:18 AM
Getting installed programs in the applications menu in mandrake linux inprogress Linux - Newbie 2 05-27-2003 05:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration