> (4) To actually do the system upgrade: the in-place system-upgrade
command ("do-release-upgrade") wasn't automatically finding Ubuntu 22.04
yet when I last used it, but it worked when I included "-d"
(--devel-release), even though 22.04 is out of development.I think that's because they usually wait with release upgrades for existing installations until the bugfix release is out, so something like 22.04.1. On Thu, 28 Apr 2022 at 16:34, Daniel Holbert <[email protected]> wrote: > I've been using it for the past week with no serious issues. I've used > bootstrap and rr, and I've submitted to pernosco. > > Minor FYI's: > (1) I had to recompile rr from source (as I often do) before it would run > (due to a shared library version change, or something) > (2) For pernosco-submit to work, I needed to install awscli via "pip" (I > assume I had it before the upgrade, too; and it must've needed an upgrade). > This was true for a few other pip packages as well. ("python3 -m pip > install --user -U $PACKAGE") > (3) I had to create my own launcher file (see below) in order to be able > to launch Firefox nightly from the system toolbar / > windows-key-launcher-UI. (I have Firefox Nightly's binary symlinked in > $HOME/bin, and in 21.10 and earlier, that was sufficient for the system > toolbar's Firefox-launcher-icon to find & prefer Nightly as its chosen > "firefox" binary, but that seems to have changed in 22.04 for some reason) > (4) To actually do the system upgrade: the in-place system-upgrade command > ("do-release-upgrade") wasn't automatically finding Ubuntu 22.04 yet when I > last used it, but it worked when I included "-d" (--devel-release), even > though 22.04 is out of development. > > Here's the contents of the launcher that I'm using for (3) -- if you use > this, be sure to swap out the "/home/dholbert" paths for your own systems' > paths, and put the file in .local/share/applications/ . Then, at your next > login, you'll be able to find Nightly in Gnome's windows-key > application-search UI, and you can pin it to the toolbar (save as favorite) > from there. > > [Desktop Entry] > Name=Firefox Nightly > Comment=Browse the World Wide Web > GenericName=Web Browser > Keywords=Internet;WWW;Browser;Web;Explorer > Exec=/home/dholbert/bin/firefox %u > Terminal=false > X-MultipleArgs=false > Type=Application > > Icon=/home/dholbert/programs/firefox-nightly/browser/chrome/icons/default/default128.png > Categories=GNOME;GTK;Network;WebBrowser; > > MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;video/webm;application/x-xpinstall; > StartupNotify=true > StartupWMClass=firefox > Actions=new-window;new-private-window; > > [Desktop Action new-window] > Name=Open a New Window > Exec=/home/dholbert/bin/firefox -new-window > > [Desktop Action new-private-window] > Name=Open a New Private Window > Exec=/home/dholbert/bin/firefox -private-window > > > > > On Wed, Apr 27, 2022 at 11:42 PM Henri Sivonen <[email protected]> > wrote: > >> Is Ubuntu 22.04 known to be compatible with mach bootstrap, rr, and >> with submitting to Pernosco? >> >> -- >> Henri Sivonen >> [email protected] >> >> -- >> You received this message because you are subscribed to the Google Groups >> "[email protected]" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAJHk%2B8T-dSggY%3D-VHpcTgF3B3ubF3WM6ACH%2BKuaw6tPTKTw1rw%40mail.gmail.com >> . >> > -- > You received this message because you are subscribed to the Google Groups " > [email protected]" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAN_rCT%3DgFQFzLqTrbSYRSmdjo-nWSJ4LkZ9y0Wdw9nGAWTwDfw%40mail.gmail.com > <https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAN_rCT%3DgFQFzLqTrbSYRSmdjo-nWSJ4LkZ9y0Wdw9nGAWTwDfw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAPdF9uPLkvzocT7ZynWZJ%3DNvZOH_BWjnmYu8i%3DfFtFu50DfXCA%40mail.gmail.com.
