[Linux Linpus] Add/Change Applications of Default Desktop

Software related - Hacks / Mods for the Acer Aspire One

[Linux Linpus] Add/Change Applications of Default Desktop

Postby Tybor » Wed Jul 16, 2008 10:55 am

To add/change/remove etc. you have to edit following XML file:
/home/user/.config/xfce4/desktop/group-app.xml

gr33tz,
Tybor
Owner of a Aspire One 110L white
User avatar
Tybor
 
Posts: 62
Joined: Fri Jul 11, 2008 4:22 pm
Location: Austria

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby bdogg64 » Wed Jul 16, 2008 4:59 pm

Thanks for the tip! I was able to get skype, vlc, filezilla, and my terminal under the connect tab.
bdogg64
 
Posts: 11
Joined: Fri Jul 11, 2008 12:39 am

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby gerarddelafas » Thu Jul 17, 2008 12:18 am

I was just looking for this nice tip :D

Many thanks Tybor...
http://www.lamejosquadra.com
AOA 110 Aw, Linpus
1,5 GB RAM
User avatar
gerarddelafas
 
Posts: 55
Joined: Wed Jul 16, 2008 11:41 pm
Location: Italy

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby pattyadams » Fri Jul 18, 2008 9:16 am

Tybor wrote:To add/change/remove etc. you have to edit following XML file:
/home/user/.config/xfce4/desktop/group-app.xml

gr33tz,
Tybor



OK for a complete linux beginner, could you please explain how to do that. I have the advanced desktop working and have downloaded and installed vlc, just trying to get the icon on my desktop now.

Thanks in advance
pattyadams
 
Posts: 33
Joined: Thu Jul 17, 2008 12:02 pm

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby Kev50027 » Fri Jul 18, 2008 9:33 am

Open up the file browser (by clicking on my documents or something) then type in /home/user/.config/xfce4/desktop/ Then open the XML file there, and scroll down to find where you want to put the program.. Actually, if you read the forum about Skype, someone describes it in there. Sorry, im typing on the One and it's tough to keep 5 windows open and gather all the info at the same time on a 9 inch screen lol. If nobody helps you out ill get on tomorrow and walk you through it. Take care!
-Kev-
User avatar
Kev50027
 
Posts: 81
Joined: Mon Jul 14, 2008 10:36 pm

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby pattyadams » Fri Jul 18, 2008 10:35 am

Thanks.... I think I will need more help.... I had found the skype entry but am obviously typing into the wrong place as am getting nowhere fast! I know it will be something really stupid I'm doing and am going to be sooo embarrassed! :oops:
pattyadams
 
Posts: 33
Joined: Thu Jul 17, 2008 12:02 pm

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby Kev50027 » Sat Jul 19, 2008 12:34 am

Well after installing VLC, I did a search in the XML document (/home/user/.config/xfce4/desktop/group-app.xml), and showed no mention of the program. Unfortunately, this means we will have to make our own link to it. In searching around in this XML document, I also found that Acer disabled the icon for screensaver options, and since the default screensaver is pretty boring (shows picture of the Aspire One), I figured it would be nice to be able to switch it from the main desktop. Just removing the dashes and exclamation point made it work perfectly, but I had to reassign it a number, as it placed it over another link.

Anyway.. I'm new to linux as well, and I'm not really sure where VLC is installed. If I knew, it would be relatively easy to add an entry for it in the xml document. I'm looking around for it, but I can't find it.

Check this thread:

http://www.aspireoneuser.com/forum/viewtopic.php?f=5&t=175&p=1357&hilit=VLC#p1357
-Kev-
User avatar
Kev50027
 
Posts: 81
Joined: Mon Jul 14, 2008 10:36 pm

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby Raido » Sat Jul 19, 2008 7:57 pm

I think VLC (the .exe) installs in /usr/share/applications Kev. In the Applications folder in any case, since that's where I started it from.

Regards, R
A110b, Linpus
User avatar
Raido
 
Posts: 114
Joined: Sat Jul 19, 2008 1:18 am

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby Flaterik » Mon Jul 21, 2008 8:23 am

Hi people , i have installed the program Alexandria. Now i have the Icon in USr/Share/application , but in the xml config files , what i must write ? What's the right link?
Flaterik
 
Posts: 61
Joined: Thu Jul 10, 2008 3:48 pm

Re: [Linux Linpus] Add/Change Applications of Default Desktop

Postby gerarddelafas » Mon Jul 21, 2008 11:41 am

I want to modify the 'applicationName'.desktop file (where 'applicationName is the name of your application) to be able to execute from 'First Main Acer Menu' (that could be changed modifing /home/user/.config/xfce4/desktop/group-app.xml file) some applications that I've extracted into my Downloads Folder such as RapGet (windows version).

RapGet could be executed as a param of wine application that emulate windows application under linux, so I think that I have to make a script file that invoke wine and rapget.

I noticed that other default acer applications are put in /usr/share/applications/ so I opened supertux.desktop application in order to understand how is make this .desktop file:

Code: Select all
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UFT-8
Name=SuperTux
...
Comment=A Super Mario insipred penguin platform game
...
Icon=supertux.png
Exec=supertux
Terminal=false
...


so It could be easy to add our custom application to the Main Menu adding an 'ad hoc' regGet.desktop file

Type=Application
Version=1.0
Encoding=UFT-8
Name=RapGet
...
Comment=Megaupload and Rapidshare download manager
...
Icon=rapget.png
Exec=wine_rapGet
Terminal=false



wine_rapGet script is something like this:
wine /RAPGET_PATH/rapGet.exe [where /RAPGET_PATH/ is the path of your application... for example for me is /home/user/apps/]

rapget.png is the icon file associated with the application and I don't understand well where I have to put it.

Do you have any suggestions?
http://www.lamejosquadra.com
AOA 110 Aw, Linpus
1,5 GB RAM
User avatar
gerarddelafas
 
Posts: 55
Joined: Wed Jul 16, 2008 11:41 pm
Location: Italy

Next

Return to Software - Hacks / Mods

Who is online

Users browsing this forum: No registered users and 1 guest