Show Posts
|
|
Pages: 1 ... 6 7 [8] 9
|
|
107
|
Assistance / Configuring Pardus / Re: Japanese language support
|
on: June 15, 2011, 23:12:42 PM
|
...still, it has no effect...
You cannot add anthy to input method list? Or write when e.g. kwrite is running not from console? ใในใ It is result of write tesuto (with ibus, anthy, ibus-anthy on pardus 2011) not copy & paste. What is your problem now? Have you installed sudo pisi it anthy ibus ibus-anthy ibus-qt
from pardususer.de repo? I'll try to resolve your problem, but I need to know more.
|
|
|
|
|
108
|
Assistance / Configuring Pardus / Re: Japanese language support
|
on: June 11, 2011, 07:36:41 AM
|
As I said in a previous post, you can add export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS="@im=ibus"
in /usr/bin/startkde. And it'll work without running an app from a konsole. These ^^^ three lines was added to /etc/X11/Xsession.d/ibus.sh script in latest release (4) ibus package, so after update it and restart KDE it'll work without running an app from a konsole. Any modification /usr/bin/startkde file will work up to reinstall or update kdebase-workspace package, because pisi sf /usr/bin/startkde Package kdebase-workspace has file /usr/bin/startkde
|
|
|
|
|
109
|
Assistance / Configuring Pardus / Re: Japanese language support
|
on: June 07, 2011, 17:31:45 PM
|
... but still cannot add it to input method list!  Updated anthy, ibus and ibus-anthy packages should appear soon in pardususer.de repo and you will see something like this (2nd from the left).
|
|
|
|
|
111
|
Assistance / Software / Re: very irritating problem when ending a game in pardus!!
|
on: June 06, 2011, 22:12:29 PM
|
tristan@pardus2011 ~ $ cat /var/log/kdm.log | grep error Jun 6 13:15:58 pardus2011 kernel: [ 9401.021680] plugin-containe[1833]: segfault at b3f4caf8 ip 004c1c47 sp b18ff09c error 6 in libpthread-2.12.so[4b7000+16000]
pisi sf libpthread-2.12.so Package glibc has file /lib/libpthread-2.12.so
If the problem didn't exist before last updates then perhaps try to install previous version glibc. I guess you are using i686, and if is it stable repo, try: wget http://packages.pardus.org.tr/pardus/2011/stable/i686/glibc-2.12_20100706-62-p11-i686.pisi && sudo pisi it glibc-2.12_20100706-62-p11-i686.pisi
|
|
|
|
|
112
|
Assistance / Bugs / Re: "pisi ix" can't index delta packages ?
|
on: June 01, 2011, 10:05:04 AM
|
usman@pardus2011 ~ $ ls packages dbus-53-55-p11-i686.delta.pisi ffmpeg-90-91-p11-i686.delta.pisi timezone-0.0_20110315-6-p11-i686.pisi expat-10-13-p11-i686.delta.pisi pciutils-3.1.7-20-p11-i686.pisi
You have no dbus-55-p11-i686.pisi, ffmpeg-91-p11-i686.pisi and expat-13-p11-i686.pisi in "/home/usman/packages", so I guess that delta files are not indexed.
|
|
|
|
|
113
|
Assistance / Configuring Pardus / Re: Japanese language support
|
on: May 29, 2011, 08:22:20 AM
|
I've corrected build files. Updated binary package should be available in pardususer.de repo soon. export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS="@im=ibus"
These lines have been added to /etc/profile.d/ibus.sh file, so the next time you log in each of these variables will be set up.
|
|
|
|
|
115
|
General / Wish list / Re: Olympus Digital Voice Recorder
|
on: May 25, 2011, 10:55:16 AM
|
And shouldn't there be a .desktop file which pionts to /usr/bin/odvr-gui I've added odvr-gui.desktop file, but without icon. I cannot find any icon for odvr-gui. I checked this package for Arch, Mandriva, PCLOS and odvr package is provided without icon (PCLOS without odvr-gui and .desktop file).
|
|
|
|
|
117
|
Assistance / Software / Re: Wineticks&gecko
|
on: May 23, 2011, 15:06:40 PM
|
Just install wine package. sudo pisi it wine
marcin@pardus2011 ~ $ pisi sf winetricks Searching for winetricks Package wine has file /usr/bin/winetricks
|
|
|
|
|
118
|
Assistance / Software / Re: Calibre and Aldiko
|
on: April 29, 2011, 01:40:34 AM
|
gr8 As I see you have no problem with build package. It seems my 3 steps solution works. I see no reason to play with the previous version.
Test result of my  with calibre- 0.7.33-1: atolboo@pardus2011 ~ $ ebook-viewer Traceback (most recent call last): File "/usr/bin/ebook-viewer", line 18, in <module> from calibre.gui2.viewer.main import main File "/usr/lib/calibre/calibre/gui2/viewer/main.py", line 17, in <module> from calibre.gui2.widgets import ProgressIndicator File "/usr/lib/calibre/calibre/gui2/widgets.py", line 26, in <module> from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, in <module> pi_error) RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v8.0 but the progress_indicator module requires API v8.1
 and atolboo@pardus2011 ~ $ calibre Traceback (most recent call last): File "/usr/bin/calibre", line 19, in <module> sys.exit(main()) File "/usr/lib/calibre/calibre/gui2/main.py", line 320, in main app, opts, args, actions = init_qt(args) File "/usr/lib/calibre/calibre/gui2/main.py", line 40, in init_qt from calibre.gui2.ui import Main File "/usr/lib/calibre/calibre/gui2/ui.py", line 32, in <module> from calibre.gui2.widgets import ProgressIndicator File "/usr/lib/calibre/calibre/gui2/widgets.py", line 26, in <module> from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, in <module> pi_error) RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v8.0 but the progress_indicator module requires API v8.1
 and only lrfviewer is Above is for me runtime dependency problem. I didn't write any solution for them.
|
|
|
|
|
120
|
Assistance / Software / Re: Calibre and Aldiko
|
on: April 28, 2011, 15:33:26 PM
|
In addition to This means there is a difference between "su -" and "sudo"  In this case, yes. With su - (opposite to sudo) you don't lost root privileges during build process like below. . ... IOError: [Errno 13] Permission denied: '/var/pisi/calibre-0.7.33-1/work/calibre/src/calibre/gui2/filename_pattern_ui.py' DEBUG: return value for "python setup.py install --root=/var/pisi/calibre-0.7.33-1/install/usr --no-compile --prefix="/usr"" is 1
|
|
|
|
|
|