English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 20 April 2014, 13:53   #1
Bladeforce
Registered User
 
Join Date: Mar 2012
Location: UK
Posts: 72
Linux Desktop FIle Request

Hi, Sode!

Can I request you change the fs-uae and fs-launcher desktop files so they have the "Game;" in them for example:

[Desktop Entry]
Name=FS-UAE
Comment=FS-UAE Amiga Emulator
TryExec=fs-uae
Exec=fs-uae %f
StartupNotify=true
Terminal=false
Type=Application
Icon=fs-uae
Categories=System;Emulator;Game;
NoDisplay=true

Every time theres an update my fs-uae and fs-launcher icons get thrown into the "Other folder"

Many thanks

Last edited by Bladeforce; 20 April 2014 at 14:05.
Bladeforce is offline  
Old 20 April 2014, 14:00   #2
gazj82
Registered User
 
gazj82's Avatar
 
Join Date: Jan 2014
Location: Cambs / UK
Posts: 356
Make a copy of this file in $HOME/.local/share/applications

This one will always override the one in /usr/share/applications
gazj82 is offline  
Old 20 April 2014, 14:07   #3
Bladeforce
Registered User
 
Join Date: Mar 2012
Location: UK
Posts: 72
Well thanks gaz. I never knew $HOME/.local/share/applications overrode /usr/share/applications

Thanks Pal!
Bladeforce is offline  
Old 20 April 2014, 22:05   #4
gazj82
Registered User
 
gazj82's Avatar
 
Join Date: Jan 2014
Location: Cambs / UK
Posts: 356
Your welcome, it's really handy because as you found out the package manager overwrites the entry in /usr/share/applications as you found out, but a package manager will never touch the contents of the home folders.

I usually use it to hide menu entries I don't want using this little script I wrote, you need to be in /usr/share/applications to use it.

Code:
cat ~/.bin/menuhide 
#!/bin/bash

#Hide menu items defined by $1                                                  
cp $PWD//$1 ~/.local/share/applications                                         
echo "NoDisplay=true" >> ~/.local/share/applications/$1
gazj82 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Emulate a serial file transfer on Linux and whatever emulator carloratm Coders. General 0 16 January 2014 08:43
[Request] RTB file for KS 37.350 Gaula92 project.WHDLoad 20 13 February 2013 21:53
KX Light - Linux Editor destroys config-file!? martinalexander support.OtherUAE 50 09 October 2008 22:00
file request cmarcel23 request.Old Rare Games 2 14 August 2002 05:13

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 On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:18.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06683 seconds with 15 queries