The search returned 20 results

by Dylan
April 1, 2019 - 3:37 PM
Forum: WAPT Packages
Subject: Firefox 60.5.2 adding taskbar shortcut
Answers: 6
Views : 10047

Re: Firefox 60.5.2 adding taskbar shortcut

Hello,

thank you for your various replies.

Regarding session_setup, I hadn't realized it was possible to create a shortcut in the taskbar; could you perhaps provide an example?
by Dylan
March 6, 2019 - 10:19
Forum: WAPT Packages
Subject: Firefox 60.5.2 adding taskbar shortcut
Answers: 6
Views : 10047

Firefox 60.5.2 added taskbar shortcut

Hello,

I would like to add a shortcut to the taskbar for Firefox 60.5.2 after installation.

It seems I need to go here: "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" on both Windows 7 and Windows 10 machines...
by Dylan
June 12, 2017 - 4:46 PM
Forum: WAPT Packages
Subject: Uninstalling an old version of Java
Answers: 3
Views : 4432

Re: Uninstalling an old version of Java

Hello,

thank you for your reply.
The agent and console are version 1.3.12.13.

Unfortunately, it's not just the debugging that's causing the problem; the uninstallation also fails.

I don't know where I should insert this line of code: `from waptutils import *`. Is it in the setup.py file?

For your information, I...
by Dylan
June 12, 2017 - 11:50
Forum: WAPT Packages
Subject: Uninstalling an old version of Java
Answers: 3
Views : 4432

Uninstalling an old version of Java

Hello,

it doesn't seem complicated, and with Simon's help I was able to uninstall older versions of Thunderbird.

I'm using WAPT-fixup with these lines of code

: def install():
prefixpkg = control.package.split('-',1)[0]
java8 = WAPT.is_installed('%s-java8'% prefixpkg)
if java8 ...
by Dylan
May 9, 2017 - 1:53 PM
Forum: Package List
Subject: Thunderbird downgrade
Answers: 8
Views : 18048

Re: Downgrading Thunderbird

Okay, I can confirm it works well. However, I have a problem with the Lightning component, which is now in a higher version and not supported by Thunderbird 45.

I've done some tests, and apparently, simply deleting the following directory is enough:
C:\Program Files (x86)\Mozilla ...
by Dylan
May 9, 2017 - 10:39
Forum: Package List
Subject: Thunderbird downgrade
Answers: 8
Views : 18048

Re: Downgrading Thunderbird

Thanks Simon, it works perfectly. Silly :D

question, but can I use this kind of code to remove older Java versions, for example, when upgrading from 8.121 to 8.131 :?:

? Dylan
by Dylan
May 9, 2017 - 10:10
Forum: Package List
Subject: Thunderbird downgrade
Answers: 8
Views : 18048

Re: Downgrading Thunderbird

Well I just tested but I have an error, here are the logs:

2017-05-09 10:02:23,572 CRITICAL Package sitic-fixupwapt (=17-17) not installed due to errors: NameError: global name 'reader' is not defined
2017-05-09 10:02:23,575 CRITICAL Exception: Error during installation of sitic-fixupwapt (=17-17 ...
by Dylan
May 9, 2017 - 9:50 AM
Forum: Package List
Subject: Thunderbird downgrade
Answers: 8
Views : 18048

Re: Downgrading Thunderbird

Hello and thank you for the reply.

I'll test it right away.

Dylan
by Dylan
May 3, 2017 - 10:55
Forum: Package List
Subject: Thunderbird downgrade
Answers: 8
Views : 18048

downgrad Thunderbird

Hello,

We've been using WAPT for a while now. I recently updated our computer network with the latest version of Thunderbird (version 52). Unfortunately, during this update, I didn't notice a problem with a SOGO connector.
I'm looking for a way to switch the computers back to...
by Dylan
November 7, 2016 - 11:15
Forum: WAPT Server
Subject: WAPT release 1.3.8
Answers: 2
Views : 5986

Re: WAPT release 1.3.8

Hello,

the update is complete. So far, no problems, everything is OK. Now I need to see what this new version offers.

Dylan