-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF Multi Converter does not create a shortcut #2464
Comments
Does it show up after a reboot? The code you linked seems to indicate it does install a . desktop file. |
@theofficialgman yes, I gave a link to install .desktop file. The program works, but there is no shortcut. Rebooting doesn't affect anything for me. |
I just installed FF Multi Converter and it shows up in Office instead of Accessories as the pi-apps description claims. @Rak1ta, do you see it in Office on your system? |
I've gone ahead and updated the description to say it can be launched from Office. If @Rak1ta replies to say the menu launcher is absent from the Office category, then I can re-open the issue. As usual, my deepest thanks goes to those involved in relentlessly weeding out all bugs from Pi-Apps. I cannot do this alone as a busy engineering college student. |
@Botspot I'm missing a shortcut. It is not available as a .desktop file either. |
@Rak1ta, please run this command:
|
And this:
|
I can reproduce the issue. For some reason the binary is installed ( I'm not super familiar with python distutils but it has to do with that https://docs.python.org/3.11/distutils/setupscript.html#installing-additional-files. Everything looks good to me so idk whats wrong. |
Seems like Bookworm is the difference here. I'm still on Bullseye. |
yeah this is a setuptools bug.... not sure who it needs to be reported to. it is simply ignoring the |
can also confirm the issue on ubuntu mantic (also on python 3.11). so this definitely seems like a regression from 3.9 -> 3.11 regarding setuptools |
@Botspot found the change and found the fix now you have to pass
does that run on bullseye without an error? because I will add it to the script if bullseye does not care even if it does not use it |
No it fails.
|
Just to be clear, I changed line 8 in the install script to include this:
|
Alright cool. |
Confirmations
What happened?
The script does not install the required files
Description
The script does not install the necessary files in /usr/local/share
I wanted to see if there were any errors during the installation, so I did it manually. But it didn’t become clearer to me.
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: