Code Writers - A Challenge !
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Code Writers - A Challenge !
23-09-2019 7:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Enjoying using Linux Mint 19.1 since July this year... Window 7 is now on a Virtual Box, that I can access (almost) immediately, from an ICON on the Desktop.
The challenge to code writers is,..... Can you write a short code , (to produce an executive call from an ICON) as a front end, to a program that @Anonymous has written for me, so that I can access it from the desktop, via the Icon, instead of having to use the terminal to access it.
Confidential answers to questions, can be answered via PM, if necessary ! .
Thank you.
Fixed! Go to the fix.
Re: Code Writers - A Challenge !
23-09-2019 7:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: Code Writers - A Challenge !
23-09-2019 8:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@dvorak Please contact @Anonymous direct, via P.M. for more information, regarding the problem !
Thank you.

24-09-2019 8:38 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@shutter there are no secrets here, the fact that I wrote the program is of no consequence. The reason the binary (program) can't be double clicked to start is down to Linux Mint and nothing to do with me.
So what happens is when you double click on the binary this dialog appears:
Selecting "Choose a program" presents this dialog:
But that's where my ability ends, as I don't know how to proceed.
Up to now the binaries been launched using a terminal like you see here:
As you can see it also writes to the terminal, so the ability to launch the binary within a terminal is what is needed here, so if @dvorak or anyone can help out here that would be appreciated.
This following really isn't relevant but this is not the program mentioned here as using Qt was a complete waste of time so this is a rewrite using Mint's native GTK interface and the jpeg library.
Re: Code Writers - A Challenge !
24-09-2019 9:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
That should create a link for you.
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: Code Writers - A Challenge !
24-09-2019 9:36 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I believe theres a problem with Nemo ( and Nautilus ) incorrectly identifying 64 bit binaries as shared libraries and therefore not being able to run them directly.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

Re: Code Writers - A Challenge !
24-09-2019 9:47 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@MisterW That's sounds right to me as the binary is identified as a shared library which it isn't. @dvorak Doing as you suggest works, well sort of. Creating the launcher creates an icon on the Desktop you also get an option to add it to the menu where it appears under "Other".
Double clicking on the desktop launcher starts the binary but doesn't produce a terminal, but using the menu option does!
So, I deleted the desktop shortcut and right clicked the Resizer option where I got the following options:
Selecting the "Add to desktop" recreated the launcher but doesn't produce a terminal either, however using the "Add to panel" one does. So as far as I'm concerned this is a suitable fix.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Code Writers - A Challenge !