Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
Thank you, Camaleón!
To manually create file association or create menu entry is not my
goal.  I know it can solve the cannot-open-problem, but what I really
want to know is where GNOME configures the file associations and menu
entries, why it cannot list OOo Impress in the installed
applications list.

Greetings,
Ryan

2012/8/29 Camaleón noela...@gmail.com:
 On Tue, 28 Aug 2012 23:43:25 +0800, Ryan Duan wrote:

 I use Debian squeeze, now it cannot find OpenOffice.org-Impress to
 open odp and ppt files, but Impress does have been installed, I can use
 command ooffice -impress to open it.

 (...)

 sm01@stt008:~$ whereis ooimpress
 ooimpress: /usr/bin/ooimpress /usr/share/man/man1/ooimpress.1.gz
^^

 If file association is what fails, you can manaully instruct your DE
 (GNOME?) for opening the files (e.g., .odp and .ppt) with OOo Impress.

 Greetings,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/k1ivku$ik9$2...@ger.gmane.org



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPnO5hHZzFV_w_wOy6qBYJc8MZ1-Hzg+ai9cEecKG+ka=cj...@mail.gmail.com



Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
2012/8/29, Camaleón noela...@gmail.com:
 On Wed, 29 Aug 2012 20:41:52 +0800, Ryan Duan wrote:

 Thank you, Camaleón!

 You're welcome but please, keep your replies at the bottom :-)

 2012/8/29 Camaleón noela...@gmail.com:
 On Tue, 28 Aug 2012 23:43:25 +0800, Ryan Duan wrote:

 I use Debian squeeze, now it cannot find OpenOffice.org-Impress to
 open odp and ppt files, but Impress does have been installed, I can
 use command ooffice -impress to open it.

 (...)

 sm01@stt008:~$ whereis ooimpress
 ooimpress: /usr/bin/ooimpress /usr/share/man/man1/ooimpress.1.gz
