Adding custom applications to GNOME launcher The Next CEO of Stack OverflowHow to make executable bin files accessible to Gnome?How can I make the tagspaces launch file work?Create Custom Application Launcher in GNOME panelhow to get a launcher desktop icon for matlab R2019aHow do you create a custom application launcher in Gnome Shell? Eclipse menus are broken in UbuntuDuplicate icons for manually created GNOME launcher itemsCustom launcher in application panel not workingAdding Gnome Commander to Launchereclipse.desktop on launcher being replaced on rebootWhy won't “MyApp.Desktop” launcher appear in “Show Applications”?Create Custom Application Launcher in GNOME panelGNOME shell doesn't detect custom .desktop fileDuplicated .desktop shortcut in Gnome Launcher in Ubuntu 18.04

How do spells that require an ability check vs. the caster's spell save DC work?

How do I go from 300 unfinished/half written blog posts, to published posts?

Science fiction (dystopian) short story set after WWIII

What makes a siege story/plot interesting?

How do we know the LHC results are robust?

Robert Sheckley short story about vacation spots being overwhelmed

Why does standard notation not preserve intervals (visually)

Failed to fetch jessie backports repository

Why is there a PLL in CPU?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Anatomically Correct Strange Women In Ponds Distributing Swords

If I blow insulation everywhere in my attic except the door trap, will heat escape through it?

Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?

What does this shorthand mean?

Why didn't Khan get resurrected in the Genesis Explosion?

How to write papers efficiently when English isn't my first language?

Only print output after finding pattern

% symbol leads to superlong (forever?) compilations

Is it safe to use c_str() on a temporary string?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

How easy is it to start Magic from scratch?

When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?

Does the Brexit deal have to be agreed by both Houses?

Can I equip Skullclamp on a creature I am sacrificing?



Adding custom applications to GNOME launcher



The Next CEO of Stack OverflowHow to make executable bin files accessible to Gnome?How can I make the tagspaces launch file work?Create Custom Application Launcher in GNOME panelhow to get a launcher desktop icon for matlab R2019aHow do you create a custom application launcher in Gnome Shell? Eclipse menus are broken in UbuntuDuplicate icons for manually created GNOME launcher itemsCustom launcher in application panel not workingAdding Gnome Commander to Launchereclipse.desktop on launcher being replaced on rebootWhy won't “MyApp.Desktop” launcher appear in “Show Applications”?Create Custom Application Launcher in GNOME panelGNOME shell doesn't detect custom .desktop fileDuplicated .desktop shortcut in Gnome Launcher in Ubuntu 18.04










65















Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.



For example:



I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.



It must be something very simple.










share|improve this question
























  • png images does not work, try jpg

    – user271520
    Apr 20 '14 at 17:21















65















Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.



For example:



I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.



It must be something very simple.










share|improve this question
























  • png images does not work, try jpg

    – user271520
    Apr 20 '14 at 17:21













65












65








65


27






Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.



For example:



I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.



It must be something very simple.










share|improve this question
















Looking for a utility that allows me insert an item into the list of applications that GNOME knows about.



For example:



