ADVERTISEMENT

Sri Lanka's turmoil explained

Published Jul 10, 2022 03:44 pm

COLOMBO, Sri Lanka (AFP) - Sri Lankan President Gotabaya Rajapaksa has said he will resign in the coming days after protesters stormed his residence and forced him to escape offshore in a naval ship.

Members of special task force stand guard in front of the residence of Sri Lanka's Prime Minister, a day after it was vandalized by the protesters in Colombo on July 10, 2022. Sri Lankan protesters set the prime minister's private home on fire, hours after chasing the president from his residence, as months of frustration over an unprecedented economic crisis boiled over on July 9. (Arun Sankar/AFP)

His announcement came after hundreds of thousand people demonstrated in Colombo, capping months of protests by people desperate and irate at the island nation's dire economic crisis.

Who are the Rajapaksas?

Gotabaya Rajapaksa, 73, president since 2019, is just one member of a clan that has dominated politics in the South Asian nation of 22 million people for decades.

Brother Mahinda, 76, was president for a decade until 2015 and oversaw the bloody end to Sri Lanka's long-running civil war in 2009 when Gotabaya -- dubbed ''The Terminator'' -- ran the security services.

Under Mahinda, Sri Lanka moved closer to China and borrowed billions of dollars for vanity projects like cricket stadiums and airports as well as a deep-sea port since leased to Beijing.

What has happened with the economy?

The vital tourism sector was first hammered by Islamist extremist bomb attacks on churches and hotels in 2019 and then by the coronavirus pandemic.

Its coffers further depleted by government tax cuts, Sri Lanka ran out of foreign currency needed to import everything from medicines to food and fuel.

Even with help from India and others, in April the country defaulted on its $51-billion foreign debt pile and has been for months in bailout talks with the International Monetary Fund.

Members of security personnel inspect a police vehicle, a day after it was vandalized by the protesters in front of the residence of Sri Lanka's Prime Minister, in Colombo on July 10, 2022. Sri Lankan protesters set the prime minister's private home on fire, hours after chasing the president from his residence, as months of frustration over an unprecedented economic crisis boiled over on July 9. (Arun Sankar/AFP)

How has this affected ordinary people?

Sri Lankans have endured months of medicine and food shortages and electricity blackouts while fuel stations have run out of petrol and diesel despite pleas to Russia and others for discounted oil.

Unofficial inflation rates are second only to those of Zimbabwe, making many goods -- if they can be found -- too expensive for many people to afford.

The United Nations has warned that Sri Lanka is facing a dire humanitarian crisis, with millions already in need of aid.

More than three-quarters of the population had reduced their food intake due to the country's severe food shortages, the UN says.

How is Rajapaksa still in office?

After months of protests, Rajapaska loyalists went on the rampage in May. At least nine people were killed in nationwide violence while homes of ruling party members were torched.

Mahinda quit as prime minister -- escorted by security forces from his residence -- but Gotabaya clung on and appointed veteran politician Ranil Wickremesinghe, 73, as premier.

Wickremesinghe has little to show for his efforts and on Saturday his home was set ablaze by protesters -- he was absent -- even as he offered to resign too.

What now?

According to the speaker of parliament, Gotabaya -- while protesters occupy his presidential palace and pose for selfies -- will formally resign on Wednesday to ensure a ''peaceful transition''.

A successor must be chosen through a vote in parliament within a month of Rajapaksa leaving, but the speaker promised a new leader within a week. However, on Sunday it was unclear who if anyone would be able to garner enough support among lawmakers to succeed Rajapaksa.

''We are heading for dangerous uncertainty,'' minority Tamil legislator Dharmalingam Sithadthan told AFP. ''Gota should have resigned immediately without leaving a power vacuum.''

Related Tags

turmoil explainer Sri Lanka
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.