WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Where are all the tools in xfce4?  (Read 2490 times)

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Where are all the tools in xfce4?
« on: November 07, 2009, 06:16:07 PM »
Where are the list of tools that are found in the desktop menu in the default wm? How ould one get those into the xfce4 menu system? Since they are such an integral part of tc I think they should be in there by default in xfce4.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Where are all the tools in xfce4?
« Reply #1 on: November 08, 2009, 03:30:40 AM »
Where are the list of tools that are found in the desktop menu in the default wm? How ould one get those into the xfce4 menu system? Since they are such an integral part of tc I think they should be in there by default in xfce4.

Right, currently only exittc and cpanel is added to the menu and desktop. I will add remaining and create an extension providing them.
Béla
Ham Radio callsign: HA5DI

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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Where are all the tools in xfce4?
« Reply #2 on: November 08, 2009, 04:07:09 AM »
BTW, which toosl you are missing?
Béla
Ham Radio callsign: HA5DI

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

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Where are all the tools in xfce4?
« Reply #3 on: November 08, 2009, 04:29:05 AM »
I got these from .jwmrc:

Code: [Select]
<Menu label="Tools">
  <Program label="Add to Bootlocal"> exec /usr/bin/add2file /opt/bootlocal.sh</Program>
  <Program label="Add to Filetool"> exec /usr/bin/add2file /opt/.filetool.lst</Program>
  <Program label="Add to Xfiletool"> exec /usr/bin/add2file /opt/.xfiletool.lst</Program>
  <Program label="Apps Audit"> exec appsaudit </Program>
  <Program label="Screenshot"> exec /usr/bin/screenshot.sh </Program>
  <Program label="Picture Viewer"> exec /usr/bin/flpicsee  </Program>
  <Program label="EXT Swapfile"> exec /usr/bin/swapfile  </Program>
  <Program label="Make tclocal File/Directory"> exec aterm +tr +sb -T "TC Make tclocal" -e sudo  /usr/bin/mktclocal </Program>
  <Program label="Make Crypto Home File"> exec aterm +tr +sb -T "TC Make Crypto Home" -e sudo  /usr/bin/mkcryptohome </Program>
  <Program label="TC Terminal Server"> exec aterm +tr +sb -T "TC Terminal Server" -e sudo  /usr/bin/tc-terminal-server </Program>
  <Program label="Time Via Internet Time Server"> exec sudo /usr/bin/getTime.sh </Program>
  <Program label="Top"> exec  aterm +tr +sb -T "Top" -e /usr/bin/top </Program>
  <Program label="Vi"> exec aterm +tr -T "Vi" -e vi</Program>
  <Program label="USB Installation"> exec aterm +tr +sb -T "USB Installation" -e sudo  /usr/bin/usbinstall </Program>
  <Program label="Update Extensions"> exec aterm +tr +sb -T "Update Extensions" -e sudo  /usr/bin/tce-update </Program>
  <Program label="Xkill"> exec /usr/bin/xkill </Program>
  <Program label="Xvesa Setup"> exec aterm +tr +sb -T "X Setup" -e /usr/bin/xsetup.sh  </Program>
</Menu>

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Where are all the tools in xfce4?
« Reply #4 on: November 08, 2009, 04:50:30 AM »
Reason why I asked is that not all tools have sense to add by default. For example they have an Xfce4 variant:

- as picture viewer install Ristretto
- to make screenshots use the plugin from the repo
- to run command there is run command already in the menu

Commands like to shortcut to 'top' can be added to the desktop by yourself..

Will consider which one is really necessary by default and which one must be left for the user.
Béla
Ham Radio callsign: HA5DI

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

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Where are all the tools in xfce4?
« Reply #5 on: November 08, 2009, 07:10:36 AM »
Agreed, not all are appropriate. (I just installed Ristretto, thanks for the tip.)

What happened to the Xfce4 audio mixer which is mentioned in the tips but is not in the repo?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Where are all the tools in xfce4?
« Reply #6 on: November 08, 2009, 08:01:46 AM »
What happened to the Xfce4 audio mixer which is mentioned in the tips but is not in the repo?

Audio mixer had strange dependencies not available that time, so I focused on the base system. Also, it is not very interesting as you can use other mixers part of ALSA or OSS package. Later I will revisit the issue.
Béla
Ham Radio callsign: HA5DI

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

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Where are all the tools in xfce4?
« Reply #7 on: November 08, 2009, 03:59:37 PM »
OSS mixer is another one that I'm wondering about how to access. For now I would have to search for the app and start it using a shell.