You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



[Nearly SOLVED] Permissions in Thunar

Author (Read 5731 times)

0 Members and 2 Guests are viewing this topic.

Re: [Nearly SOLVED] Permissions in Thunar
« Reply #13 on: February 24, 2015, 02:50:52 PM »
 

AustinTexas

  • New to Forums
  • *
  • 25
    Posts
  • Reputation: 12
  • Linux Lite Lurker
    • View Profile
I don't want to use the panal but I hit the properties of the "Action buttons" and got this screen which I set as shown, after I had 2 buttons at the bottom of the screen and I can't change the icons if I wanted to but they were one click.

That is not at all what I see for the Action Buttons Properties.
Linux Lite 2.2 (64 bit), Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Microsoft-free environment since 1996
 

Re: [SOLVED] Permissions in Thunar
« Reply #12 on: February 24, 2015, 02:18:20 PM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
Sorry Austen but I'm a problem child

[deleted offensive image]

If you still want to waste your valuable time on me thank u
Maybe I got me some very valuable help here, the boy done well.


As I'm a slow learner and do things a different way I quite understand and thank you for sharing your knowledge with me.

The situation now is that I can access my usb partitions without any interferance but I still get the stupid permissions rubbish if I try to access an internal partition.

I don't want to use the panal but I hit the properties of the "Action buttons" and got this screen which I set as shown, after I had 2 buttons at the bottom of the screen and I can't change the icons if I wanted to but they were one click.


I want to populate Anthony Nordquist's ducky which I use like kde's folder view, you can use more memorable icons so remotely you can just tell a client click on the bulldozer or the jukebox or summat.


The reboot still works but the shutdown doesn't function right so I will use your suggestion temporarily.

For a business you would dump the relevant launchers into the ducky folder

You clever guys don't use a mouse to close down you use your keyboard where your hands are.

Ikey Docherty wrote a new notifications thingy for his budgie DE that all the devs/designers got excited about and he said he was going to remove it from the panel, my thinking is you need a panel thing for your windows buttons and maybe the analog clock and if you click the clock it opens the menu.

If folk want launchers use a dock me I don't want a dock glaring at me and trying to attract my gaze, I want my workbench cleared of the unneccessary clutter that doesn't help me in any way it just looks pretty?
« Last Edit: February 24, 2015, 05:01:29 PM by Jerry »
 

Re: Permissions in thunar
« Reply #11 on: February 24, 2015, 06:34:42 AM »
 

AustinTexas

  • New to Forums
  • *
  • 25
    Posts
  • Reputation: 12
  • Linux Lite Lurker
    • View Profile
I had this advice from secipolla when LMDE first started up, I like one click buttons on my desktop
Code: [Select]
secipolla
sudo visudo
me ALL=(root) NOPASSWD: /sbin/halt
me ALL=(root) NOPASSWD: /sbin/reboot

With Linux Lite 2.2 it is easier than that...
Right-click on your Panel > Add New Items
Add "Action Buttons"
Right-click on the "Action Buttons" > Properties
Uncheck  the "Show confirmation dialog" box.
(Personally, I unchecked everything except Shutdown and Reboot.)
So when I click on Reboot, it happens instantly - no confirmation. So beware, and be aware!
« Last Edit: February 24, 2015, 07:09:18 AM by AustinTexas »
Linux Lite 2.2 (64 bit), Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Microsoft-free environment since 1996
 

Re: Permissions in thunar
« Reply #10 on: February 24, 2015, 04:14:39 AM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
@Kirkx
Thanks friend
At one time if I opened gparted I ended up with 6 thunar windows opening on my desktop but then the penny dropped, I had my extenal hub/drive connected with a usb cable instead of my usual esata lead so I did this.


If you combine that with AustinTexas's quality advice, he must be a sysadmin or hardware network guy and use
Code: [Select]
user   ALL=NOPASSWD: /usr/bin/thunar in the correct place rather than using visudo LL will behave normally like xUbuntu and Mint Xfce.

@AustinTexas

I'm sorry I do try to remember things but there's so much to remember but what you say and the way you say it makes sense and avoides the use of visudo and the weird editor, I will do it the right way in future, I'll be a good boy.

Very good advice Bro