^^

 If file association is what fails, you can manaully instruct your DE
 (GNOME?) for opening the files (e.g., .odp and .ppt) with OOo
 Impress.

 To manually create file association or create menu entry is not my
 goal. I know it can solve the cannot-open-problem, but what I really
 want to know is where GNOME configures the file associations and menu
 entries, why it cannot list OOo Impress in the installed applications
 list.

 In GNOME2 you can edit the menu using Alacarte (right-click over the main
 menu button and select Menu edit. From there you can add/rename/remove
 the desired entries.

 This can be also done manually by creating the corresponding .desktop
 file in /usr/share/applications/ooo-impress.desktop (this is a system
 wide entry available for all your system users).


Camaleón, thank you for your heuristic answer! I have found the root
reason to the problem.
I thought some user local .desktop files shadowed the one in
/usr/share/applications/.  Finally, I found it:
~/.local/share/applications/openoffice.org-impress.desktop.  This file
was generated from the system-wide one in /usr/share/applications/ as
the template.  I compared the two files and saw the line order was
different, further more, the problem was due to the additional entry
Hidden=true!  After I deleted this entry, everything was fine.
Removing the whole file also works.  I don't have any idea why the
Hidden=true entry was generated, but it doesn't matter now.
Thank you again!

Best wishes,
Ryan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capno5hek6vmyy_i9az6+pi15yn35sbsyrjluarm0hhwkwpm...@mail.gmail.com



Re: How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-29 Thread Ryan Duan
I said
 I don't have any idea why the Hidden=true entry was generated, but it 
 doesn't matter now.

I guess the reason is:
maybe after I reinstalled Debian, I copied all the user files to the
new system, something that contained configurations of LibreOffice
disturbed newly installed OpenOffice.org, so it behaves abnormally.

2012/8/29, Ryan Duan duanpa...@gmail.com:
 2012/8/29, Camaleón noela...@gmail.com:
 On Wed, 29 Aug 2012 20:41:52 +0800, Ryan Duan wrote:

 Thank you, Camaleón!

 You're welcome but please, keep your replies at the bottom :-)

 2012/8/29 Camaleón noela...@gmail.com:
 On Tue, 28 Aug 2012 23:43:25 +0800, Ryan Duan wrote:

 I use Debian squeeze, now it cannot find OpenOffice.org-Impress to
 open odp and ppt files, but Impress does have been installed, I can
 use command ooffice -impress to open it.

 (...)

 sm01@stt008:~$ whereis ooimpress
 ooimpress: /usr/bin/ooimpress /usr/share/man/man1/ooimpress.1.gz
^^

 If file association is what fails, you can manaully instruct your DE
 (GNOME?) for opening the files (e.g., .odp and .ppt) with OOo
 Impress.

 To manually create file association or create menu entry is not my
 goal. I know it can solve the cannot-open-problem, but what I really
 want to know is where GNOME configures the file associations and menu
 entries, why it cannot list OOo Impress in the installed applications
 list.

 In GNOME2 you can edit the menu using Alacarte (right-click over the main
 menu button and select Menu edit. From there you can add/rename/remove
 the desired entries.

 This can be also done manually by creating the corresponding .desktop
 file in /usr/share/applications/ooo-impress.desktop (this is a system
 wide entry available for all your system users).


 Camaleón, thank you for your heuristic answer! I have found the root
 reason to the problem.
 I thought some user local .desktop files shadowed the one in
 /usr/share/applications/.  Finally, I found it:
 ~/.local/share/applications/openoffice.org-impress.desktop.  This file
 was generated from the system-wide one in /usr/share/applications/ as
 the template.  I compared the two files and saw the line order was
 different, further more, the problem was due to the additional entry
 Hidden=true!  After I deleted this entry, everything was fine.
 Removing the whole file also works.  I don't have any idea why the
 Hidden=true entry was generated, but it doesn't matter now.
 Thank you again!

 Best wishes,
 Ryan



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capno5heodr77-xgphaa4j0zghamtck_d8a58bvrxqrrvfru...@mail.gmail.com



How to find the lost 'installed application' - OpenOffice.org Impress

2012-08-28 Thread Ryan Duan
Hi,
I use Debian squeeze, now it cannot find OpenOffice.org-Impress to
open odp and ppt files, but Impress does have been installed, I can
use command ooffice -impress to open it.

I'm sure the following packages are well installed:
openoffice.org, openoffice.org-impress, openoffice.org-gnome.

Details:

1. .odp file handler isn't Impress, .ppt file handler missing, Impress
missing in installed applications list.
Right click .odp file, expect to open it with Impress by default,
but the default handler app becomes Open with Document Viewer.
Further more, click Open with other application..., in the
installed applications tab, I can find all of OpenOffice.org
entries except OpenOffice.org Impress.

2. In the main menu Applications - Office, there are all the
OpenOffice entries except OpenOffice.org Impress. I didn't remember
when and how I got it lost.

3. The above phenomena occur in my default user - the one created
during the installation of Debian.
I created a new user with menu System - Administration - Users
and Groups with the account type being Desktop User, in the new
user, everything is OK!

4. I tried reinstall or dpkg-reconfigure package
openoffice.org-impress, but no help.

Does anybody have good idea to help me fix it?

Thanks!

Ryan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capno5hgxebvlc7dzt8fbt0jxajq36ht+leaxzcooojysvvd...@mail.gmail.com



VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
Hi all,
Have you encountered the following problem?
The bug can be reproduced by doing the following:
1. Attach a CD/DVD image to a guest OS;
2. Take a snapshot;
3. Delete the snapshot.
Then the image cannot be released nor removed any more; it remains
attached to that missing snapshot.  Even I delete the image from the
file system, the entry in Virtual Media Manager can't be released.

My environment:
VirtualBox: 4.0.10_Debian r72436 (installed from the backports)
OS: Debian squeeze 6.0.5 with Linux 2.6.32-5-686

Should I report the bug to the Debian community or to
VirtualBox.org directly? Does anyone know how to report a bug to
VirtualBox.org?
Thanks!

Ryan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPnO5hHvA8Xw=cph4k-ybmriwm+lty+7revafnt+b-dofbf...@mail.gmail.com



Re: VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
Thank you, mks!

2012/5/18, Markus Schönhaber debian-u...@list-post.mks-mail.de:
 18.05.2012 15:16, Ryan Duan:

 Does anyone know how to report a bug to
 VirtualBox.org?

 Go to virtualbox.org and click on Community.

 --
 Regards
   mks



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPnO5hGFKZmU3Ckv0OQ4EcU9M4ZkyrkOz50MkzWG=_aquaf...@mail.gmail.com



Re: VirtualBox CD/DVD image cannot be removed

2012-05-18 Thread Ryan Duan
Oh sorry! While I was preparing for reporting the bug, I found I made
a mistake.  There is no such a bug!

2012/5/18, Ryan Duan duanpa...@gmail.com:
 Thank you, mks!

 2012/5/18, Markus Schönhaber debian-u...@list-post.mks-mail.de:
 18.05.2012 15:16, Ryan Duan:

 Does anyone know how to report a bug to
 VirtualBox.org?

 Go to virtualbox.org and click on Community.

 --
 Regards
   mks




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capno5hhbvzztmu2gotnrnbzy4psc8i--f_21v+1y7pdwe2e...@mail.gmail.com