Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

  1. Blog
  2. Igor Ljubuncic

Igor Ljubuncic

Igor Ljubuncic

114 posts


Igor Ljubuncic
29 August 2019

A technical comparison between snaps and debs

Desktop Article

How are snaps different from debs? This is a common question that comes up in technical discussions in the Linux community, especially among developers and users who have just embarked on their snap journey and are interested in learning more details. Indeed, the introduction of self-contained application format likes snaps has created a ...


Igor Ljubuncic
22 August 2019

Useful security software from the Snap Store

Desktop Article

Overall, most Linux distributions offer sane, reasonable defaults that balance security and functionality quite well. However, most of the security mechanisms are transparent, running in the background, and you still might require some additional, practical software to bolster your security array. Back in July, we talked about handy produ ...


Igor Ljubuncic
8 August 2019

Slow snap? Trace-exec to the rescue!

Desktop Article

Slow applications are never fun. But not knowing why an application is not behaving correctly can be even more frustrating. A well-designed system that can diagnose performance or startup issues and inform the user about the problem goes a long way toward mitigating the frustration, and may even help resolve the root cause altogether. Bac ...


Igor Ljubuncic
25 July 2019

Handy productivity software for your home and office

Desktop Article

Discovery is an integral part of any store experience. Sometimes, you know what you want and need, and the experience can be short and transactional. On other occasions, you want to explore, and search for new things. This applies equally to shopping malls as it does to software. In this article, we would like to ...


Igor Ljubuncic
18 July 2019

Handy snapcraft features: Remote build

Desktop Article

As you probably know, there are many ways you can build snaps: locally using snapcraft, with CI systems like Travis, through Launchpad, and also via the free online Snapcraft Build Service. Now, a new preview feature called Remote build also allows you to build snaps for multiple architectures directly from the command line. This has ...


Igor Ljubuncic
4 July 2019

Faster snap development – additional tips and tricks

Desktop Article

Recently, we published several blog posts, aimed at helping developers enjoy a smoother, faster, more streamlined experience creating snaps. We discussed the tools and tricks you can employ in snapcraft to accelerate the speed at which you iterate on your builds. We want to continue the work presented in the Make your snap development fas ...


Igor Ljubuncic
27 June 2019

Development tips and tricks – snap try and snapcraft pack

Desktop Article

Over the past several months, we have shared with you several articles and tutorials showing how to accelerate application development so that a typically demanding, time-consuming process becomes an easier, faster and more fun one. Today, we’d like to introduce some additional tips and tricks. Namely, we want to talk about elegant ways y ...


Igor Ljubuncic
20 June 2019

Parallel installs – test and run multiple instances of snaps

Desktop Article

In Linux, testing software is both easy and difficult at the same time. While the repository channels offer great availability to software, you can typically only install a single instance of an application. If you want to test multiple instances, you will most likely need to configure the remainder yourself. With snaps, this is a ...


Igor Ljubuncic
6 June 2019

Snapcraft confinement & interfaces

Desktop Article

Snaps. The final frontier. These are the voyages of the OSS Snapcraft. Its continuing mission, to provide snap users with simple, clear and effective tips and tricks on how to build and publish their applications. In this tutorial, we are going to talk about confinement and interfaces – how to restrict what your snaps can ...


Igor Ljubuncic
23 May 2019

Snapcraft parts & plugins

Desktop Article

Last week, we published Introduction to snapcraft, a tutorial that provided a detailed overview of the snap build process. We touched on the concepts like snap ecosystem components, snapcraft command line, snapcraft.yaml syntax, and more. We’d like to expand on the first lesson, and today, we are going to talk about parts and plugins, use ...


Igor Ljubuncic
16 May 2019

Introduction to snapcraft

Desktop Article

First steps are always hard, especially in technology. Most of the time, you need a primer, just the right dose of knowledge, to get started with a platform. This tutorial and upcoming sequels are designed to provide developers with simple, clear and effective tips and tricks on how to build and publish their applications as ...