Search found 26 matches

by dkebler
Wed Feb 01, 2023 9:16 pm
Forum: Software & Applications
Topic: [SOLVED] can't launch nemo with pkexec, polkit files issue maybe
Replies: 5
Views: 579

Re: can't launch nemo with pkexec, polkit files issue maybe

Well as it turns out for whatever reasons there are missing pkexec policy files....but why really, mintsources and nemo are integral and should ship with these. So I had to make them 1. go to /mnt/645/nadal/root/usr/share/polkit-1/actions 2. copy com.ubuntu.pkexec.synaptic.policy to nemo.policy and ...
by dkebler
Sat Dec 03, 2022 12:46 pm
Forum: Virtual Machines
Topic: VirtualBox repo public key issue? [solved]
Replies: 13
Views: 2931

Re: VirtualBox repo public key issue?

likely you've run into the new jammy "feature" (ha) which is keys are now stored differently and ubuntu didn't bother to update apt-key or apt-add-repository. try moving the key. use the showkeys or filterkeys alias to find the key id To move then use movekey function to move it to the &qu...
by dkebler
Sun Nov 27, 2022 12:46 pm
Forum: Software & Applications
Topic: [SOLVED] can't launch nemo with pkexec, polkit files issue maybe
Replies: 5
Views: 579

Re: can't launch nemo with pkexec, polkit files issue maybe

and per that post the polkit doesn have allow_gui set to I don't understand why the display and Xauth are not passed. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freed...
by dkebler
Sun Nov 27, 2022 12:37 pm
Forum: Software & Applications
Topic: [SOLVED] can't launch nemo with pkexec, polkit files issue maybe
Replies: 5
Views: 579

Re: can't launch nemo with pkexec, polkit files issue maybe

no that doesn't work But pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY nemo works. see this good explanation https://askubuntu.com/a/332847 So the question is WHY is this so in mint21/jammy? in mint20/focal it just worked out of the box. Something didn't get set up the same as regards polkit an...
by dkebler
Thu Nov 24, 2022 1:05 pm
Forum: Software & Applications
Topic: [SOLVED] can't launch nemo with pkexec, polkit files issue maybe
Replies: 5
Views: 579

[SOLVED] can't launch nemo with pkexec, polkit files issue maybe

I have a newish install of mint 21 cinnamon Seems there is some issue with polkit/pkexec If I try to launch nemo with the context menu "open as root" nothing opens if I drop to terminal and try pkexec nemo Could not parse arguments: Cannot open display: if I try sudo nemo . then it works A...
by dkebler
Fri Dec 10, 2021 11:56 am
Forum: Sound
Topic: Audio not working Intel 11th generation Linux Mint 20.2
Replies: 2
Views: 1733

Re: Audio not working Intel 11th generation Linux Mint 20.2

I have i3 11th gen chip on acer laptop and the issue is the sof audio module which has a dsp built into the chip that have controllable output amplifiers. So I'm sharing the super simple solution I eventually stumbled on cause I spent several hours trying other stuff . Lauch `alsamixer` at the termi...
by dkebler
Thu Dec 02, 2021 1:46 pm
Forum: Networking
Topic: [SOLVED] Mediatek Wi-Fi chipset and latest kernels
Replies: 27
Views: 13492

Re: [SOLVED] Mediatek Wi-Fi chipset and latest kernels

Since this is the thread that comes up when trying to resolve mediatek issues I thought I would post my experience/solution I have a brand new Acer laptop (i3 11thgen) For those finding this thread almost a year later 5.4.0-91 does not resolve mediatek module driver issues I even built and installed...
by dkebler
Mon Sep 13, 2021 11:18 am
Forum: Software & Applications
Topic: nemo nextcloud to match recent 3+ client
Replies: 0
Views: 170

nemo nextcloud to match recent 3+ client

I'm moving beyond the 2 version of nextcloud client and there is no longer a recent build repository so no way to add 3+ the way I have been. So I'm using a script which grabs from the github releases the app image and installs that. https://github.com/nextcloud/desktop/releases/tag/v3.3.3 My issue ...
by dkebler
Mon Apr 13, 2020 4:54 pm
Forum: Networking
Topic: Network Manager and ovpn files?
Replies: 15
Views: 6428

Re: Network Manager and ovpn files?

necroing this post only to say the same issues exists what....3 years later with whatever version of nm is in 19.3. Obviously that package hasn't changed much. .... :lol:
by dkebler
Wed Jan 23, 2019 3:32 pm
Forum: Software & Applications
Topic: Alternative to Gnome Schedule? (Solved)
Replies: 3
Views: 6870

Re: Alternative to Gnome Schedule? (Solved)

Tired to compile from source in 18.04, no luck missing too many pieces.

But the .deb file above works in 18.04/19.1!! Locations slightly different

Code: Select all