So for the final sudoers lesson, what's the best way to express what I do here, I don't want ever to be asked for a password and I have two launchers, one is "sudo reboot" and the other is "sudo halt" halt seems to be playing up with systemd.
Code: [Select]
user     ALL=NOPASSWD: /usr/sbin/gparted
user     ALL=NOPASSWD: /usr/sbin/synaptic
user   ALL=NOPASSWD: /usr/bin/thunar
user ALL=(ALL) NOPASSWD: ALL

I had this advice from secipolla when LMDE first started up, I like one click buttons on my desktop
Code: [Select]
secipolla
sudo visudo
me ALL=(root) NOPASSWD: /sbin/halt
me ALL=(root) NOPASSWD: /sbin/reboot
Thank you for giving me the only thing of any value we all have which is time, I'll try not to waste yours.


I'm expecting to get a static isp shortly so I hope to put up a Mumble server which I used for a couple of weeks when Ikey launched Solus OS, he did a podcast, and it looks the next step along from skype to me.

Maybe Jerry should think about mumble for the forum and podcasts on his server.

heers Bro but I think us scooter kids are getting outnumbered by u bikers, there's at least 2 of you now counting that other TX man rokytnji, I'm off recruiting
 

Re: Permissions in thunar
« Reply #9 on: February 23, 2015, 07:58:22 AM »
 

AustinTexas

  • New to Forums
  • *
  • 25
    Posts
  • Reputation: 12
  • Linux Lite Lurker
    • View Profile

You should not be making that change in /etc/sudoers
/etc/sudoers gets modified occasionally (upgrades - depending on how you do your upgrade) and you will lose your edits.
You will notice that the last line of the /etc/sudoers file is:
#includedir /etc/sudoers.d
The proper way to add "user   ALL=NOPASSWD: /usr/bin/thunar" is to open leafpad as root:
Code: [Select]
gksudo leafpad

Add your line to the new text document, save as /etc/sudoers.d/personal (You can name the file anything you like.)
In order to function correctly, the file has to have the correct permissions, so enter the command:
Code: [Select]
sudo chmod 0440 /etc/sudoers.d/personal
Also, if you mess up, you just delete your personal file, and sudoers remains intact.
Find the instructions here:
Code: [Select]
sudo cat /etc/sudoers.d/README
« Last Edit: February 23, 2015, 08:05:27 AM by AustinTexas »
Linux Lite 2.2 (64 bit), Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Microsoft-free environment since 1996
 

Re: Permissions in thunar
« Reply #8 on: February 23, 2015, 04:30:57 AM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
Add this line in your sudoer's file, it seems to do the job but I expect there's a more elegant solution but meanwhile.
"user" is my user name so use your own instead
Code: [Select]
user   ALL=NOPASSWD: /usr/bin/thunar
 

Re: Permissions in thunar
« Reply #7 on: February 23, 2015, 01:14:12 AM »
 

Kirkx

  • Occasional Poster
  • **
  • 51
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile

  • CPU: Athlon 64 3500+ 2.2 GHz

  • MEMORY: 4Gb

  • VIDEO CARD: GeForce 8500 GT / Nvidia 340.76
Quote
Ukbrian:
On other 14.04 distros the partitions are displayed unmounted but when you click on one it just auto mounts and displays the contents so I'm guessing the permissions ain't being set by the installer correctly.

Quote
Jerry:
Where are you mounting your partitions? If you mount them in home, they won't need any permissions.

I have noticed the same thing. In Xubuntu when you left-click on a partition in Thunar (they are all shown in the left pane) it will just auto mount in:

Code: [Select]
/media/my-profile/
In LL a window pops up asking for the password, the auto-mounting is not enabled:

http://i.imgur.com/JhQAfQE.png
LL 2.4, Xubuntu 14.04.2, Debian 8, Manjaro
 

Re: Permissions in thunar
« Reply #6 on: February 02, 2015, 12:53:59 AM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
Hello ukbrian,
glad I was able to give a little help back. :)
Thank you friend, very much appreciated.

It's 6:30 AM so I'm winding down now, just tidying things up.
« Last Edit: February 02, 2015, 12:55:44 AM by ukbrian »
 

Re: Permissions in thunar
« Reply #5 on: February 01, 2015, 08:50:24 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello ukbrian,

