Main > Free Download Search >

Free menus de elotrolado software for linux

menus de elotrolado

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1663
Menus de ElOtroLado 0.6b

Menus de ElOtroLado 0.6b


Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu. more>>
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu.

<<less
Download (0.048MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
935 downloads
Menu Builder 1.0

Menu Builder 1.0


Menu Builder is a software that can find problems with using JavaScripts for rollovers in navigation menus and resolve them. more>>
Menu Builder is a software that can find problems with using JavaScripts for rollovers in navigation menus and resolve them.

Menus need to be fast loading, retrievable from cache, and workable with page inserts. From the publishing point of view they need to be able to be distributed to pages efficiently.

There is no limit to how many or how large the images can be displayed on the same page. But as with any great number of images there is always the download time to consider. If it is too slow then there is a risk of the surfer getting impatient and moving on. Many of us tend to forget that we are getting our images from our own cache.

Images presented on the web are usually 72-96 dpi (dots per inch) and unless presenting a photographers professional portfolio, images larger than 100k in file size make for longer downloads and less visitors.

A link can be set for visitors to navigate by mouse clicking the image. The link can be set to a target frame for navigating within framesets. The hyperlink will only function from the registered site. If a link is not required simply leave the setting completely blank.
<<less
Download (0.082MB)
Added: 2005-11-11 License: Freely Distributable Price:
1445 downloads
Menu Editor 1.3.2

Menu Editor 1.3.2


Menu Editor is a window manager start menu editor. more>>
Menu Editor project is an editor for window managers start menus.
Compile
./configure
make all
Installation
If the compile was successful, then you can install with
su
(enter password)
make install
Enhancements:
- A bug that caused random miscalculations in the File selectors height, a failure to scroll buf when pasting items, and a scroll-to bug when selecting items were fixed.
<<less
Download (0.50MB)
Added: 2007-02-18 License: GPL (GNU General Public License) Price:
1020 downloads
service menu management to kcontrol 2

service menu management to kcontrol 2


service menu management to kcontrol is a service menu suggested idea for kcontrol. more>>
I suggested a kcontrol option for enabling and disabling ACTIONS for different file types. This way, service menus would be installed and managed easier (if that control center window has that function too,it would be nice) aand maybe you will have the option to choose which actions that KIM (kde image service menu)(for example) is capable of is shown in your right click menu when you choose a jpg file...
Also an option to install the service menu just for the user that opened kcontrol (somewhere in /home/~/.kde/.../konqueror/services...) or for all users [the checkbox],requiring a root password (to copy the needed files in the needed by the service menu directories)...
Also the service menu management control center should have the option to move up and down a service menu in the -right-click-ACTIONS> sub menu.
There should be the option to pick selectably the submenus from the installed service menu and add only the ones you would like to have for the file type(for instance you can add kim-resize picture and under it you can take a submenu from a k3b service menu (add to data disc) and put it right under it for the jpg filetype (see the screenshot).
Some service menus,like kims selected "webexport" should have a > sign at the end of their names,showing that they have an included submenu,that cannot be picked/changes sepparatelly.So if web export is added,you dont have the option to pick which webexport options should be included in the web export submenu (we have to have some borders,right?)..
Another suggestion is that if a service menu is installed for all users (using the root password),it should be marked with red fonts in the service list and if promped for uninstallation,it should ofcourse ask for the root password.
And...since the kde service menus were handled the old fashionate way since this idea popped into my mind (with install.sh scripts that coppied a bunch of files,orr by hand with a READme instruction (which is a pain in the neck really)),service menus should be able to be installed the old fashionate way too,but they should be packed in special kde service menu packages,that are handled by kcontrol.This would greatly improve kdes support for service menus.
This will also resolve the clutterness/bloatness that some service menus tend to create,giving the choice in the hands of the user as to what from the service menu he/she would like to be included in the right-click menu.
Enhancements:
- added a new mockup,which is more simple and intuitive
<<less
Download (0.72MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1137 downloads
Menu Buddy 0.0.2

Menu Buddy 0.0.2


Menu Buddy currently comprises a couple of Python scripts for creating GNOME panel menus. more>>
Menu Buddy plugin currently comprises a couple of Python scripts for creating GNOME panel menus from a directory hierarchy of music files.
These menus can be used to play or enqueue songs in XMMS, as well as pause or skip XMMS.
These scripts are not terribly powerful yet, but there is potential for a signficantly more flexible system of menu-creation that allows automatic construction of many different kinds of menus based on directory hierarchies.
menu_buddy is a small script for scanning a hierarchy of music files and creating a set of Gnome menus that can direct xmms to play those files. Instead of going through the command line or whatever, menu_buddy lets you play/enqueue files in xmms straight from your menu. I find this pretty convenient.
The command line for menu_buddy is as follows:
menu_buddy < source dir > < dest dir >
where:
< source dir >: The top of a hierarchy of directories containing the files
< dest dir >: The top of a directory to write the menu files into
menu_buddy works with the assumption that you have your music stored under one main music directory, using some meaningful hierarchy, and that theres only music stored down there. menu_buddy doesnt do any sort of file-type checking and assumes that everything under is fair game for playing in xmms.
What menu_buddy does it this: it constructs a menu hierarchy that directly matches the hierarchy under such that any directory or tree thereof can be played or enqueued in xmms. Likewise, at the top of the menu structure, it creates menu option which allow you to pause, start, or skip forward/backward in xmms. The interaction with xmms is purely in terms of command line options that you can pass to xmms...there is no special linking or whatever.
So, for example, lets assume you have all of your music in under the directory "/music", with top-level folders for different genres (i.e. /music/rock, /music/polka, etc.). Inside each genre, you have your files sorted first by artist, then by album (i.e. /music/rock/faith_no_more/the_real_thing, /music/polka/the_polka_kings/greatest_hits). The organization you have is really unimportant, but bear with me here.
Further, lets assume that your system lets you create new gnome menus by putting menu files in ~/.gnome/apps (this is how things work on my system, but honestly Ive done next to zero research into this topic...it may vary (wildly) on your system, so I suggest you figure it out for yourself). Then, the following command will create a new menu hierarchy in your "favorites" menu called "Muzik" which allows you play/enqueue your music:
menu_buddy /music ~/.gnome/apps/Muzik
Thats it. It may take a few seconds to churn through your music files, depending on other system load and how much music you have. You need to be able, of course, to write to the output directory you specify, but since it will typically be in your home directory this should not be a problem.
Enhancements:
- added GPL stuff to source files
<<less
Download (0.003MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1288 downloads
Service menus for Debian 1.1

Service menus for Debian 1.1


Service menus for Debian package contains Konqueror service menus for Debian users. more>>
Service menus for Debian package contains Konqueror service menus for Debian users. It was developed and tested on Debian Etch.
This package contains the modified versions of the following service menus from kde-apps.org:
1. Alien Tool by Kaisermart
http://www.kde-apps.org/content/show.php/Alien+Tool?content=33523
Use alien functions in a servicemenu. (Modifications: Improved apparence, different location in context menu.)
2. Debian Service Menu by Redclay
http://www.kde-apps.org/content/show.php/Debian+Service+Menu?content=16536
Simple kde service menu for managing debian packages. (Modifications: uses Konsole instead of x-term, kdesu instead of sudo for non-root users.)
Actions included:
- Install (dpkg -i)
- Uninstall (dpkg -r)
- Info (dpkg-deb -I && dpkg-deb -c)
- Installed files
- Changelog (changelog.gz)
- Changelog Debian (changelog.Debian.gz)
3. Root Actions Servicemenu by Kubicle
http://www.kde-apps.org/content/show.php/Root+Actions+Servicemenu?content=48411
(Modifications: Edit with KWrite and Open root Konsole here options were added.)
Actions included:
- Open (with default application)
- Run from here
- Run in Konsole
- Edit with KWrite
- Edit with Kate
- Edit with KHexEdit
- Open in Konqueror
- Open (root) Konsole here
- Change owner to root
- Change owner to user
Enhancements:
- More actions for root (Open with default application, Run from here, Run in Konsole)
- Fixed dependences
- Architecture independent .deb package
<<less
Download (0.005MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
About Menu 1.1.0 for Firefox

About Menu 1.1.0 for Firefox


About Menu is an extension which provides easy access to the various About menus in Firefox. more>>
About Menu is an extension which provides easy access to the various About menus in Firefox.

Easily access the various About menus in Firefox. If you want the specific About screen to open in a new tab, use the right mouse button.

<<less
Download (0.029MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
935 downloads
Openbox menu editor 1.0

Openbox menu editor 1.0


Openbox menu editor is a tool that simplifies the process of editing Openboxs complex XML-based menu file. more>>
Openbox menu editor program is a tool that simplifies the process of editing Openboxs complex XML-based menu file.

<<less
Download (0.016MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1362 downloads
K Menu Gnome 0.6.6

K Menu Gnome 0.6.6


K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later. more>>
K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later.

If you install both KDE and Gnome then K Menu will become a mess with overpopulated submenus. Some distributions try to solve this by hiding many Gnome apps in KDE and most KDE apps in Gnome. I do not like that. I want to access Gnome apps in KDE and KDE apps in Gnome. So this is my attempt to both maintain desktop interoperability and unmess the menus.

Why should one install both KDE and Gnome at all? You might share your machine with somebody who prefers the other desktop, or you might be a desktop junky like I am.

K Menu Gnome does not integrate well with the menus of heavily customized distributions such as Mandriva, SUSE, or UHU-Linux.

<<less
Download (0.34MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
Tagesschau.de RSS-Reader

Tagesschau.de RSS-Reader


Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. more>>
Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. Actually, it is not more than a little modified Version of the BBC Newsreader from http://www.kde-look.org/content/show.php?content=35922

Thanks to the author of this, and the author of the one, where he copied it, and so on...

Ive also not modified anything in the Script, I just put in the right URLs and made the header.

Hint: If you install it, and you only see a blank applet, refresh it with a right-click and Refresh Theme.

<<less
Download (0.048MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
Webdesign-Forum.de Toolbar 2.0

Webdesign-Forum.de Toolbar 2.0


Webdesign-Forum.de Toolbar is a Firefox extension that offers you a Webdesign-Forum.de toolbar. more>> <<less
Download (0.005MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
916 downloads
gnome-menu-editor 0.6

gnome-menu-editor 0.6


gnome-menu-editor is a simple menu editor for GNOME in its early stages. more>>
gnome-menu-editor is a simple GNOME menu editor in its early stages.

Requires Gnome 2.11.x beta or CVS, it wont work with other versions.

<<less
Download (0.40MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1339 downloads
Deluxe Menus 2.4

Deluxe Menus 2.4


Deluxe Menus are DHTML Javascript Menu generators. more>>
Deluxe Menus are DHTML Javascript Menu generators.
Compatibility:
- Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
- Search engine friendly
- Fits for secure HTTPS sites
- Section 508 compliant
- Support for any doctypes
- Menu can be populated from a database using ASP, PHP, etc
Seamless Integration:
- Cross-frame support - menus work on frameset-based pages
- Visible over select boxes, iframes, flash, Java applets
- Multiple menus on the same page
- Friendly to other scripts and css styles
- Any HTML code can be used within menu items
High Performance:
- AJAX-like technology - loads menu data from the server "on-the-fly".
- Generally loads faster than other page elements
- Performs perfectly with unlimited number of submenus and items
Enhancements:
- Deluxe Tuner was added for Deluxe Menu and Deluxe Tree and Deluxe Tabs.
- The output was made more friendly to search engines.
- New parameters were added for Deluxe Tree.
- Scrolling was added for top-level menus.
- Loading speed was increased.
- Fixes were made for AJAX, dynamic menus, popup menus, and cross-frame mode.
<<less
Download (4.4MB)
Added: 2007-02-19 License: Free for non-commercial use Price:
981 downloads
xmms sndfile 1.2

xmms sndfile 1.2


xmms sndfile is an input plugin for XMMS. more>>
xmms sndfile is an input plugin for XMMS.

Using xmms_sndfile extends the capabilities of XMMS to open and play any file which can be opened and read by libsndfile, including WAV, AIFF, AU, and SVX files and many compressed version of these file formats.

<<less
Download (0.22MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1292 downloads
Spider Game Grande Jogo 1.0.1

Spider Game Grande Jogo 1.0.1


Liberte Jogos Online. Jogos de Ação Gratuitos, Jogos de Guerra e Jogos de Batalha. Crianças e Meninas que Vestem Jogos, Jogos de Moda, Jogos de Futebo... more>> <<less
Download (1220KB)
Added: 2009-04-01 License: Freeware Price: Free
206 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5