I have downloaded Eclipse EE (I have some very special plugins that I need to work with, and those plugins don't "like" the version available in the default repository). I'm using GNOME 3, on Ubuntu 11.10. So I want to execute Eclipse w/o opening a terminal and running it.



It must be something very simple.







gnome-shell eclipse .desktop






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago









pomsky

32.9k11103135




32.9k11103135










asked Nov 15 '11 at 19:39









Shaftoe2702Shaftoe2702

428157




428157












  • png images does not work, try jpg

    – user271520
    Apr 20 '14 at 17:21

















  • png images does not work, try jpg

    – user271520
    Apr 20 '14 at 17:21
















png images does not work, try jpg

– user271520
Apr 20 '14 at 17:21





png images does not work, try jpg

– user271520
Apr 20 '14 at 17:21










5 Answers
5






active

oldest

votes


















65














You can use Main Menu for this. If not, install it first:



sudo apt-get install alacarte


1. Open Main Menu



2. See the example



Main Menu



After that you can call your applications with name: "command_of_application".



Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.






share|improve this answer

























  • That's what I'm looking for.

    – Shaftoe2702
    Nov 15 '11 at 20:32











  • In German Ubuntu 17.10, search for "Menüberabeitung"

    – Christopher K.
    May 9 '18 at 14:25











  • Thank you, luckily this package was there for fedora too.

    – Sukumaar
    Dec 6 '18 at 5:40


















55














The applications launchers Gnome knows about are .desktop files in /usr/share/applications, and ~/.local/share/applications. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.





The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en



The custom launcher is just a text file, named, for example, EclipseEE.desktop, with the following content:



[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png





share|improve this answer

























  • first link is broken

    – nispio
    Aug 11 '15 at 23:59


















8














(Repost from the original OP)



This is neat trick pointed out elsewhere:



gnome-desktop-item-edit ~/Desktop/ --create-new


Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.






share|improve this answer

























  • This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

    – yuikonnu
    Jan 7 '18 at 17:59


















4














I like Jorge's simple gnome-desktop-item-edit solution. However, if I place the .desktop file on ~/Desktop/ it does not show up as an application but only as a file in the gnome menu. So I do:



sudo gnome-desktop-item-edit /usr/share/applications/ --create-new





share|improve this answer

























  • Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

    – RousseauAlexandre
    Nov 23 '18 at 7:36


















1














I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!



Warning: I just made it. It might not be perfect.



new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"





share|improve this answer























  • :+1: for you time :), good to have a command line tool

    – Daniel Pérez
    Jan 8 '18 at 18:27











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79583%2fadding-custom-applications-to-gnome-launcher%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























5 Answers
5






active

oldest

votes








5 Answers
5






active

oldest

votes









active

oldest

votes






active

oldest

votes









65














You can use Main Menu for this. If not, install it first:



sudo apt-get install alacarte


1. Open Main Menu



2. See the example



Main Menu



After that you can call your applications with name: "command_of_application".



Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.






share|improve this answer

























  • That's what I'm looking for.

    – Shaftoe2702
    Nov 15 '11 at 20:32











  • In German Ubuntu 17.10, search for "Menüberabeitung"

    – Christopher K.
    May 9 '18 at 14:25











  • Thank you, luckily this package was there for fedora too.

    – Sukumaar
    Dec 6 '18 at 5:40















65














You can use Main Menu for this. If not, install it first:



sudo apt-get install alacarte


1. Open Main Menu



2. See the example



Main Menu



After that you can call your applications with name: "command_of_application".



Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.






share|improve this answer

























  • That's what I'm looking for.

    – Shaftoe2702
    Nov 15 '11 at 20:32











  • In German Ubuntu 17.10, search for "Menüberabeitung"

    – Christopher K.
    May 9 '18 at 14:25











  • Thank you, luckily this package was there for fedora too.

    – Sukumaar
    Dec 6 '18 at 5:40













65












65








65







You can use Main Menu for this. If not, install it first:



sudo apt-get install alacarte


1. Open Main Menu



2. See the example



Main Menu



After that you can call your applications with name: "command_of_application".



Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.






share|improve this answer















You can use Main Menu for this. If not, install it first:



sudo apt-get install alacarte


1. Open Main Menu



2. See the example



Main Menu



After that you can call your applications with name: "command_of_application".



Edit: I missed that you had asked for applications in your home directory. If so, command must be the full path of that application.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 27 '18 at 19:13









pomsky

32.9k11103135




32.9k11103135










answered Nov 15 '11 at 20:13









heartsmagicheartsmagic

4,5302040




4,5302040












  • That's what I'm looking for.

    – Shaftoe2702
    Nov 15 '11 at 20:32











  • In German Ubuntu 17.10, search for "Menüberabeitung"

    – Christopher K.
    May 9 '18 at 14:25











  • Thank you, luckily this package was there for fedora too.

    – Sukumaar
    Dec 6 '18 at 5:40

















  • That's what I'm looking for.

    – Shaftoe2702
    Nov 15 '11 at 20:32











  • In German Ubuntu 17.10, search for "Menüberabeitung"

    – Christopher K.
    May 9 '18 at 14:25











  • Thank you, luckily this package was there for fedora too.

    – Sukumaar
    Dec 6 '18 at 5:40
















That's what I'm looking for.

– Shaftoe2702
Nov 15 '11 at 20:32





That's what I'm looking for.

– Shaftoe2702
Nov 15 '11 at 20:32













In German Ubuntu 17.10, search for "Menüberabeitung"

– Christopher K.
May 9 '18 at 14:25





In German Ubuntu 17.10, search for "Menüberabeitung"

– Christopher K.
May 9 '18 at 14:25













Thank you, luckily this package was there for fedora too.

– Sukumaar
Dec 6 '18 at 5:40





Thank you, luckily this package was there for fedora too.

– Sukumaar
Dec 6 '18 at 5:40













55














The applications launchers Gnome knows about are .desktop files in /usr/share/applications, and ~/.local/share/applications. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.





The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en



The custom launcher is just a text file, named, for example, EclipseEE.desktop, with the following content:



[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png





share|improve this answer

























  • first link is broken

    – nispio
    Aug 11 '15 at 23:59















55














The applications launchers Gnome knows about are .desktop files in /usr/share/applications, and ~/.local/share/applications. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.





The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en



The custom launcher is just a text file, named, for example, EclipseEE.desktop, with the following content:



[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png





share|improve this answer

























  • first link is broken

    – nispio
    Aug 11 '15 at 23:59













55












55








55







The applications launchers Gnome knows about are .desktop files in /usr/share/applications, and ~/.local/share/applications. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.





The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en



The custom launcher is just a text file, named, for example, EclipseEE.desktop, with the following content:



[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png





share|improve this answer















The applications launchers Gnome knows about are .desktop files in /usr/share/applications, and ~/.local/share/applications. You can create custom launchers for whatever is in your home folder, by either manually creating and editing a custom .desktop file, or by using Alacarte, the old Gnome menu editor.





The Gnome desktop file documentation can be of help: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en



The custom launcher is just a text file, named, for example, EclipseEE.desktop, with the following content:



[Desktop Entry]
Name=Eclipse EE
Exec=/home/mrPeterson/path_to_executable
StartupNotify=true
Terminal=false
Type=Application
Icon=/optional/path/to/icon.png






share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 12 '15 at 14:45

























answered Nov 15 '11 at 20:11









mikewhatevermikewhatever

24.2k77086




24.2k77086












  • first link is broken

    – nispio
    Aug 11 '15 at 23:59

















  • first link is broken

    – nispio
    Aug 11 '15 at 23:59
















first link is broken

– nispio
Aug 11 '15 at 23:59





first link is broken

– nispio
Aug 11 '15 at 23:59











8














(Repost from the original OP)



This is neat trick pointed out elsewhere:



gnome-desktop-item-edit ~/Desktop/ --create-new


Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.






share|improve this answer

























  • This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

    – yuikonnu
    Jan 7 '18 at 17:59















8














(Repost from the original OP)



This is neat trick pointed out elsewhere:



gnome-desktop-item-edit ~/Desktop/ --create-new


Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.






share|improve this answer

























  • This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

    – yuikonnu
    Jan 7 '18 at 17:59













8












8








8







(Repost from the original OP)



This is neat trick pointed out elsewhere:



gnome-desktop-item-edit ~/Desktop/ --create-new


Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.






share|improve this answer















(Repost from the original OP)



This is neat trick pointed out elsewhere:



gnome-desktop-item-edit ~/Desktop/ --create-new


Now, I have an Icon. That was a nice feature to have bound to the context menu, but alas, I do not see it.







share|improve this answer














share|improve this answer



share|improve this answer








answered Nov 25 '11 at 0:37


























community wiki





Jorge Castro













  • This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

    – yuikonnu
    Jan 7 '18 at 17:59

















  • This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

    – yuikonnu
    Jan 7 '18 at 17:59
















This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

– yuikonnu
Jan 7 '18 at 17:59





This program wasn't installed by default for me; had to do sudo apt-get install --no-install-recommends gnome-panel

– yuikonnu
Jan 7 '18 at 17:59











4














I like Jorge's simple gnome-desktop-item-edit solution. However, if I place the .desktop file on ~/Desktop/ it does not show up as an application but only as a file in the gnome menu. So I do:



sudo gnome-desktop-item-edit /usr/share/applications/ --create-new





share|improve this answer

























  • Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

    – RousseauAlexandre
    Nov 23 '18 at 7:36















4














I like Jorge's simple gnome-desktop-item-edit solution. However, if I place the .desktop file on ~/Desktop/ it does not show up as an application but only as a file in the gnome menu. So I do:



sudo gnome-desktop-item-edit /usr/share/applications/ --create-new





share|improve this answer

























  • Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

    – RousseauAlexandre
    Nov 23 '18 at 7:36













4












4








4







I like Jorge's simple gnome-desktop-item-edit solution. However, if I place the .desktop file on ~/Desktop/ it does not show up as an application but only as a file in the gnome menu. So I do:



sudo gnome-desktop-item-edit /usr/share/applications/ --create-new





share|improve this answer















I like Jorge's simple gnome-desktop-item-edit solution. However, if I place the .desktop file on ~/Desktop/ it does not show up as an application but only as a file in the gnome menu. So I do:



sudo gnome-desktop-item-edit /usr/share/applications/ --create-new






share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 1 at 18:17









pomsky

32.9k11103135




32.9k11103135










answered Feb 18 '13 at 14:13









pygracpygrac

28123




28123












  • Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

    – RousseauAlexandre
    Nov 23 '18 at 7:36

















  • Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

    – RousseauAlexandre
    Nov 23 '18 at 7:36
















Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

– RousseauAlexandre
Nov 23 '18 at 7:36





Howerver you want to create menu for all gnome users, you should prefer place it on ~/.local/share/applications folder and avoid to use sudo.

– RousseauAlexandre
Nov 23 '18 at 7:36











1














I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!



Warning: I just made it. It might not be perfect.



new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"





share|improve this answer























  • :+1: for you time :), good to have a command line tool

    – Daniel Pérez
    Jan 8 '18 at 18:27















1














I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!



Warning: I just made it. It might not be perfect.



new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"





share|improve this answer























  • :+1: for you time :), good to have a command line tool

    – Daniel Pérez
    Jan 8 '18 at 18:27













1












1








1







I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!



Warning: I just made it. It might not be perfect.



new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"





share|improve this answer













I know this thread is kinda old, but I wanted to share with you guys this bash function I just made because... because I can.
If you find it useful, feel free to use it!



Warning: I just made it. It might not be perfect.



new-gnome-launcher-app() sudo tee -a "$gnome_panel_entry_path" > /dev/null
echo "Encoding=UTF-8"






share|improve this answer












share|improve this answer



share|improve this answer










answered Sep 2 '16 at 1:34









Maximiliano Castro DiazMaximiliano Castro Diaz

111




111












  • :+1: for you time :), good to have a command line tool

    – Daniel Pérez
    Jan 8 '18 at 18:27

















  • :+1: for you time :), good to have a command line tool

    – Daniel Pérez
    Jan 8 '18 at 18:27
















:+1: for you time :), good to have a command line tool

– Daniel Pérez
Jan 8 '18 at 18:27





:+1: for you time :), good to have a command line tool

– Daniel Pérez
Jan 8 '18 at 18:27

















draft saved

draft discarded
















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79583%2fadding-custom-applications-to-gnome-launcher%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»