-
KDE Frameworks 5 tutorial - September 2022 - 220d3448
I follow the tutorial https://develop.kde.org/docs/use/kxmlgui/ . By the end of the tutorial we know about KDE Frameworks 5 (KF5), KIO, KTextEditor, KXmlGui, declarative XML file for the declaration of the GUI controls layout, Qt signals and slots, Qt standard dialogs, Qt actions, KDE standard actions, main menu, main toolbar, KAboutData, KMessageBox, CMake, ECM, KDE internationalization, Qt command line parser, Qt and KF5 CMake modules. Also how to build and run from the command line using a command line like:
cd ~/work/texteditor && rm -rf build && mkdir -p build && cd build && cmake .. && ./texteditor
If you need to run "make install", then:
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/work/.local-kde/ && make && make install
Then
source ~/work/texteditor/build/prefix.sh
texteditor
published: 17 Sep 2022
-
KDE Frameworks 5 Review
KDE Frameworks 5 - New Generation of KDE
More on - http://tlhp.cf
published: 16 Jul 2014
-
KDE Frameworks 5.75 - kde frameworks 5.75.0
KDE Frameworks 5.75 - kde frameworks 5.75.0
▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
▂ ▃ ▄ ▅ ▆ ▇ READ THE DESCRIPTION▇ ▆ ▅ ▄ ▃ ▂ ▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
======================================================
Subscribe --- https://tinyurl.com/y89cvxgl
Link : Watch Till End so you Don't Miss Anything!!!!!
I Will upload Daily So Staytuned.
======================================================
KDE Frameworks 5 - kde frameworks 5 (el_gr).
the presentation will be suitable for qt software engineers of all levels and for decision makers looking to incorporate the functionality of kde frameworks 5 into their applications.
the kde frameworks 5.
pueba de kde frameworks 5.
0 from "project neon kde frameworks 5" for kubuntu 14.
he architects many of the changes required f...
published: 11 Oct 2020
-
QtDD12 - Qt addons for everyone: KDE Frameworks 5 - David Faure
Recorded at the Qt Developer Days in Berlin in 2012.
Slides available at http://qtconference.kdab.com/node/25
The upcoming KDE Frameworks 5 will make code from the KDE libraries available to all Qt developers. Some functionality has moved to Qt 5, the rest will be available as separate frameworks, with an effort to make them as modular and standalone as possible.
This presentation will be directed at developers of Qt applications, in order to show them what the KDE Frameworks can give them, such as ZIP/TAR support, idle detection, plotting, hardware detection, network transparency (VFS), as well as additional widgets, additional itemmodel classes, and much more, all LGPL of course.
published: 11 Dec 2012
-
KDE 5 Development: KDE Frameworks 5 / Plasma 2
Zobaczmy co nas czeka w kolejnej wersji KDE 5.
http://www.jarzebski.pl/blog/2013/09/11/rewizja-kde-5-kde-frameworks-5-i-plasma-2.html
Licensed music: melodyloops.com
published: 11 Sep 2013
-
QtDD13 - Faure & Boehm - KDE Frameworks 5: Qt add-ons overview
Recorded at the Qt Developer Days in Berlin in 2013.
Slides available at https://devdays.kdab.com/?page_id=225
Short Abstract:
Qt and KDE are moving even closer together with the development of KDE Frameworks 5, a collection of stand-alone add-ons to Qt. With a first tech preview scheduled for December 2013, KDE Frameworks 5 are of increasing relevance for Qt application developers. The frameworks provide functionality that is just beyond the scope of Qt, but useful for many real life applications. Examples are ZIP/TAR support, hardware detection and network transparent I/O. The presentation will start with a brief overview of the philosophy of the frameworks, their history in KDE and the functionality provided by them. It will then continue with technical introductions and demonstrations...
published: 14 Feb 2014
-
How to build and install BLFS 9.1 - Part 110: KDE - Frameworks 5 Based Applications
Continuing on from my series of videos showing how to build and install LFS 9.1, this series shows how to build a fully working desktop system based on the Beyond Linux From Scratch 9.1 book.
How to build and install BLFS 9.1 - Part 110: KDE - Frameworks 5 Based Applications
Several Frameworks-based applications are installed.
Full Playlist for this series: https://www.youtube.com/playlist?list=PLyc5xVO2uDsCnoa7SH6orz2oQlmOqmxr9
---
published: 19 Nov 2020
-
KDE Frameworks 5.1.0
-- ONLY a test of KDE Frameworks 5.1.0 --
First part is a little buggy (black "square" on desktop) from recording program.
Part two is better (composite OFF).
-- Missing right part of window border is a bug (theme/composite problem). --
MUSIC: Piotr Janeczek - Above the Clouds
published: 14 Sep 2014
-
KDE Frameworks 5 Tech Preview Released
KDE Frameworks 5 Tech Preview Released, KDE Frameworks 5 Tech Preview Released
published: 25 Sep 2016
-
KDE Frameworks 5 (el_GR)
Ένα preview του επερχόμενου KDE 5.
published: 17 Jul 2014
1:41:39
KDE Frameworks 5 tutorial - September 2022 - 220d3448
I follow the tutorial https://develop.kde.org/docs/use/kxmlgui/ . By the end of the tutorial we know about KDE Frameworks 5 (KF5), KIO, KTextEditor, KXmlGui, de...
I follow the tutorial https://develop.kde.org/docs/use/kxmlgui/ . By the end of the tutorial we know about KDE Frameworks 5 (KF5), KIO, KTextEditor, KXmlGui, declarative XML file for the declaration of the GUI controls layout, Qt signals and slots, Qt standard dialogs, Qt actions, KDE standard actions, main menu, main toolbar, KAboutData, KMessageBox, CMake, ECM, KDE internationalization, Qt command line parser, Qt and KF5 CMake modules. Also how to build and run from the command line using a command line like:
cd ~/work/texteditor && rm -rf build && mkdir -p build && cd build && cmake .. && ./texteditor
If you need to run "make install", then:
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/work/.local-kde/ && make && make install
Then
source ~/work/texteditor/build/prefix.sh
texteditor
https://wn.com/Kde_Frameworks_5_Tutorial_September_2022_220D3448
I follow the tutorial https://develop.kde.org/docs/use/kxmlgui/ . By the end of the tutorial we know about KDE Frameworks 5 (KF5), KIO, KTextEditor, KXmlGui, declarative XML file for the declaration of the GUI controls layout, Qt signals and slots, Qt standard dialogs, Qt actions, KDE standard actions, main menu, main toolbar, KAboutData, KMessageBox, CMake, ECM, KDE internationalization, Qt command line parser, Qt and KF5 CMake modules. Also how to build and run from the command line using a command line like:
cd ~/work/texteditor && rm -rf build && mkdir -p build && cd build && cmake .. && ./texteditor
If you need to run "make install", then:
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/work/.local-kde/ && make && make install
Then
source ~/work/texteditor/build/prefix.sh
texteditor
- published: 17 Sep 2022
- views: 500
54:09
KDE Frameworks 5 Review
KDE Frameworks 5 - New Generation of KDE
More on - http://tlhp.cf
KDE Frameworks 5 - New Generation of KDE
More on - http://tlhp.cf
https://wn.com/Kde_Frameworks_5_Review
KDE Frameworks 5 - New Generation of KDE
More on - http://tlhp.cf
- published: 16 Jul 2014
- views: 1024
4:22
KDE Frameworks 5.75 - kde frameworks 5.75.0
KDE Frameworks 5.75 - kde frameworks 5.75.0
▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
▂ ▃ ▄ ▅ ▆ ▇ READ THE DESCRIPTION▇ ▆ ▅ ▄ ▃ ▂ ▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
=====...
KDE Frameworks 5.75 - kde frameworks 5.75.0
▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
▂ ▃ ▄ ▅ ▆ ▇ READ THE DESCRIPTION▇ ▆ ▅ ▄ ▃ ▂ ▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
======================================================
Subscribe --- https://tinyurl.com/y89cvxgl
Link : Watch Till End so you Don't Miss Anything!!!!!
I Will upload Daily So Staytuned.
======================================================
KDE Frameworks 5 - kde frameworks 5 (el_gr).
the presentation will be suitable for qt software engineers of all levels and for decision makers looking to incorporate the functionality of kde frameworks 5 into their applications.
the kde frameworks 5.
pueba de kde frameworks 5.
0 from "project neon kde frameworks 5" for kubuntu 14.
he architects many of the changes required for the modularization effort called kde frameworks 5 and since qt adopted an open governance model he contributes regularly to qt 5 particular in qtcore. -- only a test of kde frameworks 5. the kde desktop environment is a gorgeous looking platform with support for extensive customizations and a flexible feature set numerous plasma crashes were fixed as well in kde frameworks 5...
this presentation will be directed at developers of qt applications in order to show them what the kde frameworks can give them such as zip/tar support idle detection plotting hardware detection network transparency (vfs) as well as additional widgets additional itemmodel classes and much more all lgpl of course.
in particular the presentation will elaborate on how kde frameworks can be added to qt applications.
it will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than qt itself and can be added to qt applications directly.
in this talk daniel and siddhart will look into the future of kde explain what kde frameworks project is why it is important and how other projects and developers outside kde can benefit from it.
эпоха kde frameworks 5: изменения и новинки.
kde frameworks made with love for all qt developers..
each application within the kde framework relies on other applications libraries and sub-frameworks both within the parent kde framework but also other frameworks such at mlt and ffmpeg for kdenlive. plasma is built using qt 5 and frameworks 5... kde frameworks 5 final dans les bacs.
kde 5 development: kde frameworks 5 / plasma 2. the breeze icon theme saw a lot of changes too during the development cycle of kde frameworks 5... kde plasma 5 from "project neon kde frameworks 5" for kubuntu 14.
he architects many of the changes required for the modularization effort called kde frameworks 5 and since qt adopted an open governance model he contributes regularly to qt 5 particular in qtcore...
it will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than qt itself and can be added to qt applications directly...
muestra de kde frameworks 5 corriendo sobre manjaro (arch). qtdd13 - faure & boehm - kde frameworks 5: qt add-ons overview.
Links :
https://kde.org/
https://bit.ly/2GPvFmV
https://bit.ly/2GECpVb
#kde #KDEFRAMEWORKS #KDEFRAMEWORKS5.75 #KDEPLASMA #kdeapps
https://wn.com/Kde_Frameworks_5.75_Kde_Frameworks_5.75.0
KDE Frameworks 5.75 - kde frameworks 5.75.0
▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
▂ ▃ ▄ ▅ ▆ ▇ READ THE DESCRIPTION▇ ▆ ▅ ▄ ▃ ▂ ▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬
======================================================
Subscribe --- https://tinyurl.com/y89cvxgl
Link : Watch Till End so you Don't Miss Anything!!!!!
I Will upload Daily So Staytuned.
======================================================
KDE Frameworks 5 - kde frameworks 5 (el_gr).
the presentation will be suitable for qt software engineers of all levels and for decision makers looking to incorporate the functionality of kde frameworks 5 into their applications.
the kde frameworks 5.
pueba de kde frameworks 5.
0 from "project neon kde frameworks 5" for kubuntu 14.
he architects many of the changes required for the modularization effort called kde frameworks 5 and since qt adopted an open governance model he contributes regularly to qt 5 particular in qtcore. -- only a test of kde frameworks 5. the kde desktop environment is a gorgeous looking platform with support for extensive customizations and a flexible feature set numerous plasma crashes were fixed as well in kde frameworks 5...
this presentation will be directed at developers of qt applications in order to show them what the kde frameworks can give them such as zip/tar support idle detection plotting hardware detection network transparency (vfs) as well as additional widgets additional itemmodel classes and much more all lgpl of course.
in particular the presentation will elaborate on how kde frameworks can be added to qt applications.
it will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than qt itself and can be added to qt applications directly.
in this talk daniel and siddhart will look into the future of kde explain what kde frameworks project is why it is important and how other projects and developers outside kde can benefit from it.
эпоха kde frameworks 5: изменения и новинки.
kde frameworks made with love for all qt developers..
each application within the kde framework relies on other applications libraries and sub-frameworks both within the parent kde framework but also other frameworks such at mlt and ffmpeg for kdenlive. plasma is built using qt 5 and frameworks 5... kde frameworks 5 final dans les bacs.
kde 5 development: kde frameworks 5 / plasma 2. the breeze icon theme saw a lot of changes too during the development cycle of kde frameworks 5... kde plasma 5 from "project neon kde frameworks 5" for kubuntu 14.
he architects many of the changes required for the modularization effort called kde frameworks 5 and since qt adopted an open governance model he contributes regularly to qt 5 particular in qtcore...
it will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than qt itself and can be added to qt applications directly...
muestra de kde frameworks 5 corriendo sobre manjaro (arch). qtdd13 - faure & boehm - kde frameworks 5: qt add-ons overview.
Links :
https://kde.org/
https://bit.ly/2GPvFmV
https://bit.ly/2GECpVb
#kde #KDEFRAMEWORKS #KDEFRAMEWORKS5.75 #KDEPLASMA #kdeapps
- published: 11 Oct 2020
- views: 366
47:08
QtDD12 - Qt addons for everyone: KDE Frameworks 5 - David Faure
Recorded at the Qt Developer Days in Berlin in 2012.
Slides available at http://qtconference.kdab.com/node/25
The upcoming KDE Frameworks 5 will make code from...
Recorded at the Qt Developer Days in Berlin in 2012.
Slides available at http://qtconference.kdab.com/node/25
The upcoming KDE Frameworks 5 will make code from the KDE libraries available to all Qt developers. Some functionality has moved to Qt 5, the rest will be available as separate frameworks, with an effort to make them as modular and standalone as possible.
This presentation will be directed at developers of Qt applications, in order to show them what the KDE Frameworks can give them, such as ZIP/TAR support, idle detection, plotting, hardware detection, network transparency (VFS), as well as additional widgets, additional itemmodel classes, and much more, all LGPL of course.
https://wn.com/Qtdd12_Qt_Addons_For_Everyone_Kde_Frameworks_5_David_Faure
Recorded at the Qt Developer Days in Berlin in 2012.
Slides available at http://qtconference.kdab.com/node/25
The upcoming KDE Frameworks 5 will make code from the KDE libraries available to all Qt developers. Some functionality has moved to Qt 5, the rest will be available as separate frameworks, with an effort to make them as modular and standalone as possible.
This presentation will be directed at developers of Qt applications, in order to show them what the KDE Frameworks can give them, such as ZIP/TAR support, idle detection, plotting, hardware detection, network transparency (VFS), as well as additional widgets, additional itemmodel classes, and much more, all LGPL of course.
- published: 11 Dec 2012
- views: 2215
6:24
KDE 5 Development: KDE Frameworks 5 / Plasma 2
Zobaczmy co nas czeka w kolejnej wersji KDE 5.
http://www.jarzebski.pl/blog/2013/09/11/rewizja-kde-5-kde-frameworks-5-i-plasma-2.html
Licensed music: melodylo...
Zobaczmy co nas czeka w kolejnej wersji KDE 5.
http://www.jarzebski.pl/blog/2013/09/11/rewizja-kde-5-kde-frameworks-5-i-plasma-2.html
Licensed music: melodyloops.com
https://wn.com/Kde_5_Development_Kde_Frameworks_5_Plasma_2
Zobaczmy co nas czeka w kolejnej wersji KDE 5.
http://www.jarzebski.pl/blog/2013/09/11/rewizja-kde-5-kde-frameworks-5-i-plasma-2.html
Licensed music: melodyloops.com
- published: 11 Sep 2013
- views: 40817
53:28
QtDD13 - Faure & Boehm - KDE Frameworks 5: Qt add-ons overview
Recorded at the Qt Developer Days in Berlin in 2013.
Slides available at https://devdays.kdab.com/?page_id=225
Short Abstract:
Qt and KDE are moving even close...
Recorded at the Qt Developer Days in Berlin in 2013.
Slides available at https://devdays.kdab.com/?page_id=225
Short Abstract:
Qt and KDE are moving even closer together with the development of KDE Frameworks 5, a collection of stand-alone add-ons to Qt. With a first tech preview scheduled for December 2013, KDE Frameworks 5 are of increasing relevance for Qt application developers. The frameworks provide functionality that is just beyond the scope of Qt, but useful for many real life applications. Examples are ZIP/TAR support, hardware detection and network transparent I/O. The presentation will start with a brief overview of the philosophy of the frameworks, their history in KDE and the functionality provided by them. It will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than Qt itself, and can be added to Qt applications directly. The frameworks presented by their main authors will be KArchive and ThreadWeaver.
Abstract:
"Qt and KDE are moving even closer together with the development of KDE Frameworks 5, a collection of stand-alone add-ons to Qt. With a first tech preview scheduled for December 2013, KDE Frameworks 5 are of increasing relevance for Qt application developers. The frameworks provide functionality that is just beyond the scope of Qt, but useful for many real life applications. Examples are ZIP/TAR support, hardware detection and network transparent I/O. The presentation will start with a brief overview of the philosophy of the frameworks, their history in KDE and the functionality provided by them. It will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than Qt itself, and can be added to Qt applications directly. The frameworks presented by their main authors will be KArchive and ThreadWeaver.
In particular, the presentation will elaborate on how KDE frameworks can be added to Qt applications. This includes discussing the tiers of the frameworks provided and how they relate to dependencies that are pulled into application projects. The frameworks are available under the LGPL license. Since this particular license is commonly misunderstood, its implications will (very) briefly be explained. The session will conclude with a technical overview and hands-on demos of KArchive and ThreadWeaver. The presentation will be suitable for Qt software engineers of all levels, and for decision makers looking to incorporate the functionality of KDE Frameworks 5 into their applications. There will be time for questions. Code will be shown!
Presenter Biographies:
Mirko Boehm is a FLOSS advocate, primarily as a speaker and author. He has been a KDE contributor since 1997, including several years on the KDE e.V. board. He is a member of the FSFE Germany team and a Qt-certified specialist and trainer. Mirko is the CEO of Endocode, a collaborative engineering firm, and a representative of the Open Invention Network, where he recently took over responsibility for the Linux System Definition. He is doing research on Open Source at the Technical University of Berlin. Mirko has a wide range of experience as an entrepreneur, software engineer, manager, and a German Air Force officer. He lives with his wife and two kids in Berlin.
KDE developer since 1998, David Faure works at KDAB since 2003, on various development projects, as a Qt trainer and consultant, and nowadays as managing director for the french subsidiary. After working on Konqueror and KOffice, he is now one of the main contributors and maintainers of the KDE 4 libraries. He architects many of the changes required for the modularization effort called KDE Frameworks 5, and since Qt adopted an Open Governance model, he contributes regularly to Qt 5, particular in QtCore.
https://wn.com/Qtdd13_Faure_Boehm_Kde_Frameworks_5_Qt_Add_Ons_Overview
Recorded at the Qt Developer Days in Berlin in 2013.
Slides available at https://devdays.kdab.com/?page_id=225
Short Abstract:
Qt and KDE are moving even closer together with the development of KDE Frameworks 5, a collection of stand-alone add-ons to Qt. With a first tech preview scheduled for December 2013, KDE Frameworks 5 are of increasing relevance for Qt application developers. The frameworks provide functionality that is just beyond the scope of Qt, but useful for many real life applications. Examples are ZIP/TAR support, hardware detection and network transparent I/O. The presentation will start with a brief overview of the philosophy of the frameworks, their history in KDE and the functionality provided by them. It will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than Qt itself, and can be added to Qt applications directly. The frameworks presented by their main authors will be KArchive and ThreadWeaver.
Abstract:
"Qt and KDE are moving even closer together with the development of KDE Frameworks 5, a collection of stand-alone add-ons to Qt. With a first tech preview scheduled for December 2013, KDE Frameworks 5 are of increasing relevance for Qt application developers. The frameworks provide functionality that is just beyond the scope of Qt, but useful for many real life applications. Examples are ZIP/TAR support, hardware detection and network transparent I/O. The presentation will start with a brief overview of the philosophy of the frameworks, their history in KDE and the functionality provided by them. It will then continue with technical introductions and demonstrations of two tier 1 frameworks -- modules that have no other dependencies than Qt itself, and can be added to Qt applications directly. The frameworks presented by their main authors will be KArchive and ThreadWeaver.
In particular, the presentation will elaborate on how KDE frameworks can be added to Qt applications. This includes discussing the tiers of the frameworks provided and how they relate to dependencies that are pulled into application projects. The frameworks are available under the LGPL license. Since this particular license is commonly misunderstood, its implications will (very) briefly be explained. The session will conclude with a technical overview and hands-on demos of KArchive and ThreadWeaver. The presentation will be suitable for Qt software engineers of all levels, and for decision makers looking to incorporate the functionality of KDE Frameworks 5 into their applications. There will be time for questions. Code will be shown!
Presenter Biographies:
Mirko Boehm is a FLOSS advocate, primarily as a speaker and author. He has been a KDE contributor since 1997, including several years on the KDE e.V. board. He is a member of the FSFE Germany team and a Qt-certified specialist and trainer. Mirko is the CEO of Endocode, a collaborative engineering firm, and a representative of the Open Invention Network, where he recently took over responsibility for the Linux System Definition. He is doing research on Open Source at the Technical University of Berlin. Mirko has a wide range of experience as an entrepreneur, software engineer, manager, and a German Air Force officer. He lives with his wife and two kids in Berlin.
KDE developer since 1998, David Faure works at KDAB since 2003, on various development projects, as a Qt trainer and consultant, and nowadays as managing director for the french subsidiary. After working on Konqueror and KOffice, he is now one of the main contributors and maintainers of the KDE 4 libraries. He architects many of the changes required for the modularization effort called KDE Frameworks 5, and since Qt adopted an Open Governance model, he contributes regularly to Qt 5, particular in QtCore.
- published: 14 Feb 2014
- views: 2069
1:11:31
How to build and install BLFS 9.1 - Part 110: KDE - Frameworks 5 Based Applications
Continuing on from my series of videos showing how to build and install LFS 9.1, this series shows how to build a fully working desktop system based on the Beyo...
Continuing on from my series of videos showing how to build and install LFS 9.1, this series shows how to build a fully working desktop system based on the Beyond Linux From Scratch 9.1 book.
How to build and install BLFS 9.1 - Part 110: KDE - Frameworks 5 Based Applications
Several Frameworks-based applications are installed.
Full Playlist for this series: https://www.youtube.com/playlist?list=PLyc5xVO2uDsCnoa7SH6orz2oQlmOqmxr9
---
https://wn.com/How_To_Build_And_Install_Blfs_9.1_Part_110_Kde_Frameworks_5_Based_Applications
Continuing on from my series of videos showing how to build and install LFS 9.1, this series shows how to build a fully working desktop system based on the Beyond Linux From Scratch 9.1 book.
How to build and install BLFS 9.1 - Part 110: KDE - Frameworks 5 Based Applications
Several Frameworks-based applications are installed.
Full Playlist for this series: https://www.youtube.com/playlist?list=PLyc5xVO2uDsCnoa7SH6orz2oQlmOqmxr9
---
- published: 19 Nov 2020
- views: 94
9:56
KDE Frameworks 5.1.0
-- ONLY a test of KDE Frameworks 5.1.0 --
First part is a little buggy (black "square" on desktop) from recording program.
Part two is better (composite OFF).
...
-- ONLY a test of KDE Frameworks 5.1.0 --
First part is a little buggy (black "square" on desktop) from recording program.
Part two is better (composite OFF).
-- Missing right part of window border is a bug (theme/composite problem). --
MUSIC: Piotr Janeczek - Above the Clouds
https://wn.com/Kde_Frameworks_5.1.0
-- ONLY a test of KDE Frameworks 5.1.0 --
First part is a little buggy (black "square" on desktop) from recording program.
Part two is better (composite OFF).
-- Missing right part of window border is a bug (theme/composite problem). --
MUSIC: Piotr Janeczek - Above the Clouds
- published: 14 Sep 2014
- views: 3241
9:44
KDE Frameworks 5 Tech Preview Released
KDE Frameworks 5 Tech Preview Released, KDE Frameworks 5 Tech Preview Released
KDE Frameworks 5 Tech Preview Released, KDE Frameworks 5 Tech Preview Released
https://wn.com/Kde_Frameworks_5_Tech_Preview_Released
KDE Frameworks 5 Tech Preview Released, KDE Frameworks 5 Tech Preview Released
- published: 25 Sep 2016
- views: 24
-
KDE Plasma 6.1 Beta, /e/OS, 15,000 Games for Steam Deck, Linux Laptops & more Linux news
Sponsored by Kolide: If a device isn't secure, it can't access your apps. It's device trust for Okta. Visit https://thisweekinlinux.com/kolide to learn more and watch a demo.
Support the show by becoming a patron at https://tuxdigital.com/membership or get some swag at https://tuxdigital.com/store
### SHOW NOTES ►► https://thisweekinlinux.com/265
### Forum Thread ►► https://forum.tuxdigital.com/t/265-kde-plasma-6-1-beta-e-os-15-000-games-for-steam-deck-linux-laptops-more-linux-news/6254
### Chapters:
00:00 Intro
00:50 KDE Plasma 6.1 Beta
04:32 /e/OS 2.0 (Murena Smartphones)
07:28 Steam Deck hits 15,000 games & more Valve news
10:04 Sponsored by Kolide
11:15 Ultramarine Linux 40 Released
14:26 Lots of Linux Laptops
14:36 TUXEDO Stellaris Slim 15 Gen6
16:33 Framework Laptop 13 with Inte...
published: 01 Jun 2024
-
KDE Plasma Finally Fixed The Edit Mode!!
In my early Plasma 6 videos I was very critical of the way that edit mode worked and it turns out the devs agree that it needed some work and with 6.1 we're getting a redesigned edit mode.
==========Support The Channel==========
► Patreon: https://brodierobertson.xyz/patreon
► Paypal: https://brodierobertson.xyz/paypal
► Liberapay: https://brodierobertson.xyz/liberapay
► Amazon USA: https://brodierobertson.xyz/amazonusa
==========Resources==========
Plasma Desktop Patches: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2235
Plasma Workspace Patches: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4293
Marco Post: https://planet.kde.org/marco-martin-2024-05-20-new-plasma-edit-mode-in-6-1/
Nate Post: https://pointieststick.com/2024/05/25/this-week-in-kde-trip...
published: 30 May 2024
-
KDE Plasma 6 Linux Desktop
KDE Plasma 6 Linux desktop environment review and demo using the KDE Neon Linux distribution. KDE Plasma 6 was released on February 28th 2024, as detailed on the KDE website here: https://kde.org/announcements/megarelease/6/
My Krita video is here:
https://www.youtube.com/watch?v=fX3c2wQYX6I
If you like this video, you may also be interested in my other Linux videos, which are listed and linked on this page: https://www.explainingcomputers.com/linux_videos.html
More videos on computing and related topics can be found at:
http://www.youtube.com/@explainingcomputers
You may also like my ExplainingTheFuture channel at: http://www.youtube.com/@explainingthefuture
Chapters:
00:40 KDE & Plasma 6
03:04 A MegaRelease
10:37 Task Switcher
12:39 Virtual Workspaces
14:32 Familiar Themes
16:06 Bea...
published: 24 Mar 2024
-
KDE & GNOME have BIG plans, OpenAI investigated for GDPR breach: Linux & Open Source News
Check out KasmWorkspaces:
Community Edition: https://kasmweb.com/community-edition
OpenStack Autoscaling on OpenMetal Video Tutorial: https://www.youtube.com/watch?v=JYoMUwNXcKU
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@TheLinuxEXP/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SO...
published: 01 Jun 2024
-
KDE PLASMA 6 review: was it worth the wait?
Try out Proton VPN, the secure, private, no logs VPN from the makers of Proton Mail: https://protonvpn.com/TheLinuxEXP
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@thelinuxexp/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open sourc...
published: 29 Feb 2024
-
Gnome 46 vs KDE Plasma 6 ...
► Follow me!
𝕏 ►► https://x.com/@MichaelNROH
📷 Instagram ►► https://www.instagram.com/@MichaelNROH
🐘 Mastodon ►► https://mastodon.social/@MichaelNROH
🤖 Discord ►► https://discord.gg/ZJVRvj3QGJ
#️ Matrix ►► https://matrix.to/#/#michaelnroh-community:matrix.org
▶️ Second Channel ►► https://youtube.com/Nr0hOfficial
----------------------------------------------------------------------------------
► Get exclusive benefits by joining our Community ❤️
Join ►► https://www.youtube.com/channel/UC1s1OsWNYDFgbROPV-q5arg/join
----------------------------------------------------------------------------------
► Links:
Wallpapers ►► https://store.kde.org/browse?cat=299&ord=latest
Gnome ►► https://www.gnome.org/
KDE Plasma ►► https://kde.org/plasma-desktop/
My Server Parts ►► https://amzn.to/43Y744...
published: 06 Apr 2024
-
15 AWESOME KDE Apps: I was WRONG about KDE applications!
Use code LINUXEXPERIMENT to get 25% off your 2TB cloud storage plan on Internxt: https://internxt.com/pricing
Grad a brand new laptop or desktop running Linux:https://www.tuxedocomputers.com/
👏 SUPPORT THE CHANNEL:
Get access to an exclusive weekly podcast, vote on the next topics I cover, and get your name in the credits:
YOUTUBE: https://www.youtube.com/channel/UC5UAwBUum7CPN5buc-_N1Fw/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want: https://paypal.me/thelinuxexp?locale.x=fr_FR
🏆 FOLLOW ME ELSEWHERE:
Linux news in Youtube Shorts format: https://www.youtube.com/channel/UCtZp0mK9IBrpS2-jNzMZmoA
Join us on our Discord server: https://discord.gg/xK7ukavWmQ
Twitter : http://twitter.com/thelinuxEXP
Mastodon: https://mastodon.social/web/@t...
published: 31 May 2022
-
10 ways KDE is just BETTER
Try EdrawMax For Free: https://bit.ly/3Y9D43P
Visio Alternative for Linux and Mac: https://bit.ly/3FLxZYk
The LOWEST price Ever! Get 25% OFF Discount: http://bit.ly/3Ej357q
KDE and their Plasma desktop environment are just better than many of the alternatives. In this video we will cover why their desktop and the entire ecosystem is so great. Stay tuned for a the GNOME version of this video.
📖RESOURCES AND MENTIONS*
Nicco Loves Linux: https://www.youtube.com/watch?v=2iUUbn5fa6w
KDE Plasma: https://kde.org/plasma-desktop/
KDE Applications: https://apps.kde.org
👏SUPPORT TECHHUT
YOUTUBE MEMBER: https://bit.ly/members-techhut
NEWSLETTER: https://bit.ly/techhut-join
DONATE PAYPAL: https://bit.ly/paypal-techhut
$100 LINODE CREDIT: https://bit.ly/linode-techhut
🏆FOLLOW TECHHUT
JOIN DISCORD: h...
published: 12 Dec 2022
-
LEONARDO - KDE JSI BYL (PROD. JL RECORDS) OFFICIAL MUSIC VIDEO
Music Production
Leonardo Carda - https://www.instagram.com/don_cardaa?igsh=MWJ1enAyM3Bqa2w4dA==
JL RECORDS -https://www.instagram.com/jlrec_ords1?igsh=MWN6MTVsdjA1eXh1dA==
Video Production
Matěj Pavlík - https://www.instagram.com/maht.ej?igsh=MW80ajQ0NXdzdnhwMg==
published: 01 Jun 2024
-
A Quick Look At Ublue Aurora (An Immutable KDE Plasma Distro)
A quick look at Universal Blue's Aurora distribution, which is an immutable distro powered by KDE Plasma.
REFERENCED:
► https://getaurora.dev/
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.patreon.com/distrotube
💳 Paypal: https://www.youtube.com/redirect?event=channel_banner&redir_token=QUFFLUhqazNocEhiaGFBT1l1MnRHbnlIcHFKbXJWVnpQd3xBQ3Jtc0tsLVZJc19YeFlwZ2JqbXVOa3g0Skw4TVhTV2otNm1tM3A1bUNnamh3S2V6OGQtLTBnSjBxYTlvUXMxeEVIS3o4US10NENHMUQ3STk2a01FOFBhUnZjZFctMEhFUTg1TVctQmFfVUdxZXJ4TDl0azlYNA&q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin%2Fwebscr%3Fcmd%3D_donations%26business%3Dderek%2540distrotube%252ecom%26lc%3DUS%26item_name%3DDistroTube%26no_note%3D0%26currency_code%3DUSD%26bn%3DPP%252dDonationsBF%253abtn_donateCC_LG%252egif%253aNonHostedGuest
🛍️ Amazon: https://amzn.to/2RotFFi
👕 T...
published: 31 May 2024
28:40
KDE Plasma 6.1 Beta, /e/OS, 15,000 Games for Steam Deck, Linux Laptops & more Linux news
Sponsored by Kolide: If a device isn't secure, it can't access your apps. It's device trust for Okta. Visit https://thisweekinlinux.com/kolide to learn more and...
Sponsored by Kolide: If a device isn't secure, it can't access your apps. It's device trust for Okta. Visit https://thisweekinlinux.com/kolide to learn more and watch a demo.
Support the show by becoming a patron at https://tuxdigital.com/membership or get some swag at https://tuxdigital.com/store
### SHOW NOTES ►► https://thisweekinlinux.com/265
### Forum Thread ►► https://forum.tuxdigital.com/t/265-kde-plasma-6-1-beta-e-os-15-000-games-for-steam-deck-linux-laptops-more-linux-news/6254
### Chapters:
00:00 Intro
00:50 KDE Plasma 6.1 Beta
04:32 /e/OS 2.0 (Murena Smartphones)
07:28 Steam Deck hits 15,000 games & more Valve news
10:04 Sponsored by Kolide
11:15 Ultramarine Linux 40 Released
14:26 Lots of Linux Laptops
14:36 TUXEDO Stellaris Slim 15 Gen6
16:33 Framework Laptop 13 with Intel Core Ultra
17:54 System76 Darter Pro with Intel Core Ultra
21:04 Crowdfunded game CONSCRIPT cancels Linux version
25:00 XZ 5.6.2 Released
27:50 Outro
SHOW NOTES ►► https://thisweekinlinux.com/265
-----------------------------------------------------------------------------------
- KDE Plasma 6.1 Beta
- https://kde.org/announcements/plasma/6/6.0.90/
- https://9to5linux.com/kde-plasma-6-1-beta-released-with-explicit-sync-support-on-wayland
- https://www.phoronix.com/news/KDE-Plasma-6.1-Beta
- https://www.gamingonlinux.com/2024/05/kde-plasma-6-1-beta-released-with-wayland-explicit-sync-support/
- https://ostechnix.com/kde-plasma-6-1-beta-is-released/
- https://thisweekinlinux.com/259
- Murena 2.0 Released
- https://murena.com/the-next-chapter-begins-welcome-e-os-2-0/
- https://doc.e.foundation/devices
- https://murena.com/products/smartphones/
- https://destinationlinux.net/348
- Steam Deck hits 15,000 games
- https://steamdb.info/instantsearch/?refinementList%5BappType%5D%5B0%5D=Game&refinementList%5Boslist%5D%5B0%5D=Steam%20Deck%20Verified&refinementList%5Boslist%5D%5B1%5D=Steam%20Deck%20Playable
- https://www.gamingonlinux.com/2024/05/steam-deck-hits-15000-games-rated-playable-and-verified/
- https://www.gamingonlinux.com/2024/05/no-leaving-a-steam-account-in-a-will-after-you-die-according-to-valve/
- https://www.gamingonlinux.com/2024/05/steamvr-for-linux-gets-experimental-improvements-to-async-support/
- https://www.gamingonlinux.com/2024/05/over-30000-people-are-clicking-a-picture-of-a-banana-on-steam/
- Ultramarine Linux 40 Released
- https://blog.fyralabs.com/ultramarine-40-release/
- https://ultramarine-linux.org/
- https://thisweekinlinux.com/257
- https://thisweekinlinux.com/255
- Lots of Linux Laptops (System76, Tuxedo, Framework)
- https://www.tuxedocomputers.com/en/TUXEDO-Stellaris-Slim-15-Gen6-AMD
- https://www.tuxedocomputers.com/en/TUXEDO-Stellaris-Slim-15-Gen6-INTEL
- https://frame.work/blog/introducing-the-new-framework-laptop-13-with-intel-core-ultra-series-1-processors
- https://system76.com/laptops/darp10/configure
- https://destinationlinux.net/286 (1080p issue)
- Crowdfunded game CONSCRIPT cancels Linux version
- https://www.kickstarter.com/projects/562623591/conscript-ww1-survival-horror/posts/4112739
- https://www.gamingonlinux.com/2024/05/dev-of-crowdfunded-ww1-survival-horror-game-conscript-cancels-linux-and-macos-versions/
- XZ 5.6.2 Released
- https://tukaani.org/xz/
- https://tukaani.org/xz-backdoor/
- https://github.com/tukaani-project/xz/
- https://www.phoronix.com/news/XZ-5.6.2-Released
- https://thisweekinlinux.com/258
-----------------------------------------------------------------------------------
Thanks For Watching!
#Linux #TechNews #Podcast
https://wn.com/Kde_Plasma_6.1_Beta,_E_Os,_15,000_Games_For_Steam_Deck,_Linux_Laptops_More_Linux_News
Sponsored by Kolide: If a device isn't secure, it can't access your apps. It's device trust for Okta. Visit https://thisweekinlinux.com/kolide to learn more and watch a demo.
Support the show by becoming a patron at https://tuxdigital.com/membership or get some swag at https://tuxdigital.com/store
### SHOW NOTES ►► https://thisweekinlinux.com/265
### Forum Thread ►► https://forum.tuxdigital.com/t/265-kde-plasma-6-1-beta-e-os-15-000-games-for-steam-deck-linux-laptops-more-linux-news/6254
### Chapters:
00:00 Intro
00:50 KDE Plasma 6.1 Beta
04:32 /e/OS 2.0 (Murena Smartphones)
07:28 Steam Deck hits 15,000 games & more Valve news
10:04 Sponsored by Kolide
11:15 Ultramarine Linux 40 Released
14:26 Lots of Linux Laptops
14:36 TUXEDO Stellaris Slim 15 Gen6
16:33 Framework Laptop 13 with Intel Core Ultra
17:54 System76 Darter Pro with Intel Core Ultra
21:04 Crowdfunded game CONSCRIPT cancels Linux version
25:00 XZ 5.6.2 Released
27:50 Outro
SHOW NOTES ►► https://thisweekinlinux.com/265
-----------------------------------------------------------------------------------
- KDE Plasma 6.1 Beta
- https://kde.org/announcements/plasma/6/6.0.90/
- https://9to5linux.com/kde-plasma-6-1-beta-released-with-explicit-sync-support-on-wayland
- https://www.phoronix.com/news/KDE-Plasma-6.1-Beta
- https://www.gamingonlinux.com/2024/05/kde-plasma-6-1-beta-released-with-wayland-explicit-sync-support/
- https://ostechnix.com/kde-plasma-6-1-beta-is-released/
- https://thisweekinlinux.com/259
- Murena 2.0 Released
- https://murena.com/the-next-chapter-begins-welcome-e-os-2-0/
- https://doc.e.foundation/devices
- https://murena.com/products/smartphones/
- https://destinationlinux.net/348
- Steam Deck hits 15,000 games
- https://steamdb.info/instantsearch/?refinementList%5BappType%5D%5B0%5D=Game&refinementList%5Boslist%5D%5B0%5D=Steam%20Deck%20Verified&refinementList%5Boslist%5D%5B1%5D=Steam%20Deck%20Playable
- https://www.gamingonlinux.com/2024/05/steam-deck-hits-15000-games-rated-playable-and-verified/
- https://www.gamingonlinux.com/2024/05/no-leaving-a-steam-account-in-a-will-after-you-die-according-to-valve/
- https://www.gamingonlinux.com/2024/05/steamvr-for-linux-gets-experimental-improvements-to-async-support/
- https://www.gamingonlinux.com/2024/05/over-30000-people-are-clicking-a-picture-of-a-banana-on-steam/
- Ultramarine Linux 40 Released
- https://blog.fyralabs.com/ultramarine-40-release/
- https://ultramarine-linux.org/
- https://thisweekinlinux.com/257
- https://thisweekinlinux.com/255
- Lots of Linux Laptops (System76, Tuxedo, Framework)
- https://www.tuxedocomputers.com/en/TUXEDO-Stellaris-Slim-15-Gen6-AMD
- https://www.tuxedocomputers.com/en/TUXEDO-Stellaris-Slim-15-Gen6-INTEL
- https://frame.work/blog/introducing-the-new-framework-laptop-13-with-intel-core-ultra-series-1-processors
- https://system76.com/laptops/darp10/configure
- https://destinationlinux.net/286 (1080p issue)
- Crowdfunded game CONSCRIPT cancels Linux version
- https://www.kickstarter.com/projects/562623591/conscript-ww1-survival-horror/posts/4112739
- https://www.gamingonlinux.com/2024/05/dev-of-crowdfunded-ww1-survival-horror-game-conscript-cancels-linux-and-macos-versions/
- XZ 5.6.2 Released
- https://tukaani.org/xz/
- https://tukaani.org/xz-backdoor/
- https://github.com/tukaani-project/xz/
- https://www.phoronix.com/news/XZ-5.6.2-Released
- https://thisweekinlinux.com/258
-----------------------------------------------------------------------------------
Thanks For Watching!
#Linux #TechNews #Podcast
- published: 01 Jun 2024
- views: 5740
12:20
KDE Plasma Finally Fixed The Edit Mode!!
In my early Plasma 6 videos I was very critical of the way that edit mode worked and it turns out the devs agree that it needed some work and with 6.1 we're get...
In my early Plasma 6 videos I was very critical of the way that edit mode worked and it turns out the devs agree that it needed some work and with 6.1 we're getting a redesigned edit mode.
==========Support The Channel==========
► Patreon: https://brodierobertson.xyz/patreon
► Paypal: https://brodierobertson.xyz/paypal
► Liberapay: https://brodierobertson.xyz/liberapay
► Amazon USA: https://brodierobertson.xyz/amazonusa
==========Resources==========
Plasma Desktop Patches: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2235
Plasma Workspace Patches: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4293
Marco Post: https://planet.kde.org/marco-martin-2024-05-20-new-plasma-edit-mode-in-6-1/
Nate Post: https://pointieststick.com/2024/05/25/this-week-in-kde-triple-buffering-and-other-sources-of-amazingness/
=========Video Platforms==========
🎥 Odysee: https://brodierobertson.xyz/odysee
🎥 Podcast: https://techovertea.xyz/youtube
🎮 Gaming: https://brodierobertson.xyz/gaming
==========Social Media==========
🎤 Discord: https://brodierobertson.xyz/discord
🐦 Twitter: https://brodierobertson.xyz/twitter
🌐 Mastodon: https://brodierobertson.xyz/mastodon
🖥️ GitHub: https://brodierobertson.xyz/github
==========Credits==========
🎨 Channel Art:
Profile Picture:
https://www.instagram.com/supercozman_draws/
#Kde #OpenSource #FOSS #Linux #KDEPlasma
🎵 Ending music
Track: Debris & Jonth - Game Time [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://www.youtube.com/watch?v=yDTvvOTie0w
Free Download / Stream: http://ncs.io/GameTime
DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase I may receive a small commission or other compensation.
https://wn.com/Kde_Plasma_Finally_Fixed_The_Edit_Mode
In my early Plasma 6 videos I was very critical of the way that edit mode worked and it turns out the devs agree that it needed some work and with 6.1 we're getting a redesigned edit mode.
==========Support The Channel==========
► Patreon: https://brodierobertson.xyz/patreon
► Paypal: https://brodierobertson.xyz/paypal
► Liberapay: https://brodierobertson.xyz/liberapay
► Amazon USA: https://brodierobertson.xyz/amazonusa
==========Resources==========
Plasma Desktop Patches: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2235
Plasma Workspace Patches: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4293
Marco Post: https://planet.kde.org/marco-martin-2024-05-20-new-plasma-edit-mode-in-6-1/
Nate Post: https://pointieststick.com/2024/05/25/this-week-in-kde-triple-buffering-and-other-sources-of-amazingness/
=========Video Platforms==========
🎥 Odysee: https://brodierobertson.xyz/odysee
🎥 Podcast: https://techovertea.xyz/youtube
🎮 Gaming: https://brodierobertson.xyz/gaming
==========Social Media==========
🎤 Discord: https://brodierobertson.xyz/discord
🐦 Twitter: https://brodierobertson.xyz/twitter
🌐 Mastodon: https://brodierobertson.xyz/mastodon
🖥️ GitHub: https://brodierobertson.xyz/github
==========Credits==========
🎨 Channel Art:
Profile Picture:
https://www.instagram.com/supercozman_draws/
#Kde #OpenSource #FOSS #Linux #KDEPlasma
🎵 Ending music
Track: Debris & Jonth - Game Time [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://www.youtube.com/watch?v=yDTvvOTie0w
Free Download / Stream: http://ncs.io/GameTime
DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase I may receive a small commission or other compensation.
- published: 30 May 2024
- views: 14098
16:51
KDE Plasma 6 Linux Desktop
KDE Plasma 6 Linux desktop environment review and demo using the KDE Neon Linux distribution. KDE Plasma 6 was released on February 28th 2024, as detailed on th...
KDE Plasma 6 Linux desktop environment review and demo using the KDE Neon Linux distribution. KDE Plasma 6 was released on February 28th 2024, as detailed on the KDE website here: https://kde.org/announcements/megarelease/6/
My Krita video is here:
https://www.youtube.com/watch?v=fX3c2wQYX6I
If you like this video, you may also be interested in my other Linux videos, which are listed and linked on this page: https://www.explainingcomputers.com/linux_videos.html
More videos on computing and related topics can be found at:
http://www.youtube.com/@explainingcomputers
You may also like my ExplainingTheFuture channel at: http://www.youtube.com/@explainingthefuture
Chapters:
00:40 KDE & Plasma 6
03:04 A MegaRelease
10:37 Task Switcher
12:39 Virtual Workspaces
14:32 Familiar Themes
16:06 Beauty & Control
#Plasma6 #KDE #Linux #ExplainingComputers
https://wn.com/Kde_Plasma_6_Linux_Desktop
KDE Plasma 6 Linux desktop environment review and demo using the KDE Neon Linux distribution. KDE Plasma 6 was released on February 28th 2024, as detailed on the KDE website here: https://kde.org/announcements/megarelease/6/
My Krita video is here:
https://www.youtube.com/watch?v=fX3c2wQYX6I
If you like this video, you may also be interested in my other Linux videos, which are listed and linked on this page: https://www.explainingcomputers.com/linux_videos.html
More videos on computing and related topics can be found at:
http://www.youtube.com/@explainingcomputers
You may also like my ExplainingTheFuture channel at: http://www.youtube.com/@explainingthefuture
Chapters:
00:40 KDE & Plasma 6
03:04 A MegaRelease
10:37 Task Switcher
12:39 Virtual Workspaces
14:32 Familiar Themes
16:06 Beauty & Control
#Plasma6 #KDE #Linux #ExplainingComputers
- published: 24 Mar 2024
- views: 113715
15:31
KDE & GNOME have BIG plans, OpenAI investigated for GDPR breach: Linux & Open Source News
Check out KasmWorkspaces:
Community Edition: https://kasmweb.com/community-edition
OpenStack Autoscaling on OpenMetal Video Tutorial: https://www.youtube.com/wa...
Check out KasmWorkspaces:
Community Edition: https://kasmweb.com/community-edition
OpenStack Autoscaling on OpenMetal Video Tutorial: https://www.youtube.com/watch?v=JYoMUwNXcKU
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@TheLinuxEXP/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja
Timecodes:
00:00 Intro
00:41 Sponsor: Kasm
01:34 KDE wants better apps
03:26 GNOME expands
05:31 EU looks into AI tools GDPR potential violations
08:15 AWS is strangling some Fedora mirrors
09:30 WSL is improving a lot
11:23 Gaming: 15K games on Deck, Wine 9.10
13:32 Sponsor: Tuxedo Computers
14:28 Support the channel
#linux #opensource #technews #linuxnews
https://wn.com/Kde_Gnome_Have_Big_Plans,_Openai_Investigated_For_Gdpr_Breach_Linux_Open_Source_News
Check out KasmWorkspaces:
Community Edition: https://kasmweb.com/community-edition
OpenStack Autoscaling on OpenMetal Video Tutorial: https://www.youtube.com/watch?v=JYoMUwNXcKU
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@TheLinuxEXP/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja
Timecodes:
00:00 Intro
00:41 Sponsor: Kasm
01:34 KDE wants better apps
03:26 GNOME expands
05:31 EU looks into AI tools GDPR potential violations
08:15 AWS is strangling some Fedora mirrors
09:30 WSL is improving a lot
11:23 Gaming: 15K games on Deck, Wine 9.10
13:32 Sponsor: Tuxedo Computers
14:28 Support the channel
#linux #opensource #technews #linuxnews
- published: 01 Jun 2024
- views: 25291
20:26
KDE PLASMA 6 review: was it worth the wait?
Try out Proton VPN, the secure, private, no logs VPN from the makers of Proton Mail: https://protonvpn.com/TheLinuxEXP
Grab a brand new laptop or desktop runni...
Try out Proton VPN, the secure, private, no logs VPN from the makers of Proton Mail: https://protonvpn.com/TheLinuxEXP
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@thelinuxexp/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja
#KDE #Plasma #Linux #linuxdesktop #kdeplasma
Timecodes:
00:00 Intro
00:26 Sponsor: Proton VPN
01:46 Qt6 and Wayland
05:15 Visual changes
07:21 New desktop features
12:03 Settings changes
14:00 Applications changes
16:15 Was it worth the wait?
18:21 Sponsor: Tuxedo Computers
19:32 Support the channel
Plasma 6 moved to Qt6 entirely, and it's also the first version with fully complete wayland support, and Wayland is actually the default session. And that Wayland support is pretty flawless in my experience.
And this release also brings a few cool things, courtesy of Wayland: HDR is now supported, provided your display also support it. You can also set a color profile for each display individually, on Wayland as well. And finally, you also get color blindness correction filters in the settings.
First, the theme is now lighter on the eyes. They have removed a bunch of the blue borders that every single panel inside of an app had, so the whole feel of the desktop is similar, but also nicer, you don't have that many lines that draw your eyes. Highlighted items in list views are also different, now with rounded corners and a little bit of spacing.
Another visual change is the floating panel by default.
The defaults have changed drastically First, single click to select is now the default, with double click to open. Tap to click on touchpads is also the default now, and they've disabled scrolling on the desktop to switch workspaces.
It's now way easier to change panel configuration. The previous messy pop-up was replaced by something much more visual, which will absolutely be a better experience. You get visual representations of the settings you're changing, with combo boxes to select what you want, and tou can now auto hide the panel.
Another big change is the combination of the overview and the present windows effect. It feels like the older overview, except, it looks a lot like GNOME's. What has changed is the touchpad gestures, and these are much, much better. You also get the desktop cube back.
Another change is the ability to just click inside of a scrollbar's area to move the content directly to that area. Finally, Krunner got faster, way faster, and now lets you reorder the various elements that it shows when you search for something.
Visually, the settings are less busy. Gone are the double rows of icons at the bottom of a page, they now mostly moved to the toolbar of the settings app, meaning that settings pages now look a bit nicer. They've also reduced the number of pages that were opened by clicking a button inside of another page, so things are easier to find, and the settings were reordered into other categories.
You get a new sound theme preference page, and, easier configuration of which app will open a broad category of file.
Dolphin received changes to its settings as well, reordering a bunch of things, and it gained kjeyboard shortcuts to access the toolbar buttons and the disk space usage bar that lives in the status bar. You can also now right click a folder to open it in split view.
Spectacle, the screen recorder, now shows a tray icon when it's recording your screen, you can click it to end the recording. It also support recording a part of your screen, and has new keyboard shortcuts to handle all of this. Everything will now be saved by default in the pictures screenshots directory, you can change that of course. It also support VP9 to record videos, and can be used using the CLI
Konsole has redesigned settings, and will use less ram. Text selection now works for chinese, korean or japanese, and every tab now uses a separate cgroup, meaning the entire app will no longer be killed if your system needs to kill a process to save somle resources
https://wn.com/Kde_Plasma_6_Review_Was_It_Worth_The_Wait
Try out Proton VPN, the secure, private, no logs VPN from the makers of Proton Mail: https://protonvpn.com/TheLinuxEXP
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to:
- a Daily Linux News show
- a weekly patroncast for more personal thoughts
- polls on the next topics I cover,
- your name in the credits
YouTube: https://www.youtube.com/@thelinuxexp/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want:
https://paypal.me/thelinuxexp
Liberapay: https://liberapay.com/TheLinuxExperiment/
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja
#KDE #Plasma #Linux #linuxdesktop #kdeplasma
Timecodes:
00:00 Intro
00:26 Sponsor: Proton VPN
01:46 Qt6 and Wayland
05:15 Visual changes
07:21 New desktop features
12:03 Settings changes
14:00 Applications changes
16:15 Was it worth the wait?
18:21 Sponsor: Tuxedo Computers
19:32 Support the channel
Plasma 6 moved to Qt6 entirely, and it's also the first version with fully complete wayland support, and Wayland is actually the default session. And that Wayland support is pretty flawless in my experience.
And this release also brings a few cool things, courtesy of Wayland: HDR is now supported, provided your display also support it. You can also set a color profile for each display individually, on Wayland as well. And finally, you also get color blindness correction filters in the settings.
First, the theme is now lighter on the eyes. They have removed a bunch of the blue borders that every single panel inside of an app had, so the whole feel of the desktop is similar, but also nicer, you don't have that many lines that draw your eyes. Highlighted items in list views are also different, now with rounded corners and a little bit of spacing.
Another visual change is the floating panel by default.
The defaults have changed drastically First, single click to select is now the default, with double click to open. Tap to click on touchpads is also the default now, and they've disabled scrolling on the desktop to switch workspaces.
It's now way easier to change panel configuration. The previous messy pop-up was replaced by something much more visual, which will absolutely be a better experience. You get visual representations of the settings you're changing, with combo boxes to select what you want, and tou can now auto hide the panel.
Another big change is the combination of the overview and the present windows effect. It feels like the older overview, except, it looks a lot like GNOME's. What has changed is the touchpad gestures, and these are much, much better. You also get the desktop cube back.
Another change is the ability to just click inside of a scrollbar's area to move the content directly to that area. Finally, Krunner got faster, way faster, and now lets you reorder the various elements that it shows when you search for something.
Visually, the settings are less busy. Gone are the double rows of icons at the bottom of a page, they now mostly moved to the toolbar of the settings app, meaning that settings pages now look a bit nicer. They've also reduced the number of pages that were opened by clicking a button inside of another page, so things are easier to find, and the settings were reordered into other categories.
You get a new sound theme preference page, and, easier configuration of which app will open a broad category of file.
Dolphin received changes to its settings as well, reordering a bunch of things, and it gained kjeyboard shortcuts to access the toolbar buttons and the disk space usage bar that lives in the status bar. You can also now right click a folder to open it in split view.
Spectacle, the screen recorder, now shows a tray icon when it's recording your screen, you can click it to end the recording. It also support recording a part of your screen, and has new keyboard shortcuts to handle all of this. Everything will now be saved by default in the pictures screenshots directory, you can change that of course. It also support VP9 to record videos, and can be used using the CLI
Konsole has redesigned settings, and will use less ram. Text selection now works for chinese, korean or japanese, and every tab now uses a separate cgroup, meaning the entire app will no longer be killed if your system needs to kill a process to save somle resources
- published: 29 Feb 2024
- views: 202998
10:35
Gnome 46 vs KDE Plasma 6 ...
► Follow me!
𝕏 ►► https://x.com/@MichaelNROH
📷 Instagram ►► https://www.instagram.com/@MichaelNROH
🐘 Mastodon ►► https://mastodon.social/@MichaelNROH
🤖 Discord...
► Follow me!
𝕏 ►► https://x.com/@MichaelNROH
📷 Instagram ►► https://www.instagram.com/@MichaelNROH
🐘 Mastodon ►► https://mastodon.social/@MichaelNROH
🤖 Discord ►► https://discord.gg/ZJVRvj3QGJ
#️ Matrix ►► https://matrix.to/#/#michaelnroh-community:matrix.org
▶️ Second Channel ►► https://youtube.com/Nr0hOfficial
----------------------------------------------------------------------------------
► Get exclusive benefits by joining our Community ❤️
Join ►► https://www.youtube.com/channel/UC1s1OsWNYDFgbROPV-q5arg/join
----------------------------------------------------------------------------------
► Links:
Wallpapers ►► https://store.kde.org/browse?cat=299&ord=latest
Gnome ►► https://www.gnome.org/
KDE Plasma ►► https://kde.org/plasma-desktop/
My Server Parts ►► https://amzn.to/43Y7441
Personal Affiliate ►► https://amzn.to/48S3a0e
(* All Amazon Links are affiliated. That means that I get a small cut of revenue if you buy something, without any additional costs.)
----------------------------------------------------------------------------------
🎵 Music from StreamBeats by Harris Heller.
----------------------------------------------------------------------------------
► Chapters:
00:00 - Gnome vs KDE Plasma
00:35 - Gnome 46
04:11 - Some negative things
05:08 - KDE Plasma 6
07:08 - Things that KDE could improve...
08:17 - Are they the same?
08:50 - Which one do I choose?
10:08 - Conclusion
----------------------------------------------------------------------------------
► Description Tags:
----------------------------------------------------------------------------------
#linux #gnome46 #kdeplasma6
https://wn.com/Gnome_46_Vs_Kde_Plasma_6_...
► Follow me!
𝕏 ►► https://x.com/@MichaelNROH
📷 Instagram ►► https://www.instagram.com/@MichaelNROH
🐘 Mastodon ►► https://mastodon.social/@MichaelNROH
🤖 Discord ►► https://discord.gg/ZJVRvj3QGJ
#️ Matrix ►► https://matrix.to/#/#michaelnroh-community:matrix.org
▶️ Second Channel ►► https://youtube.com/Nr0hOfficial
----------------------------------------------------------------------------------
► Get exclusive benefits by joining our Community ❤️
Join ►► https://www.youtube.com/channel/UC1s1OsWNYDFgbROPV-q5arg/join
----------------------------------------------------------------------------------
► Links:
Wallpapers ►► https://store.kde.org/browse?cat=299&ord=latest
Gnome ►► https://www.gnome.org/
KDE Plasma ►► https://kde.org/plasma-desktop/
My Server Parts ►► https://amzn.to/43Y7441
Personal Affiliate ►► https://amzn.to/48S3a0e
(* All Amazon Links are affiliated. That means that I get a small cut of revenue if you buy something, without any additional costs.)
----------------------------------------------------------------------------------
🎵 Music from StreamBeats by Harris Heller.
----------------------------------------------------------------------------------
► Chapters:
00:00 - Gnome vs KDE Plasma
00:35 - Gnome 46
04:11 - Some negative things
05:08 - KDE Plasma 6
07:08 - Things that KDE could improve...
08:17 - Are they the same?
08:50 - Which one do I choose?
10:08 - Conclusion
----------------------------------------------------------------------------------
► Description Tags:
----------------------------------------------------------------------------------
#linux #gnome46 #kdeplasma6
- published: 06 Apr 2024
- views: 158161
17:09
15 AWESOME KDE Apps: I was WRONG about KDE applications!
Use code LINUXEXPERIMENT to get 25% off your 2TB cloud storage plan on Internxt: https://internxt.com/pricing
Grad a brand new laptop or desktop running Linux:...
Use code LINUXEXPERIMENT to get 25% off your 2TB cloud storage plan on Internxt: https://internxt.com/pricing
Grad a brand new laptop or desktop running Linux:https://www.tuxedocomputers.com/
👏 SUPPORT THE CHANNEL:
Get access to an exclusive weekly podcast, vote on the next topics I cover, and get your name in the credits:
YOUTUBE: https://www.youtube.com/channel/UC5UAwBUum7CPN5buc-_N1Fw/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want: https://paypal.me/thelinuxexp?locale.x=fr_FR
🏆 FOLLOW ME ELSEWHERE:
Linux news in Youtube Shorts format: https://www.youtube.com/channel/UCtZp0mK9IBrpS2-jNzMZmoA
Join us on our Discord server: https://discord.gg/xK7ukavWmQ
Twitter : http://twitter.com/thelinuxEXP
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
My Gaming on Linux Channel: https://www.youtube.com/channel/UCaw_Lz7oifDb-PZCAcZ07kw
📷 GEAR I USE:
Sony Alpha A6600 Mirrorless Camera: https://amzn.to/30zKyn7
Sigma 56mm Fixed Prime Lens: https://amzn.to/3aRvK5l
Logitech MX Master 3 Mouse: https://amzn.to/3BVI0Od
Bluetooth Space Grey Mac Keyboard: https://amzn.to/3jcJETZ
Logitech Brio 4K Webcam: https://amzn.to/3jgeTh9
LG Curved Ultrawide Monitor: https://amzn.to/3pcTVDH
Logitech White Speakers: https://amzn.to/3n6wSb0
Xbox Controller: https://amzn.to/3BWmIA3
*Amazon Links are affiliate codes and generate small commissions to support the channel*
This video is distributed under the Creative Commons Share Alike license.
00:00 Intro
00:45 Sponsor: Store your files securely and privately in the cloud with Internxt
01:53 Productivity
02:03 Kalendar: tasks and appointments
03:08 Plan: Project management
04:27 Calligra Suite: Office Suite
05:38 Skrooge: Personal Budgeting
06:43 Media Applications
06:49 Kdenlive: Video Editing
07:54 Krita: Digital Painting
08:43 Kolourpaint: Paint, but for KDE
09:22 Elisa: Local Music Player
09:55 Kasts: Podcast Player
10:48 Utilities
10:54 KDE Connect: Device integration
11:44 Subtitle Composer: create subtitles
12:08 Yakuake: drop down terminal
12:51 Sweeper: privacy and disk cleaner
13:12 Krusader: Power File Management
13:49 Falkon, KDE Itinerary, Marble, Artikulate, KAlgebra...
14:49 Sponsor: Get a laptop or desktop that runs Linux 100% with Tuxedo
15:55 If you have too much money...
Kalendar is an app to handle your calendars, but also your tasks. It integrates with your online accounts.
Plan is a project management application, that lets you handle tasks and subtasks, but it goes a lot deeper.
Calligra Suite is KDE's Office suite, great if you work on your own documents, and the ODF format.
For personal budgets, you have Skrooge.
For video editing, use Kdenlive. It's a full featured non linear video editor that lets you manage video and audio using tracks. It has tons of effects you can apply, transitions, and it can import and export to a TON of formats.
For artists, there is no better drawing tool on Linux than Krita. It's a digital painting appplication with tons of tools and brushes to let you create what you want. It's not only on Linux but also on Android, so you could even use it there, and it handles graphic tablets and their lovely styluses.
If, like me, you're no artist, but you still want a simple app to edit screenshots, or draw a few doodles here and there, Kolourpaint is going to be your go-to. It's basically MS Paint for KDE with anti aliasing, which of course you can disable if you like that pixel art look.
If you have a local music collection, and you're looking for a simple, but nice looking music player, then Elisa is the one for you.
Kasts is a small podcast app. You can add your own podcast feeds, or search for a specific podcast in the discover tab, and add it this way. You'll get a list of all episodes that you can then download and play.
KDE Connect it basically lets you integrate your Android phone, or iPhone, with your desktop. You can send files to and from each device, use the phone as a remote for audio or presentations, or as a trackpad, and more.
Subtitle Composer lets you create subtitles for your videos, or for someone else's videos. You have tons of options to make them look like you want, open an existing file to modify it, select which language you're working on, and export your file.
With Yakuake, you just press F12, or any other key you prefer, and yo get a nice little terminal that drops down from the top of your screen.
Sweeper lets you clean a bunch of stuff that might take up space on your hard drive, like various caches, cookies, web history, recent documents, command history, and more.
Krusader is a file manage that handles archives in the file manager, FTP, has multiple panels to open folders side by side, sync folders, compare file contents, it can batch rename and is completely customizable, on top of having a super powerful search module.
https://wn.com/15_Awesome_Kde_Apps_I_Was_Wrong_About_Kde_Applications
Use code LINUXEXPERIMENT to get 25% off your 2TB cloud storage plan on Internxt: https://internxt.com/pricing
Grad a brand new laptop or desktop running Linux:https://www.tuxedocomputers.com/
👏 SUPPORT THE CHANNEL:
Get access to an exclusive weekly podcast, vote on the next topics I cover, and get your name in the credits:
YOUTUBE: https://www.youtube.com/channel/UC5UAwBUum7CPN5buc-_N1Fw/join
Patreon: https://www.patreon.com/thelinuxexperiment
Or, you can donate whatever you want: https://paypal.me/thelinuxexp?locale.x=fr_FR
🏆 FOLLOW ME ELSEWHERE:
Linux news in Youtube Shorts format: https://www.youtube.com/channel/UCtZp0mK9IBrpS2-jNzMZmoA
Join us on our Discord server: https://discord.gg/xK7ukavWmQ
Twitter : http://twitter.com/thelinuxEXP
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
My Gaming on Linux Channel: https://www.youtube.com/channel/UCaw_Lz7oifDb-PZCAcZ07kw
📷 GEAR I USE:
Sony Alpha A6600 Mirrorless Camera: https://amzn.to/30zKyn7
Sigma 56mm Fixed Prime Lens: https://amzn.to/3aRvK5l
Logitech MX Master 3 Mouse: https://amzn.to/3BVI0Od
Bluetooth Space Grey Mac Keyboard: https://amzn.to/3jcJETZ
Logitech Brio 4K Webcam: https://amzn.to/3jgeTh9
LG Curved Ultrawide Monitor: https://amzn.to/3pcTVDH
Logitech White Speakers: https://amzn.to/3n6wSb0
Xbox Controller: https://amzn.to/3BWmIA3
*Amazon Links are affiliate codes and generate small commissions to support the channel*
This video is distributed under the Creative Commons Share Alike license.
00:00 Intro
00:45 Sponsor: Store your files securely and privately in the cloud with Internxt
01:53 Productivity
02:03 Kalendar: tasks and appointments
03:08 Plan: Project management
04:27 Calligra Suite: Office Suite
05:38 Skrooge: Personal Budgeting
06:43 Media Applications
06:49 Kdenlive: Video Editing
07:54 Krita: Digital Painting
08:43 Kolourpaint: Paint, but for KDE
09:22 Elisa: Local Music Player
09:55 Kasts: Podcast Player
10:48 Utilities
10:54 KDE Connect: Device integration
11:44 Subtitle Composer: create subtitles
12:08 Yakuake: drop down terminal
12:51 Sweeper: privacy and disk cleaner
13:12 Krusader: Power File Management
13:49 Falkon, KDE Itinerary, Marble, Artikulate, KAlgebra...
14:49 Sponsor: Get a laptop or desktop that runs Linux 100% with Tuxedo
15:55 If you have too much money...
Kalendar is an app to handle your calendars, but also your tasks. It integrates with your online accounts.
Plan is a project management application, that lets you handle tasks and subtasks, but it goes a lot deeper.
Calligra Suite is KDE's Office suite, great if you work on your own documents, and the ODF format.
For personal budgets, you have Skrooge.
For video editing, use Kdenlive. It's a full featured non linear video editor that lets you manage video and audio using tracks. It has tons of effects you can apply, transitions, and it can import and export to a TON of formats.
For artists, there is no better drawing tool on Linux than Krita. It's a digital painting appplication with tons of tools and brushes to let you create what you want. It's not only on Linux but also on Android, so you could even use it there, and it handles graphic tablets and their lovely styluses.
If, like me, you're no artist, but you still want a simple app to edit screenshots, or draw a few doodles here and there, Kolourpaint is going to be your go-to. It's basically MS Paint for KDE with anti aliasing, which of course you can disable if you like that pixel art look.
If you have a local music collection, and you're looking for a simple, but nice looking music player, then Elisa is the one for you.
Kasts is a small podcast app. You can add your own podcast feeds, or search for a specific podcast in the discover tab, and add it this way. You'll get a list of all episodes that you can then download and play.
KDE Connect it basically lets you integrate your Android phone, or iPhone, with your desktop. You can send files to and from each device, use the phone as a remote for audio or presentations, or as a trackpad, and more.
Subtitle Composer lets you create subtitles for your videos, or for someone else's videos. You have tons of options to make them look like you want, open an existing file to modify it, select which language you're working on, and export your file.
With Yakuake, you just press F12, or any other key you prefer, and yo get a nice little terminal that drops down from the top of your screen.
Sweeper lets you clean a bunch of stuff that might take up space on your hard drive, like various caches, cookies, web history, recent documents, command history, and more.
Krusader is a file manage that handles archives in the file manager, FTP, has multiple panels to open folders side by side, sync folders, compare file contents, it can batch rename and is completely customizable, on top of having a super powerful search module.
- published: 31 May 2022
- views: 116378
19:46
10 ways KDE is just BETTER
Try EdrawMax For Free: https://bit.ly/3Y9D43P
Visio Alternative for Linux and Mac: https://bit.ly/3FLxZYk
The LOWEST price Ever! Get 25% OFF Discount: http://bi...
Try EdrawMax For Free: https://bit.ly/3Y9D43P
Visio Alternative for Linux and Mac: https://bit.ly/3FLxZYk
The LOWEST price Ever! Get 25% OFF Discount: http://bit.ly/3Ej357q
KDE and their Plasma desktop environment are just better than many of the alternatives. In this video we will cover why their desktop and the entire ecosystem is so great. Stay tuned for a the GNOME version of this video.
📖RESOURCES AND MENTIONS*
Nicco Loves Linux: https://www.youtube.com/watch?v=2iUUbn5fa6w
KDE Plasma: https://kde.org/plasma-desktop/
KDE Applications: https://apps.kde.org
👏SUPPORT TECHHUT
YOUTUBE MEMBER: https://bit.ly/members-techhut
NEWSLETTER: https://bit.ly/techhut-join
DONATE PAYPAL: https://bit.ly/paypal-techhut
$100 LINODE CREDIT: https://bit.ly/linode-techhut
🏆FOLLOW TECHHUT
JOIN DISCORD: https://bit.ly/discord-techhut
TWITTER: https://bit.ly/twitter-techhut
MASTODON: https://bit.ly/mastodon-techhut
INSTAGRAM: https://bit.ly/personal-insta
📷MY GEAR (PAID LINKS)
ASUS ROG M16: https://amzn.to/3t8Xgpo
DeepCool MATREXX 40: https://amzn.to/3q3K8Qn
AMD 3700x: https://amzn.to/31AKX9N
ASRock B550M: https://amzn.to/3qeymTv
G.Skill Trident Z Neo: https://amzn.to/3JRbeSF
Radeon RX 580: https://amzn.to/3n7Ax9g
Cannon M50: https://amzn.to/3xLfhuA
Lights: https://amzn.to/3OdeWHU
0:00 - Intro
0:20 - Professional Applications
2:02 - Customization
4:23 - EdrawMax (Sponsor)
5:26 - Features
7:36 - Hardware Manufacturers
9:02 - KDE Ecosystem
11:08 - Privacy
12:55 - Sustainable
14:13 - Third Party Projects
16:10 - KDE Frameworks
17:16 - Kommunity
#KDE #Linux #Edraw #EdrawMaxReviews
https://wn.com/10_Ways_Kde_Is_Just_Better
Try EdrawMax For Free: https://bit.ly/3Y9D43P
Visio Alternative for Linux and Mac: https://bit.ly/3FLxZYk
The LOWEST price Ever! Get 25% OFF Discount: http://bit.ly/3Ej357q
KDE and their Plasma desktop environment are just better than many of the alternatives. In this video we will cover why their desktop and the entire ecosystem is so great. Stay tuned for a the GNOME version of this video.
📖RESOURCES AND MENTIONS*
Nicco Loves Linux: https://www.youtube.com/watch?v=2iUUbn5fa6w
KDE Plasma: https://kde.org/plasma-desktop/
KDE Applications: https://apps.kde.org
👏SUPPORT TECHHUT
YOUTUBE MEMBER: https://bit.ly/members-techhut
NEWSLETTER: https://bit.ly/techhut-join
DONATE PAYPAL: https://bit.ly/paypal-techhut
$100 LINODE CREDIT: https://bit.ly/linode-techhut
🏆FOLLOW TECHHUT
JOIN DISCORD: https://bit.ly/discord-techhut
TWITTER: https://bit.ly/twitter-techhut
MASTODON: https://bit.ly/mastodon-techhut
INSTAGRAM: https://bit.ly/personal-insta
📷MY GEAR (PAID LINKS)
ASUS ROG M16: https://amzn.to/3t8Xgpo
DeepCool MATREXX 40: https://amzn.to/3q3K8Qn
AMD 3700x: https://amzn.to/31AKX9N
ASRock B550M: https://amzn.to/3qeymTv
G.Skill Trident Z Neo: https://amzn.to/3JRbeSF
Radeon RX 580: https://amzn.to/3n7Ax9g
Cannon M50: https://amzn.to/3xLfhuA
Lights: https://amzn.to/3OdeWHU
0:00 - Intro
0:20 - Professional Applications
2:02 - Customization
4:23 - EdrawMax (Sponsor)
5:26 - Features
7:36 - Hardware Manufacturers
9:02 - KDE Ecosystem
11:08 - Privacy
12:55 - Sustainable
14:13 - Third Party Projects
16:10 - KDE Frameworks
17:16 - Kommunity
#KDE #Linux #Edraw #EdrawMaxReviews
- published: 12 Dec 2022
- views: 223905
3:31
LEONARDO - KDE JSI BYL (PROD. JL RECORDS) OFFICIAL MUSIC VIDEO
Music Production
Leonardo Carda - https://www.instagram.com/don_cardaa?igsh=MWJ1enAyM3Bqa2w4dA==
JL RECORDS -https://www.instagram.com/jlrec_ords1?igsh=MWN6MT...
Music Production
Leonardo Carda - https://www.instagram.com/don_cardaa?igsh=MWJ1enAyM3Bqa2w4dA==
JL RECORDS -https://www.instagram.com/jlrec_ords1?igsh=MWN6MTVsdjA1eXh1dA==
Video Production
Matěj Pavlík - https://www.instagram.com/maht.ej?igsh=MW80ajQ0NXdzdnhwMg==
https://wn.com/Leonardo_Kde_Jsi_Byl_(Prod._Jl_Records)_Official_Music_Video
Music Production
Leonardo Carda - https://www.instagram.com/don_cardaa?igsh=MWJ1enAyM3Bqa2w4dA==
JL RECORDS -https://www.instagram.com/jlrec_ords1?igsh=MWN6MTVsdjA1eXh1dA==
Video Production
Matěj Pavlík - https://www.instagram.com/maht.ej?igsh=MW80ajQ0NXdzdnhwMg==
- published: 01 Jun 2024
- views: 102
18:06
A Quick Look At Ublue Aurora (An Immutable KDE Plasma Distro)
A quick look at Universal Blue's Aurora distribution, which is an immutable distro powered by KDE Plasma.
REFERENCED:
► https://getaurora.dev/
WANT TO SUPPO...
A quick look at Universal Blue's Aurora distribution, which is an immutable distro powered by KDE Plasma.
REFERENCED:
► https://getaurora.dev/
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.patreon.com/distrotube
💳 Paypal: https://www.youtube.com/redirect?event=channel_banner&redir_token=QUFFLUhqazNocEhiaGFBT1l1MnRHbnlIcHFKbXJWVnpQd3xBQ3Jtc0tsLVZJc19YeFlwZ2JqbXVOa3g0Skw4TVhTV2otNm1tM3A1bUNnamh3S2V6OGQtLTBnSjBxYTlvUXMxeEVIS3o4US10NENHMUQ3STk2a01FOFBhUnZjZFctMEhFUTg1TVctQmFfVUdxZXJ4TDl0azlYNA&q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin%2Fwebscr%3Fcmd%3D_donations%26business%3Dderek%2540distrotube%252ecom%26lc%3DUS%26item_name%3DDistroTube%26no_note%3D0%26currency_code%3DUSD%26bn%3DPP%252dDonationsBF%253abtn_donateCC_LG%252egif%253aNonHostedGuest
🛍️ Amazon: https://amzn.to/2RotFFi
👕 Teespring: https://teespring.com/stores/distrotube
DT ON THE WEB:
🕸️ Website: http://distrotube.com/
📁 GitLab: https://gitlab.com/dwt1
🗨️ Mastodon: https://fosstodon.org/@distrotube
👫 Reddit: https://www.reddit.com/r/DistroTube/
📽️ LBRY/Odysee: https://odysee.com/@DistroTube:2
FREE AND OPEN SOURCE SOFTWARE THAT I USE:
🌐 Brave Browser - https://brave.com/dis872
📽️ Open Broadcaster Software: https://obsproject.com/
🎬 Kdenlive: https://kdenlive.org
🎨 GIMP: https://www.gimp.org/
💻 VirtualBox: https://www.virtualbox.org/
🗒️ Doom Emacs: https://github.com/hlissner/doom-emacs
Your support is very much appreciated. Thanks, guys!
https://wn.com/A_Quick_Look_At_Ublue_Aurora_(An_Immutable_Kde_Plasma_Distro)
A quick look at Universal Blue's Aurora distribution, which is an immutable distro powered by KDE Plasma.
REFERENCED:
► https://getaurora.dev/
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.patreon.com/distrotube
💳 Paypal: https://www.youtube.com/redirect?event=channel_banner&redir_token=QUFFLUhqazNocEhiaGFBT1l1MnRHbnlIcHFKbXJWVnpQd3xBQ3Jtc0tsLVZJc19YeFlwZ2JqbXVOa3g0Skw4TVhTV2otNm1tM3A1bUNnamh3S2V6OGQtLTBnSjBxYTlvUXMxeEVIS3o4US10NENHMUQ3STk2a01FOFBhUnZjZFctMEhFUTg1TVctQmFfVUdxZXJ4TDl0azlYNA&q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin%2Fwebscr%3Fcmd%3D_donations%26business%3Dderek%2540distrotube%252ecom%26lc%3DUS%26item_name%3DDistroTube%26no_note%3D0%26currency_code%3DUSD%26bn%3DPP%252dDonationsBF%253abtn_donateCC_LG%252egif%253aNonHostedGuest
🛍️ Amazon: https://amzn.to/2RotFFi
👕 Teespring: https://teespring.com/stores/distrotube
DT ON THE WEB:
🕸️ Website: http://distrotube.com/
📁 GitLab: https://gitlab.com/dwt1
🗨️ Mastodon: https://fosstodon.org/@distrotube
👫 Reddit: https://www.reddit.com/r/DistroTube/
📽️ LBRY/Odysee: https://odysee.com/@DistroTube:2
FREE AND OPEN SOURCE SOFTWARE THAT I USE:
🌐 Brave Browser - https://brave.com/dis872
📽️ Open Broadcaster Software: https://obsproject.com/
🎬 Kdenlive: https://kdenlive.org
🎨 GIMP: https://www.gimp.org/
💻 VirtualBox: https://www.virtualbox.org/
🗒️ Doom Emacs: https://github.com/hlissner/doom-emacs
Your support is very much appreciated. Thanks, guys!
- published: 31 May 2024
- views: 8162
-
KDE throughout the years
In this video I go through the various versions of KDE from 1.1 to 4.4.5, starting with Caldera OpenLinux, and finishing off with Debian Squeeze.
This video is rather long, as I do go through various new parts introduced in each new version.
If there is anything very specific you would like me to touch on in a future video, please leave it in the comments.
published: 24 Nov 2019
-
Katapult (disambiguation)
Katapult is a discontinued free application launcher for the KDE desktop environment.
Katapult may also refer to:
Katapult (album), an album by Finnish rock band Circle
Source: https://en.wikipedia.org/wiki/Katapult_(disambiguation)
Created with WikipediaReaderReborn (c) WikipediaReader
published: 15 Jul 2021
-
Top 10 Most Memorable Mad Men Scenes
Pour yourself a stiff drink and light up a cigarette 'cause those are the perfect accompaniments for watching this AMC drama. Join http://www.WatchMojo.com as we count down our picks for the Top 10 Mad Men Scenes. Click here to subscribe: http://www.youtube.com/subscription_center?add_user=watchmojo or visit our channel page here: http://www.youtube.com/watchmojo Also, check out our interactive Suggestion Tool at http://www.WatchMojo.com/suggest :)
Check us out at http://www.Twitter.com/WatchMojo, http://instagram.com/watchmojo and http://www.Facebook.com/WatchMojo.
Special thanks to our users Maurice Rodriguez and CheapStove for submitting the idea on our Suggestions Page at http://www.WatchMojo.com/suggest
Check out the voting page here,
http://watchmojo.com/suggest/Top+10+scenes+i...
published: 16 May 2015
-
Top 10 Disney TV Series of 2021
If you want to to know the greatest Disney TV Shows that came out 2021 you should definitely watch our picks for the best Disney TV Series of 2021. All Disney series in this ranking started in 2021.
Discover the best…
📹 YouTube tool: https://www.tubebuddy.com/communitv
We missed your favorite Disney TV Series of 2021? Let us know in the comments!
Follow us on...
Instagram: http://bit.ly/2rnljTB
Facebook: http://bit.ly/2PbYxGn
TV Series in this Ranking:
10. Big Shot (2021– ): (00:23)
9. The Mighty Ducks: Game Changers (2021– ): (01:12)
8. The Falcon and the Winter Soldier (2021): (02:01)
7. Star Wars: Visions (2021– ): (02:48)
6. What If...? (2021– ): (03:37)
5. Star Wars: The Bad Batch (2021– ): (04:16)
4. Hawkeye (2021): (05:07)
3. The Book of Boba Fett (2021– ): (05:57)
2. WandaVisi...
published: 25 Mar 2022
-
EzeeLinux Show 18.8 | A look at elementary OS and KDE Neon
Let's revisit elementary OS and KDE Neon. They're better than ever.
To learn more:
https://elementary.io/
https://neon.kde.org/
Check out http://www.ezeelinux.com for more about Linux.
published: 11 Feb 2018
-
The Linux Desktop Demystified
A look at the basics of Linux Desktop Environments.
Here are links to the Wikipedia articles:
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/Window_manager
https://en.wikipedia.org/wiki/Twm
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/GTK%2B
https://en.wikipedia.org/wiki/Qt_(software)
https://en.wikipedia.org/wiki/KDE
https://en.wikipedia.org/wiki/GNOME
Check out http://www.ezeelinux.com for more about Linux.
published: 22 Jul 2017
-
Freeware -vs- Free Software
--- SUPPORT MY WORK:
https://patreon.com/unfa
https://liberapay.com/unfa
--- CHECK OUT MY MUSIC:
http://unfa.bandcamp.com
http://soundcloud.com/unfa
--- ORDER OR PRINT YOUR OWN MERCH:
https://teespring.com/stores/unfa
https://github.com/unfa/merch
--- GET IN TOUCH:
https://mastodon.social/@unfa
https://chat.unfa.xyz
https://discord.gg/tgZSvht
https://facebook.com/unfamusic
--- LIVESTREAMS:
- Next event:
https://www.youtube.com/unfa000/live
- Past events:
https://www.youtube.com/playlist?list=PLi2LbJnGR-482eAAihWd6exqyp0bQMfPX
- Submit music:
https://forms.gle/pLDetJM2WZf8eTRt5
--- TIMESTAMPS:
(none yet - contributions are welcome)
--- LINKS (Further Reading):
https://www.gnu.org/gnu/about-gnu.html
--- OTHER INFO:
This video was produced exclusively with open-source softwar...
published: 12 Feb 2021
-
the top 20+ MUST WATCH HULU TV shows & movies
Don’t forget to subscribe!~ https://m.youtube.com/channel/UC7sBPG67E6astRUayi8fXxA/videos
Welcome back! Another long-awaited top 20 movies and TV shows video. These are from Hulu so let me know if you want me to do other streaming platforms! Hope you guys enjoy!
✧Music Used:
(in order of appearance)
Music by Naomi - The Coffee Shop - https://thmatc.co/?l=FDA3804D
Music by 8thDimensions - Reflection - https://thmatc.co/?l=A5B3C22A
✧Socials:
✧Youtube: Lauren Marie
✧Instagram: @laurenm_marie
✧Tik Tok: @laurenm_marie
✧ Business Inquiries:
✧[email protected]
This video is not sponsored, all opinions are my own.
#LaurenMarie#top20shows#hulushowsandmovies
published: 22 Jan 2023
-
Plasma KDE 4.3 para Netbooks
published: 27 Jul 2009
-
How To COPY Pictures & Earn $500 A Day For FREE By Selling Them - LEGALLY
Want to make money online selling Images legally? If you do I will show you exactly how this can be done and what others are doing to make $1,000's of dollars and it's really easy and it's not royalty-free images this is better!
✅ Sign Up For My Giveaway Here For You Chance To Win👇
🎁Join Now👉https://www.smartmoneytactics.com/giveaway
👉Join My Telegram Channel👉 https://t.me/SmartMoneyTactics
✅ BEST WAY To Make Money Online: Earn $100 - $500 Daily
👉https://www.smartmoneytactics.com/Create-a-Full-Time-Income
✅Jet Video Academy: Get 35% Off My YouTube Coaching Course
Click Here:
👉https://www.smartmoneytactics.com/10kaMonthInPassiveIncome
✅ Access Convert Kit Here (Build Free Landing Pages and Collect Emails)
CLICK HERE ➜ https://bit.ly/ConVKitAlen
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
More Ways To Make Mone...
published: 15 Oct 2021
43:10
KDE throughout the years
In this video I go through the various versions of KDE from 1.1 to 4.4.5, starting with Caldera OpenLinux, and finishing off with Debian Squeeze.
This video is...
In this video I go through the various versions of KDE from 1.1 to 4.4.5, starting with Caldera OpenLinux, and finishing off with Debian Squeeze.
This video is rather long, as I do go through various new parts introduced in each new version.
If there is anything very specific you would like me to touch on in a future video, please leave it in the comments.
https://wn.com/Kde_Throughout_The_Years
In this video I go through the various versions of KDE from 1.1 to 4.4.5, starting with Caldera OpenLinux, and finishing off with Debian Squeeze.
This video is rather long, as I do go through various new parts introduced in each new version.
If there is anything very specific you would like me to touch on in a future video, please leave it in the comments.
- published: 24 Nov 2019
- views: 412
0:16
Katapult (disambiguation)
Katapult is a discontinued free application launcher for the KDE desktop environment.
Katapult may also refer to:
Katapult (album), an album by Finnish rock ba...
Katapult is a discontinued free application launcher for the KDE desktop environment.
Katapult may also refer to:
Katapult (album), an album by Finnish rock band Circle
Source: https://en.wikipedia.org/wiki/Katapult_(disambiguation)
Created with WikipediaReaderReborn (c) WikipediaReader
https://wn.com/Katapult_(Disambiguation)
Katapult is a discontinued free application launcher for the KDE desktop environment.
Katapult may also refer to:
Katapult (album), an album by Finnish rock band Circle
Source: https://en.wikipedia.org/wiki/Katapult_(disambiguation)
Created with WikipediaReaderReborn (c) WikipediaReader
- published: 15 Jul 2021
- views: 0
11:22
Top 10 Most Memorable Mad Men Scenes
Pour yourself a stiff drink and light up a cigarette 'cause those are the perfect accompaniments for watching this AMC drama. Join http://www.WatchMojo.com as ...
Pour yourself a stiff drink and light up a cigarette 'cause those are the perfect accompaniments for watching this AMC drama. Join http://www.WatchMojo.com as we count down our picks for the Top 10 Mad Men Scenes. Click here to subscribe: http://www.youtube.com/subscription_center?add_user=watchmojo or visit our channel page here: http://www.youtube.com/watchmojo Also, check out our interactive Suggestion Tool at http://www.WatchMojo.com/suggest :)
Check us out at http://www.Twitter.com/WatchMojo, http://instagram.com/watchmojo and http://www.Facebook.com/WatchMojo.
Special thanks to our users Maurice Rodriguez and CheapStove for submitting the idea on our Suggestions Page at http://www.WatchMojo.com/suggest
Check out the voting page here,
http://watchmojo.com/suggest/Top+10+scenes+in+Mad+men
If you want to suggest an idea for a WatchMojo video, check out our interactive Suggestion Tool at http://www.WatchMojo.com/suggest :)
Want a WatchMojo cup, mug, t-shirts, pen, sticker and even a water bottle? Get them all when you order your MojoBox gift set here:
http://watchmojo.com/store/
WatchMojo is a leading producer of reference online video content, covering the People, Places and Trends you care about.
We update DAILY with 2-3 Top 10 lists, Origins, Biographies, Versus clips on movies, video games, music, pop culture and more!
https://wn.com/Top_10_Most_Memorable_Mad_Men_Scenes
Pour yourself a stiff drink and light up a cigarette 'cause those are the perfect accompaniments for watching this AMC drama. Join http://www.WatchMojo.com as we count down our picks for the Top 10 Mad Men Scenes. Click here to subscribe: http://www.youtube.com/subscription_center?add_user=watchmojo or visit our channel page here: http://www.youtube.com/watchmojo Also, check out our interactive Suggestion Tool at http://www.WatchMojo.com/suggest :)
Check us out at http://www.Twitter.com/WatchMojo, http://instagram.com/watchmojo and http://www.Facebook.com/WatchMojo.
Special thanks to our users Maurice Rodriguez and CheapStove for submitting the idea on our Suggestions Page at http://www.WatchMojo.com/suggest
Check out the voting page here,
http://watchmojo.com/suggest/Top+10+scenes+in+Mad+men
If you want to suggest an idea for a WatchMojo video, check out our interactive Suggestion Tool at http://www.WatchMojo.com/suggest :)
Want a WatchMojo cup, mug, t-shirts, pen, sticker and even a water bottle? Get them all when you order your MojoBox gift set here:
http://watchmojo.com/store/
WatchMojo is a leading producer of reference online video content, covering the People, Places and Trends you care about.
We update DAILY with 2-3 Top 10 lists, Origins, Biographies, Versus clips on movies, video games, music, pop culture and more!
- published: 16 May 2015
- views: 2097859
9:38
Top 10 Disney TV Series of 2021
If you want to to know the greatest Disney TV Shows that came out 2021 you should definitely watch our picks for the best Disney TV Series of 2021. All Disney s...
If you want to to know the greatest Disney TV Shows that came out 2021 you should definitely watch our picks for the best Disney TV Series of 2021. All Disney series in this ranking started in 2021.
Discover the best…
📹 YouTube tool: https://www.tubebuddy.com/communitv
We missed your favorite Disney TV Series of 2021? Let us know in the comments!
Follow us on...
Instagram: http://bit.ly/2rnljTB
Facebook: http://bit.ly/2PbYxGn
TV Series in this Ranking:
10. Big Shot (2021– ): (00:23)
9. The Mighty Ducks: Game Changers (2021– ): (01:12)
8. The Falcon and the Winter Soldier (2021): (02:01)
7. Star Wars: Visions (2021– ): (02:48)
6. What If...? (2021– ): (03:37)
5. Star Wars: The Bad Batch (2021– ): (04:16)
4. Hawkeye (2021): (05:07)
3. The Book of Boba Fett (2021– ): (05:57)
2. WandaVision (2021): (06:50)
1. Loki (2021– ): (08:30)
You want to work with us?
For collaboration requests please contact us via…
Mail:
[email protected]
Music: www.bensound.com
https://wn.com/Top_10_Disney_Tv_Series_Of_2021
If you want to to know the greatest Disney TV Shows that came out 2021 you should definitely watch our picks for the best Disney TV Series of 2021. All Disney series in this ranking started in 2021.
Discover the best…
📹 YouTube tool: https://www.tubebuddy.com/communitv
We missed your favorite Disney TV Series of 2021? Let us know in the comments!
Follow us on...
Instagram: http://bit.ly/2rnljTB
Facebook: http://bit.ly/2PbYxGn
TV Series in this Ranking:
10. Big Shot (2021– ): (00:23)
9. The Mighty Ducks: Game Changers (2021– ): (01:12)
8. The Falcon and the Winter Soldier (2021): (02:01)
7. Star Wars: Visions (2021– ): (02:48)
6. What If...? (2021– ): (03:37)
5. Star Wars: The Bad Batch (2021– ): (04:16)
4. Hawkeye (2021): (05:07)
3. The Book of Boba Fett (2021– ): (05:57)
2. WandaVision (2021): (06:50)
1. Loki (2021– ): (08:30)
You want to work with us?
For collaboration requests please contact us via…
Mail:
[email protected]
Music: www.bensound.com
- published: 25 Mar 2022
- views: 115819
36:24
EzeeLinux Show 18.8 | A look at elementary OS and KDE Neon
Let's revisit elementary OS and KDE Neon. They're better than ever.
To learn more:
https://elementary.io/
https://neon.kde.org/
Check out http://www.ezeelinu...
Let's revisit elementary OS and KDE Neon. They're better than ever.
To learn more:
https://elementary.io/
https://neon.kde.org/
Check out http://www.ezeelinux.com for more about Linux.
https://wn.com/Ezeelinux_Show_18.8_|_A_Look_At_Elementary_Os_And_Kde_Neon
Let's revisit elementary OS and KDE Neon. They're better than ever.
To learn more:
https://elementary.io/
https://neon.kde.org/
Check out http://www.ezeelinux.com for more about Linux.
- published: 11 Feb 2018
- views: 6893
26:34
The Linux Desktop Demystified
A look at the basics of Linux Desktop Environments.
Here are links to the Wikipedia articles:
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
ht...
A look at the basics of Linux Desktop Environments.
Here are links to the Wikipedia articles:
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/Window_manager
https://en.wikipedia.org/wiki/Twm
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/GTK%2B
https://en.wikipedia.org/wiki/Qt_(software)
https://en.wikipedia.org/wiki/KDE
https://en.wikipedia.org/wiki/GNOME
Check out http://www.ezeelinux.com for more about Linux.
https://wn.com/The_Linux_Desktop_Demystified
A look at the basics of Linux Desktop Environments.
Here are links to the Wikipedia articles:
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/Window_manager
https://en.wikipedia.org/wiki/Twm
https://en.wikipedia.org/wiki/X_display_manager_(program_type)
https://en.wikipedia.org/wiki/GTK%2B
https://en.wikipedia.org/wiki/Qt_(software)
https://en.wikipedia.org/wiki/KDE
https://en.wikipedia.org/wiki/GNOME
Check out http://www.ezeelinux.com for more about Linux.
- published: 22 Jul 2017
- views: 29358
12:11
Freeware -vs- Free Software
--- SUPPORT MY WORK:
https://patreon.com/unfa
https://liberapay.com/unfa
--- CHECK OUT MY MUSIC:
http://unfa.bandcamp.com
http://soundcloud.com/unfa
--- ORD...
--- SUPPORT MY WORK:
https://patreon.com/unfa
https://liberapay.com/unfa
--- CHECK OUT MY MUSIC:
http://unfa.bandcamp.com
http://soundcloud.com/unfa
--- ORDER OR PRINT YOUR OWN MERCH:
https://teespring.com/stores/unfa
https://github.com/unfa/merch
--- GET IN TOUCH:
https://mastodon.social/@unfa
https://chat.unfa.xyz
https://discord.gg/tgZSvht
https://facebook.com/unfamusic
--- LIVESTREAMS:
- Next event:
https://www.youtube.com/unfa000/live
- Past events:
https://www.youtube.com/playlist?list=PLi2LbJnGR-482eAAihWd6exqyp0bQMfPX
- Submit music:
https://forms.gle/pLDetJM2WZf8eTRt5
--- TIMESTAMPS:
(none yet - contributions are welcome)
--- LINKS (Further Reading):
https://www.gnu.org/gnu/about-gnu.html
--- OTHER INFO:
This video was produced exclusively with open-source software and GNU/Linux.
- Software used in the creation of this video (all of it is free software!)
https://manjaro.org (operating system)
https://www.kde.org/plasma-desktop (desktop environment)
https://www.olivevideoeditor.org/ (video editing)
https://obsproject.com/ (video capture / streaming)
https://www.blender.org/ (3d art)
https://inkscape.org/ (2d vector art)
https://www.audacityteam.org/ (audio postprocessing)
https://kx.studio/Applications:Carla (live audio processing)
---
Now go, discover free software!
#FreeSoftware #Freeware #FOSS
https://wn.com/Freeware_Vs_Free_Software
--- SUPPORT MY WORK:
https://patreon.com/unfa
https://liberapay.com/unfa
--- CHECK OUT MY MUSIC:
http://unfa.bandcamp.com
http://soundcloud.com/unfa
--- ORDER OR PRINT YOUR OWN MERCH:
https://teespring.com/stores/unfa
https://github.com/unfa/merch
--- GET IN TOUCH:
https://mastodon.social/@unfa
https://chat.unfa.xyz
https://discord.gg/tgZSvht
https://facebook.com/unfamusic
--- LIVESTREAMS:
- Next event:
https://www.youtube.com/unfa000/live
- Past events:
https://www.youtube.com/playlist?list=PLi2LbJnGR-482eAAihWd6exqyp0bQMfPX
- Submit music:
https://forms.gle/pLDetJM2WZf8eTRt5
--- TIMESTAMPS:
(none yet - contributions are welcome)
--- LINKS (Further Reading):
https://www.gnu.org/gnu/about-gnu.html
--- OTHER INFO:
This video was produced exclusively with open-source software and GNU/Linux.
- Software used in the creation of this video (all of it is free software!)
https://manjaro.org (operating system)
https://www.kde.org/plasma-desktop (desktop environment)
https://www.olivevideoeditor.org/ (video editing)
https://obsproject.com/ (video capture / streaming)
https://www.blender.org/ (3d art)
https://inkscape.org/ (2d vector art)
https://www.audacityteam.org/ (audio postprocessing)
https://kx.studio/Applications:Carla (live audio processing)
---
Now go, discover free software!
#FreeSoftware #Freeware #FOSS
- published: 12 Feb 2021
- views: 6997
10:20
the top 20+ MUST WATCH HULU TV shows & movies
Don’t forget to subscribe!~ https://m.youtube.com/channel/UC7sBPG67E6astRUayi8fXxA/videos
Welcome back! Another long-awaited top 20 movies and TV shows video. ...
Don’t forget to subscribe!~ https://m.youtube.com/channel/UC7sBPG67E6astRUayi8fXxA/videos
Welcome back! Another long-awaited top 20 movies and TV shows video. These are from Hulu so let me know if you want me to do other streaming platforms! Hope you guys enjoy!
✧Music Used:
(in order of appearance)
Music by Naomi - The Coffee Shop - https://thmatc.co/?l=FDA3804D
Music by 8thDimensions - Reflection - https://thmatc.co/?l=A5B3C22A
✧Socials:
✧Youtube: Lauren Marie
✧Instagram: @laurenm_marie
✧Tik Tok: @laurenm_marie
✧ Business Inquiries:
✧
[email protected]
This video is not sponsored, all opinions are my own.
#LaurenMarie#top20shows#hulushowsandmovies
https://wn.com/The_Top_20_Must_Watch_Hulu_Tv_Shows_Movies
Don’t forget to subscribe!~ https://m.youtube.com/channel/UC7sBPG67E6astRUayi8fXxA/videos
Welcome back! Another long-awaited top 20 movies and TV shows video. These are from Hulu so let me know if you want me to do other streaming platforms! Hope you guys enjoy!
✧Music Used:
(in order of appearance)
Music by Naomi - The Coffee Shop - https://thmatc.co/?l=FDA3804D
Music by 8thDimensions - Reflection - https://thmatc.co/?l=A5B3C22A
✧Socials:
✧Youtube: Lauren Marie
✧Instagram: @laurenm_marie
✧Tik Tok: @laurenm_marie
✧ Business Inquiries:
✧
[email protected]
This video is not sponsored, all opinions are my own.
#LaurenMarie#top20shows#hulushowsandmovies
- published: 22 Jan 2023
- views: 281194
18:35
How To COPY Pictures & Earn $500 A Day For FREE By Selling Them - LEGALLY
Want to make money online selling Images legally? If you do I will show you exactly how this can be done and what others are doing to make $1,000's of dollars a...
Want to make money online selling Images legally? If you do I will show you exactly how this can be done and what others are doing to make $1,000's of dollars and it's really easy and it's not royalty-free images this is better!
✅ Sign Up For My Giveaway Here For You Chance To Win👇
🎁Join Now👉https://www.smartmoneytactics.com/giveaway
👉Join My Telegram Channel👉 https://t.me/SmartMoneyTactics
✅ BEST WAY To Make Money Online: Earn $100 - $500 Daily
👉https://www.smartmoneytactics.com/Create-a-Full-Time-Income
✅Jet Video Academy: Get 35% Off My YouTube Coaching Course
Click Here:
👉https://www.smartmoneytactics.com/10kaMonthInPassiveIncome
✅ Access Convert Kit Here (Build Free Landing Pages and Collect Emails)
CLICK HERE ➜ https://bit.ly/ConVKitAlen
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
More Ways To Make Money Online Fast!
✅Earn $710 Daily In Passive Income That Takes 5 Minutes
👉https://youtu.be/A7SDXu7eH1I
✅Earn $1000 Per Day JUST COPY & PASTE Using GOOGLE TRICK
👉https://youtu.be/Rb_3_EXbWm0
✅EARN $540 In 3OMINS (FREE) Using Google Translator and Gmail
👉https://youtu.be/WzuYJwdWBlA
✅EARN $1,155.70 Per Day DOING NO WORK On Autopilot
👉https://youtu.be/iJF4q1lHieg
✅Get Paid $1,000 in 15 Minutes On Complete Autopilot
👉https://youtu.be/l56uejyhLhE
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#SmartMoneyTactics #MakeMoneyOnline #WorkFromHome
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
😊 This video is intended for any persons looking to work online and needs to follow all legal requirements set out in their individual countries. This video is not intended or made for kids in any way. If you have any questions please ask in the comments!
EARNINGS DISCLAIMER:
This video is for educational purposes only. There is no guarantee that you will earn any money using the techniques and ideas mentioned in this video today. This is in no way intended to be financial advice. Your level of success in attaining the results claimed in this video will require hard-work, experience, and knowledge. We have taken reasonable steps to ensure that the information on this video is accurate, but we cannot represent that the website(s) mentioned in this video are free from errors. You expressly agree not to rely upon any information contained in this video.
AFFILIATE DISCLOSURE:
This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
https://wn.com/How_To_Copy_Pictures_Earn_500_A_Day_For_Free_By_Selling_Them_Legally
Want to make money online selling Images legally? If you do I will show you exactly how this can be done and what others are doing to make $1,000's of dollars and it's really easy and it's not royalty-free images this is better!
✅ Sign Up For My Giveaway Here For You Chance To Win👇
🎁Join Now👉https://www.smartmoneytactics.com/giveaway
👉Join My Telegram Channel👉 https://t.me/SmartMoneyTactics
✅ BEST WAY To Make Money Online: Earn $100 - $500 Daily
👉https://www.smartmoneytactics.com/Create-a-Full-Time-Income
✅Jet Video Academy: Get 35% Off My YouTube Coaching Course
Click Here:
👉https://www.smartmoneytactics.com/10kaMonthInPassiveIncome
✅ Access Convert Kit Here (Build Free Landing Pages and Collect Emails)
CLICK HERE ➜ https://bit.ly/ConVKitAlen
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
More Ways To Make Money Online Fast!
✅Earn $710 Daily In Passive Income That Takes 5 Minutes
👉https://youtu.be/A7SDXu7eH1I
✅Earn $1000 Per Day JUST COPY & PASTE Using GOOGLE TRICK
👉https://youtu.be/Rb_3_EXbWm0
✅EARN $540 In 3OMINS (FREE) Using Google Translator and Gmail
👉https://youtu.be/WzuYJwdWBlA
✅EARN $1,155.70 Per Day DOING NO WORK On Autopilot
👉https://youtu.be/iJF4q1lHieg
✅Get Paid $1,000 in 15 Minutes On Complete Autopilot
👉https://youtu.be/l56uejyhLhE
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#SmartMoneyTactics #MakeMoneyOnline #WorkFromHome
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
😊 This video is intended for any persons looking to work online and needs to follow all legal requirements set out in their individual countries. This video is not intended or made for kids in any way. If you have any questions please ask in the comments!
EARNINGS DISCLAIMER:
This video is for educational purposes only. There is no guarantee that you will earn any money using the techniques and ideas mentioned in this video today. This is in no way intended to be financial advice. Your level of success in attaining the results claimed in this video will require hard-work, experience, and knowledge. We have taken reasonable steps to ensure that the information on this video is accurate, but we cannot represent that the website(s) mentioned in this video are free from errors. You expressly agree not to rely upon any information contained in this video.
AFFILIATE DISCLOSURE:
This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
- published: 15 Oct 2021
- views: 277326