Quantcast
Channel: PortableApps.com - Internet Apps Support
Viewing all 467 articles
Browse latest View live

Sylpheed and GnuPG / OpenPGP

$
0
0

Is there a tutorial how to integrate GnuPG in Sylpheed portable?

What I tried:
Installation of Gpg4Win (perhaps a problem, because it is not Portable).

Edit the \App\AppInfo\Launcher\SylpheedPortable.ini, added

[Activate]
Registry=true

[RegistryKeys]
GnuPG=HKEY_LOCAL_MACHINE\SOFTWARE\GNU\GnuPG

Create \Data\settings\GnuPG.reg with:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\GNU\GnuPG]
"Install Directory"="C:\\Program Files (x86)\\GnuPG"
"gpgProgram"="C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe"

But the message "GnuPG is not installed properly, or its version is too old." is still there Sad

Thanks for any help.


Sylpheed creates file outside of its folder, also possible cache issue

$
0
0

Sylpheed creates the file 'recently-used.xbel' in ..\AppData\Local and does not delete the file when it is closed. I do not know what the consequences are of deleting that file. It's obviously a recently used list, but it might be very useful to not have to set up a new profile each time. I haven't had time to look into it in detail.

Also, within the Sylpheed application folder, it stores a bunch of IMAP cache data, which can be confidential. It does this even when the the user specifies to store the actual IMAP data on another drive.

Iron crashes on any page after last update

$
0
0

Hi,
I am getting the "Oh No" crash page after the latest Iron App Update on any page (even chrome://help/) I have tried to uninstall/ install and even manually removing files - nothing helped. Any idea?

Cheers.

Miranda Support

$
0
0

Hello.

#1
What do I have to do to transfer my very old options and accounts to the new version in a new folder?

#2
I feel fooled when I see such:
https://i.ibb.co/GJqXng5/error-Miranda-IM-Portable-cannot-be-run-from-in...

#3
portableapps.com/support/miranda_portable and portableapps.com/de/support/miranda_portable are super old
there are many old links on that page ( miranda-im.org is pretty dead )
and on that german version are several "GIMP" mentions which seem to me like copy&paste mistakes

Microsoft Edge Portable

$
0
0

I made the portable version of the chromium version of Microsoft Edge. This is the version that you can currently download as an administrator on the Microsoft website.

Note: The app may crash as this is a portable version.
Also, note that you have to download the files into one folder.

[Edit] Link removed - mod GC

Google Chrome Portable has lost the "Bookmark all tabs" menu item

Google Chrome Portable Issue

$
0
0

Hello everyone:

I'm new to this forum and I'm having an issue with using Google Chrome portable. I don't know about everyone else but whenever I try to use the latest versions of Chrome portable (80.0.3987.106) it won't open and I get the following error message

"Google Chrome Portable cannot be started. You may wish to re-install to fix this issue. (ERROR: chrome.exe could not be found).

I never had an issue with the older version I am using (79.0.3945.79) I only have the above issue with the lastest versions.

I also noticed that the folder format is different in the newer versions of Chrome Portable. The older versions of Chrome portable only have 3 folders, App, Data and Other. The newer versions have 5 folders; $PLUGINSDIR, 7Ztemp, App, Data and Other.

I DON'T have this issue with the Opera Portable just the Chrome Portable. Why can't I use chrome portable anymore and how do I fix this?

Any help with this issue would be greatly appreciated.

Thanks,

apps not working

$
0
0

All of PortableApps from this site are not working. Portable apps from other sites are working. Error Message: The application was unable to start correctly (0xc000007b), Click OK to close the application. I got one to work by accessing the profile. Others will work if i go into the app and directly load it but that bypasses the profile.


Kitty not working since new version

$
0
0

I haven't been able to run Kitty since the new version (KiTTY Portable 0.73.2.1) was released. I get a message that it may need to be reinstalled. I have uninstalled, removed the local folders, reinstalled, and still get the same message. This is an app I use to get my work stuff done, so any help would be greatly appreciated. Thank you in advance.

[ qBittorrent portable - annihilates qBittorrent.ini -- by trying to be "fancy" ]

$
0
0

For a start, the actual binary (C:\bin\qBittorrentPortable\App\qBittorrent) keeps writing into
C:\Users\%USERNAME%\AppData\Roaming\qBittorrent\qBittorrent.ini

== qBittorrentPortable.exe is not managing environment (changing at least APPDATA, LOCALAPPDATA)

Only when exiting is qBittorrentPortable.exe trying to do something and what it does? Moves the actual qBittorrent.ini, to C:\bin\qBittorrentPortable\Data\settings\AppData_qBittorrent

No close the process (from UI, no fault play involved), run C:\bin\qBittorrentPortable\qBittorrentPortable.exe again.

What happens?

C:\Users\%USERNAME%\AppData\Roaming\qBittorrent\qBittorrent.ini is back to some 5-line default.

== actual binary was started without .ini at all - so it created new.

Close the process again. What happens? C:\bin\qBittorrentPortable\Data\settings\AppData_qBittorrent\qBittorrent.ini is now obliterated - has that "first time" 5-liner plus a few others.

C:\Users\%USERNAME%\AppData\Roaming\qBittorrent.BackupByqBittorrentPortable\qBittorrent.ini was never changed. Why make a mess (anything "portable" has no business making extra folder in C:\Users\%USERNAME%\AppData\) and then not even use it ?

It also leaves a mess in C:\Users\Admin\AppData\Local\qBittorrent.BackupByqBittorrentPortable

The way it is right now it would work better If "portable exe" was a mere .cmd - at least it wouldn't obliterate config file which costs a lot of time (to go through all option in UI and then double-check them) and it would be clear, visible in one place, what it does.

Safety gone to neverland ?

Do I need to remind that a torrent client is safety critical binary == zero traces - ever, under any circumstances.

If someone claims to have made a portable version that would also include a config file for forcing paths that are "root relative" for:
Downloads\FinishedTorrentExportDir=
Downloads\SavePath=
Downloads\TempPath=
Downloads\TorrentExportDir=

without giving them "fancy" names to obliterate them. And a flag to turn the process on/off. Take "Downloads\TempPathEnabled=true" from qBittorrent.ini as inspiration - always a flag, presence/absence of data is not enough when something is more complex, not to mention safety critical.

root-relative means non-trivial replacement process - "root drive" relative would be half of the process (there would have to be a special symbol to state "movable drive root" or path beginning with [\] to denote it). It would have to be able to handle things like: ..\..\T\To and \PD\T\To

and a config right at the root (where qBittorrentPortable.exe) is for these values, plus a small .txt spelling out what's what and also where is the actual config for the actual binary so that a guy can check files and save what he needs and not waste enormous tile chasing things, only to see that it's obliterated.

There is Win32 API to tell OS to expand paths and it handles relative paths (including [\] is you check (and change if you need to) he current drive) and env vars - you just have to make sure you expanded before hijacking common env vars, but on the other side you can add your own - they'll be gone when your process dies,

Transparency, not obscurity. That help.html might be OK for basic stuff but a plain .txt is needed with actual (and short) info and critical data at the root.

Oh and for a safety critical binary you can't even assume that "data locations" are on the same drive with your binary => you need two config values - AppRoot and DataRoot or SafeRoot (that PAL:LastPortableAppsBaseDir=C: is not "base dir" at all - it's a root drive, base dir in this case was C:\bin - one up from AppRoot - the place where portable app was "installed") Examples: AppRoot=E:\bin\qBittorrentPortable, SafeRoot=F:\PD - root-relative paths for safety critical things start from SafeRoot, if there's a concept of a data location that's not safety critical, that's what DataRoot is for.

