Showing posts with label kde neon. Show all posts
Showing posts with label kde neon. Show all posts

Last night, I experienced power outage and my laptop has no battery when I was talking on Telegram Desktop on my Neon GNU/Linux operating system. When I turned my laptop on, my Telegram Desktop was in logged out state. It was locked by its own security system. But that means I cannot see chats & groups anymore. The ultimate thing is that my phone is broken so I also cannot access my Telegram Mobile account: I cannot read verification code sent by Telegram official. Fortunately, I managed to recover my Telegram Desktop successfully without phone at all by using my spare operating system in the same laptop. Perhaps you experienced an unfortunate state like me, so I share with you my recovery story below. I wish you can recover your account too!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.

(Qt Creator IDE showing user interface design of a program)

Neon GNU/Linux recently gained more popularity and it is good to start Qt5 application development on it because Neon is an operating system built upon both latest Qt and KDE. With Qt5, you can create perfect and cross-platform GUI applications working on GNU/Linux and other OSes. Qt5 development here uses C++ language by default and gives you advanced user interface designer. And with Neon you can easily install and update latest Qt Software Development Kit (SDK) to support your development. This setup tutorial includes the IDE, framework (libraries), C++ compiler & debugger, complete documentation and examples, as well as other necessary programs. If last January I presented you Neon for Designers, then now is the time for Neon for Programmers. I hope this tutorial helps every new programmer in Qt. Happy hacking!


Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.

Straight to the point, the final command line is this:

$ sudo umount -v /dev/sdb?* && udisksctl power-off -b /dev/sdb

Fortunately, you can make shortcut to that long command to be, for example:
$ magic

Explanation goes below. 

There are only 3 steps.

On KDE, more precisely on Dolphin File Manager, press F4 key so you see Konsole appears on its bottom:

 
(Without leaving your file manager, you can do command lines; that's Dolphin)

To understand the command, we learn first where is the location of our partitions:
$ lsblk
 
(From this, we know that they are in /dev/sdb drive denoted as /dev/sdb1 to /dev/sdb10)

Second, we unmount all attached partitions of external hard disk:
$ sudo umount -v /dev/sdb?*


(Unmounting process with detailed progress info)


Third, we safely remove the disk drive:
$ udisksctl power-off --block-device /dev/sdb

(Safely remove the disk drive)

The final result should present you all partitions disappeared and lsblk shows /dev/sdb no more.

 (The lsblk shows only the internal /dev/sda means the external drive /dev/sdb has been removed)

Example above given by considering /dev/sdb as the external disk drive we want to unmount. If lsblk output shows you it's not /dev/sdb but /dev/sdc instead, then use /dev/sdc. And so on.

See? Nothing hard.

Important notes explained below.
  • 1) GNU/Linux OS reads every disk drive attached in special identifier, like, /dev/sdb or /dev/sdc. To know them, use lsblk command. 
  • 2) The OS reads every partition with number following its disk drive identifier, like, /dev/sdb1 or /dev/sdb2, which is a partition inside /dev/sdb disk drive.
  • 3)  
  • 4) The umount and udisksctl commands work with special identifier of partitions and disk drives, respectively.
  • 5) The -v option of umount command means verbose that is to show the process currently being done. 
  • 6) The && sign means making a combination of two commands.

Making short version described below.

To make such long command short, you simply need to create an equation, that is in the .bashrc file of yours. Please be aware that this example is limited to /dev/sdb only, so this is not perfect, and you are free to learn more about this.

1) Edit it with editor:
$ nano ~/.bashrc

2) Scroll down.

3) Write this as new line at bottom:
alias magic="sudo umount -v /dev/sdb?* && udisksctl power-off -b /dev/sdb"

4) Save:
Ctrl+O

5) Exit:
Ctrl+X

6) Try it out:
$ magic

Enjoy!


This article is licensed under CC BY-SA 3.0.



We can make Plasma desktop to look like macOS. This tutorial uses Mojave-CT Theme Pack (including Aurorae, Plasma, Kvantum, and icon themes) as the I explain here the requirements and step by step instructions to configure everything. It is surprisingly easy, the steps are very clear, but it takes a bit long time to finish them all.

(Plasma desktop 5.15 on GNU/Linux with Mojave-CT Theme Pack)
I hope this tutorial helps everybody to begin desktop customization hobby on GNU/Linux in general and KDE Plasma in particular. Have fun customizing!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.

(Latest KDE 5 using KDE 4 "Oxygen" desktop theme)

I am a KDE user who loved KDE 4 even before it turned its name to "Plasma". The default theme of KDE 4 is called Oxygen, where KDE 5's is Breeze. Got modern Plasma and today the latest version reached 5.15, I had lost my favorite Oxygen theme. Thanks to a Kubuntu Forum post, I find it again. I can turn my Plasma 5 into Oxygen once again. This tutorial explains in step by step how to setup Oxygen desktop theme full with icons set by some manual customization through the System Settings. It's very easy. Enjoy!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


