Hi everybody, anyone know how to work yasrrs workin on gtk3? id like too much this applet but can’t install.
Hi
I’ve built it in my test repository, installed and seems to work (note
it lives in the bottom notification panel).
The following perl modules are needed which can be found searching
here Search? just download and manually
install, don’t use the 1 click install);
perl-DateTime-Format-Mail
perl-Gtk2-GladeXML
perl-XML-RSS
perl-DateTime-Format-W3CDTF
perl-Gtk2-TrayIcon
Package should be available here soon;
http://download.opensuse.org/repositories/home:/malcolmlewis:/TESTING/openSUSE_12.2/noarch/
Building here;
https://build.opensuse.org/package/show?package=yarssr&project=home%3Amalcolmlewis%3ATESTING
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 11:34, 5 users, load average: 0.18, 0.21, 0.16
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
OK tnx a lot, i install the package:
Code:
perl-DateTime-Format-Mail perl-Gtk2-GladeXML perl-XML-RSS perl-DateTime-Format-W3CDTF perl-Gtk2-TrayIcon
install your rpm,
run from terminal:
yarssr
Can’t locate Gnome2.pm in @INC (@INC contains: /usr/share/yarssr /usr/lib/perl5/site_perl/5.16.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.16.0 /usr/lib/perl5/vendor_perl/5.16.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.16.0 /usr/lib/perl5/5.16.0/i586-linux-thread-multi /usr/lib/perl5/5.16.0 /usr/lib/perl5/site_perl .) at /usr/share/yarssr/Yarssr/GUI.pm line 7.
BEGIN failed–compilation aborted at /usr/share/yarssr/Yarssr/GUI.pm line 7.
Compilation failed in require at /usr/share/yarssr/Yarssr.pm line 3.
BEGIN failed–compilation aborted at /usr/share/yarssr/Yarssr.pm line 3.
Compilation failed in require at /usr/bin/yarssr line 13.
BEGIN failed–compilation aborted at /usr/bin/yarssr line 13.
So looking around for Gnome2.pm i install shutter from http://software.opensuse.org/package/shutter
so now it work!But need to know what dependence is needed.
Thanks again for works!
Hi
Ahh missed that one, all that’s needed is perl-Gnome2 so have added to
the rpm ‘Requires’.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 20:30, 3 users, load average: 0.22, 0.14, 0.08
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
ok now it work,but i put in /etc/init.d/boot.local and gnome-session-properties > autostart but at login dont’ start in automatic.
Do you have any ideas ho to start in the tray icon? (or in at top tray bar?)
Hi
You add to startup via gnome-session-properties command;
Name: yarssr
Command: /usr/bin/yarssr
Comment: An unobtrusive RSS Aggregator
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 21:02, 3 users, load average: 0.16, 0.10, 0.12
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
At login yarssr do not load in tray,so i create yarrsr.sh for retard starting at the begin of session.
#!/bin/bash
sleep 30; yarssr
exit
It start al login, Good!