Search found 116 matches

by Pheeble
Mon Aug 14, 2023 4:42 pm
Forum: Scripts & Bash
Topic: Create desktop notifications with action buttons in Python 3
Replies: 5
Views: 988

Re: Create desktop notifications with action buttons in Python 3

I use Python 3.8.10 and no geany installed, but it works now! Thanks for this!! 8) Is there a way to code into it on which screen it shows? I have 2 monitors and it would be nice if a notify pops up on the screen where the application runs.. for example, conky only runs on screen 2. I'm glad it's w...
by Pheeble
Sun Aug 13, 2023 11:31 pm
Forum: Scripts & Bash
Topic: Create desktop notifications with action buttons in Python 3
Replies: 5
Views: 988

Re: Create desktop notifications with action buttons in Python 3

I'm a total noob with python... how can i use this? I created a file called notipy , paste the code into it and saved it. How do i call it? I tried on the terminal but that gave me this error: $ notipy Traceback (most recent call last): File "/home/admin/bin/notipy", line 107, in <module>...
by Pheeble
Sat Aug 12, 2023 7:27 pm
Forum: Scripts & Bash
Topic: Create desktop notifications with action buttons in Python 3
Replies: 5
Views: 988

Create desktop notifications with action buttons in Python 3

The default method for creating desktop notifications is the command 'notify-send'. That does not support the creation of 'action' buttons - buttons that run a command when clicked. I've been wanting notifications with action buttons for a long time. I routinely run shell scripts to download files t...
by Pheeble
Sun Aug 06, 2023 1:47 am
Forum: Other topics
Topic: [SOLVED] System reports always in tray
Replies: 5
Views: 591

Re: System reports always in tray

I can't provide any help, but I'm experiencing exactly the same thing when I reboot my computer.

Same setup as you, Linux Mint 21.2 XFCE fresh installation.
by Pheeble
Tue Aug 01, 2023 9:28 pm
Forum: Software & Applications
Topic: Subtitles not getting taken up
Replies: 2
Views: 109

Re: Subtitles not getting taken up

What format are the subtitles in?

I use .srt subtitles, with the subtitle file name the same as the video file name, and both VLC and smplayer display the subtitles automatically.
by Pheeble
Sun Jul 30, 2023 10:53 pm
Forum: Other topics
Topic: Method for changing mimetype icon: Does this look ok?
Replies: 0
Views: 285

Method for changing mimetype icon: Does this look ok?

I'm running Linux Mint 21.2 XFCE with the Mint-Y-Dark-Purple theme. I wanted to change the icon for 'text-html' files from the default icon (that turned out to be 'text-html.png') to a Firefox svg icon. I also wanted to do it without altering any system files. I searched on this forum and online gen...
by Pheeble
Sun Jul 30, 2023 9:10 pm
Forum: Other topics
Topic: [SOLVED]: Mint-Y theme icon sizes inconsistent
Replies: 1
Views: 336

Re: Mint-Y theme icon sizes inconsistent

Ok, to answer my own question in case anyone is also curious: From https://github.com/linuxmint/mint-y-icons : The application and category icons originate from the Moka icon theme: Link: https://github.com/moka-project/moka-icon-theme and The mimetype icons originate from the Elementary icon theme:...
by Pheeble
Sun Jul 30, 2023 8:12 pm
Forum: Other topics
Topic: [SOLVED]: Mint-Y theme icon sizes inconsistent
Replies: 1
Views: 336

[SOLVED]: Mint-Y theme icon sizes inconsistent

This isn't a complaint, I'm just curious. I noticed that the size range for icons in the Mint-Y theme in Linux Mint 21.2 XFCE are different for different categories. For example, icons in the 'apps' category (/usr/share/icons/Mint-Y/apps/) are in the range: '16 16@2x 22 22@2x 24 24@2x 32 32@2x 48 48...
by Pheeble
Fri Oct 14, 2022 11:12 pm
Forum: Xfce
Topic: Window tiling, two windows side by side - keyboard shortcuts XFCE?
Replies: 3
Views: 2153

Re: Window tiling, two windows side by side - keyboard shortcuts XFCE?

In the Settings - Window Manager - Keyboard tab there is 'Tile window to the left' and 'Tile window to the right'. I've set keyboard shortcuts to do those actions and it sounds like what you're looking for.

I'm using Linux Mint 21 Vanessa XFCE.

HTH
by Pheeble
Wed Jul 20, 2022 4:08 pm
Forum: Cinnamon
Topic: Disable lock screen - how?
Replies: 3
Views: 2476

Re: Disable lock screen - how?

Do it simple and disable screensaver and automatic power settings from the resṕective settings. I did all of that: I then disabled the screensaver every way I could think of by changing every relevant time-out to 'Never' and disabling every 'Lock' setting in the Screensaver and Power settings. I'm ...
by Pheeble
Wed Jul 20, 2022 1:46 am
Forum: Cinnamon
Topic: Disable lock screen - how?
Replies: 3
Views: 2476

