Here's the solution I found digging around the internet. Put the following in a script, call it say /usr/bin/tweetdeck.sh:
----------------------------------------------------------------
#!/bin/bash
GNOME_DESKTOP_SESSION_ID="whatever" /opt/TweetDeck/bin/TweetDeck
----------------------------------------------------------------
Make the script executable, and change your launchers to run that script instead.
Now TweetDeck runs perfectly on Xfce, and I assume any other odd window manager/desktop environment.
No comments:
Post a Comment