For better safety you'd need one more thing - the parent process to keep "pinging" SafeRoot and if it's "missing" to kill child process with full force (so it doesn't prompt to save anything - induced crash) and then itself. That's the real "pull out USB drive" scenario - drive vanished, you don't know anything - single event has to crash everything. And a flag in config to disable that of course Smile

Google Chrome portable is not working

$
0
0

Every time when I'm trying to open google chrome. it's continuously shown app not responding and it's not working.
Kindly sort it out please.

Thanks & Regards,
Sangam Krishna

wanted: the new seamonkey 2.53

Chrome dev 64bit

How to export portable Chrome profile?

$
0
0

I want to update my portable Chrome to a new version. How do I export everything in my old profile to the updated portable Chrome without using Google sync?

Portable Google Chrome copy from one Pc to another

$
0
0

Hello John T. Haller and portableapps community,

iam using ur app Google Portable Chrome long time and i thank u for making it portable.
My problem is if i copy the Google Portable Chrome folder from one Pc to another i loose all my plugins , idk why this happen.
Hope u can tell me how to fix that.

Thx for ur time


Portable Google Chrome update from 68 to 80 posible?

LAN Messenger Portable

$
0
0

This program has come in very handy with my new Work From Home status. I can keep in touch with my coworkers and stay productive. My coworkers installed the program from the source web site. I am using the PortableApps version of the program. I have noticed one issue... Each time I reboot my PC (without first shutting down the LAN Messenger program), the next time I launch the program it says it was shutdown improperly and I have to click OK then load the program again. Could the PortableApps launcher be changed to 'clean up' this file, log, marker, to prevent this error message? I noticed that my coworkers don't seem to be getting this error message when they reboot their PCs. Thank you for this program, and all your PortableApps programs!!!

uTorrent

$
0
0

I've been having problems updating uTorrent for some time. Eset Nod32 doesn't like it and when I try to do a fresh install from PortableApps.com, I get from the installer: "The downloaded copy of uTorrent is not valid and can not be installed. Please try installing again."

Anybody know what the deal is?

Opera localization (not translate) (file Local State)

$
0
0

Hello! I'm not sure but it seems work normal in earlier versions. Point. Search in the default search engine in the search bar (Omnibox). Previously, Yandex search was available in Opera. It is currently not available in the list and cannot be selected by default. If you manually add this search tool, it cannot be selected by default. When trying to fix the "local state" file ( from " location":{"country": "us","country_from_server":" USA"} to - - - > "location":{"country": "RU","country_from_server": "RU"}. Nothing changes. Moreover, all settings were reset. It worked the first time, though.

Is there any way to localize Opera Portable via Local State? If not, how can I at least return the search via Yandex to the Omnibox?

Opera Version:67.0.3575.137

A portable browser to run java applets

$
0
0

There are a bunch of very old sites I use from time to time for teaching that contain some nice java applets. My workplace has now stopped installing java on our machines so the ie11 pathway is now blocked.

I tried installing seamonkey 2.49.5 with jportable on a portableapps.com platform. Seamonkey knows about jportable because it shows up in the about-> plugins screen but all that gets rendered on a page like this http://nlvm.usu.edu/en/nav/frames_asid_186_g_1_t_1.html is a blank box where the applet should be.

I was thinking of getting an old version of chromium or something like that. Maybe the internet has a better solution? Thanks for reading.

Viewing all 467 articles
Browse latest View live