Installing on Linux / Ubuntu 22.04 (Pop OS) #178
Replies: 5 comments 1 reply
-
Thank you so much! The gmpublisher you compiled did manage to open on my Linux Mint 21.1 PC, so it should be good for most other people (hopefully). |
Beta Was this translation helpful? Give feedback.
-
I think you forgot to change Icon value in gmpublisher.desktop example. Anyways, thank you very much! I finally was able to make github workflow for building. |
Beta Was this translation helpful? Give feedback.
-
Ugly workaround for Ubuntu 24.04 based distros (tested on Linux Mint): sudo ln -sf /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
sudo ln -sf /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.1.so.0 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18 |
Beta Was this translation helpful? Give feedback.
-
nice! |
Beta Was this translation helpful? Give feedback.
-
Don't know if I did something wrong but it didn't work for me lol |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to compile gmpublisher and I'd like to share this feat with you!
So far I had no crashes and my mouse input is fine (#102).
Much better than that: "My workshop", "Installed addons", "Downloader" and "Addon size analyzer" work as expected :)
So right below are my installation steps, but be warned that some may be wrong or unnecessary as everything here is new to me!
Extra 1 - My binary (64 bits) & how to run it
I'm not sure if my compiled files can be used by you, but here they are:
gmpublisher.zip
(test the links with the ldd command)
To run my compiled gmpublisher you need to unzip the files to ~/Applications/gmpublisher and execute this command:
Or add gmpubliser to the system like I did after compiling it:
Extra 2 - Create a system shortcut
Save this icon
as
~/.local/share/icons/hicolor/256x256/apps/gmpublisher.png
If you're using a distro link Linux Mint, you can create the shortcut with a tool like this one:
Or just go ahead and create the file manually:
Copy this text (change the YOURUSERNAME value) (I'm assuming you installed gmpublisher in the system):
And paste it into
~/.local/share/applications/gmpublisher.desktop
(create this file)Now just run this command:
sudo chmod +x ~/.local/share/applications/gmpublisher.desktop
Ta-da!
(restart your session if the icon doesn't appear)
I feel like Linux is better covered now.
Beta Was this translation helpful? Give feedback.
All reactions