Installing on Fedora 37

Yes, I’m on Fedora KDE Plasma, I used the AppImage for Linux (except when installing the server-version, I thought there was no other way, therefor I didn’t explicitly mention that. Is there an other way? Then I gladly try that!).

Manager starts, I can add a business, then it crashes. If I reopen, it crashes when clicking on the created business. So you can’t open your business.

I answered because I tried the steps from Ben7230 and then had the same result as I found on another forum (sorry, I didn’t remember I looked up the error message, I thought it was in this thread)

To use Manager Server Edition (installation explained at Ubuntu | Manager this is for Ubuntu but applies to Fedora as well) you must use Fedora Server and not Fedora Desktop, so it is void of any graphical user-interface and therefore also doesn’t need the gtk3 Desktop version hack.

Yes, but I’m NOT using the server edition, I’m using the AppImage.

So did you first as @Ben7230 install webkit2gtk4.0-2.38.5-1.fc37.x86_64 before:

sudo dnf remove gtk3-3.24.36-1.fc37.i686

and

sudo dnf downgrade --releasever=34 gtk3 -

I searched for the right webkit version, which is gtk3-3.24.41-1.fc39.x86_64 for me, if I’m not mistaken. Then if I do
sudo dnf remove gtk3-3.24.41-1.fc39.x86_64
I get:

Probleem: De bewerking zou resulteren in het verwijderen van de volgende beveiligde pakketten: plasma-desktop
(probeer '--skip-broken' toe te voegen om niet-installeerbare pakketten over te slaan)
Adding --skip-broken doesn't help.

(translated: *Error: the operation would result in removing the following secure packages: Plasma desktop)

(This is what I wrote in my first reply, only was there a little confusion, since for some reason I still had Gnome-remnants. After removing those, the error was the same with KDE/Plasma)

You need to install webkit2gtk4.0-2.38.5-1.fc37.x86_64 first.

Hi Folks,

I am no longer on Fedora for my main computer, I moved to Debian for reasons other than this.

I sure hope you get this figured out.

One of reasons I moved over to Debian was the updates, about every month Fedora would kick out a new update that would break this work-around and I would need to do it all over again. I know there are ways to not have some stuff get updated, but I never spent the time to figure it all out.

I really wish the developer @lubos would look at some of these problems. I am not a software engineer but I think with not to much work, the Linux installation of Manager could be a much better experience.

Yes I know, @Ben7230 does also. You need still need to follow all the steps that starts with updating to webkit2gtk4.0-2.38.5-1.fc37.x86_64 first.

Er is geen match voor argument: webkit2gtk4.0-2.38.5-1.fc37.x86_64

If I install webkit2, will other programs suffer from it?
Maybe it’s better to try the server edition… ?

sudo dnf search webkit2

Laatste metadata-expiratie-check: 0:53:55 geleden op vr 29 mrt 2024 14:49:10.
=============================== Naam & Samenvatting Komt overeen met: webkit2 ================================
rubygem-webkit2-gtk.noarch : Ruby binding of WebKit2GTK+
rubygem-webkit2-gtk-doc.noarch : Documentation for rubygem-webkit2-gtk
webkit2-sharp-devel.i686 : Development files for WebKit2-sharp
webkit2-sharp-devel.x86_64 : Development files for WebKit2-sharp
webkit2gtk4.0-devel.i686 : Development files for webkit2gtk4.0
webkit2gtk4.0-devel.x86_64 : Development files for webkit2gtk4.0
webkit2gtk4.0-doc.noarch : Documentation files for webkit2gtk4.0
webkit2gtk4.1-devel.i686 : Development files for webkit2gtk4.1
webkit2gtk4.1-devel.x86_64 : Development files for webkit2gtk4.1
webkit2gtk4.1-doc.noarch : Documentation files for webkit2gtk4.1
======================================= Naam Komt overeen met: webkit2 =======================================
webkit2-sharp.x86_64 : C# bindings for WebKit 2 with GTK+ 3
webkit2gtk4.0.i686 : WebKitGTK for GTK 3 and libsoup 2
webkit2gtk4.0.x86_64 : WebKitGTK for GTK 3 and libsoup 2
webkit2gtk4.1.x86_64 : WebKitGTK for GTK 3 and libsoup 3
webkit2gtk4.1.i686 : WebKitGTK for GTK 3 and libsoup 3
=================================== Samenvatting Komt overeen met: webkit2 ===================================
javascriptcoregtk4.0.i686 : JavaScript engine from webkit2gtk4.0
javascriptcoregtk4.0.x86_64 : JavaScript engine from webkit2gtk4.0
javascriptcoregtk4.0-devel.i686 : Development files for JavaScript engine from webkit2gtk4.0
javascriptcoregtk4.0-devel.x86_64 : Development files for JavaScript engine from webkit2gtk4.0
javascriptcoregtk4.1.x86_64 : JavaScript engine from webkit2gtk4.1
javascriptcoregtk4.1.i686 : JavaScript engine from webkit2gtk4.1
javascriptcoregtk4.1-devel.i686 : Development files for JavaScript engine from webkit2gtk4.1
javascriptcoregtk4.1-devel.x86_64 : Development files for JavaScript engine from webkit2gtk4.1
webkitgtk6.0-doc.noarch : Documentation files for webkit2gtk5.0

Don’t think so. Try webkit2gtk4.1-devel.x86_64

Not from installing webkit2, but from removing webkit3, I meant.

Still the same, after installing
sudo dnf install webkit2gtk4.1-devel.x86_64

then:

$ sudo dnf remove gtk3-3.24.41-1.fc39.x86_64
Fout: 
 Probleem: De bewerking zou resulteren in het verwijderen van de volgende beveiligde pakketten: plasma-desktop
(probeer '--skip-broken' toe te voegen om niet-installeerbare pakketten over te slaan)

with or without --skip-broken

Did you do sudo apt update and sudo apt upgrade?

I’m on Fedora (KDE Plasma), I did sudo dnf upgrade --refresh.