This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is for converting Ubuntu Jammy to Mint Vanessa. Only convert matching ubuntu-mint versions. Should work for other matching versions. | |
| Make sure Ubuntu is fully up to date on an LTS version (that matches Mint versions) before starting. | |
| 1. Add Mint repo to apt sources.list | |
| - deb http://packages.linuxmint.com vanessa main upstream import backport | |
| 2. apt update | |
| 3. Add Mint apt keys if there was a key error above - use the key ID from the above error. | |
| - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv A6616109451BBBF2 | |
| 4. apt update again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| ClockScreensaver - Show a simple digital clock using XScreensaver | |
| Copyright (C) 2020 Tim Bates | |
| Based on WebScreensaver - Copyright (C) 2012-2017 Lucas Martin-King & Thomas Reifenberger | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation; either version 2 of the License, or | |
| (at your option) any later version. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.