Author Topic: double synaptic in menu (lxde) [solved]  (Read 1370 times)

0day

  • Guest
double synaptic in menu (lxde) [solved]
« on: May 30, 2010, 03:31:15 AM »
double synaptic in menu> Software Center> Synaptic Package Manager with different icons.
« Last Edit: May 30, 2010, 09:06:33 AM by 0day »

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde)
« Reply #1 on: May 30, 2010, 04:10:09 AM »
Could you show with a screenshot ?
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde)
« Reply #2 on: May 30, 2010, 04:15:40 AM »
how?

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde)
« Reply #3 on: May 30, 2010, 04:53:23 AM »
Do the screenshot with mpaint which is in the menus and send it to there : http://imageshack.us/

You will have to strech the picture to 800x600 or to 600x800. (With Gimp for example)

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde)
« Reply #4 on: May 30, 2010, 05:03:57 AM »
ok with scrot

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde)
« Reply #5 on: May 30, 2010, 05:34:19 AM »
From within your console go to /usr/share/applications and there look for all synaptic.desktop files. Do with a "ls synaptic*" command. This directory contains the launchers of all applications (*.desktop file = launcher)

I find 2 in a Lxde mini install:
Code: [Select]
$ ls synaptic*
synaptic.desktop  synaptic-kde.desktop

When I display their content (ie: with the "cat" command) one has a line that say "only shown in kde" and the other "not show in kde". One has an icon named "synaptic" and the other an icon named "synaptic.png".

/PS : a command line for scrot, such as "scrot -c -d 6 mypicture.png" allows you to have 6 seconds to reduce the console to the panel  so that the console is not seen on the screenshot. (And put a name of your own to the shot). :)

-c : for count
-d : for delay.

For more see "man scrot". ;)




« Last Edit: May 30, 2010, 05:37:09 AM by melodie »
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde)
« Reply #6 on: May 30, 2010, 07:04:25 AM »
 cd /usr/share/applications
[kevin@localhost applications]$ ls synaptic*
synaptic.desktop  synaptic-kde.desktop
[kevin@localhost applications]$


??????

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde)
« Reply #7 on: May 30, 2010, 08:08:42 AM »
??????

Move one out of the way to see if that solves the problem. Do:

$ su
passwd //here put your root password and hit enter
# mv synaptic-kde.desktop synaptic-kde.desktop-OLD

Then wait a few seconds and take again a look into your menus.

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde)
« Reply #8 on: May 30, 2010, 08:22:48 AM »
not be resolved through updates?

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde)
« Reply #9 on: May 30, 2010, 08:31:07 AM »
not be resolved through updates?

Why should it be ? Synaptic is as it is and I'd be astonished to see a new Synaptic appear soon. The problem might be in the syntax of the file, but I would not know what precisely.

By moving that file out of the way you may solve it, and if not you can restore it next, by moving it back to what it was. (You will be able to rename it without the ".OLD" additional extension)

You can give it a try, it won't hurt.


melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde)
« Reply #10 on: May 30, 2010, 08:46:55 AM »
root@localhost kevin]# mv synaptic-kde.desktop synaptic-kde.desktop-OLD
mv: impossibile fare stat di `synaptic-kde.desktop': No such file or directory
[root@localhost kevin]#

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: double synaptic in menu (lxde) [solved]
« Reply #11 on: May 30, 2010, 10:34:48 AM »
You can "mv" (move) the file to a new name (rename it) only if, either you give the full path to the file, or if you are in the directory where theses files are located : that's to say, from within the shell (in the console).

First change directory:
Code: [Select]
# cd /usr/share/applications
Then type again the command line. (Or call it back by pressing several times on the upper arrow of the keyboard arrow pad).

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

0day

  • Guest
Re: double synaptic in menu (lxde) [solved]
« Reply #12 on: May 30, 2010, 10:37:02 AM »
ok solved thanks