Icon=/usr/local/share/pixmaps/gnome-schedule/gnome-schedule.svg
Exec=/usr/local/bin/gnome-schedule
by dkebler
Mon Jan 21, 2019 1:04 am
Forum: Tutorials
Topic: How to Add a `Paste Link Here` Nemo Action
Replies: 6
Views: 2661

Re: How to Add a `Paste Link Here` Nemo Action

Already fixed an issue of not handling spaces in filenames or directory path.

Updated archive at download link above and github repo will alway hold the latest
https://github.com/dkebler/paste-link-here

latest release as zip or tar.gz here
https://github.com/dkebler/paste-link-here/releases
by dkebler
Sat Jan 19, 2019 1:21 pm
Forum: Tutorials
Topic: How to Add a `Paste Link Here` Nemo Action
Replies: 6
Views: 2661

Re: How to Add a `Paste Link Here` Nemo Action

most definitely. Maybe I'll just make a github repo and you can embed, fork or reference that.

I probably end up making a few improvements and some error checking like checking to make sure the clipboard is holding a valid file/directory to link and the paste target is also a valid directory.
by dkebler
Fri Jan 18, 2019 8:43 pm
Forum: Tutorials
Topic: How to Add a `Paste Link Here` Nemo Action
Replies: 6
Views: 2661

Re: How to Add a `Paste Link Here` Nemo Action

Here is code of two bash scripts called by the two nemo actions see github repo https://github.com/dkebler/paste-link-here copies the currently selected file or directory path to the clipboard #!/bin/bash LINK_DIR=$(dirname $1) #echo The Link Path- $1 - was sent to clipboard > $LINK_DIR/link.log ech...
by dkebler
Fri Jan 18, 2019 8:26 pm
Forum: LMDE Archive
Topic: [SOLVED] Creating shortcuts
Replies: 22
Views: 72507

Re: [SOLVED] Creating shortcuts

Came up with a couple nemo actions and bash scripts that adds 'Link to Clipboard' and 'Paste Link Here' now it's simple to make links from one directory to another quickly (no having to move them and remove 'Link to')
See tutorial here
viewtopic.php?f=42&t=286074
by dkebler
Fri Jan 18, 2019 8:23 pm
Forum: Tutorials
Topic: How to Add a `Paste Link Here` Nemo Action
Replies: 6
Views: 2661

How to Add a `Paste Link Here` Nemo Action

TLDR; requirements: must install xclip and xdotool, sudo apt install xclip xdotool 1. Download and extract latest release https://github.com/dkebler/paste-link-here/releases into ~/.local/share/nemo/actions . 2. Make sure the two bash scripts (.sh) have executable permissions. 3. In Nemo select a f...
by dkebler
Wed Jan 16, 2019 1:33 pm
Forum: Software & Applications
Topic: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line
Replies: 6
Views: 1915

Re: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line

Never saw the "attached" patch file so just did this instead followed that link to github repo and then loaded the entire raw cinnamon-desktop-editor.py into browser copy and pasted that into a file onto my desktop cinnamon-desktop-editor-fix.py now made an insurance copy of the original a...
by dkebler
Wed Jan 16, 2019 1:12 pm
Forum: Software & Applications
Topic: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line
Replies: 6
Views: 1915

Re: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line

not to be rude but couldn't have been an announcement made about something as big as this being broken? so in the meantime how are we suppose to create launchers / shortcuts? see my note above. right click on any launcher in panel and click +add. You'll at least get a new launcher in the panel whic...
by dkebler
Wed Jan 16, 2019 1:39 am
Forum: Software & Applications
Topic: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line
Replies: 6
Views: 1915

Re: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line

Note: If I right click on any panel lanuncher and click + add, the launcher dialog does open. I have no way of knowing what that command looks like.
by dkebler
Wed Jan 16, 2019 1:33 am
Forum: Software & Applications
Topic: 19.1 Bug? nemo launcher fails from desktop confext menu and from command line
Replies: 6
Views: 1915

19.1 Bug? nemo launcher fails from desktop confext menu and from command line

I have a new install of 19.0 then updated to 19.1 The desktop context menu (nemo) has a `create new launcher here` action. Clicking that fails to bring up the launcher dialog So I opened the action file in /usr/share/nemo/actions and determined the executable line. Exec=cinnamon-desktop-editor -mnem...
by dkebler
Tue Dec 11, 2018 9:21 pm
Forum: Software & Applications
Topic: [solved] gksu deprecated in 19.1 - won't work in launchers
Replies: 0
Views: 210

[solved] gksu deprecated in 19.1 - won't work in launchers

This is repost of my comment (and another poster's answer @gm10) in another thread that was on a different question but related. I post here so those having the gksu problem will find this solution easier. https://forums.linuxmint.com/viewtopic.php?f=47&t=283225&p=1563717&hilit=gksu#p156...

Go to advanced search