(neon OS 5.14 running Krita, GIMP, and Inkscape)

KDE neon, the operating system of the cool KDE Slimbook laptop, is a beautiful and highly usable GNU/Linux system. KDE neon is a perfect match for graphic designing as it offers all programs needed and the interface is pretty easy to be customized (either to mimic macOS or anything else). This article guides you about what needed to install to have same set of graphics software (replacements to Photoshop, CorelDRAW, InDesign, and Flash MX) and customizing the user interface so you can forget about the system and just work. I also include how to enable 'right-click > convert bulk photos' and 'right-click > resize bulk photos' features that many of you dreamed of. Finally, enjoy!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


If you want to redistribute (or, sell) GNU/Linux distros in CD or USB media, it's safe to include it with source code CDs. The problem is, some very popular GNU/Linux distros like Manjaro or even PureOS does not provide source code ISO (at least for now), so you can not easily download the source ISO to burn them to CD (you should do it manually from source repositories). In order you want to know which popular distros with source code ISO CD available, I compile this list for you. Among them are Trisquel, Debian, Slackware, Ubuntu, and KDE Neon. I include here their respective download links and some additional information.

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


I love KDE. I want an article introducing GNU/Linux distros dedicated to latest KDE so I write this one after my list of XFCE distros. By latest here I mean a distro which the ISO image is produced often (say, daily) to contain latest KDE release in the all three components of the Plasma, the Applications, and the Frameworks. I selected 5 distros: KDE Neon, openSUSE Krypton, Chakra, KaOS, and Fedora KDE. I hope you find your favorite one here. Read on and enjoy!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


KDE neon is the official operating system of the modern and powerful KDE Slimbook laptop. This OS looks very beautiful and cool. It is very stable, based on Ubuntu LTS, and --the most important thing is-- it brings the latest KDE Plasma and Applications directly from The KDE Project itself. KDE neon is a perfect OS for everyone to use the best free software technology for computing as well as to know KDE. For software engineer, KDE neon is the best showcase of software built with Qt Framework. This is my first review of KDE neon based on version 5.13.5 from September 2018. I hope you will like it. Enjoy!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.

As many of you know, KDE neon is a special distro to bring the really latest KDE version from The KDE Project itself. KDE neon is a stable operating system as it's the official OS of Slimbook Laptop and actually I used it daily. But, KDE neon is available in User and Developer, Git-Stable and Git-Unstable editions. Previously, it even has a User LTS Edition. This may hinder us to download as we're not sure the version of packages inside it. How to know the differences between them before downloading? This short tutorial shows you the examples.

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


Lately, I cannot add nor remove bookmarks on file chooser dialog on KDE neon 5.11 GNU/Linux. This problem is annoying as I must manually navigate to deep directories each time. If I add one bookmark, new window won't show it; if I delete one, new window will still show the deleted one. In case you don't know, file chooser dialog shows whenever we click "Open File" or "Upload/Download" button while browsing the net. In short, I find out this is because wrong permission on a certain file of GTK2 in my $HOME directory. To fix this:

1) Find this directory: ~/.local/share/gtk-3.0/
2) Delete the file named bookmarks there
3) Now browse the net and try to open the file chooser dialog and try to add/remove bookmarks

Big thanks to Matthias Clasen (one of the respected developers of GNOME and GTK+ itself) for pointing out the clue at GitHub!



This article is licensed under CC BY-SA 3.0.


KDE released Plasma 5.11 beta version at 14 September 2017. The new star feature here is Plasma Vault, an ability to protect your folder with password. You can try it on the latest KDE neon before the Plasma finally released next October. Here is a quick look to the new things on KDE Plasma on neon dev-unstable.
Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.



These are some suggestions you can use whenever finished installing KDE Neon OS. This article is divided to 6 sections including basic settings, suggestion for most users, for programmers, for graphic designers, and for students/teachers. I hope this article helps you to make Neon OS ready for your daily life. Enjoy Neon GNU/Linux!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


This tutorial explains how to setup KMail for Gmail in SMTP mode. You will first enable SMTP support from web Gmail (using browser) and then setup SMTP account on KMail. This article is a pair of the POP3's one. I use KMail version 5.4.1 for this article.

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.



This tutorial explains simply how to setup KMail for Gmail in POP3 setting (downloads copy of emails to desktop). You will first setup POP permission on web Gmail and then setup KMail to grab the mails. I hope this helps anyone new to KDE. For this article, I use KMail version 5.4.1 on Neon OS 5.9.

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.