glad I was able to give a little help back. :)


 

Re: Permissions in thunar
« Reply #4 on: February 01, 2015, 08:08:47 PM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
@bitsnpcs
well done that man!

That was the view I was looking for.

I did find another way to get there but your way is best and should be the default IMO
I bought Vbulletin but never used many years ago just to see what an admin could do to the screen forms.

@jerry
Quote
We don't have ego's here so as long as your criticism is constructive and polite, it will be valued and listened to.
The reply I expected! respect to you sir.

I'll reply to your post in more detail later, I'm enjoying myself copying my running LL onto a USB, booting from it and then installing to another HDD/partition.

I've done it a few times but I want to do it a few more times before I do a video.
 

Re: Permissions in thunar
« Reply #3 on: February 01, 2015, 06:33:22 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello Jerry,
this left menu in the profile (or any other pages) is not visible by default.
Where at the top of the left menu it reads "Profile Info >>", it displays the profile page without this left menu.
This phrase "Profile Info >>",  where '>>' are arrows, the word doesn't appear but the two arrows do appear in the opposite direction like so '<<', they appear at the top right hand side of the page, above the black bar that reads Profile.
Clicking these arrows then makes the menu on the left hand side appear for future navigation/ editing.

To replicate the standard user view, if you click the arrows on the left menu where it reads "Profile Info >>", it will remove the menu for you and show how the page appears to users initially.
« Last Edit: February 01, 2015, 06:41:20 PM by bitsnpcs »
 

Re: Permissions in thunar
« Reply #2 on: February 01, 2015, 03:02:10 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
When running the live DVD if I open thunar and I click on a partition in the sidebar it opens and displays the contents but after installing on a HDD and I do the same thing it asks for my password.

On other 14.04 distros the partitions are displayed unmounted but when you click on one it just auto mounts and displays the contents so I'm guessing the permissions ain't being set by the installer correctly.

Where are you mounting your partitions? If you mount them in home, they won't need any permissions.

Also as I've mentioned elsewhere the default keyboard is not being set by the installer it remains set as US keyboard. this again doesn't happen with other 14.04 versions.

I've added the UK keyboard and deleted the US one, rebooted and gone into keyboard settings, checked " Use system defaults" and it returns to the US settings.

We have seen your other post. I'm not sure why you're getting that, I have set mine up the same as yours and UK keyboard sticks after reboot no problem. Go through the language guide in the Help Manual slowly and carefully, it does work.

Sorry if I come over as being negative but I feel these points should be addressed.

We don't have ego's here so as long as your criticism is constructive and polite, it will be valued and listened to.

PS
I keep getting emails when I post a PM and I can't find where to turn them off, I've been through every profile option, I don't find the software very intuitive.

I've never looked at that before in my profile and I found it quite intuitive, on the left is Personal Messaging - click on that, then on the right select "Notify by email every time you receive a personal message: Never"


« Last Edit: February 01, 2015, 03:04:13 PM by Jerry »
 

[Nearly SOLVED] Permissions in Thunar
« Reply #1 on: February 01, 2015, 08:38:49 AM »
 

ukbrian

  • Old Fool
  • Forum Regular
  • ***
  • 159
    Posts
  • Reputation: 22
  • Linux Lite Member
    • View Profile
When running the live DVD if I open thunar and I click on a partition in the sidebar it opens and displays the contents but after installing on a HDD and I do the same thing it asks for my password.

On other 14.04 distros the partitions are displayed unmounted but when you click on one it just auto mounts and displays the contents so I'm guessing the permissions ain't being set by the installer correctly.

Also as I've mentioned elsewhere the default keyboard is not being set by the installer it remains set as US keyboard. this again doesn't happen with other 14.04 versions.

I've added the UK keyboard and deleted the US one, rebooted and gone into keyboard settings, checked " Use system defaults" and it returns to the US settings.

Sorry if I come over as being negative but I feel these points should be addressed.

I like what your doing! you have attracted a strong loyal community, well done the team, good luck be with you all.
ukbrian

PS
I keep getting emails when I post a PM and I can't find where to turn them off, I've been through every profile option, I don't find the software very intuitive.
« Last Edit: February 24, 2015, 02:19:03 PM by ukbrian »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section