Michele Calgaro composed on 2021-12-10 21:40 (UTC+0900):
> Felix Miata wrote:
>> I use trackballs that have no middle mouse buttons, Kensington and Logitech.
>> Pasting into vim (36M for software I never use)(running in Konsole)(Shift-INS)
>> produces same problem. Pasting into Xterm (Shift-INS) works as expected. Pasting
>> into mcedit (Shift-INS) running in Xterm works as expected. Fedora 35 tested here.
> Do you mean pasting in Vim in Xterm or simply pasting in Xterm?
Both. Vim was never installed until I needed to make this test, so no personal
settings to change its defaults, whatever/wherever they are. Just thought need
to test copy from raw Konsole to raw Konsole.....Nope, not definitive. Konsole
thinks it's a bunch of commands to run, spews out lots of command not founds,
but it looks like probably no extra characters. Maybe this is a clue? Pasting
into Xterm it's as if I was pasting into a text editor - extra characters are
absent.
I found /etc/virc dated 2 Dec in F35:
# cat /etc/virc
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=ucs-bom,utf-8,latin1
endif
set nocompatible " Use Vim defaults (much better!)
set bs=indent,eol,start " allow backspacing over everything in insert mode
"set ai " always set autoindenting on
"set backup " keep a backup file
set history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time
" Only do this part when compiled with support for autocommands
if has("autocmd")
augroup fedora
autocmd!
" In text files, always limit the width of text to 78 characters
" autocmd BufRead *.txt set tw=78
" When editing a file, always jump to the last cursor position
autocmd BufReadPost *
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
\ exe "normal! g'\"" |
\ endif
" don't write swapfile on most commonly used directories for NFS mounts or USB sticks
autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp
" start with spec file template
autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec
augroup END
endif
if &term=="xterm"
set t_Co=8
set t_Sb=dm
set t_Sf=dm
endif
Could it be relevant? I removed it, logged out & back in, and no improvement
re $SUBJECT. :(
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Dear all,
in light of the recent drop of Jessie/Trusty support for R14.0.12, we are pleased to inform everyone that c++11 features
are now allowed as part of TDE code.
Cheers
TDE dev team
I was not sure where to post this thread: on tde-users or on tde-devels. But since this is more a feature request I decided to publish here. If for feature requests is this the right place, I am not sure...
Konqueror is quite a good application, but as a file manager I miss an important feature, which even the simplest file managers (like PCManFM) has: to show on status bar the used and total available space (both value!) for the current directory. Konqueror instead shows "(... Total)" (the total size of files, but not incuded the contents of subdirectories), which almost says nothing. It is true that I can find what I want if I right click and select Properties (Size, Free disk space), but this is very unconvenient. I do not want to click for this, I want the file browser display this permanently on statusbar, to know what is the situation in that directory (how many free space still it has). Maybe is there a setting for this, at least I coud not find it...
So, this is a feature request: make Konqueror to show these values on status bar (of course in human readable format and shortened, for detailed info is appropriate the "Properties") instead what it shows currently.
OS: exegnu64_beowulf-20200707
Konqueror R14.0.8
François
We recently had to move from minimal cmake version 2.8 to 2.8.12 because cmake-3.19 was giving warnings about some deprecated features in cmake-2.8 (still available in cmake-2.8.12) bound to be remove in the future.
The oldest cmake version provided with Ubuntu-16.04 is cmake-3.5.1, I see that Centos7 ships with cmake-2.8.12 but cmake3-3.17.1 is available from EPEL.
Is It a problem in your rpms workflow/packaging stuff to switch to cmake3 from EPEL?
I'm asking you this because I'd like to rise minimal version for cmake based on the oldest distro that Slavek package, at the moment Ubunty-16.04 with cmake-3.5.1, afterward Ubuntu-18.04 with cmake-3.10.1, etc.
Network is handled by systemd-network. Thus there's no reason for Wicked or
NetworkMangler to be installed, and are not. This configuration should not
prevent installation of basic TDE/TDM functionality.
# zypper -v in trinity-tdebase trinity-tdm
Verbosity: 2
Non-option program arguments: 'trinity-tdebase' 'trinity-tdm'
Initializing Target
Checking whether to refresh metadata for Mozilla
Checking whether to refresh metadata for NonOSS
Checking whether to refresh metadata for OSS
Checking whether to refresh metadata for Update
Checking whether to refresh metadata for UpdateBP
Checking whether to refresh metadata for UpdateNonOSS
Checking whether to refresh metadata for UpdateSLE
Loading repository data...
Reading installed packages...
Force resolution: No
Selecting 'trinity-tdebase-14.0.11-1.oss153.x86_64' from repository 'TDE' for installation.
Selecting 'trinity-tdm-14.0.11-1.oss153.x86_64' from repository 'TDE' for installation.
Resolving package dependencies...
Force resolution: No
Problem: the to be installed trinity-tdebase-14.0.11-1.oss153.x86_64 requires 'trinity-kate = 14.0.11-1.oss153', but this requirement cannot be provided
not installable providers: trinity-kate-14.0.11-1.oss153.x86_64[TDE]
Solution 1: Following actions will be done:
do not install trinity-tdebase-14.0.11-1.oss153.x86_64
do not install trinity-tdm-14.0.11-1.oss153.x86_64
Solution 2: remove lock to allow installation of wicked-service-0.6.65-2.1.x86_64[OSS]
Solution 3: break trinity-tdebase-14.0.11-1.oss153.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): 3
Applying solution 3
Resolving dependencies...
Resolving package dependencies...
Force resolution: No
Problem: the to be installed trinity-tdm-14.0.11-1.oss153.x86_64 requires 'trinity-tdebase-bin = 14.0.11-1.oss153', but this requirement cannot be provided
not installable providers: trinity-tdebase-bin-14.0.11-1.oss153.x86_64[TDE]
Solution 1: remove lock to allow installation of wicked-service-0.6.65-2.1.x86_64[OSS]
Solution 2: do not install trinity-tdm-14.0.11-1.oss153.x86_64
Solution 3: break trinity-tdm-14.0.11-1.oss153.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c):3
# zypper in trinity-konsole trinity-kcalc trinity-konqueror trinity-ksnapshot
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: the to be installed trinity-konqueror-14.0.11-1.oss153.x86_64 requires 'trinity-kdesktop = 14.0.11-1.oss153', but this requirement cannot be provided
not installable providers: trinity-kdesktop-14.0.11-1.oss153.x86_64[TDE]
Solution 1: Following actions will be done:
do not install trinity-konqueror-14.0.11-1.oss153.x86_64
do not install trinity-ksnapshot-14.0.11-1.oss153.x86_64
do not install trinity-konsole-14.0.11-1.oss153.x86_64
do not install trinity-kcalc-14.0.11-1.oss153.x86_64
Solution 2: remove lock to allow installation of wicked-service-0.6.65-2.1.x86_64[OSS]
Solution 3: break trinity-konqueror-14.0.11-1.oss153.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c):3
# zypper in trinity-tdelibs
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: the to be installed trinity-tdelibs-14.0.11-1.oss153.x86_64 requires 'avahi', but this requirement cannot be provided
not installable providers: avahi-0.7-3.9.1.x86_64[OSS]
Solution 1: remove lock to allow installation of wicked-service-0.6.65-2.1.x86_64[OSS]
Solution 2: do not install trinity-tdelibs-14.0.11-1.oss153.x86_64
Solution 3: break trinity-tdelibs-14.0.11-1.oss153.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/c/d/?] (c): 3
All seems OK so far by selecting to break in every case. (Above is not
all breakage reported.)
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Sorry if you get 2 copies - mail server (mine) gave error on send, so I'm
sending 2nd copy :)
-------- Forwarded Message --------
Subject: Re: [tde-devels] Mascot Contest submission -- Tristian
Date: Fri, 3 Dec 2021 20:56:50 -0600
From: David C. Rankin <drankinatty(a)suddenlinkmail.com>
Organization: Rankin Law Firm, PLLC
To: devels(a)trinitydesktop.org
On 12/2/21 9:31 AM, Michele Calgaro via tde-devels wrote:
> Any other ideas?
>
No more Konqui? Maybe just put shades on him. He always was a reasonable
mascot -- and a tweak to him would allow a change-as-time-permits and a
per-application and help file basis, rather than an all at once.
Be wary of putting too much effort into something that does not improve the
usability, functionality or maintainability of TDE. Too many projects have
fallen off track worrying about the fluff.
(and if you don't recall the Herculean amount of effort Darrell put into the
simple K->T graphic change in the 2012 timeframe - a mascot change -- that
actually changes all the places where Konqui appears -- will take just as much.
--
David C. Rankin, J.D.,P.E.
Hello to all,
I'm submitting my entry for the mascot contest (maybe a little early).
It was designed with Inkscape 0.92.5. The source (vector) files are
included in the archive.
I proposed earlier (in regard with the winner mascot) that a differently
inspired variant be used for the about dialog in every release. Thus, I
included 2 variants inspired from science fiction (the Hitchhiker's
trilogy and the dreaded Trinitator ;-) ).
I'm open for comments/suggestions.
--
Philippe
Hi Michael,
FYI last night and the night before the mirror monitor was unable
to connect mirror.nasutek.com:
rsync: [Receiver] failed to connect to mirror.nasutek.com (167.114.53.32):
Connection refused (111) rsync error: error in socket IO (code 10) at
clientserver.c(137) [Receiver=3.2.3]
The IP address shown above for mirror.nasutek.com seems to be different
than the IP address (158.69.26.24?) that pulls from the primary mirror
but I don't know whether this has always been the case or whether this
is significant.
Thank you for mirroring Trinity Desktop Environment.
--Mike