Search found 2 matches

by Gabbsmo
Sat Apr 18, 2009 1:56 pm
Forum: LXPanel
Topic: .desktop-file for Spotify under Wine
Replies: 4
Views: 8922

.desktop-file for Spotify under Wine

I want a .desktop-file to launch Spotify with under wine. This is my code: [Desktop Entry] Type=Application Name=Spotify Exec=wine C:\\Program\\Spotify\\spotify.exe Terminal=false Categories=AudioVideo; "wine C:\\Program\\Spotify\\spotify.exe" works fine from the terminal, but not from the...
by Gabbsmo
Sun Mar 22, 2009 9:32 am
Forum: LXPanel
Topic: Logout-button wont run ANY script
Replies: 0
Views: 3101

Logout-button wont run ANY script

I've been trying two commands to logout from my openbox session and return to GDM. Both work from the terminal but not form the Logout-button in LXPanel. Distro: Ubuntu 8.10 WM: openbox Session Manager: GDM The first is simply: killall openbox And the other one: ~/.scripts/shutdown #!/bin/bash gmess...