Kod: Markera allt
#!/bin/bash
if [ "$*" != "" ]; then
wine "C:\Program Files\uTorrent\uTorrent.exe" "$*"
else
alltray --icon /home/juan/Look/Icons/utorrenteh8.png 'wine "C:\Program Files\uTorrent\uTorrent.exe"'
fi
Kod: Markera allt
#!/bin/bash
if [ "$*" != "" ]; then
wine "C:\Program Files\uTorrent\uTorrent.exe" "$*"
else
alltray --icon /home/juan/Look/Icons/utorrenteh8.png 'wine "C:\Program Files\uTorrent\uTorrent.exe"'
fi
Kod: Markera allt
juan@juan-desktop:~$ utorrent.sh
fixme:msvcrt:__lconv_init stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1
fixme:heap:HeapSetInformation 0x5a0000 0 0x458b00 4
err:ntdll:RtlpWaitForCriticalSection section 0x45f404 "?" wait timed out in thread 0030, blocked by 002d, retrying (60 sec)
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 16 lpiArray 0x32f078
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 10 lpiArray 0x32eae8
fixme:keyboard:UnregisterHotKey (0x20020,1): stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
juan@juan-desktop:~$
Har inte ändrat någon inställning i Wine eller i utorrent. Däremot så har det ju kommit en helt busslast med uppdateringar för Ubuntu den senaste tiden så tänkte att någon annan som använder Wine kanske lagt märke till något liknande.vulfgar skrev:Jag kan tyvärr inte hjälpa dej, jag använder varken wine eller utorrent, tog bara en chans - det är inte ovanligt att man av misstag blir av med notifieringsytan. Det är inte nån inställning i wine?