Post AUo9HvpsERCaqMOOES by chertograd@masto.ai
 (DIR) More posts by chertograd@masto.ai
 (DIR) Post #AUo9HvJcANOjEJIcwy by thelinuxEXP@mastodon.social
       2023-04-19T10:46:06Z
       
       0 likes, 0 repeats
       
       I upgraded my main laptop to #Fedora 38. One click in the Software Center, it downloaded everything in about 5 minutes, and the upgrade itself took around the same amount of time. Everything works after rebooting, except the Quick Settings Tweaker and Dark mode switcher extensions, which are not crucial, so I’d say it was pretty damn smooth! I’m always amazed at how simple our desktops have become these days…Will upgrade the desktop today as well!
       
 (DIR) Post #AUo9HvpsERCaqMOOES by chertograd@masto.ai
       2023-04-19T10:57:27Z
       
       0 likes, 0 repeats
       
       @thelinuxEXP How has the Software Center/Updater been working with apps? The reason I'm asking is because Ubuntu Software Center (which confusingly is just a shortcut that opens an app called the Snap Store) gives all kinds of errors when updating apps and never shows any information on them (just a text "Gathering information..").I'm beginning to think it's just an Ubuntu thing. Really annoying and far from a simple "just works" GUI solution since I'm constantly running terminal cmds now...
       
 (DIR) Post #AUo9HvxflRRNEY2cO8 by thelinuxEXP@mastodon.social
       2023-04-19T10:56:18Z
       
       0 likes, 0 repeats
       
       Spoke too soon, Resolve doesn’t run, it throws a symbol lookup error linked to libpango. So I won’t be upgrading the desktop just yet, I guess!
       
 (DIR) Post #AUo9HwQ2407qeVJGam by thelinuxEXP@mastodon.social
       2023-04-19T10:58:05Z
       
       0 likes, 0 repeats
       
       @chertograd It’s an Ubuntu thing, Fedora uses the GNOME Software Center, and it works perfectly :)
       
 (DIR) Post #AUo9HwzTwCTwQRtZqa by thatguyoverthere@shitposter.club
       2023-04-19T11:05:26.261848Z
       
       0 likes, 0 repeats
       
       @thelinuxEXP @chertograd using the command line tools like apt and rpm works without worrying about which DE you are using
       
 (DIR) Post #AUoFFoEE8yTYOc9dx2 by hhg@infosec.exchange
       2023-04-19T11:31:53Z
       
       0 likes, 0 repeats
       
       @thelinuxEXP @fedora there is a problem it seems
       
 (DIR) Post #AUoFFqTXmzurMhKu6S by justinz@social.opendesktop.org
       2023-04-19T12:12:16Z
       
       0 likes, 0 repeats
       
       @hhg a problem with third party software that from memory is just a .run file from the developers website. @thelinuxEXP @fedora
       
 (DIR) Post #AUoFrvZBJGI49t8FBA by hhg@infosec.exchange
       2023-04-19T12:19:09Z
       
       0 likes, 0 repeats
       
       @justinz @thelinuxEXP @fedora I was only mentioning them in hopes they might have a solution. Sorry if it came out as a reproach
       
 (DIR) Post #AUoGXU1y4pvmv8Pbge by justinz@social.opendesktop.org
       2023-04-19T12:26:39Z
       
       0 likes, 0 repeats
       
       @hhg @thelinuxEXP @fedora all good. I imagine it just needs to be reinstalled with maybe a newer version that links to the right symbols.
       
 (DIR) Post #AUoHDrhyR1RuW9GkNc by thelinuxEXP@mastodon.social
       2023-04-19T12:34:16Z
       
       0 likes, 0 repeats
       
       @justinz @hhg @fedora Might be! I’ll try uninstalling and reinstalling it, that worked before when I had an issue
       
 (DIR) Post #AUp6YnKD1RbQfNtHH6 by justinz@social.opendesktop.org
       2023-04-19T22:09:34Z
       
       0 likes, 0 repeats
       
       @thelinuxEXP can you pop the full error line in here so we can have a look? If you're not, try running from a terminal and see if there's any other valuable info you can paste.
       
 (DIR) Post #AUpj981bKnpzY6wIRU by thelinuxEXP@mastodon.social
       2023-04-20T05:21:53Z
       
       0 likes, 0 repeats
       
       @justinz Thanks!Here is the error:/opt/resolve/bin/resolve: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_string_free_and_stealResolve uses their own glib2 related libs (libgio, libglib, libgobject, libgmodule) but they use the system’s libpango, which seems to lead to an incompatibility.Moving resolve’s own libs out of their directory fixed the problem (but it might create other problems in the future, of course)
       
 (DIR) Post #AUpkBgLqmPxAXpByca by justinz@social.opendesktop.org
       2023-04-20T05:33:34Z
       
       0 likes, 0 repeats
       
       @thelinuxEXP Ah OK yeah, it's hard when developers mix and match between their own libs and system libs. I've had trouble with AppImages before and the same issue. Glad you got it working. Maybe one-day Resolve could ship a Flatpak or something to make it a bit better with auto updates and maybe package all the libs into their own flatpak run-time.
       
 (DIR) Post #AUplg99gLvfUWGai5w by thelinuxEXP@mastodon.social
       2023-04-20T05:50:13Z
       
       0 likes, 0 repeats
       
       @justinz I really hope so too!