Messages - Tuxman [ switch to compact view ]

Pages: prev1 ... 31 32 33 34 35 [36] 37 38 39 40 41 ... 489next
176
Does your .exe file has a windows manifest integrated? <- that would be my first step

Not yet. But good point.

Here’s clipurlcleaner.exe.manifest:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="ClipURLCleaner" type="win32"/>
    <dependency>
        <dependentAssembly>
            <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
        </dependentAssembly>
    </dependency>
</assembly>

Does it work for you? If so, I might embed it.

(I wonder why my Windows 10 has not complained then.)

177
Disable it. Instant security improvement. Seriously, virus scanners are pointless overhead.
Else, I’m pretty sure that there must be a way to declare the .exe as harmless.

178
 :huh:

Fix your “security” software?  :-[

179
NANY 2021 Entry Information

Application Name ClipURLCleaner
Short Description Cleans URLs in your clipboard automatically
Supported OSes Tested on macOS and Windows 10, might work elsewhere
Web Page https://code.rosaelefanten.org/clipurlcleaner
Download Link Attached
Version History
  • Update 2: Fixed Windows tray icon.
  • Update 1: Fixed Windows 10 start.
  • Initial version.


Description
Problem:
Sharing shortened URLs like bit.ly/whatever or URLs with trackers like ?utm_something=abc (or even both) is annoying.

Solution:
Watch the clipboard and clean URLs automatically.

Screenshots
Bildschirmfoto 2020-09-23 um 16.07.18.png

Known bugs:
The tool won’t work behind a corporate proxy.

180
+1 for Scribus, actually.

Pages: prev1 ... 31 32 33 34 35 [36] 37 38 39 40 41 ... 489next
Go to full version