remmina salix-kde 13.37.0

Post Reply
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

remmina salix-kde 13.37.0

Post by stillborn »

remmina doesn't work by defaul on new live, it needs libunique to work.

Code: Select all

one@salixlive:~$ remmina 
remmina: error while loading shared libraries: libunique-1.0.so.0: cannot open shared object file: No such file or directory
one@salixlive:~$ su -c "slapt-get --sea libuniq"
Password: 
libunique-1.1.6-i486-1gv [inst=no]: libunique is a library for writing single instance applications
one@salixlive:~$ su -c "slapt-get -i libunique"
Password: 
Reading Package Lists...Done
The following NEW packages will be installed:
  libunique 
0 upgraded, 0 reinstalled, 1 newly installed, 0 to remove, 0 not upgraded.
Need to get 130.0kB of archives.
After unpacking 520.0kB of additional disk space will be used.
1/1 Get http://salix.enialis.net/i486/13.37/ libunique 1.1.6-i486-1gv [130.0kB]...Done

Preparing to install libunique-1.1.6-i486-1gv
Installing package libunique-1.1.6-i486-1gv...
| libunique is a library for writing single instance applications
| 
| Unique is a library for writing single instance application. If you
| launch a single instance application twice, the second instance will
| either just quit or will send a message to the running instance.
| Unique makes it easy to write this kind of applications, by providing
| a base class, taking care of all the IPC machinery needed to send
| messages to a running instance, and also handling the startup
| notification side.
| 
| 
| 
| 
Done
one@salixlive:~$ remmina 
NX: detected keyboard type evdev/us
Remmina plugin NX (type=Protocol) registered.
Remmina plugin RDP (type=Protocol) registered.
Remmina plugin RDPF (type=File) registered.
Remmina plugin RDPS (type=Preference) registered.
xkbLayout: us   xkbVariant: 
xkbLayout: us   xkbVariant: 
find_keyboard_layout_in_xorg_rules: 409
detect_keyboard_layout_from_locale: 409
Using US (0x00000409)
Loading keymap evdev
xkbfilepath: /usr/share/freerdp/keymaps/evdev
Loading keymap aliases(qwerty)
xkbfilepath: /usr/share/freerdp/keymaps/aliases
kbd_init: detect_and_load_keyboard returned 1033
Remmina plugin VNC (type=Protocol) registered.
Remmina plugin VNCI (type=Protocol) registered.
Remmina plugin XDMCP (type=Protocol) registered.                                
Remmina plugin SFTP (type=Protocol) registered.
Remmina plugin SSH (type=Protocol) registered.
FIN
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: remmina salix-kde 13.37.0

Post by djemos »

Since beta1 and rc1 no one mentioned this. Thanks for reporting.
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: remmina salix-kde 13.37.0

Post by stillborn »

There's 2 simple steps that creator of iso should always do before handing it over to public.

1. Check with pkgtool(i find it very easy and fast with this) that there's no duplicate packages nor packages that are not needed.
2. Actually test launch all apps. Just to see that they don't miss any dep from iso. ;)

Here was the case that even creator of iso didn't test all apps.
If you think of it this way, you put so much effort to provide a iso, it(2) is the least you can do.
FIN
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: remmina salix-kde 13.37.0

Post by djemos »

Thanks for your suggestions. I appreciate them.
No one is perfect. Even the creator. That's why everyone is welcome to join salix-kde development project to help creator to do better the hard work.
Post Reply