Dynamic Wallpaper Editor is a simply utility to create or edit background slideshows for Gnome Desktop.
Different from other desktop wallpaper tools (e.g., Variety, Wallch.), Dynamic Wallpaper Editor can set duration of each picture and each transition separately or globally. The total duration can be 24 hours to do a wallpaper fitting the daylight.
It can create and edit slideshows, and adjust the start time of the slideshow. An existing XML file can be set as your wallpaper (or as your lock screen) from the app.
How to Install Dynamic Wallpaper Editor in ubuntu:
For Ubuntu 18.04, Ubuntu 19.04, and higher, the utility can be easily installed via the flatpak package.
1. Open terminal either via Ctrl+Alt+T shortcut key or by searching for ‘terminal’ from application menu. When it opens, run command to install flatpak framework:
sudo apt-get install flatpak
3. Add flathub repository, which hosts a large list of flatpak applications:
gImageReader 3.3.1, open source GTK/Qt front-end of tesseract-ocr, was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and derivatives.
Xfce’s lightweight Parole media player released the third bug-fix update for the 1.0 series today. Here’s how how to install it in Ubuntu 18.04, Ubuntu 19.04, and their derivatives.
Parole 1.0.3 release highlights:
Drop deprecated OnlyShowIn keys in desktop actions
Ensure the time divider is shown/hidden correctly
Fix closing of Parole process with Ctrl-Q
Fix Gtk-CRITICAL when closing main window
Change text ‘…’ to ‘…’ for consistency with other Xfce apps
Change text ’60 seconds’ to ‘1 minute’
Move appdata to metainfo
How to Install Parole 1.0.3 in Ubuntu 18.04, 19.04:
The unofficial PPA has made the new release package for Ubuntu 18.04 and Ubuntu 19.04.
1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from application menu. When it opens, run command:
sudo add-apt-repository ppa:ubuntuhandbook1/apps
Type user password (no asterisk feedback when typing due to security reason) when it prompts and hit Enter.
2. Then upgrade the media player via Software Updater utility:
or run following commands to install / upgrade it:
sudo apt update
sudo apt install parole
For those who don’t want to add PPA, grab the .deb package from HERE.
Uninstall:
Run following command to purge the PPA repository which also downgrade installed packages to the stock version in your Ubuntu:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.
Alternatively you can download and install the kernel binaries via terminal commands (Ctrl+Alt+T):
Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 5.2.2:
PyCharm 2019.2 was released today with exciting new features, initial Python 3.8 support, improved Jupyter Notebook experience, and many more other changes.
PyCharm 2019.2 release highlights:
Improved Jupyter Notebook integration. Some of the most requested features have been implemented.
Syntax highlight support for many other languages, C#, C++, Groovy, Lua, Makefiles, and more.
cURL format is now supported for HTTP requests.
Add support for some major Python 3.8 features.
Full-text search across multiple data sources
Improved debugging and variable refactoring experiences.
Ubuntu will by default go sleep when your laptop battery is running into critical low. For those who want to apply anther action, here’s how to do the trick in Ubuntu with the default GNOME desktop.
NOTE: This tutorial is tested and works in Ubuntu 22.04 with default GNOME. It may also works in current other Ubuntu releases.
1. First, open terminal either by searching from ‘Activities’ overview or by pressing Ctrl+Alt+T on keyboard.
2. When terminal opens, run command to edit the upower config file:
sudo gedit /etc/UPower/UPower.conf
For Ubuntu 22.10+, replace gedit in command with gnome-text-editor, or use nano instead for other Linux.
3. Once file opens, scroll down and find out the line CriticalPowerAction=HybridSleep (the last line in my case). As the description says, you can change the value into:
Gscan2pdf 2.5.5, GTK tool to produce PDF / DjVu from scanned document, was released yesterday with bug-fixes, some improvements, and updated translations.
Fix occasional error messages when clearing all pages
Only set paper to Manual if not applying profile
Update OCR view switching between pages with and without OCR output
xz compress log file if xz available
Fix bug applying paper after profile set SANE_INFO_INEXACT
When saving current settings as new profile, actually set the profile
If a device throws an error when opening it, add it to a session blacklist
option tolerance to cover buggy backends that return inexact options without setting SANE_INFO_INEXACT
Update translations.
How to Install gscan2pdf 2.5.5 in Ubuntu:
The official Ubuntu PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04 and their derivatives.
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:jeffreyratcliffe/ppa
Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.
2. For those who have a previous release installed, upgrade it through Software Updater:
For the first time, you can either install it via Synaptic Package Manager or by running following commands in terminal:
Mesa 3D graphics library 19.0.8 now is available to install in Ubuntu 18.04, Ubuntu 19.04 via PPA repository.
For those sticking to the open-source RadeonSI / RADV / Intel / Nouveau drivers, Mesa 19.0.8 is the latest bug-fix release for 19.0 series which fixes a critical bug found in the 19.0.7 release.
Canonical’s Timo Aaltonen has made Mesa 19.0.8 package into “Ubuntu-X” team PPA for Ubuntu 18.04 and Ubuntu 19.04.
To get better open-source graphics driver performance, you may install Mesa 19.0.8 via following steps:
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or from software launcher. When it opens, run command:
sudo add-apt-repository ppa:ubuntu-x-swat/updates
Type user password (no asterisk feedback) when it prompts and hit Enter to continue.
2. After adding the PPA, do system update via command:
sudo apt-get dist-upgrade
apt-get update is not required any more in Ubuntu 18.04 since adding PPA automatically refreshes system package cache.
3. Finally check your driver version via command:
glxinfo | grep "OpenGL version"
Uninstall:
To restore changes and downgrade to the default drives shipped in Ubuntu 18.04, run command: