LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-11-2004, 05:24 PM   #1
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
KDE Menu for ALL Users? OpenOffice?


Question 1:

This maybe a silly NEWBIE question, BUT how do I make a KDE menu change that effects ALL of the users? For example, I installed OpenOffice as root and it put the new OO entries in the KDE menu of "root." When I login as a regular user, none of the OpenOffice items are in the K Menu. Is there a way (perhaps as root) that I can make changes that will adjust and update the K menu of ALL users that reflects the new software that has been installed?

Question 2:

I installed OpenOffice using the package provided at the OpenOffice.org website. During the install I selected "custom" so that I could choose the components to install. One of the components on the list that I chose to install was something like "KDE integration." Is this the KDE visual theme or is this simply a way of integrating tasks to lauch OpenOffice from inside KDE apps?

BTW, if it is a visual theme....all I see is the OpenOffice default style.

Thanks!
 
Old 07-11-2004, 05:33 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I think you have to put the .desktop shortcut of open office to the correct path in /opt/kde

Try as root :
find /root/.kde -name "*.desktop"

Then if you see a file with a name like "openoffice.desktop", note the path and copy the file accordingly in /opt/kde
 
Old 07-11-2004, 09:19 PM   #3
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by keefaz
I think you have to put the .desktop shortcut of open office to the correct path in /opt/kde

Try as root :
find /root/.kde -name "*.desktop"

Then if you see a file with a name like "openoffice.desktop", note the path and copy the file accordingly in /opt/kde
When I run the command that you suggested I get the following output...

Code:
root@todd:/home/todd# find /root/.kde -name "*.desktop"
/root/.kde/share/mimelnk/application/futuresplash.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.calc.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.chart.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.draw.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.impress.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.math.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.writer-global.desktop
/root/.kde/share/mimelnk/application/vnd.stardivision.writer.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.calc.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.draw.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.impress.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.writer.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.writer.global.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.writer.math.desktop
/root/.kde/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
/root/.kde/share/services/nsplugin.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/calc.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/impress.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/math.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/printeradmin.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/template.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/web.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/writer.desktop
/root/.kde/share/apps/RecentDocuments/Trash.desktop
/root/.kde/share/apps/RecentDocuments/lilo.conf.desktop
/root/.kde/share/apps/RecentDocuments/kdelogo.png.desktop
/root/.kde/share/apps/RecentDocuments/rc.wireless.conf.desktop
/root/.kde/share/apps/RecentDocuments/rc.local.desktop
/root/.kde/share/apps/RecentDocuments/rc.modules.desktop
/root/.kde/share/apps/RecentDocuments/lilo.conf.old.desktop
/root/.kde/share/apps/RecentDocuments/fstab.desktop
/root/.kde/share/apps/RecentDocuments/usb.desktop
/root/.kde/share/apps/RecentDocuments/xorg.conf.desktop
/root/.kde/share/apps/konqsidebartng/entries/bookmarks.desktop
/root/.kde/share/apps/konqsidebartng/entries/devices.desktop
/root/.kde/share/apps/konqsidebartng/entries/history.desktop
/root/.kde/share/apps/konqsidebartng/entries/home.desktop
/root/.kde/share/apps/konqsidebartng/entries/mplayer.desktop
/root/.kde/share/apps/konqsidebartng/entries/remote.desktop
/root/.kde/share/apps/konqsidebartng/entries/root.desktop
/root/.kde/share/apps/konqsidebartng/entries/services.desktop
/root/.kde/share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop
/root/.kde/share/apps/konqsidebartng/virtual_folders/services/devices.desktop
/root/.kde/share/apps/konqsidebartng/virtual_folders/services/fonts.desktop
/root/.kde/share/apps/konqsidebartng/virtual_folders/services/lisa.desktop
/root/.kde/share/apps/konqsidebartng/virtual_folders/services/printsystem.desktop
/root/.kde/share/apps/kicker/kwrite.desktop
/root/.kde/share/apps/kicker/mozilla.desktop
root@todd:/home/todd#
What files do I move to /opt/kde? Do I preserve folder names? I'm not sure what I need to do.
 
Old 07-12-2004, 08:00 AM   #4
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
Need more help
 
Old 07-12-2004, 08:08 AM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Here are the shortcuts :
/root/.kde/share/applnk/OpenOffice.org 1.1.2/calc.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/impress.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/math.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/printeradmin.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/template.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/web.desktop
/root/.kde/share/applnk/OpenOffice.org 1.1.2/writer.desktop

As root do :
Code:
cp -R "/root/.kde/share/applnk/OpenOffice.org 1.1.2" /opt/kde/share/applnk/Office/
chmod 755 "/opt/kde/share/applnk/Office/OpenOffice.org 1.1.2"
chmod 644 "/opt/kde/share/applnk/Office/OpenOffice.org 1.1.2/*"

Last edited by keefaz; 07-12-2004 at 08:13 AM.
 
Old 07-12-2004, 08:14 AM   #6
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
re: keefaz

Thanks again for your help! I needed answers in "newbie" terms and that is what you provided. Thanks!
 
Old 03-03-2005, 11:28 AM   #7
acidjuice
Member
 
Registered: Jan 2005
Location: a tiny spot on the iceberg
Distribution: Slackware 10.1 (dropline 2.10, kernel 2.6.11.6)
Posts: 320

Rep: Reputation: 30
...and in GNOME that would be?
 
Old 03-03-2005, 11:35 AM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
In GNOME, you can create a *.desktop file and put it in /usr/share/applications. You can take a look at the *.desktop files that are already there to get a guide on how to create one, its fairy simple.
 
  


Reply



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
OpenOffice 2.0 huge menu fonts Digir Linux - Software 2 11-08-2008 07:08 AM
Stopping Users losing KDE main menu 1kyle Linux - General 5 01-09-2006 10:29 PM
KDE applications menu replaced by Gnome style menu denh0 Mandriva 2 11-24-2003 12:14 AM
Openoffice 1.1 menu in MDK 9.1 -=MaGo=- Mandriva 2 11-14-2003 10:37 AM
KDE Menu Edit for multiple users ethidium Linux - Software 1 09-17-2003 08:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:06 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