Hi
I am running Ubuntu 16.04 and trinity.
There is an interesting app, called mathpix (which transforms png into
latex)
https://snapcraft.io/mathpix-snipping-tool
It has to be installed via
sudo snap install mathpix-snipping-tool
I did this and when I start with ubuntu vanilla desktop I am able to
start the app. However in trinity I find the start icon, in lost+found:
I start the app
ps aux | grep mathpix
Tells me
oub 17567 0.1 1.7 3424960 143548 ? Sl 18:46 0:03 mathpix-snipping-tool
But nothing happens, no icon, no app is seen.
What shall I do?
Thanks
Uwe Brauer
Is there a way to make TDE aware of running non-Trinity applications so that
they can be resurrected after Logout/Login? I have at least one X11-based
application (X2 - The Programmer's Editor) that I use extensively, and it
would be nice if it could remember across Logout/Login events.
I'm wondering if something like a DCOP wrapper might do the job?
Leslie
Whatever is responsible for re-launching apps after a logout and login isn’t
capturing the nice level of the previously running apps.
Steps to recreate:
- Boot and/or login normally
- At TDE desktop run a menu item with nice settings
- - Example: “nice -n 5 firefox %u”
- Check top/ps for firefox: Verify nice is set correctly
- Through TDE menu “Log out”
- Login at LightDM greeter
- Check top/ps for firefox: Notice nice is not set
# # #
I don’t mind creating a bug report, but…
- Is this already a known issue?
- What is the thing responsible for re-launching apps? (so I don’t give the
dev’s headaches trying to figure out what I’m talking about ;)
Best,
Michael
On 2019-03-14 20:40:35 Michele Calgaro via trinity-users wrote:
> In TDE R14.1.0 there will be a TDEDocker application (modified from KDocker
> http://kdocker.sourceforge.net/). This allows to run applications docked in
> the systray. I don't know if this retains things across logout/login
> sessions, but you may want to write this down and give it a try when
> R14.1.0 is released. Yes, you will need to way for a while for this, but we
> are edging closer each month :-)
>
> Cheers
> Michele
Actually, it looks like KShutdown provides the capability for what I need.
• Start KShutdown
• Go to Settings -> Configure KShutdown
• Highlight "End current session"
• Click on 'Edit'
• Near the bottom left, check 'Run command' and enter the path to the script
to run (mine is ~/bin/rememberXapps) and any necessary delay (I set it to 1
second).
• Click on 'OK'
• Click on 'OK' again
• Close KShutdown (minimizes it to the tray)
To end the session,
• restore KShutdown and click on 'Start'
or
• right-click on KShutdown and select 'End current session'
Leslie
> Hi all!
>
> Does anybody have a TDE theme that looks something like windows 10? I am
quite sure there was something like that around, I just cannot find it.
>
> Nik
>
>
> --
I believe there's one similar to win7. That's all I remember.
I tend to stay away from itblows themes (for madness, there, awaits).
Good luck and good day (or night)
Kate
Hi all!
Does anybody have a TDE theme that looks something like windows 10? I am quite sure there was something like that around, I just cannot find it.
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>
> > dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
Rejected send message, 2 matched rules;
> > type="method_call", sender=":1.97" (uid=500 pid=16657
comm="python /usr/bin/blueman-applet ")
> > interface="org.freedesktop.DBus.Introspectable" member="Introspect" error
name="(unset)" requested_reply="0"
> > destination=":1.30" (uid=0 pid=5751 comm="/usr/bin/bluetoothd ")
> >
> > Any ideas?
> >
> > Kate
>
> I don't use bluetooth on linux but you get an access denial error from dbus.
Probably related to the policy
> configuration (most likely some policykit files??).
> Hope it helps as a start.
> Cheers
> Michele
It does help Michele, thanks.
It turns out a lot of files where corrupted during an update.
I'm limiting the reps to the two Ali has set in synaptic from now on to keep
things like this from happening again. I decided to reload the OS (PCLOS Big
Daddy edition) to make a new clean setup. The benefits are wonderful. The
system is much faster now with the clean install. Ali says he'll have a new
iso out soon, so I'll do a clean install from that as well.
So, to make a long story short (too late), bluetooth is working again.
thanks for the reply, I appreciate it.
Kate
Just did what seemed to be a bluetooth unrelated update and now I can't start
blueman or bluemanp-applet etc. I get this from the konsole.
blueman-applet version 2.0.8 starting
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:60)
['AuthAgent', 'DBusService', 'DhcpClient', 'DiscvManager', 'ExitItem', 'GameControllerWakelock', 'Headset', 'KillSwitch', 'Menu', 'NMDUNSupport', 'NMPANSupport', 'NetUsage', 'Networking', 'PPPSupport', 'PowerManager', 'RecentConns', 'SerialManager', 'ShowConnected', 'StandardItems', 'StatusIcon', 'TransferService']
ERROR:dbus.proxies:Introspect error on :1.30:/: dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched
rules; type="method_call", sender=":1.97" (uid=500 pid=16657
comm="python /usr/bin/blueman-applet ")
interface="org.freedesktop.DBus.Introspectable" member="Introspect" error
name="(unset)" requested_reply="0" destination=":1.30" (uid=0 pid=5751
comm="/usr/bin/bluetoothd ")
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 121, in <module>
BluemanApplet()
File "/usr/bin/blueman-applet", line 63, in __init__
self.Plugins.Load()
File "/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py", line
90, in Load
__import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/AuthAgent.py",
line 9, in <module>
import blueman.main.applet.BluezAgent as BluezAgent
File "/usr/lib/python2.7/site-packages/blueman/main/applet/BluezAgent.py",
line 23, in <module>
from blueman.bluez.Agent import Agent, AgentMethod
File "/usr/lib/python2.7/site-packages/blueman/bluez/Agent.py", line 48, in
<module>
class Agent(dbus.service.Object):
File "/usr/lib/python2.7/site-packages/blueman/bluez/Agent.py", line 56, in
Agent
@AgentMethod
File "/usr/lib/python2.7/site-packages/blueman/bluez/Agent.py", line 38, in
AgentMethod
if BlueZInterface.get_interface_version()[0] < 5:
File "/usr/lib/python2.7/site-packages/blueman/bluez/BlueZInterface.py",
line 17, in get_interface_version
introspection =
dbus.Interface(obj, 'org.freedesktop.DBus.Introspectable').Introspect()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in
__call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in
__call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
Rejected send message, 2 matched rules; type="method_call", sender=":1.97"
(uid=500 pid=16657 comm="python /usr/bin/blueman-applet ")
interface="org.freedesktop.DBus.Introspectable" member="Introspect" error
name="(unset)" requested_reply="0" destination=":1.30" (uid=0 pid=5751
comm="/usr/bin/bluetoothd ")
Any ideas?
Kate
Hi guys,
I just noticed that KBibTeX stopped working on my machine. Trying to launch it from a console
yields:
libpng warning: Interlace handling should be turned on when using png_read_image
libpng warning: Interlace handling should be turned on when using png_read_image
tdecore (KLibLoader): WARNING: KLibrary: /opt/trinity/lib/trinity/libkbibtexpart.so: undefined
symbol: init_libkbibtexpartlibkbibtexpart init_libkbibtexpart
tdecore (KLibLoader): WARNING: Biblioteka libkbibtexpart nie dostarcza funkcji
init_libkbibtexpart.
and an error message box saing that kbibtex module cannot be found. I tried reinstalling but with
no result. Is it just me or are other seeing the same problem?
Janek
---
Politechnika Łódzka
Lodz University of Technology
Treść tej wiadomości zawiera informacje przeznaczone tylko dla adresata.
Jeżeli nie jesteście Państwo jej adresatem, bądź otrzymaliście ją przez pomyłkę
prosimy o powiadomienie o tym nadawcy oraz trwałe jej usunięcie.
This email contains information intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or if you have received this message in error,
please notify the sender and delete it from your system.