Clive Bostock

Results 19 comments of Clive Bostock

@TheFallen-Cat that makes no difference, the value of tk.DISABLED resolves to "disabled", and if you look at the error, it's "-state" that it's balking on. The textbox code actually uses...

Hi @TomSchimansky. I have submitted a solution for your review - it's a two line fix.

I tried installing xrdp on Manjaro 21.1.6 using a similar process to one outlined earlier, and to be precise, I used the instructions outlined here: https://rajasekaranp.medium.com/how-to-setup-xrdp-in-manjaro-linux-e176b22bd347 As a result it...

Hi Matt. I just tested and they do work on the console, just not over remote desktop. When I try to launch Timeshift over xrdp, nothing happens, no errors, no...

My output looks similar. ``` pkaction --action-id in.teejeetech.pkexec.timeshift-gtk --verbose  127 ✘ in.teejeetech.pkexec.timeshift-gtk: description: Run Timeshift as Administrator message: Authentication is required to run Timeshift as Administrator vendor: Tony George...

Hi Matt. I ran the journal command 3 times: 1. After remote logon; 2. After attempting to run timeshift; 3. After attempting to install gvim. The second file shows some...

I run the command `timeshift-launcher`, which prompts for the root password, but complains that I can't execute as another user. I can run /usr/bin/timeshift CLI ok, it's the GUI I...

Linux Mint 21.3 (based on Ubuntu 22.04.3) Having switched my browser for the Live Server extension, from Firefox to Chrome, the extension now only shows the port, so I have...

> @avalon60 Border_width cannot be changed via configure. You can see the configurable parameters of button here: https://github.com/TomSchimansky/CustomTkinter/blob/master/customtkinter/widgets/ctk_button.py#L238 To change these parameters, we have to use 'button_1.border_width=3`. Hi matey. Yes,...