LG PC Suite II

Questions about Wine on Linux
Locked
bishop3337
Newbie
Newbie
Posts: 2
Joined: Wed Apr 08, 2015 4:52 pm

LG PC Suite II

Post by bishop3337 »

Hi guys!
I tried to get the LG PC Suite II to run on Wine to sync my LG500, but as I read wine seems not to support USB/Bluetooth connections.
Am i wrong?

If yes - how can I manually uninstall the application and clean up Wine from it? When I try to uninstall the suite it just starts the setup where no uninstall is included. The uninstall routine of the program itself in the wine menu does not work. I tried deleting the files manually in the wine file system, but it still shows up in the start menu.

Sysinfo:

Code: Select all

LC_ALL=C inxi -Fxz
System:    Host: bifasus Kernel: 3.13.0-48-generic x86_64 (64 bit, gcc: 4.8.2) 
           Desktop: Xfce 4.11.8 (Gtk 2.24.23) Distro: Linux Mint 17.1 Rebecca
Machine:   System: ASUSTeK (portable) product: K73SV version: 1.0
           Mobo: ASUSTeK model: K73SV version: 1.0 Bios: American Megatrends version: K73SV.210 date: 11/16/2011
CPU:       Dual core Intel Core i5-2430M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9578.14 
           Clock Speeds: 1: 800.00 MHz 2: 1800.00 MHz 3: 800.00 MHz 4: 800.00 MHz
Graphics:  Card-1: Intel 2nd Generation Core Processor Family Integrated Graphics Controller bus-ID: 00:02.0 
           Card-2: NVIDIA GF108M [GeForce GT 540M] bus-ID: 01:00.0 
           X.Org: 1.15.1 drivers: nouveau,intel (unloaded: nvidia,fbdev,vesa) Resolution: [email protected] 
           GLX Renderer: N/A GLX Version: N/A Direct Rendering: N/A
Audio:     Card: Intel 6 Series/C200 Series Chipset Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture ver: k3.13.0-48-generic
Network:   Card-1: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet driver: atl1c ver: 1.0.1.1-NAPI port: a000 bus-ID: 04:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Ralink RT5390 Wireless 802.11n 1T/1R PCIe driver: rt2800pci ver: 2.3.0 bus-ID: 03:00.0
           IF: wlan0 state: down mac: <filter>
Drives:    HDD Total Size: 516.0GB (39.2% used) 1: id: /dev/sda model: ST9500325AS size: 500.1GB 
           2: USB id: /dev/sdb model: Storage_Device size: 15.9GB 
Partition: ID: / size: 23G used: 7.8G (36%) fs: ext4 ID: /home size: 432G used: 175G (43%) fs: ext4 
           ID: swap-1 size: 4.09GB used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 54.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 221 Uptime: 4:59 Memory: 1580.1/3863.9MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4 
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: LG PC Suite II

Post by dimesio »

bishop3337 wrote: as I read wine seems not to support USB/Bluetooth connections.
Correct.
how can I manually uninstall the application and clean up Wine from it?
Delete the whole wineprefix, and delete the menu entry using whatever menu editor is on your system.
bishop3337
Newbie
Newbie
Posts: 2
Joined: Wed Apr 08, 2015 4:52 pm

Re: LG PC Suite II

Post by bishop3337 »

Thanks for your anwer dimesio!

Couldn't find a folder in /home/myUser that is related to wine & lg pc suite. Do i have to look somewhere else?

Deleted the entries in the menu editor (MenuLibre 2.0.4). Didn't know you could place the menu items anywhere in the menu tree and then add categories so that they show up where you want. ;)
The whole Wine menu entry now is disappeared in the menu, but there are entries left with the category Wine... I will figure that out myself. Perhaps a relog will do the trick.

Deleted related entries in the .reg files in the .wine directory.

I hope that was it all.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: LG PC Suite II

Post by dimesio »

bishop3337 wrote: Deleted related entries in the .reg files in the .wine directory.
You need to delete the whole ~/.wine directory. That is the wineprefix. A clean one will automatically be recreated the next time you run anything in Wine (including builtin programs like winecfg).
Locked