WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Question: how to create a new wbar icon for "Midnight Commander"  (Read 4536 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Question: how to create a new wbar icon for "Midnight Commander"
« Reply #15 on: February 01, 2011, 06:13:02 AM »
Icon is the official Midnight Commander icon found at www.midnight-commander.com I'm not planning to add a desktop entry for root neither to change colors of the icon, it is in fact not needed. There are several simple ways to start mc as root.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Question: how to create a new wbar icon for "Midnight Commander"
« Reply #16 on: February 02, 2011, 03:00:45 PM »
While an icon has been added to midnight commander. Here is an explanation of how an icon can be added to an application, in case someone wants to add an icon to another app.

To make a new extension you need the mksquashfs extension installed.

You need a suitable image for the extension. Look upstream, there may be one available. If not, look at the images of the other icons, and make something compatible. You can find these in tmp/tc/loop/(app-name)/usr/local/share/pixmaps/. (Apps need to be mounted to access them. If they are in OnDemand, start them and then close them.)

You need to add or modify the .desktop file. Look at the desktop files of other apps, and make something similar. These can be seen in tmp/tc/loop/(app-name)/usr/local/share/applications/. If your app already has a .desktop file, you may only need to add the line about the icon image.

When you have an suitable image file, and a suitable .desktop file you can make the new extension.

You need to have your app mounted. If it is in OnDemand, start it, then close it.

Using a file manager, create a new directory in /home/tc. Let's call it myext.

Create a new directory in /home/tc/myext. Use the name of the app. Let's call it app-name.

Go to tmp/tcloop/app-name. Copy the contents, normally a directory usr. In some cases there may also be other directories. Paste this to /home/tc/myext/app-name.

Go to /home/tc/myext/app-name/usr/local/share. Create two new directories. One called pixmaps, the other called applications.

Copy and paste the icon image to pixmaps. Copy the app-name.desktop file to applications.

Open the terminal and type:

sudo su
cd /home/tc/myext
mksquashfs app-name/ app-name.tcz

Using a file manager, remove the original app from /tce/optional. Copy and paste the new app to /tce/optional.

Remove the app from OnBoot or OnDemand.

Reboot the computer.

Add the app to OnBoot or OnDemand.
Many people see what is. Some people see what can be, and make a difference.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Question: how to create a new wbar icon for "Midnight Commander"
« Reply #17 on: February 07, 2011, 06:51:03 PM »
mc.desktop has both
Exec=aterm -e mc
and
Terminal=true
It should be

Exec=mc
Terminal=true

or

Exec=aterm -e mc
Terminal=false

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Question: how to create a new wbar icon for "Midnight Commander"
« Reply #18 on: February 07, 2011, 09:50:35 PM »
Thanks for reporting. Yes, I already recognised, it was a test version.

Will fix it.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."