In just a few weeks, openSUSE will have no supported 32-bit "Distribution"
release. Tumbleweed at that time will become the only supported 32-bit openSUSE
version. According to the TDE wiki, there is no build of TDE for openSUSE
Tumbleweed.
While 42.2 was in development, I had several installations working with apparent
success using the 42.1 TDE repos. So, with 42.2pre working as it did with 42.1
repos, I decided to give a basic level TDE in a minimal X TW installation a try
using the 42.2 repos[1].
Zypper didn't want to let me. For 42.2, libmng.so.1 is required by tqt-mt, but
in TW, libmng only comes in the .so.2 flavor, so zypper wouldn't let me install
TDM without "breaking". I told it to go ahead and break tqt-mt, and it proceeded
to install.
TDM and TDE session seem to work just fine, but I have no idea whether it's
because libmng.so.2 works just fine, or because libmng simply hasn't been called
upon, or some other reason.
I have looked at http://trinity-users.pearsoncomputing.net/?0::10840 but it's
unclear to me just how the repos listed there might be preferable and/or useful
to eliminate the "breakage" I'm experiencing, or how to improve the wiki to
incorporate that message's content.
[1] zypper -v in trinity-icons-oxygen gtk2-engine-oxygen oxygen5-icon-theme \
trinity-tdebase trinity-gtk-qt-engine trinity-gtk3-tqt-oxygen trinity-kmix \
alsa-tools trinity-arts arts trinity-tdemultimedia-tdeio-plugins \
trinity-tdm zypper in trinity-gtk3-tqt-engine gtk2-theme-oxygen \
gtk2-metatheme-adwaita gtk3-metatheme-adwaita
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Hi guys,
I'm unable to build "tdefile-plugins" from the "tdeadmin" package, here
is the error I get:
------------------------------------------------------------------------
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -O2 -m64 -fPIC -march=x86-64
-mtune=native -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
-I/usr/include/tqt -fvisibility=hidden -fvisibility-inlines-hidden
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -L/usr/lib64 -module -avoid-version -module
-no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
-I/usr/include/tqt3 -o tdefile_rpm.la -rpath /usr/lib64/trinity
tdefile_rpm.lo -ltdeio
libtool: link: g++ -fPIC -DPIC -shared -nostdlib
/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64/crti.o
/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/crtbeginS.o
.libs/tdefile_rpm.o -Wl,-rpath -Wl,/usr/lib64/../lib64 -Wl,-rpath
-Wl,/usr/lib64/../lib64 -L/usr/lib64 /usr/lib64/libtdeio.so
-L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0
-L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64
-L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../x86_64-slackware-linux/lib
-L/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../..
/usr/lib64/../lib64/libstdc++.so -lm -lc -lgcc_s
/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/crtendS.o
/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64/crtn.o -O2
-m64 -march=x86-64 -mtune=native -Wl,--no-undefined
-Wl,--allow-shlib-undefined -Wl,-soname -Wl,tdefile_rpm.so -o
.libs/tdefile_rpm.so
.libs/tdefile_rpm.o: In function `KRpmPlugin::staticMetaObject()':
tdefile_rpm.cpp:(.text+0x24): undefined reference to
`tqt_sharedMetaObjectMutex'
tdefile_rpm.cpp:(.text+0x31): undefined reference to `TQMutex::lock()'
tdefile_rpm.cpp:(.text+0x4a): undefined reference to `TQMutex::unlock()'
tdefile_rpm.cpp:(.text+0x86): undefined reference to
`TQMetaObject::new_metaobject(char const*, TQMetaObject*, TQMetaData
const*, int, TQMetaData const*, int, TQMetaProperty const*, int,
TQMetaEnum const*, int, TQClassInfo const*, int)'
tdefile_rpm.cpp:(.text+0xa4): undefined reference to
`TQMetaObjectCleanUp::setMetaObject(TQMetaObject*&)'
.libs/tdefile_rpm.o: In function `init_tdefile_rpm':
tdefile_rpm.cpp:(.text+0xdb): undefined reference to
`KLibFactory::KLibFactory(TQObject*, char const*)'
tdefile_rpm.cpp:(.text+0xf6): undefined reference to
`TQCString::TQCString(char const*)'
.libs/tdefile_rpm.o: In function `KRpmPlugin::KRpmPlugin(TQObject*, char
const*, TQStringList const&)':
tdefile_rpm.cpp:(.text+0x161): undefined reference to
`TQString::TQString(char const*)'
tdefile_rpm.cpp:(.text+0x177): undefined reference to
`TQString::~TQString()'
tdefile_rpm.cpp:(.text+0x186): undefined reference to `i18n(char const*)'
tdefile_rpm.cpp:(.text+0x195): undefined reference to
`TQString::TQString(char const*)'
tdefile_rpm.cpp:(.text+0x1b1): undefined reference to
`TQString::~TQString()'
------------------------------------------------------------------------
Source: tdeadmin 14.0.4
Platform: Linux Slackware 14.2 64bit
I tried to compile the package without tdefile-plugins ; with a sed
command (in my building script) I've removed the tdefile-plugins
subdirectory in the Makefile, as a result I could built the package but
then the lilo configuration tool in Trinity control center crashes as
soon as I input my root password.
That' a pity, because I'm mainly interrested to the lilo config tool...
I've build Tdelibs with everything but ELF icon and Hunspell ; still,
I'm puzzled, maybe I've been missing a library or a package.
Here is the packages I've built so far (in that order):
- libart_lgpl
- tqt3
- tqtinterface
- dbus-tqt
- dbus-1-tqt
- arts
- tdelibs
- tdebase
- tdeartwork
- tde-i18n
- tdeutils
- tdemultimedia
- tdegraphics
- tdenetwork
- dolphin
- tdeaddons
Any hint to solve my build failure will be appreciated.
Regards.
gregory
man tdecmshell produces no manual entry. tdecmshell --help-all doesn't seem to
show what I'm looking for AFAICT.
What I'd like is to open 'tdemshell xserver', then run an xrandr command to
change DPI, finally run 'tdemshell xserver' to compare the before and after
impact from the xrandr command. It doesn't work. The second tdecmshell run
simply focuses the original window. Is there any way to do what I want? If not,
is it a feature that might be added to 14.1 if I filed a feature request bug?
For now what I have to do as workaround is as shown here (using xterm) :-(:
http://fm.no-ip.com/SS/dpi108vs133.jpg
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Hi all!
I'm trying to compile TDE r14.0.x from git for FreeBSD 11.0-RELEASE-p3. Somehow compilation fails for "tqmake" with the following errormessages:
# cd TDE/tde-packaging/freebsd/dependencies/tqmake/
root@t60:/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake# make
===> Building for tqmake-14.0.4
"/usr/share/mk/bsd.init.mk", line 12: Unknown directive
Unknown modifier 'U'
"/usr/share/mk/bsd.compiler.mk", line 38: Malformed conditional (${MK_CCACHE_BUILD:Uno} == "yes" && !make(showconfig) && (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == ""))
"/usr/share/mk/bsd.compiler.mk", line 107: missing `in' in for
X_ in CC $${_empty_var_} XCC X_
"/usr/share/mk/bsd.compiler.mk", line 108: Malformed conditional (${cc} == "CC" || !empty(XCC))
Unknown modifier 'h'
Error expanding embedded variable.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /usr/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake
*** Error code 1
Stop.
make: stopped in /usr/home/nik/TDE/tde-packaging/freebsd/dependencies/tqmake
Does anybody know what to do about it?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA.
https://wiki.trinitydesktop.org/OpenSUSEInstall
42.2 was released several days ago. Since several months ago, I've had three
installations of 42.2 pre-releases installed with TDE using the 42.1 repos.
I've noticed no problems with it.
I can update the wiki, but how should it be done? Will there be a separate
repo for 42.2? Should the wiki language be changed to make it clear that both
Leap releases are supported by the existing 42.1 repo?
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
I've had several test installations of openSUSE 42.2 pre-releases and am in
process of upgrading them to the official release. As there has been no repo
made for 42.2, these have all been configured to use 42.1's TDE 14.0.x repos.
Recent Firefoxes have a problem with UI font colors:
http://fm.no-ip.com/SS/Moz/ff50gtk3-tde-OS422colorsBad.pnghttp://fm.no-ip.com/SS/Moz/ff50gtk3-tde-OS422colorsBad2.png
A workaround is getting
GTK_THEME=Adwaita
into the ENVIRONMENT before starting FF, so that it looks like it should,
(more or less the same as the same mozilla.org FF build does in TDE on Stretch):
http://fm.no-ip.com/SS/Moz/ff50gtk3-tde-OS422colorsOK1adwaita.pnghttp://fm.no-ip.com/SS/Moz/ff50gtk3-tde-OS422colorsOK2adwaita.png
The blue UI text color for the main menu selection in the latter image above
is reportedly expected according to discussion on irc://moznet/#chatzilla
I haven't filed a TDE bug because the repos and the distribution don't match,
and haven't yet tested this with 14.0.x on openSUSE 42.1.
Related [opensuse] mailing list thread:
https://lists.opensuse.org/opensuse/2016-11/msg00463.html
What's the preferred way to get GTK_THEME=Adwaita into the ENV? ATM I'm doing
it via export in .bashrc.
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Is Compiz broke?
Desktop-effects gives me this error:
Traceback (most recent call last):
File "/opt/trinity/bin/desktop-effects-tde4", line 31, in <module>
from DesktopEffects.DesktopEffectsKDE4 import DesktopEffectsKDE4 as
DesktopEffects
File "/opt/trinity/share/pyshared/DesktopEffects/DesktopEffectsKDE4.py",
line 28, in <module>
from DesktopEffectsCommon import DesktopEffectsCommon
File
"/opt/trinity/share/pyshared/DesktopEffects/DesktopEffectsCommon.py", line
30, in <module>
from apt.progress import OpProgress
ImportError: cannot import name OpProgress
I'm running on Linux Mate 18...
--
Bro. Michael Henry
Associate Pastor
Monticello Christian Church
1 Timothy 1:15 "This is a faithful saying, and worthy of all acceptation,
that Messiah Yeshua came into the world to save sinners; of whom I am
chief."
Hi
FYI: I just got a notice today that the code was pushed to git.
https://bugs.freedesktop.org/show_bug.cgi?id=97780
If someone gives some feedback, it would be great. I hope I did not do the
whole work just for my pleasure.
enjoy
regards
Hi,
I recently found a kde app pn my disks called kcrypt, which seems to be a
luks frontend (c) is from 2007-2008.
I read something in the bugs regarding luks support, but no details left in
my head.
Is the community interested in this application?
regards