Disable lock screen - how?

I'm trying out Linux Mint 21 beta Cinnamon on my desktop PC. I never use either the screensaver or the lock screen, so I first tried to uninstall the cinnamon-screensaver package. It seems that cinnamon-screensaver is a dependency of several cinnamon packages, so I gave up on that: synaptic - uninst...
by Pheeble
Tue Jul 19, 2022 10:40 pm
Forum: Cinnamon
Topic: Any theme with prominent active window titlebar?
Replies: 46
Views: 5988

Re: Any theme with prominent active window titlebar?

I've found a workaround for the moment. I created the file $HOME/.config/gtk-3.0/gtk.css. It acts as an over-ride of the current theme. I don't know how well it will work in the long term. headerbar { min-height: 24px; padding: 0 6px; color: #cccccc ; background-image: linear-gradient(to bottom, sha...
by Pheeble
Tue Jul 19, 2022 7:28 pm
Forum: Cinnamon
Topic: Any theme with prominent active window titlebar?
Replies: 46
Views: 5988

Any theme with prominent active window titlebar?

I apologise if this subject has been done to death. I searched the forum but the only recent reference was an unanswered question from June 2022. Like some other people, I need a window theme in which the active window stands out by having a strongly different titlebar colour compared to inactive wi...
by Pheeble
Mon Jul 18, 2022 5:09 pm
Forum: Software & Applications
Topic: <Solved> Mint 21: Package 'hddtemp' has no installation candidate
Replies: 7
Views: 6612

Re: Mint 21: Package 'hddtemp' has no installation candidate

Thanks! I didn't know about 'drivetemp' in the kernel. It works perfectly, and it doesn't require sudo. In hunting around, I also found that smartctl from smartmontools can get the drive temperature: sudo smartctl -A /dev/sda | grep 'Temperature_Celsius' 194 Temperature_Celsius 0x0022 117 106 000 Ol...
by Pheeble
Mon Jul 18, 2022 4:29 pm
Forum: Software & Applications
Topic: <Solved> Mint 21: Package 'hddtemp' has no installation candidate
Replies: 7
Views: 6612

<Solved> Mint 21: Package 'hddtemp' has no installation candidate

It seems that Ubuntu 22.04 has dropped the 'hddtemp' package, which means that it will not be available in Mint 21. This is in Mint 21 XFCE: sudo apt install hddtemp Reading package lists... Done Building dependency tree... Done Reading state information... Done Package hddtemp is not available, but...
by Pheeble
Sun Jul 10, 2022 1:06 am
Forum: MATE
Topic: FWIW: My python workaround to lack of notification history in Mate
Replies: 0
Views: 516

FWIW: My python workaround to lack of notification history in Mate

I discovered that Mate does not include a utility to save a history of desktop notifications. Being rained in for a few days, I decided to write a small python program as a workaround. It isn't a panel app or anything fancy like that. It simply monitors dbus for notifications, saves the details and ...
by Pheeble
Tue Jun 21, 2022 6:39 pm
Forum: MATE
Topic: Some dialogs display incorrectly
Replies: 1
Views: 595

Some dialogs display incorrectly

I've recently install Linux Mint 20.3, and for the first time I chose the Mate desktop. Most aspects of Mate have been great, but a couple of the dialogs have issues. The first one with a problem was the Preferences - Displays configuration dialog. I use 4 monitors and the window showing the monitor...
by Pheeble
Wed Aug 18, 2021 2:25 am
Forum: Networking
Topic: Networking, Need Help, cannot link my two Linux machines.
Replies: 19
Views: 2411

Re: Networking, Need Help, cannot link my two Linux machines.

You need to provide a bit more information to get help. Please see the post 'How to get help' https://forums.linuxmint.com/viewtopic.php?f=17&t=83444 Which linux operating system are you running on the computers? I'm using Linux Mint 20 XFCE. How exactly do you want to 'see' all the files on the...
by Pheeble
Tue Aug 17, 2021 6:23 pm
Forum: Xfce
Topic: Black screen after opening laptop lid (not waking up from being suspended)
Replies: 13
Views: 12735

Re: Black screen after opening laptop lid (not waking up from being suspended)

@darkstrike

Yes this fix should persist through updates. I've been using it for years without a problem. Custom systemd services in /etc/systemd/system seem to be ignored by updates so they don't get messed with.
by Pheeble
Tue Aug 17, 2021 6:07 pm
Forum: Networking
Topic: Ethernet disabled after suspend
Replies: 1
Views: 972

Re: Ethernet disabled after suspend

I don't know if this counts as a solution, but I have found a way to reconnect the ethernet device after resume from suspend. Running the commands nmcli or lspci -v reveal the driver and kernel module used by the ethernet device, in this case alx . $lspci -v ... 05:00.0 Ethernet controller: Qualcomm...

Go to advanced search