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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-13-2016, 09:03 AM
|
#1
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Rep:
|
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.
|
|
|
10-13-2016, 09:38 AM
|
#2
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,036
|
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.
|
|
|
10-13-2016, 09:51 AM
|
#3
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Original Poster
Rep:
|
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.
|
|
|
10-13-2016, 09:57 AM
|
#4
|
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
|
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;
|
|
|
10-13-2016, 10:19 AM
|
#5
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Original Poster
Rep:
|
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?
|
|
|
10-13-2016, 10:43 AM
|
#6
|
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
|
Quote:
Originally Posted by lqnewbie2
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.
|
|
|
10-13-2016, 11:05 AM
|
#7
|
Member
Registered: Sep 2003
Distribution: Slackware64-Current, FreeBSD 12.1, Alpine 5.4, Manjaro 19, Alpine on WSL [Win10]
Posts: 194
|
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.
|
|
|
10-13-2016, 11:51 AM
|
#8
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191
|
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
|
|
|
10-13-2016, 12:20 PM
|
#9
|
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
|
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
|
|
|
10-13-2016, 12:51 PM
|
#10
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Original Poster
Rep:
|
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.
|
|
|
10-13-2016, 01:50 PM
|
#11
|
Member
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421
Rep:
|
Quote:
Originally Posted by BW-userx
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.
|
|
|
10-14-2016, 11:53 AM
|
#12
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191
|
Quote:
Originally Posted by lqnewbie2
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.
|
|
|
10-16-2016, 08:51 AM
|
#13
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Original Poster
Rep:
|
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?
|
|
|
10-16-2016, 12:47 PM
|
#14
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,191
|
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.
|
|
|
10-17-2016, 02:32 PM
|
#15
|
LQ Newbie
Registered: Oct 2016
Posts: 9
Original Poster
Rep:
|
OK thanks for your suggestion, I'll give it a try.
|
|
|
All times are GMT -5. The time now is 08:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|