Installing on Linux / Ubuntu 22.04 (Pop OS) #178
Xalalau
started this conversation in
Show and tell
Replies: 2 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.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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