Xfce Forum

Sub domains
 

You are not logged in.

#1 2008-10-26 15:18:11

RedWagon
Member
Registered: 2008-10-26
Posts: 2

Create catagories and move specific items to them.

I'm putting shortcuts in my start menu for my favorite TV shows but can't get them to show up under Multimedia, they will only go under Other. Here is a sample .desktop file:

[Desktop Entry]
Name=South Park
Exec=firefox www.southparkstudios.com
Type=Application
Catagory=AudioVideo;Video;Player;

I'd really like to be able to make my own categories, but Multimedia would work just as well.

Offline

#2 2008-10-26 17:00:21

herd
Member
From: Germany
Registered: 2006-05-18
Posts: 143
Website

Re: Create catagories and move specific items to them.

Should work if you spell 'Category' correctly.

hth,

herd

Edit: To create your own categories:

cp /etc/xdg/xfce4/desktop/xfce-registered-categories.xml .config/xfce4/desktop/
gedit .config/xfce4/desktop/xfce-registered-categories.xml

Offline

#3 2008-10-26 22:32:56

eriefisher
Member
From: ON, Canada
Registered: 2008-10-25
Posts: 410

Re: Create catagories and move specific items to them.

One thing I have learned since using Linux is to always check spelling and syntax. At the end of the day there is a test.


Siduction
Debian Sid
Xfce 4.18

Offline

#4 2008-10-27 01:23:11

RedWagon
Member
Registered: 2008-10-26
Posts: 2

Re: Create catagories and move specific items to them.

Still doesn't work.  I fixed catEgory, logged out and logged back in and it is still in Other.  I took the category names from some other program in Multimedia.  Here is that file:

[Desktop Entry]
Name=Life
Exec=firefox www.hulu.com/life
Type=Application
Category=AudioVideo;Video;Player;

I also tried making my own category with

        <category name="TVshows" replace="TV Shows" />
</xfce-registered-categories>

at the end of ~/.config/xfce4/desktop/xfce-registered-categories.xml and updated South Park to

[Desktop Entry]
Name=South Park
icon=~/.icons/SouthPark.ico
Exec=firefox www.southparkstudios.com
Type=Application
Category=TVshows;

but South Park stays in Other and there is no TV Shows in my menu.  Also something is wrong with the icon, but I'm not too worried about that now.

Offline

#5 2008-10-27 12:39:18

eriefisher
Member
From: ON, Canada
Registered: 2008-10-25
Posts: 410

Re: Create catagories and move specific items to them.

Change Category to Categories. Also .ico is not a valid format. Use the gimp or gthumb to convert it to .png.


Siduction
Debian Sid
Xfce 4.18

Offline

Board footer

Powered by FluxBB