View Single Post
  #1  
Old 06-09-2009, 07:08 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
[How To] Get RC Working on openSuSE (Linux)

Lately I have been messing around a lot with getting RC working on openSuSE 11.1, and after a while I finally managed to get it working half-way decently (but not entirely).

OpenSuSE is a pretty common Linux OS, so I figure I better post my findings for you guys in case I'm not the only one out having trouble getting openSuSE to run RemoteControl.

Below are step-by-step instructions, if you have any questions, write them in this thread.
  1. Run YaST > Software Management, search "gtksourceview" and check gtksourceview and gtksourceview18; click Accept and install them.
  2. Now, start your RC and uncheck Graphical Menu. Click OK, after you connect to the server list, close RC again.
  3. Navigate to your ~/.graal/rc/ folder, and open control2config.txt
  4. Change all of your image path names to the full paths (eg. iconplayerlist=/home/tig/bin/rc/rc_playerlist_normal.png)
  5. Run RC again, except now it'll work when you check Graphical Menu.

Unfortunately, I haven't been able to figure out how to get it to display PMs and stuff since I'm not able to edit that file path, if I run RC from terminal it'll give these errors (even though they're in the same folder as RC):
HTML Code:
Failed to open file 'rcicon.png': No such file or directory
Failed to open file 'pmicon_tray.png': No such file or directory
Failed to open file 'rcicon_gold.png': No such file or directory
Failed to open file 'rcicon_uc.png': No such file or directory  
Failed to open file 'rcicon_channelclosed.png': No such file or directory
Failed to open file 'rcicon_channelopen.png': No such file or directory  
Failed to open file 'rcicon_unbanned.png': No such file or directory     
Failed to open file 'rcicon_banned.png': No such file or directory       
Failed to open file 'rcfiles_folderclosed.png': No such file or directory
Failed to open file 'rcfiles_folderopen.png': No such file or directory  
Failed to open file 'rcfiles_text.png': No such file or directory        
Failed to open file 'rcfiles_graal.png': No such file or directory       
Failed to open file 'rcfiles_nw.png': No such file or directory          
Failed to open file 'rcfiles_gmap.png': No such file or directory        
Failed to open file 'pmicon_admin.png': No such file or directory        
Failed to open file 'pmicon_guild.png': No such file or directory        
Failed to open file 'pmicon_normal.png': No such file or directory       
Failed to open file 'pmicon_mass.png': No such file or directory         

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed
Remote-Control connected.

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(rc:26745): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(rc:26745): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed

(rc:26745): Gtk-CRITICAL **: gtk_image_get_pixbuf: assertion `image->storage_type == GTK_IMAGE_PIXBUF || image->storage_type == GTK_IMAGE_EMPTY' failed
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”

Last edited by Tigairius; 06-09-2009 at 07:22 AM..
Reply With Quote